Can multiple Buys and Sells be open at the same time?
-
I've noticed anytime I try to build an EA the strategy tester shows me that it only opens 1 buy and ignores any other opportunities until that trade is closed, and the same issue for sells. I see others have asked for help about this subject before in the past but I didn't see a clear answer to it. Is there a way to enter a buy and enter another buy later even though the first trade has closed, and the same for sells?
-
@fxbam If you use a blue no trade block only one will open, you can open a trade without using a blue block then open more by using conditions to control when trades are opened, alternatively use no trade but use different group numbers for each different trade.
-
@fxbam said in Can multiple Buys and Sells be open at the same time?:
I've noticed anytime I try to build an EA the strategy tester shows me that it only opens 1 buy and ignores any other opportunities until that trade is closed, and the same issue for sells. I see others have asked for help about this subject before in the past but I didn't see a clear answer to it. Is there a way to enter a buy and enter another buy later even though the first trade has closed, and the same for sells?
If you want to add trades, dont use a blue block unless you want to limit the # of trades .
If you want to accept as many trades as possible per the conditions, just keep it under a "once per bar" green block,.