Page 54 of 86

Re: Volume Indicators for MT4

Posted: Sun Jul 31, 2022 8:29 am
by Bbq Ribs
Hi , I'm requesting a slight tweak to the great Hawkeye Volume indicator if that's possible.

When a new valid/meaningful coloured bar ( DEFAULT RED/GREEN) is produced can the proceeding white bars copy the change but in dark red/green (until a change of colour or another valid/meaningful bar is produced)?

Can this be activated with a true/false option in the inputs tab?

Many thanks for your time ,

Regards

BBQ RIBS

Re: Cumulative Volume Experiment

Posted: Sun Jul 31, 2022 8:54 am
by Jozo
alpha24 wrote: Sun Jul 17, 2022 1:10 am Here is my experiment. I used Volume diff instead of cumulative volume and azzx volume indicator with arrows and alerts. Let us test.
attached indicators and template.

Note -- Forgotten to attach moving average. updated rar file.
Image
Volume difference indicator is not working for me! Anyone else experiencing same issues?

Re: Cumulative Volume Experiment

Posted: Sun Jul 31, 2022 11:28 am
by mrtools
Jozo wrote: Sun Jul 31, 2022 8:54 am Volume difference indicator is not working for me! Anyone else experiencing same issues?
On the azzx_emavol_diff v1 on line 13 try changing it to

Code: Select all

#define IND_NAME "azzx_emavol_1_0_arrows+alerts"
and lines 45 and 46 change to

Code: Select all

double diff = iCustom(NULL, 0, IND_NAME, PERIOD, 0, i) -
                  iCustom(NULL, 0, IND_NAME, PERIOD, 1, i);

Re: Volume Indicators for MT4

Posted: Mon Aug 01, 2022 1:45 am
by mrtools
Tradehunter wrote: Sun Jul 31, 2022 11:09 am Hi Kvak or Mr Tools

Can you add a button to this indi. I dont think we have an actual volume indi with a button.
It would be nice to hide it behind an oscillator.
Image
Sonic_6 PVA Volumes (Black).mq4
On/off button added. Had to change the auto scale to auto scale after a tick because the chart event function for some reason it interferes with the button and scale function. So, the histogram bars should auto change width once the market opens and we get a tick.

Re: Cumulative Volume Experiment

Posted: Mon Aug 01, 2022 5:39 am
by Jozo
mrtools wrote: Sun Jul 31, 2022 11:28 am On the azzx_emavol_diff v1 on line 13 try changing it to

Code: Select all

#define IND_NAME "azzx_emavol_1_0_arrows+alerts"
and lines 45 and 46 change to

Code: Select all

double diff = iCustom(NULL, 0, IND_NAME, PERIOD, 0, i) -
                  iCustom(NULL, 0, IND_NAME, PERIOD, 1, i);
Thank you Mrtools for your input. However, the indicator not working is the second subwindow indicator, the AZZX EMA Volume diff. Thanks

Re: Cumulative Volume Experiment

Posted: Mon Aug 01, 2022 7:51 am
by mrtools
Jozo wrote: Mon Aug 01, 2022 5:39 am Thank you Mrtools for your input. However, the indicator not working is the second subwindow indicator, the AZZX EMA Volume diff. Thanks
Right the reason it isn't working is because of what I said needed to be changed in the iCustom call in the Azzx EMA Volume diff.

Re: Cumulative Volume Experiment

Posted: Mon Aug 01, 2022 9:16 am
by mrtools
Jozo wrote: Mon Aug 01, 2022 5:39 am Thank you Mrtools for your input. However, the indicator not working is the second subwindow indicator, the AZZX EMA Volume diff. Thanks
Try now.

Re: Cumulative Volume Experiment

Posted: Mon Aug 01, 2022 8:07 pm
by Jozo
mrtools wrote: Mon Aug 01, 2022 9:16 am Try now.
Image
Thanks Mrtools. Now working well.

Re: Volume Indicators for MT4

Posted: Thu Aug 11, 2022 10:46 pm
by Bbq Ribs
[quote="Bbq Ribs" post_id=1295484622 time=1659220149 user_id=4949916]
Hi , I'm requesting a slight tweak to the great Hawkeye Volume indicator if that's possible.

When a new valid/meaningful coloured bar ( DEFAULT RED/GREEN) is produced can the proceeding white bars copy the change but in dark red/green (until a change of colour or another valid/meaningful bar is produced)?

Can this be activated with a true/false option in the inputs tab?

Many thanks for your time ,

Regards

BBQ RIBS

Hi Mr Tools ,

Please accept my apologies for asking , I am hoping you could add a type of "trend strength" option to the Hawkeye indicator . I dont think I explained my request clearly enough in my last post, so sorry.

regards

BBQ RIBS

P.S. I think I attached the wrong file (EX4) in my initial post , now have attached the correct file , sorry for being an idiot.

Re: Volume Indicators for MT4

Posted: Wed Aug 24, 2022 12:55 am
by mrtools
Tradehunter wrote: Tue Aug 23, 2022 10:05 pm Hi MrTools
Can you make the black candle volume color modifiable.
It wont change to any color other than black.
Thanks
Made it so it can be changed in its external parameters.