Click or drag to resize

Rsi Constructor (Boolean)

Creates new instance of RSI technical indicator with default settings.

Namespace:  FinAnalysis.TA
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public Rsi(
	bool unbiased = false
)

Parameters

unbiased (Optional)
Type: SystemBoolean
Use unbiased formula that requires one more point for indicator to become stable.
See Also