PriceOscillatorOfflineComputation Method |
Name | Description | |
---|---|---|
OfflineComputation(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).) | |
OfflineComputation(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).) |