IIndicatorsiADX Method

Returns calculated values for Average Directional Index (ADX)

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
List<AdxResult?> iADX(
	int sessionIndex,
	string symbol,
	TimeFrame timeframe,
	PriceUsed price,
	int lookbackPeriods = 14
)

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
lookbackPeriods  Int32  (Optional)
Number of periods to consider

Return Value

ListAdxResult
List of values

See Also