Mma.OfflineComputation Method (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.
Namespace:
FinAnalysis.TA
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntaxpublic override void OfflineComputation(
double[] values,
DateTime[] times,
double[] updateResults
)
Parameters
- values
- Type:System.Double[]
Values to add to indicator. - times
- Type:System.DateTime[]
Times of adding corresponding values. - updateResults
- Type:System.Double[]
New values of the indicator.
See Also