Backtest runs into "End of Test" - BUT WHY?
-
Hi guys,
I picked up an Range BreakOut Strategy on YT (../watch?v=Pay-JP34YSI), which looks quite promising. To determine the correct timings to get range high and low I'm using server time and added 1 hour. I'm like the YT guy located in Germany.
But the backtest gets stopped. In the log is just written:
"CS 0 13:36:19.546 Trade 2010.04.02 14:33:00 order canceled due end of test [#2453 sell stop 0.23 USDJPY at 93.659]"I couldn't find any suitable information on Google how to solve this

I would be very grateful if anyone could check my project (https://fxdreema.com/shared/DFr7Jebzc) and give me a hint!
Best,
Pascal -
I am not sure what you are doing with for each object?

-
I'm using the "For each Object" Box (#8 and #13) to read out the Line-Price-Values drawn at #5 and #6 to visualize the range.
I learned this approach from Boxxocode (YT /watch?v=t83C-tfJyzY&t=143s). Sorry, I'm not allowed to paste complete URLs.
-
I don't think you need this for each but Boxxcode has things working so should work, I think this for each is in the object on the chart anyway. What I would do is strip things back and test until I find what's causing the problem
-
Alright. I'll isolate the buying side and simplify it until I see where the bug is. Thanks for your time!