Difference Between two MA's and compare to prior candle
-
Hello,
I want to assign a variable to the difference between two Moving Averages. I think I can do that one fine. But how do I do the same calculation on the prior candle close? After I get both of those variables I will compare them and see if it is increasing or decreasing and then base an entry off that. I just don't know how to do the prior candle.
Thanks !
Michael
-
Simply use a new 'check distance' block meausrung it and use a new variable to stor the value. Then you can compare your current variable and the new one with a standard condition block.