just open one time
-
Dears,
i want open trade just one time when the condition happened
and open again after repeated
example
MA 50 IF the candle close up the MA open BUY if the trade closed tp or sl , don't open trade again wait for new condition -
@smartcity-0 condition with: candle 1 close>MA 50 will cause EA do work as required, you can check a flag before order, set to false after placing order, rest back to true when ready to take another trade.
-
@jstap thanks for reply can u give me example
-
@smartcity-0 Create if you struggle to get it working put a shared link here.
-
If you want only single trade, put No Trade block on top.
-
@jstap https://fxdreema.com/shared/OxejsTatd
open just 1 trade a -
@smartcity-0 As @biztet said put a no position block at the top.
-