That depends on why the EA wants to open a new trade, multiple trades at same time means you are missing a no trade block, maybe a once per bar, either way, your logic set up will prevent this from happening.
Posts made by jstap
-
RE: APPLY TO CLOSEposted in Questions & Answers
-
RE: compare the pending ordersposted in Questions & Answers
Orders do not move unless you move them, do you mean price? Add a shared link and say what blocks you are struggling with. And light pink blocks, should have a dark pink above.
-
RE: How to make EA open trade only when two conditions are met.posted in Questions & Answers
When the condition is met set variable to 0, then once per bar add 1, and check this in a condition
-
RE: balance hits certain price so we close profitposted in Questions & Answers
This is the current profit, if you want all to close if equity reaches an amount you have to set up a tree that will do this. Equity>= x.xx -- close trades. If you want this dynamic over something like a day check profit (period of time).
-
RE: compare the pending ordersposted in Questions & Answers
What do you mean becomes, do you mean is placed?
-
RE: How to make EA open trade only when two conditions are met.posted in Questions & Answers
All blocks need connected and in a row to buy/sell block
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
It won't be larger than 10, you can drag the cross-hair across and it will tell you, lower timeframes will look a lot larger
-
RE: Open positions on objectsposted in Questions & Answers
Looks like you are trying to find a divergence over 1 candle on the RSI, but this rarely happens. To have a cross with MA you will need this in line with the other conditions, this is the logic - if this is true check this - then this - then this - if 3 true place a trade
-
RE: money management expertposted in Questions & Answers
you will need to turn off the auto trading using account total, this will stop all trading on the terminal. In this https://fxdreema.com/forum/topic/19004/help-custom-mql-code?_=1714329765879 you will find how to create the block, once you have this you can add other actions
-
RE: not allowing trade?posted in Questions & Answers
Is possible if trades are placed with the created EA
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
It draws a line at the exact time the condition is true, have you offset the line by 10 pips to accommodate the difference?
