Hello!
I have added a Hull Moving Average on the Relative Volatility Indicator and i want to write this down in code so I can use it when building in ProOrder.
I want to be able to determine the angle of the moving average on the RVI, using the attached picture as an example I want do write something like:
“if HullMA[16](RelativeVolatilityIndicator) is negative then…” (First red circle)
“if HullMA[16](RelativeVolatilityIndicator) is positive then…” (Second red circle)
I don´t know how to tell the program I want data from an indicator on an indicator. This is hard to explain but I hope someone can help.
Thanks