IIndicatorsiRSI Method
Returns calculated values for Relative Strength Index (RSI)
Namespace: SharpTraderBotAssembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
List<double?> iRSI(
int sessionIndex,
string symbol,
TimeFrame timeframe,
PriceUsed price,
int lookbackPeriods = 14
)
Function iRSI (
sessionIndex As Integer,
symbol As String,
timeframe As TimeFrame,
price As PriceUsed,
Optional lookbackPeriods As Integer = 14
) As List(Of Double?)
List<Nullable<double>>^ iRSI(
int sessionIndex,
String^ symbol,
TimeFrame timeframe,
PriceUsed price,
int lookbackPeriods = 14
)
abstract iRSI :
sessionIndex : int *
symbol : string *
timeframe : TimeFrame *
price : PriceUsed *
?lookbackPeriods : int
(* Defaults:
let _lookbackPeriods = defaultArg lookbackPeriods 14
*)
-> List<Nullable<float>>
- 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
ListNullableDoubleList of values