Hi, see this page; How to use Better Volume indicator MT4
Re: Volume Indicators for MT4
212Hi mntiwana,mntiwana wrote: Mon Oct 16, 2017 5:10 am
May be this help you
AllVolumeAverage_v2 600+
The version mtf - 26 methods - breakout pct and alerts options
Is there a note of what the histo colours represent?
Thanks
Re: Volume Indicators for MT4
213Another indicator of volume that I found when studying on the topic.
This indicator is called "Volumes Suite" although it is very similar to the volume indicator of the PVSRA system (Price, Volume, S&R Analysis).
Original source code or just renamed?
This indicator is called "Volumes Suite" although it is very similar to the volume indicator of the PVSRA system (Price, Volume, S&R Analysis).
Original source code or just renamed?
Re: Volume Indicators for MT4
214This looks interesting. Just a heads up that with all of the files in the Zip and the indicator, I am getting an FFCal Error: File Download Incomplete! Error.nyol wrote: Thu Feb 06, 2020 7:24 am Another indicator of volume that I found when studying on the topic.
This indicator is called "Volumes Suite" although it is very similar to the volume indicator of the PVSRA system (Price, Volume, S&R Analysis).
Original source code or just renamed?
Re: Volume Indicators for MT4
215After loading the template:rain wrote: Thu Feb 06, 2020 3:24 pm
This looks interesting. Just a heads up that with all of the files in the Zip and the indicator, I am getting an FFCal Error: File Download Incomplete! Error.
Remove it
(3) PVSRA News Panel v2 (Black or White)
Add
(3) PVSRA v3 News Panel Prelim 05-13-2019 (Black or White)
Save and replace your current template.
Re: Volume Indicators for MT4
216Hi traders, trying to get access to this indicator via my EA but what i get doesn't match to the curvature could anyone test and check and see what i'm doing wrong?
Code: Select all
Comment( "This is the vwap value: "+DoubleToStr( checkVwap(), 2 ) );
double checkVwap(){
double res = iCustom(NULL,0,"Vwap",34,0,1);
//iCustom( Symbol(), 0, "Vwap", 34, 0);
return res;
}
Re: Volume Indicators for MT4
218Hi everyone,
I hope all are having a great day of pips. Does anyone know if this indicator repaints? I placed it on a 1 min chart and it looks promising. However, it's based on fractals (or the name suggests) and I know fractals can repaint.
Probability is Key!
Re: Volume Indicators for MT4
219Would say yes it does.naluvs01 wrote: Tue Feb 18, 2020 6:04 amHi everyone,
I hope all are having a great day of pips. Does anyone know if this indicator repaints? I placed it on a 1 min chart and it looks promising. However, it's based on fractals (or the name suggests) and I know fractals can repaint.
Re: Volume Indicators for MT4
220Thanks Mr.Tools for your reply. It does badly. I just downloaded an excellent free simulator called SoftFX Forex and it reveal the answer immediately.
Probability is Key!