Indicator look-back periods. Every indicator the criteria and RL features reference reads its window from here.
Train a PPO agent on the RL Features (sidebar) and the long/short flags. Then set Strategy = RL in the Backtest / Live Backtest / Run Trade tabs.
Fetches the latest candles, computes indicators and signals, and generates charts. Click Run to update.
What each indicator measures, the periods it uses, and the column names it produces — which you can reference in the Entry / Exit Criteria builder.
EMA — Exponential Moving Average
Weights recent candles more heavily than a simple average, so it turns faster on a change of trend.
ATR — Average True Range
Mean candle range over the window — a volatility measure used to size stops and scale the FVG thresholds.
FVG — Fair Value Gap
Detects price imbalances left after a liquidity sweep and a strong displacement candle. Sizes are ATR-relative, so the same settings work across instruments.