Page 58 of 98
Re: Volume Indicators for MT4
Posted: Tue Feb 28, 2023 6:19 am
by ParallelNative
sylvester21 wrote: Tue Feb 28, 2023 2:09 am
Dear Mr Tools,
Could you help to add in Button for this original and supremely useful VWAP indicator?
Also I would like to seek your advice if "Anchor" function is possible for MT4 VWAP? I have seen this Anchor function in Trading View VWAPs.
Thanks a lot for your kind help.
Here's an anchored vwap with a button (found on another thread).
works pretty well.
Re: Volume Indicators for MT4
Posted: Tue Feb 28, 2023 11:51 am
by sylvester21
ParallelNative wrote: Tue Feb 28, 2023 6:19 am
Here's an anchored vwap with a button (found on another thread).
works pretty well.
Thank you kind sir!!
Re: Volume Indicators for MT4
Posted: Tue Feb 28, 2023 11:51 am
by sylvester21
mrtools wrote: Tue Feb 28, 2023 8:50 am
Pretty sure it's possible I am just not sure how to do it but used this version that will anchor on the time from the timeframe you choose, would recommend you use a timeframe >= 4 hours. If using say m15 timeframe and set the timeframe to daily, it will start at 0 and repeat daily, set the timeframe to 4 hours it will reset every 4 hours, etc. The candles and alerts are for when the price you choose crosses the vwap (center) line.
Dear Mr Tools,
Ok noted on your work-around. I will give it a try.
Re: Volume Indicators for MT4
Posted: Tue Feb 28, 2023 3:00 pm
by sal
sylvester21 wrote: Tue Feb 28, 2023 11:51 am
Dear Mr Tools,
Ok noted on your work-around. I will give it a try.
This is another version anchor historical line act as S/R line when the band reach at these lines. try
Re: Volume Indicators for MT4
Posted: Wed Mar 01, 2023 4:11 am
by andrei-1
The volumes are normalized by time.
Volume[hour_y] / (average of (x Volume[hour_y]) / x).
There is no check for winter summer time
It seems to me that H0 should be equaled with H23. After closing H1, calculate the average H0 =(H23+ H1)/2.
Re: Volume Indicators for MT4
Posted: Wed Mar 01, 2023 5:11 am
by andrei-1
In this version, it is possible to smooth h0.
Re: Volume Indicators for MT4
Posted: Wed Mar 01, 2023 6:51 am
by andrei-1
Sorry for the garbage in the topic. Out of curiosity, I made time normalized volatility. The two previous messages can be deleted.
Re: Volume Indicators for MT4
Posted: Mon Mar 06, 2023 8:45 am
by pail1217
mrtools wrote: Fri May 06, 2022 2:08 am
Added a different sort of limit bars maybe that will help.
I don't know if it's unique to me, but as soon as I try to add this version to the chart, nothing works on my MT. The normal version works perfectly.
Re: Volume Indicators for MT4
Posted: Mon Mar 06, 2023 9:12 am
by mrtools
pail1217 wrote: Mon Mar 06, 2023 8:45 am
I don't know if it's unique to me, but as soon as I try to add this version to the chart, nothing works on my MT. The normal version works perfectly.
Try this version, working for me.
Re: Volume Indicators for MT4
Posted: Mon Mar 06, 2023 8:23 pm
by pail1217
mrtools wrote: Mon Mar 06, 2023 9:12 am
Try this version, working for me.
Yes, it works for me now too. Thank you!