Syntax
Public Function TriagularMovingAverage(applyTo As ENUM_APPLIED_PRICE, period As Integer) As String |
The Triangular Moving Average is similar to a Simple Moving Average, except that more weight is given to the price in the middle of the moving average periods.
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 |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.
See Also