Overview:
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.
Interpretation:
A Moving Average is most often used to average values for a smoother representation of the underlying price or indicator.
Parameters:
str Source
int Periods
See Also