BaseTickIndicator<T>.OfflineComputation Method |
Name | Description | |
---|---|---|
![]() | OfflineComputation(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.
|
![]() | OfflineComputation(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.
|