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