IIndicatorsiSMA Method
Returns calculated values for Simple Moving Average
Namespace: SharpTraderBotAssembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
List<double?> iSMA(
int sessionIndex,
string symbol,
TimeFrame timeframe,
PriceUsed price,
int SMAperiod
)
Function iSMA (
sessionIndex As Integer,
symbol As String,
timeframe As TimeFrame,
price As PriceUsed,
SMAperiod As Integer
) As List(Of Double?)
List<Nullable<double>>^ iSMA(
int sessionIndex,
String^ symbol,
TimeFrame timeframe,
PriceUsed price,
int SMAperiod
)
abstract iSMA :
sessionIndex : int *
symbol : string *
timeframe : TimeFrame *
price : PriceUsed *
SMAperiod : int -> 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
- SMAperiod Int32
- Number of periods used
ListNullableDoubleList of values