RSI Constructor

RSI normal constructor.
public RSI( 
ISeries input
int length
BarData barData = OberMind.BarData.Close, 
IndicatorStyle style = IndicatorStyle.Old 
)
This language is not supported or no code example is available.
public:  
RSI( 
ISeries^ input
int length
BarData barData
IndicatorStyle style 
)
This language is not supported or no code example is available.
public function RSI( 
input : ISeries
length : int
barData : BarData
style : IndicatorStyle 
);
This language is not supported or no code example is available.

Parameters

input
ISeries

The input series.

length
int

The length.

barData
BarData

The bar data.

style
IndicatorStyle

The style of RSI (Old or New style).

In this article

Definition