Creates new instance of Ema indicator with factor.
Namespace:
FinAnalysis.TA
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public Ema(
double factor
)
Parameters
- factor
- Type: SystemDouble
Multiplier factor for Ema. Period = (2 / factor) - 1.
Exceptions Exception | Condition |
---|
ArgumentException | Thrown when factor greater than one or less than zero. |
See Also