Don't open any other trade in this candle after SL reached
-
Hello.
I tried to do it by myself... but I can't find any good idea to do that (sorry I am new here...)
How can I do "Don't open any other trade in this candle after SL reached"
I mean, a Buy or a Sell just reached the SL and closed.
How can I tell to the EA not to open any other trade in this candle?
This candle means 60 seconds, as I am using M1
I now I can use "delay" but how? Where do I have to put it?
Thanks
-
Normally "Once per bar" helps in situations where you want to do something only once per candle. There are also other ways, like checking the age of the latest trade, but try "Once per bar" if you didn't
-
Yes, I used "Once per bar", but checking the age of the latest trade is perfect. Thanks