Re: Moving Average indicators for MT4

3881
mrtools wrote: Fri Sep 19, 2025 8:48 pm Moving Averages Ribbon + Candlestick Overlay with All Averages (new MA Filters added)

This is an updated averages ribbon, with all the averages. With the averages you have a choice of shift, filtering, double smoothing, and or adaption of the fast or slow averages. Also has all the display options I can think of. Think it is pretty much the same as the last version but the shift should be somewhat better and has a few more average options.
Thats really great. Thanks
These users thanked the author navid110 for the post:
mrtools
Forex Tribune


Re: Moving Average indicators for MT4

3885
mrtools wrote: Mon Sep 01, 2025 8:51 pm Deviation Scaled VWMA (Volume Weighted MA) alternative calculation

In the regular DSMA it uses a close[0] - close[2] smoothed with super smoother.
In the Vwma version it is using a close[0] - close[2] smoothed with Vwma, then smoothed again with super smoother.
In the final calculation it uses an ema calculation with a choice of all the prices.

Overnight was thinking that instead of using close[0] - close[2] why didn't I use all the prices in the complete calculation, so changed it to reflect that.

So, in this version instead of close[0] - close[2] it is using the prices[0] - prices[2], throughout the whole code which to me is probably closer to the original intent.

PS: For the previous code this was based on, please see: Deviation Scaled VWMA by Mrtools.
Been using this Deviation Scaled - Vwma (colors Lime Green, Red) for a while and it fits me more than Vidya Cmo Bands (colors Dodger Blue, Sandy Brown).
Could you provide mtf, Mrtools?
These users thanked the author Sutatong for the post:
mrtools