List<double?> iEMA(
int sessionIndex,
string symbol,
TimeFrame timeframe,
PriceUsed price,
int SMAperiod
)Function iEMA (
sessionIndex As Integer,
symbol As String,
timeframe As TimeFrame,
price As PriceUsed,
SMAperiod As Integer
) As List(Of Double?)List<Nullable<double>>^ iEMA(
int sessionIndex,
String^ symbol,
TimeFrame timeframe,
PriceUsed price,
int SMAperiod
)abstract iEMA :
sessionIndex : int *
symbol : string *
timeframe : TimeFrame *
price : PriceUsed *
SMAperiod : int -> List<Nullable<float>> [Missing <param name="SMAperiod"/> documentation for "M:SharpTraderBot.IIndicators.iEMA(System.Int32,System.String,SharpTraderBot.TimeFrame,SharpTraderBot.PriceUsed,System.Int32)"]