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