Gab0 / japonicus

Genetic Algorithm for Gekko Trading Bot.
MIT License
285 stars 102 forks source link

FATAL: No scanset available. #183

Open rcoenen opened 5 years ago

rcoenen commented 5 years ago

What does this error indicate?

Gab0 commented 5 years ago

No candles available for backtest... this is a gekko thing, you need to have a local database of candles to start backtesting.

rcoenen commented 5 years ago

Ok this is what I was thinking, but error was a little obscure. For future reference: This means Gekko needs to download some historical data for backtesting first and this error will go away, correct?