IIndicatorsiSMA Method

Returns calculated values for Simple Moving Average

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
List<double?> iSMA(
	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
Number of periods used

Return Value

ListNullableDouble
List of values

See Also