IIndicatorsiEMA Method

Returns calculated values for Exponential Moving Average

Definition

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

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
SMAperiod  Int32

[Missing <param name="SMAperiod"/> documentation for "M:SharpTraderBot.IIndicators.iEMA(System.Int32,System.String,SharpTraderBot.TimeFrame,SharpTraderBot.PriceUsed,System.Int32)"]

Return Value

ListNullableDouble
List of values

See Also