t_ma (Smoothed LWMA)

Category: trend

A dual-line trend indicator comparing a standard Linear Weighted Moving Average (LWMA) against a 6-period smoothed average of itself.

Formula

Buffer1 = LWMA(Period, Open); Buffer2 = (LWMA_0 + LWMA_1 + LWMA_2 + LWMA_3 + LWMA_4 + LWMA_5) / 6

Inputs

See signal primitives and every published strategy that uses t_ma (Smoothed LWMA) on WOBR StrategyVerse.


Open the interactive page on WOBR AI → · WOBR.AI home