EA shall check for orders after attaching to chart
-

Hi, my EA is working fine in backtests, but if i attach t to the chart it is waiting for new candles to create signals but doesnt check the old candles for potential pending orders.. how can i change that?
i want my EA to create a pending order at the white line (support zone) immediately after attaching to chart. How can i do that. thanks in advance
-
Difficult to give you an answer without knowing what you have right now. Can you please share your project?
-
sure thing
https://fxdreema.com/shared/LqB2yagU
so in other words.. i want my EA to create orders that would have been created within the last 100 candles
-
I'm afraid I don't fully understand what you mean. I see in your project that candle 7 is considered within the last 12 candles. No 100 candles perios is specified. On the other hand I don't see if that support line is manually attached generated by the EA. If it is the second case, it wiuld be helpful to see that part too in your project.