How to Define Single Setting for Multiple Blocks Using the Same Indicator?
-
Is it possible to set a universal input for multiple blocks using the same indicator?
For example I am using RSI in 5 condition blocks but I don't want to set 5 RSI settings. I just want to define 1 RSI that will be used in all the 5 blocks. This would make optimization a lot easier.
How do I go about this in the builder?
Thanks!
-
Did you try to put your RSI into a variable? With the block "Modify variable"
-
@noctis I haven't. I will try this one. Also would it be better using a variable and not a constant?
-
Yes better to use a variable because a constant is a value that you would enter manually into the parameters and that is most of the time not changed by the EA or by indicator. Variables are made to change all the time during the EA is running. I am sure you can find many example how to use variable in the forum