RSI 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.
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).