App downloads same candle data every time when backtesting

Even if I save custom periods through period settings, the system always re-download the same backtest(candle) data whenever you run the backtest. Is it intentional?

I don’t mind waiting but I’m also concerned about this issue wasting server resources unnecessarily. Plus it would be great to run some test with lower, multiple timeframes. :slight_smile:

Can you share the backtest url?

Hi Ares,

Unfortunately I can’t. Whenever the backtest is complete, there is a red popup saying ‘Data Break’ and when I head to backtest page, nothing shows up on backtest history page. I’ve been manually copying the result data to excel for a while.

The bot has multiple pairs(250~), period duration is about 1.3 year(4hr timeframe), maybe that’s why the system fails to save the backtest data.

bot-settings.json (21.2 KB)
Attaching a copy of .json for reference.
Period: 1 year (From 2024. 1. 1. AM 12:00:00 to 2024. 12. 31. AM 12:00:00 (365 days, 4hr timeframe)

Candle data are stored in your browser DB. If its not allowed, data will be redownloaded.
What you see on screenshot it doesnt always mean that data was downloaded it might be read from DB to run backtest.
Also possible reason is missed data. At the beginning of the period or at the end (if for example you use auto time range, or end date doesn’t have closed candle yet).

1 Like