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

TripleExponentialMovingAverageTrix Constructors

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