Rsi Constructor (Int32, Boolean) |
Creates new instance of RSI technical indicator with point window.
Namespace:
FinAnalysis.TA
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public Rsi(
int period,
bool unbiased = false
)
Parameters
- period
- Type: SystemInt32
Number of values for averaging. - unbiased (Optional)
- Type: SystemBoolean
Use unbiased formula that requires one more point for indicator to become stable.
See Also