Discussion of article "The Price Histogram (Market Profile) and its implementation in MQL5" - page 5
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi, i need help urgently. On my platform in AMP Price Histogram no longer works, the calculation stops at 94%. Can anyone tell me how to fix it ? I would be very grateful to anyone who would like to help me
Do not double post!
I have deleted your duplicate post.
Hi Dmitry,
first of all: Thank you for your great article and work !
Though its long time ago you published it, it works fine.
What I have here for you and the community is an update, so that histogram uses the tickvolume, because using only price action in time areas, where the volume is nearly zero, does not help much.
Replace the corresponding code in the file ClassPriceHistogram.mqh
I admit its a quick hack and I have not tested every piece of code, but so far it works well.
Here a sample with the SP500 Index:
Dear Dmitry
I hope, you`re well.
Would it be possible that you implement buffers for the lines?
For each POC, maybe a Vwap and Median?
Thank you very much in advance
with
void CPriceHistogram::Delete()
Works fine now in AMP Futures' MT5 Version 5.00 Build 3661.
@Oleksandr, this "indicator" is technically an Expert. Indicator buffers are not available in Experts. Buffers can be effectively recreated using arrays in Experts but only real indicator buffers can be called by iCustom so for that purpose, a new custom indicator would have to be coded from scratch. Unfortunately, both options are beyond my level of coding ability. Good luck to you in finding better help.
THNAKS
THANKS