ATR Projection
Category: volatility
A risk management tool that projects price levels based on Average True Range (ATR), primarily used for setting stop losses and take profits in the NNFX trading framework.
Formula
ATR_Level = Price_{current} \pm (Multiplier \cdot ATR(Period))
Inputs
- ATR_Period (default: 14)
- ATR_Multiplier (default: 1.5)
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.