How Do I Store Opening MA Value as a variable?
-
For example, my opening candle's MA value is 5, 24 candles later, I want to compare that MA value with the opening candle's value. How do I do that? Thanks
-
@yoloyacht You need to create two variables and store those values this way:

Then you can compare both variables with a 'Condition' block.
-
Noob question, how do I add the variable to the condition block?
-
@yoloyacht said in How Do I Store Opening MA Value as a variable?:
Noob question, how do I add the variable to the condition block?
I believe you will need the formula tab, as well as the 2nd type of Condition Tab. But I am following because I am getting ready to start doing variables too!
-
@yoloyacht Just right click on the place you want is used and a window will pop up with all your currenty Constants and Variables. Select the correct one and...done!