Page 23 of 100

Re: Volume Indicators for MT4

Posted: Sat Feb 22, 2020 7:29 pm
by AnCapFX
mrtools wrote: Tue Jan 28, 2020 6:15 am

Added mtf.
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?

Re: Volume Indicators for MT4

Posted: Sat Feb 22, 2020 8:49 pm
by Daim2574
mrtools wrote: Tue Jan 28, 2020 6:15 am

Added mtf.
Very good and intelligent piece of art mrtools :wave:

Re: Volume Indicators for MT4

Posted: Wed Feb 26, 2020 1:18 am
by Zittoro
[quote=mrtools post_id=1295390738 time=1560045617 user_id=4864807]
[quote=Jozo post_id=1295390730 time=1560013879 user_id=4927088]


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;
}

Re: Volume Indicators for MT4

Posted: Wed Feb 26, 2020 1:28 am
by Daim2574
nyol 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.
Thanks for sharing

Re: Volume Indicators for MT4

Posted: Thu Feb 27, 2020 8:28 am
by Zittoro
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;
}

Re: Volume Indicators for MT4

Posted: Thu Feb 27, 2020 9:59 am
by mrtools
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;
}
Maybe try:::

Code: Select all

iCustom(NULL,0,"Vwap",VwapPeriod,Price,3,1);

Re: Volume Indicators for MT4

Posted: Mon Mar 02, 2020 11:36 am
by Cazz223
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
Hi Moey,
Do you have info on what the bar colours represent?
(What do Crimson and Green bars means?)
Appreciate if you would share it please.

Thank you

Re: Volume Indicators for MT4

Posted: Sat Mar 07, 2020 11:33 am
by Zittoro
mrtools wrote: Thu Feb 27, 2020 9:59 am

Maybe try:::

Code: Select all

iCustom(NULL,0,"Vwap",VwapPeriod,Price,3,1);
Thanks for your response but it didn't work for me

Re: Volume Indicators for MT4

Posted: Sat Mar 21, 2020 12:59 am
by Zittoro
Zittoro wrote: Sat Mar 07, 2020 11:33 am
Thanks for your response but it didn't work for me
Anyone knows who did this indicator, or any have tested it?

Re: Volume Indicators for MT4

Posted: Mon Mar 23, 2020 12:46 am
by James10
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 :)
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".
Thanks