Rwi Constructor (Int32, Int32) |
Creates new instance of RWI technical indicator with given period.
Namespace:
FinAnalysis.TA
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public Rwi(
int fastPeriod,
int slowPeriod
)
Parameters
- fastPeriod
- Type: SystemInt32
Fast Period for RWI. - slowPeriod
- Type: SystemInt32
Short Period for RWI.
Exceptions Exception | Condition |
---|
ArgumentException | Thrown when some period less than 2 or periods not ascending. |
See Also