How to backtest the close order by object on chart on MT5 ?
-
I want to do the backtest for
Close Order when the candle close above or below Object on chart on MT5
but the beck tester didn't show the object and I cannot add the object on the back tester chart (Horizon Line)
So how can I do the back test for this condition ?
and I also want to close the EA when the candle close above or below Object on chart too
what is the condition for this ? -
Is the object really necessary? You can store the value of the object into a variable and do the calculations normally instead.
-
Cannot fo the back test but it works ... thanks
-
You're welcome.