Did you try to put your RSI into a variable? With the block "Modify variable"
Best posts made by Noctis
-
RE: How to Define Single Setting for Multiple Blocks Using the Same Indicator?posted in Questions & Answers
-
RE: How to Define Single Setting for Multiple Blocks Using the Same Indicator?posted in Questions & Answers
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