Don't Open New (Positions/Orders) If There Is Any Open Ones
-
Hello Guys,
I have made this basic example EA trying to make the EA to not open new positions or orders even if the trading conditions are met while there is open positions/ orders, till they be closed rather manually or they reach TP or SL. Hope you could help me about it with the best regards, Thanks in advance.
-
@trade-journey The right hand tree can't work because the blocks conflict, as is ifd no trade it can open a trade and a pending.
-
@jstap Like this? And change the "No Position" to "No Position/Order"?

-
@jacque82 Yes that should do it but you can't have no trade and if trade in same row.
-
@jstap Oh? If the "FALSE" area is placed below the "TRUE" area then it'll work? Didn't know rows play a part. Thanks again.
-
@jacque82 For anything to work there has to be trues, as soon as any block is false the path stops there.
-
@jstap This should work out, right sir?
Edited Link: https://fxdreema.com/shared/4Uls7kWMb
-
@trade-journey No because you still have a no position and a if position in a row.
-
@jstap Could you show me how could I connect them, please
Because Im not familiar with fxdreema yet.
I would really appreciate it. -
@trade-journey There is no point, simply, if the tree needs to work when no position use no position, if it needs to work when there's a position use if position, there is no need to use both one after the other.
-
@jstap Ok thank you, got it.
-
https://fxdreema.com/shared/pgbvoQOWc there is the ea i made how can i limit the ea from entering a sell trade or trades when the stochastic main line crosses below 30 on the 30 min timeframe? and how can it close the protiable sell position automaticaly once price stochastic drops mainline drops below 30 on the 30 min timeframe?