Simple Moving Average for Any Indicator
SyntaxSMAANY[<defined indicator>;noofdays;daysbefore]
DescriptionUse this indicator if you want to get Simple Moving average of any defined indicator
Example if you want to get Simple Moving Average of High Value then use formula
SMAANY[high[0];14;0]