IIndicatorsiRSI Method

Returns calculated values for Relative Strength Index (RSI)

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
List<double?> iRSI(
	int sessionIndex,
	string symbol,
	TimeFrame timeframe,
	PriceUsed price,
	int lookbackPeriods = 14
)

Parameters

sessionIndex  Int32
Index of session in used session list
symbol  String
Common symbol name
timeframe  TimeFrame
Chart timeframe
price  PriceUsed
Price used in calculations
lookbackPeriods  Int32  (Optional)
Number of periods to consider

Return Value

ListNullableDouble
List of values

See Also