Re: Volume Indicators for MT4
Posted: Sat Feb 22, 2020 7:29 pm
Thank you for creating this, it's the best volume indicator i've come across. Is it possible to make an "On-Chart" version of this? or add as option to this current version?
Thank you for creating this, it's the best volume indicator i've come across. Is it possible to make an "On-Chart" version of this? or add as option to this current version?
Very good and intelligent piece of art mrtools
Thanks for sharingnyol wrote: Thu Feb 06, 2020 8:51 pm
After loading the template:
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.
Maybe try:::Zittoro wrote: Thu Feb 27, 2020 8:28 am This is a newer version!
Vwap.ex4
(22.63 KiB) Downloaded 1323 times
vwap.png
Hi 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;
}
Code: Select all
iCustom(NULL,0,"Vwap",VwapPeriod,Price,3,1);
Hi Moey,moey_dw wrote: Fri Feb 09, 2018 4:55 pm GUYS I like to share this full volume averages indicator from Sharjah trading friends in dubai...... plz try
Thanks for your response but it didn't work for memrtools wrote: Thu Feb 27, 2020 9:59 am
Maybe try:::
Code: Select all
iCustom(NULL,0,"Vwap",VwapPeriod,Price,3,1);
Anyone knows who did this indicator, or any have tested it?
hi, just wanted to ask if a coder here could modify these two indicators to make colors more accurate. I guess that a good result can be obtained by smoothing the indicator, but I'm not sure of the result since I don't know if colors are given by the slope of the histogram bars...The aim is to have less "colours" noise, so make bars green when they are all green for example, without a red bar interrupting the "trend".Jimmy wrote: Tue Apr 02, 2019 8:36 pm Here is another set of beautiful Volume indicators - Mladen's Rainbow Volume bars using standard Volume and also a Marney Volume version for MT4. Definitely must-have additions to our Volume indicators collection thread![]()