2 or more magic numbers in one EA
-
Hello guys is there any way i can have a bucket of trades with diffrent magic numbers in the same EA, FOR EXAMPLE bucket a total of 5 trades with its magic number and bucket be has 10 trades with diffrent magic numbe and bucket 4 has diffrent is this possible with fxdreema?
-
@mr-lenny Use the groups in each block, the group number is added to the magic number.
-
@jstap OKAY THANKS I WILL TRY SO EACH GROUP CAN HAVE DIFFRENT MAGIC NUMBER?
-
@mr-lenny Each group create a separate magic number, so if magic number is 1000 group 1 is 1001, group 2 is 1002 etc, you cannot change this in the settings but will always know what it is.
-
@jstap cool another thing how can i use pips away from take profit in for example take profit from group 1 but use it in group 2...like pips away from take profit in group 1 for group 2 to take trades... i dont know you understand
-
@mr-lenny Use pink blocks to save the required group1price level into a variable (keep it saved if trade 1 closed before 2), use this variable in the pips away block to do what is required.