Syntax
Public Function VIDYAMovingAverage(applyTo As ENUM_APPLIED_PRICE, period As Integer, R2Scale As Double) As Integer |
A Variable Moving Average is an exponential moving average that adjusts to volatility.
A Moving Average is most often used to average values for a smoother representation of the underlying price or indicator.
Parameters
Key | Description |
applyTo | The value can be one of ENUM_APPLIED_PRICE |
period | Period as integer |
R2Scale | Period as integer |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.