Click or drag to resize

PriceOscillator.OfflineComputation Method

Overload List
  NameDescription
Public methodOfflineComputation(Double[],Double[])
Performs offline computation using all data for period simultaneously. In some cases can be faster and/or use less memory than online (step-by-step) computation. Note: Indicator object cannot be used after and before calling this method.
(Overrides BaseSimpleIndicator<T>.OfflineComputation(Double[],T[]).)
Public methodOfflineComputation(Double[],DateTime[],Double[])
Performs offline computation using all data for period simultaneously. In some cases can be faster and/or use less memory than online (step-by-step) computation. Note: Indicator object cannot be used after and before calling this method.
(Overrides BaseSimpleIndicator<T>.OfflineComputation(Double[],DateTime[],T[]).)
Top
See Also