TMA CG 2024 (Centered Moving Average)
Category: volatility, trend
A centered Triangular Moving Average (TMA) envelope that provides a smoothed price channel and reversal signals based on Mladen's logic.
Formula
TMA = (SMA(Price, N) + SMA(SMA(Price, N), N)) / 2 (Centered); Bands = TMA \pm (Deviation \times High-Low Range Buffer)
Inputs
- inpTimeFrame (default: PERIOD_CURRENT)
- inpHalfLength (default: 56)
- inpAppliedPrice (default: PRICE_WEIGHTED)
- inpBandsDeviation (default: 1.618)
- inpMaximumCandles (default: 5000)
See signal primitives and every published strategy that uses TMA CG 2024 (Centered Moving Average) on WOBR StrategyVerse.