trade management in multi strategy EA
-
Hi,
I am trying to incorporate 2 trading strategies into one ea (second strategy is a hedging strategy). But what block do I use to managed number of opened trades. for example: My intention is to just open one long trade based on 1 condition and then open a hedging (short) trade if price retraces while long trade is still open. I used "no trade is running" and most of the others but ea keeps opening unlimited number of trades.
-
Yes, those blocks are for managing the number of trades, and because many people use them I think there are no problems with them at the moment. Maybe you can tell me the name of your project so I can check it? I can see you have many and I'm not sure which one to look at...
-
it's fixed, I used one strategy with no trade is open and other strategy with if trade is running.