Click or drag to resize

Ema Constructor (Double)

Creates new instance of Ema indicator with factor.

Namespace:  FinAnalysis.TA
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public Ema(
	double factor
)

Parameters

factor
Type: SystemDouble
Multiplier factor for Ema. Period = (2 / factor) - 1.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when factor greater than one or less than zero.
See Also