PriceOscillator Constructor |
Name | Description | |
---|---|---|
PriceOscillator |
Creates new instance of Price Oscillator with default settings.
| |
PriceOscillator(Int32, Int32) |
Creates new instance of Price Oscillator with given window sizes.
| |
PriceOscillator(TimeSpan, TimeSpan) |
Create new instance of Price Oscillator with given time window sizes.
| |
PriceOscillator(IAverager, IAverager) |
Creates new instance of Price Oscillator with given methods of averaging.
| |
PriceOscillator(Int32, Int32, Boolean) |
Creates new instance of Price Oscillator with given window sizes.
| |
PriceOscillator(TimeSpan, TimeSpan, Boolean) |
Create new instance of Price Oscillator with given time window sizes.
|