TREND, MOVING AVERAGES & STRUCTURE
ADXR
A slower, steadier version of ADX.
spec id: adxrlength (default 14)
What does ADXR measure?
A slower, steadier version of ADX. It reacts later but whipsaws less, which is why some traders use it as the confirmation rather than the trigger.
How is ADXR calculated?
Take today's ADX and the ADX from 14 candles ago, and average the two.
Written by reading the engine’s real computation, not a textbook — where the two differ, the page describes what actually runs.
How do I use ADXR in a bot?
In the builder, add an indicator of type adxr (parameters: length, default 14). Its value becomes an operand you can compare in any entry or exit rule. The engine grades the whole rule honestly: real fills, no look-ahead, half the history held back.
Related indicators
- AlligatorThree smoothed price lines drawn as a sleeping animal's jaw, teeth and lips.
- Arnaud Legoux MAA smooth trend line that still turns quickly.
- Balance of powerWho won the candle — buyers or sellers.
- Camarilla pivotsA set of intraday support and resistance lines built from yesterday's candle.
Or browse all 158 indicators in the full library.