DislikedTMA Real NRP HAX
TMA Half NRP HAX
TMA Divided NRP HAX
September month: new school year has begun.. so it's good time to destroy another myth about TMA [Triangular Moving Average]...
Triangular Moving Average [TMA]:
this is a twice-smoothed Price using Simple Moving Average [SMA] method:
TMA = SMA1(Price,N) --> SMA2(SMA1,N)
where are:
Price - starting Price.
SMA1 - simple moving average, first smoothing stage.
SMA2 - simple moving average, second smoothing stage.
N - period or number of candles for calculating TMA.
but at same time, one brainless baby coder aka mladen takes standard LWMA, sticks there half-period crutch & calls his "wonderful masterpiece" TMA
why did brainless coder deceive everyone? there are several reasons.. but let's not delve into conspiracy theories.
so then:
TMA Real = formula from some article.. this is original TMA = SMA1(Price,N) --> SMA2(SMA1,N)
TMA Half = formula from TradingView, i took it from some induk.. for each stage of SMA smoothing its own half-period formula.
TMA Divided = also formula from some article, but with my corrections.. therefore, in some places, TMA turned out to be more sensitive..
{ virus risk deleted by staff }Ignored
Attached File(s)
study indicator settings and test it well...
1