| Overload | Description | 
|---|---|
| TriangularMovingAverage(String,Series,ElementValue,Int32) | Evaluates the x-period Triangular Moving Average(TMA) wherexcorresponds to 
            the length of the time series array given as a parameter, for all periods for which sufficient data 
            is provided. | 
| TriangularMovingAverage(Series,ElementValue,Int32) | Evaluates the x-period Triangular Moving Average(TMA) wherexcorresponds to 
            the length of the time series array given as a parameter, for all periods for which sufficient data 
            is provided. | 
| TriangularMovingAverage(SeriesCollection,ElementValue,Int32) | Evaluates the x-period Triangular Moving Average(TMA) wherexcorresponds to 
            the length of the time series array given as a parameter, for all periods for which sufficient data 
            is provided. | 
 
     
     
     
     
    