Loop variables
-
I want to loop through trades (say trades a, b and c) and assign individual trade values to variables.
Problem is the same variable name will be overwritten by the next loop? So how do I ensure the variable name changes each time the loop happens?
I tried appending a number to the variable name (eg 'stop_loss_ + loop_number' but couldn't get it working?
-
@general-melchett Try using groups, so only uses a set group.
-
@general-melchett The only way to do that is by using custom arrays. fxDreema cannot do that with its current blocks. You will need a programmer to help.
-
Bah, ok. I'll have to do it all one by one then. I'll only have a max of 3 to do so in both directions that's 6. Better than nothing I suppose. Thanks for the help!
-
@general-melchett You're welcome.