Attachments forums

List of attachments posted on this forum.


All files on forums: 160619

Re: Moving Average indicators for MT4

Sutatong, Tue Oct 14, 2025 11:40 am

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?
All files in topic