Page 1 of 1

Fast Backtest stopping

Posted: Wed Feb 14, 2024 2:19 am
by TradingHeroes
Hi,

I've run several fast backtests and the first one stops just before it's done and doesn't continue with the rest. There isn't a notification. It's like the program runs out of memory or something.

Thanks.
Screen Shot 2024-02-13 at 7.16.21 PM.png
Screen Shot 2024-02-13 at 7.16.21 PM.png (43.36 KiB) Viewed 1488 times

Re: Fast Backtest stopping

Posted: Thu Feb 15, 2024 5:26 pm
by NakedMarkets
Thank you for your report,
Could you provide us the files in your "logs" folder ?
It should contain 2 files "errors.log" and "overallerror.log",
You can send us these files by email if it's easier for you,
Thanks !

Re: Fast Backtest stopping

Posted: Thu Feb 15, 2024 7:22 pm
by TradingHeroes
Here you go, thanks.
OverallError.log
(97.83 KiB) Downloaded 155 times
Errors.log
(1.89 MiB) Downloaded 151 times

Re: Fast Backtest stopping

Posted: Wed Feb 21, 2024 3:29 pm
by NakedMarkets
Thanks for the provided files.
After investigation, it looks like your rates data could be corrupted (due to previously data corrupted propagation).

Could you try the following please :
1. Go to your data folder and delete the "rates" folder
2. Launch NM and go to the Data center
3. Update any symbol you want (which is not up to date)
4. The software should download all the rates again
5. Try to launch your fastbacktests again

Thanks !

Re: Fast Backtest stopping

Posted: Thu Feb 22, 2024 9:54 am
by TradingHeroes
OK, it works. Thank you for your help!