Super Smoothed WMA

Category: Indicators By: throwaway200 Created: February 29, 2016, 8:01 PM
February 29, 2016, 8:01 PM
Indicators
0 Comments

Here is a “super smoothed” version of weighted moving average.

 

SSWMA = WeightedAverage[Round(SQRT(10))]((2 * WeightedAverage[5](Close) - WeightedAverage[10](Close)))

if SSWMA>SSWMA[1] then 
  color = 1
else
  color = -1
endif 

RETURN  SSWMA coloured by color as "WAVES"

 

Download
Filename: Super-Smoothed-WMA.itf
Downloads: 103
throwaway200 New
Developer by day, aspiring writer by night. Still compiling my bio... Error 404: presentation not found.
Author’s Profile

Comments

Logo Logo
Loading...