Click or drag to resize

ZScore Constructor (Int32)

Creates new instance of ZScore technical indicator with point window.

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

Parameters

period
Type: SystemInt32
Number of values for averaging.
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