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


Re: Moving Average indicators for MT4

3888
mazibee wrote: Mon Nov 03, 2025 11:57 am Dear MrTools,

I am extremely thankful to you for selflessly fulfilling every user wish & requests, especially for new members like me.

Your unmatched dedication to tweaking indicators and developing brand new tools truly makes this community shine.

The updated Moving Average Histogram works flawlessly.

If time permits, I have two further request requests:

1) Stacked 3 Histogram Version Same logic as the current one, but three histograms stacked vertically, each with independent inputs.

MA Period = 9,9,9
MA Price = Average Median Body, Average Median Body, Average Median Body
MA Type = LWMA, LWMA, LWMA
MA Timeframe = Current, First Higher, Secod Higher


2) MTF LWMA Indicator that Plots three LWMA lines on chart:
LWMA of Open
LWMA of Close
LWMA of Average Body Mean (Open+Close)/2, Two colored matching the current histogarm,
I assume the color change of the average line should math the histo color.[url][/url]
With individual on/off toggles via input parameters.

MrTools thank you once again for your generosity and mastery.

Huge respect and heartfelt gratitude

Stay blessed always.
Hello, this would be part 2 of your request.
These users thanked the author mrtools for the post (total 2):
mazibee, Krunal Gajjar

Re: Moving Average indicators for MT4

3889
mazibee wrote: Wed Nov 05, 2025 6:45 pm Good Day MrTools,

If possible and time permitted please can you can you add an
-- 0ption to display/ hide the (open/close) line. One option to display / hide both the lines of open and close.
-- Option to display/hide ( Open+close)/2 line in the input menu

Also when I attached the indicator to the chart, changed color settings, line widths, on switching time frames it revert back to default setting.

Kindlly if you can check that also

Thanks in advance
Added the display/hide options and on that indicator the colors are controlled with your external parameters like period, price, etc.
These users thanked the author mrtools for the post:
mazibee