Problem with orders distancing.
-
My EA has a rule that in Backtest works very well, but in real account it happens this problem.
See in this case in particular, I have set my EA to open an order every 200 points of distance, it doesn't look at any rule anymore, it just looks at the distance, in this candle (big red it waited for the candle to close to open a new order , but I don't use either the " once per bar " block before or after to make this happen.
Does anyone have any explanation as to what might be going on?To open the distance I am simply using the block " pips away from open pricing".


-
That is very weird. Could you please share the link to the project?
-
-
@OntradingX The logic is correct. It should work normally. Maybe some of those blocks got corrupt. Try to build the whole structure from scratch and if the problem persists then it is a bug.