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

Or browse all 158 indicators in the full library.

Build a bot that trades on ADXR — the first backtest is free.

Run a free backtest