Click or drag to resize

PriceOscillator Constructor

Overload List
  NameDescription
Public methodPriceOscillator
Creates new instance of Price Oscillator with default settings.
Public methodPriceOscillator(Int32, Int32)
Creates new instance of Price Oscillator with given window sizes.
Public methodPriceOscillator(TimeSpan, TimeSpan)
Create new instance of Price Oscillator with given time window sizes.
Public methodPriceOscillator(IAverager, IAverager)
Creates new instance of Price Oscillator with given methods of averaging.
Public methodPriceOscillator(Int32, Int32, Boolean)
Creates new instance of Price Oscillator with given window sizes.
Public methodPriceOscillator(TimeSpan, TimeSpan, Boolean)
Create new instance of Price Oscillator with given time window sizes.
Top
See Also