Click or drag to resize

ZScore Constructor (TimeSpan)

Creates new instance of ZScore technical indicator with time window.

Namespace:  FinAnalysis.TA
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public ZScore(
	TimeSpan timePeriod
)

Parameters

timePeriod
Type: SystemTimeSpan
Time window size.
Remarks
Instead of other indicators for the ZScore highPrecision by default set to true. This is because of big absolute error of normalized data in lowPrecision mode. For example see the TestZScore.TestZScoreBigError.
See Also