Click or drag to resize

MmaOfflineComputation 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 BaseSimpleIndicatorTOfflineComputation(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 BaseSimpleIndicatorTOfflineComputation(Double, DateTime, T).)
Top
See Also