IIndicatorsiAwesome Method

Returns calculated values for Awesome indicator

Definition

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

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
fastPeriods  Int32
Number of periods for the faster moving average
slowPeriods  Int32
Number of periods for the slower moving average

Return Value

ListNullableDouble
List of values

See Also