Click or drag to resize

BaseTickIndicatorTOfflineComputation Method

Overload List
  NameDescription
Public methodOfflineComputation(Double, Double, T)
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 cannot be used before and after calling this method.
Public methodOfflineComputation(Double, Double, DateTime, T)
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 cannot be used before and after calling this method.
Top
See Also