Close and Open trade in 1 Candle
-
Hello guys,
If anyone can advise me please. In my EA once a trade closes, immediately a new trade gets opened for the condition is still met which usually happen on long bars. If the current candle hits TP/SL it closes but I don't want a new trade in the same candle.
I want to have the new trade open in the next candle only if the condition is still met.

Thanks advance!
-
what blocks have you put on ur project? u need to filter the trade by time or condition trade count frequency
-
@engrled You can add this before launching a new trade:

-
@l-andorrà Thanks I will try this!
