GithubHelp home page GithubHelp logo

Unable to analyze candle (OHLCV) data for pair DGB/USDT: input_arrays parameter missing required data key: ema1 about nostalgiaforinfinity HOT 15 CLOSED

iterativv avatar iterativv commented on August 20, 2024 1
Unable to analyze candle (OHLCV) data for pair DGB/USDT: input_arrays parameter missing required data key: ema1

from nostalgiaforinfinity.

Comments (15)

nakapola avatar nakapola commented on August 20, 2024 1

Look like DDOS protection from exchange. Increase your rate limit would help in long terms

from nostalgiaforinfinity.

LucianPopaLVP avatar LucianPopaLVP commented on August 20, 2024

Look like DDOS protection from exchange. Increase your rate limit would help in long terms

Translate please? :)) what limit should i increase?

from nostalgiaforinfinity.

jurekl avatar jurekl commented on August 20, 2024
"exchange": {
    "name": "binance",
    "key": "",
    "secret": "",
    "ccxt_config": {"enableRateLimit": true},
    "ccxt_async_config": {
        "enableRateLimit": true,
        "rateLimit": 200  <=========== HERE !!!
    },

from nostalgiaforinfinity.

LucianPopaLVP avatar LucianPopaLVP commented on August 20, 2024
"exchange": {
    "name": "binance",
    "key": "",
    "secret": "",
    "ccxt_config": {"enableRateLimit": true},
    "ccxt_async_config": {
        "enableRateLimit": true,
        "rateLimit": 200  <=========== HERE !!!
    },

no go. i am still getting the error. :(

from nostalgiaforinfinity.

HenriPiot-dev avatar HenriPiot-dev commented on August 20, 2024

I got the same error from today, my bot is running for 6 days !
This Is a log exemple :
freqtrade.strategy.interface: WARNING - Empty candle (OHLCV) data for pair OMG/USDT
My rate limit is set to 300

from nostalgiaforinfinity.

LucianPopaLVP avatar LucianPopaLVP commented on August 20, 2024

I got the same error from today, my bot is running for 6 days !
This Is a log exemple :
freqtrade.strategy.interface: WARNING - Empty candle (OHLCV) data for pair OMG/USDT
My rate limit is set to 300

don't know what is the problem....the error came back today, after I've done nothing in the first place to fix it :( just restarted everything and worked in that day, but doesn't;t work today .

from nostalgiaforinfinity.

eSeR1805 avatar eSeR1805 commented on August 20, 2024

Are you using docker or native install?
what does this output?
curl -s -D - "https://api.binance.com/api/v3/klines?symbol=BTCUSDT&interval=1h"

from nostalgiaforinfinity.

LucianPopaLVP avatar LucianPopaLVP commented on August 20, 2024

Are you using docker or native install?
what does this output?
curl -s -D - "https://api.binance.com/api/v3/klines?symbol=BTCUSDT&interval=1h"

(.env) lvp@lvp-VirtualBox:~/freqtrade$ curl -s -D - "https://api.binance.com/api/v3/klines?symbol=BTCUSDT&interval=1h"

Command 'curl' not found, but can be installed with:

sudo snap install curl # version 7.78.0, or
sudo apt install curl # version 7.68.0-1ubuntu2.6

See 'snap info curl' for additional versions.

should I just go ahead and install this?

from nostalgiaforinfinity.

topscoder avatar topscoder commented on August 20, 2024

Had same issue here. Fixed by installing pandas-ta:

pip install pandas-ta

from nostalgiaforinfinity.

eSeR1805 avatar eSeR1805 commented on August 20, 2024

should I just go ahead and install this?

Yes. Also tell us if you're using docker or not.

from nostalgiaforinfinity.

LucianPopaLVP avatar LucianPopaLVP commented on August 20, 2024

should I just go ahead and install this?

Yes. Also tell us if you're using docker or not.

not using docker, just native install.

from nostalgiaforinfinity.

moemelek avatar moemelek commented on August 20, 2024

I had similar issue. Might have found the reason.

Initial error, and this was for most if not all coins:
freqtrade.strategy.interface - WARNING - Unable to analyze candle (OHLCV) data for pair CELR/EUR: input_arrays parameter missing required data key: ema1

By suggestion from @topscoder I did "pip install pandas-ta".

Now log just mentioned one coin:
freqtrade.strategy.interface - WARNING - Unable to analyze candle (OHLCV) data for pair CELR/EUR: inputs are all NaN

I found out that on my exchange (Bitvavo) CELR was blocked from trading. So api-request must have reported NaN witch must have threw off the script. I blacklisted this coin and now it appears to be working.

from nostalgiaforinfinity.

LucianPopaLVP avatar LucianPopaLVP commented on August 20, 2024

Had same issue here. Fixed by installing pandas-ta:

pip install pandas-ta

didn't help! already had that library installed :(

from nostalgiaforinfinity.

Gjuju avatar Gjuju commented on August 20, 2024

Try with pandas_ta instead of pandas-ta

from nostalgiaforinfinity.

eSeR1805 avatar eSeR1805 commented on August 20, 2024

@LucianPopaLVP is this still a problem?

from nostalgiaforinfinity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.