A newer version of this page is available.
Switch to the current version.
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) | name | Initializes a new instance of the TripleExponentialMovingAverageTrix class with the specified name. |
TripleExponentialMovingAverageTrix(String, ValueLevel) | name, valueLevel | Initializes a new instance of the TripleExponentialMovingAverageTrix class with the specified name and value level. |
See Also
Feedback