| Simple Moving Average for Any Indicator | |
|---|---|
| Syntax | SMAANY[<defined indicator>;noofdays;daysbefore] |
| Description | Use 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] |