Skip to main content

TriangularMovingAverage Constructors

Represents a Triangular Moving Average indicator.
Name Parameters Description
TriangularMovingAverage() none Initializes a new instance of the TriangularMovingAverage class with the default settings.
TriangularMovingAverage(String, ValueLevel) name, valueLevel Initializes a new instance of the TriangularMovingAverage class with the specified name and value level.
TriangularMovingAverage(String) name Initializes a new instance of the TriangularMovingAverage class with the specified name.
See Also