Skip to main content
A newer version of this page is available. .

TripleExponentialMovingAverageTema Constructors

A Triple Exponential Moving Average (TEMA) indicator.
Name Parameters Description
TripleExponentialMovingAverageTema() none Initializes a new instance of the TripleExponentialMovingAverageTema class with the default settings.
TripleExponentialMovingAverageTema(String, ValueLevel) name, valueLevel Initializes a new instance of the TripleExponentialMovingAverageTema class with the specified name and value level.
TripleExponentialMovingAverageTema(String) name Initializes a new instance of the TripleExponentialMovingAverageTema class with the specified name.
See Also