RateOfChange Constructors
A Rate of Change indicator.Name | Parameters | Description |
---|---|---|
RateOfChange() | none | Initializes a new instance of the RateOfChange class with the default settings. |
RateOfChange(String, ValueLevel) | name, valueLevel | Initializes a new instance of the RateOfChange class with the specified name and value level. |
RateOfChange(String) | name | Initializes a new instance of the RateOfChange class with the specified name. |
See Also