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
532Volume difference indicator is not working for me! Anyone else experiencing same issues?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.
Re: Cumulative Volume Experiment
533On the azzx_emavol_diff v1 on line 13 try changing it toJozo wrote: Sun Jul 31, 2022 8:54 am Volume difference indicator is not working for me! Anyone else experiencing same issues?
Code: Select all
#define IND_NAME "azzx_emavol_1_0_arrows+alerts"
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
534On/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.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.
Sonic_6 PVA Volumes (Black).mq4
- These users thanked the author mrtools for the post (total 5):
- BeatlemaniaSA, Tradehunter, josi, 2banglak1993, pipsquirrel
Re: Cumulative Volume Experiment
535Thank you Mrtools for your input. However, the indicator not working is the second subwindow indicator, the AZZX EMA Volume diff. Thanksmrtools wrote: Sun Jul 31, 2022 11:28 am On the azzx_emavol_diff v1 on line 13 try changing it to
and lines 45 and 46 change toCode: Select all
#define IND_NAME "azzx_emavol_1_0_arrows+alerts"
Code: Select all
double diff = iCustom(NULL, 0, IND_NAME, PERIOD, 0, i) - iCustom(NULL, 0, IND_NAME, PERIOD, 1, i);
Re: Cumulative Volume Experiment
536Right 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.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
Re: Cumulative Volume Experiment
537Try now.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
- These users thanked the author mrtools for the post (total 2):
- Jozo, pipsquirrel
Re: Volume Indicators for MT4
539
[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.
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
540Made it so it can be changed in its external parameters.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
- These users thanked the author mrtools for the post (total 4):
- Jedidiah, josi, Tradehunter, pipsquirrel