AverageDirectionalMovementIndexRating Method¶
AverageDirectionalMovementIndexRating¶
Summary¶
The Average Directional Movement Index Rating (ADXR) measures the strength of the Average Directional Movement Index (ADX).It's calculated by taking the average of the current ADX and the ADX from one time period before.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
periods | int | The Period of AverageDirectionalMovementIndexRating |
Return Value¶
AverageDirectionalMovementIndexRating
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: January 27, 2023