Other ways to stop trading after a trade was opened? (Not the Once per bar condition)
-
Are there other ways then the "Once per bar" Condition?
Lets say i trade the 15min timeframe and a trade was opened at 15:37.
I want to stop my EA from executing more orders until the next 15min candle Open (15:45).The Code needs to run constantly, i cant allow it to only work once per bar, i need a chain of conditions that will
define to stop trading until next bar.I would appreciate any help and Ideas, thx

-

-
@tho401 You can always use a variable stopping the launching structure to work until some time has happened, but the will depend on that chain of conditions.