Indicator Guide

"Formula the engine actually uses" on each card is exactly what the backtest computes — this matters when reproducing results outside the system or exporting to Python: RSI/ATR/ADX use Wilder RMA, not SMA. Writing it the textbook way with SMA gives a different value and the backtest result won't match.