Opening too many trades at once
-
What is the best way to make sure only one trade is open at any given time. I tried placing the "No trade" block immediately before the "buy now" block but whenever I test on a demo account the EA opens many trades at once
-
maybe you have put the SL and TP very short, and when it open a trade immediately close and it open a new and it close immediately... as a bucle
-
@6ixpappi Can you please share the link to your project?
-
have u put in once per bar block. also no trade block but filter to only buys or sells.
-
Thanks I was able to fix it using the loop block at the very top
-
@6ixpappi can you please share your work because I'm facing the same challenge