How to open a group 2 trade based on Group 1 trading condition
-
I am trying to make a robot that open trades based on group 1 condition. My EA keeps on opening a group 1 trades only
-
@januarympho In the buy/sell block select group 2, all trades placed by this block will be group 2.
-
@jstap I tried that but it keeps on referring those trades as group 1[
(https://fxdreema.com/shared/in10SY0yd) -
@januarympho Your break even should be under a no trade, a pass, or the yellow of if trade not under the tree. Your setup should work so likely the amount of trades are preventing the other groups activating, try switching lots of blocks off and getting groups to work with a few trades, you can then add all the others in.
-
thank you i will try that