I'm using MT4 4.00 build 509, but this bug has been around for quite some time.
The attached program draws Daily cycle lines using DRAW_HISTOGRAM to draw vertical DOT lines. The desired line style is DOT, which works when zoomed out, but if one zooms in to the 2 closest zoom levels (5th or 6th), the DOT lines change to SOLID! (BUG!)
When zoomed in close to see the chart details, the SOLID lines obscure the candle wicks which makes the use of a histogram useless for this simple program.
Please fix this bug so that the histogram maintains the DOT style at all levels of zoom.
Why not just use vertical line Objects ?
If you want to report this as a Bug please use the Service Desk
RaptorUK, thanks, I did report the issue as a bug on Aug 3. No response yet.
While one can use VLINE objects as a workaround, I would rather have un-selectable histogram lines because too many objects on a chart makes it harder to select exactly the one object I want, plus if I do accidentally select the VLINE objects, it's all too easy to accidentally drag them to the wrong location. Of course the code can constantly reset the TIME1 property but that's a waste of CPU. I also have code that works through "foreach object" loops, and I don't like having a few hundred extra objects to slow things down.
It would just be best if the MT4 bug is fixed so that DRAW_HISTOGRAM lines maintain the DOT pattern regardless of being zoomed far in or out.
RaptorUK, thanks, I did report the issue as a bug on Aug 3. No response yet.
While one can use VLINE objects as a workaround, I would rather have un-selectable histogram lines because too many objects on a chart makes it harder to select exactly the one object I want, plus if I do accidentally select the VLINE objects, it's all too easy to accidentally drag them to the wrong location. Of course the code can constantly reset the TIME1 property but that's a waste of CPU. I also have code that works through "foreach object" loops, and I don't like having a few hundred extra objects to slow things down.
It would just be best if the MT4 bug is fixed so that DRAW_HISTOGRAM lines maintain the DOT pattern regardless of being zoomed far in or out.
I have received a response from the support team regarding this issue.
Support Team 2024.04.24 19:54
No changes in MetaTrader 4 are planned. Maybe someday it will be fixed, but we don't have any ETA.
Best regards,
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I'm using MT4 4.00 build 509, but this bug has been around for quite some time.
The attached program draws Daily cycle lines using DRAW_HISTOGRAM to draw vertical DOT lines. The desired line style is DOT, which works when zoomed out, but if one zooms in to the 2 closest zoom levels (5th or 6th), the DOT lines change to SOLID! (BUG!)
When zoomed in close to see the chart details, the SOLID lines obscure the candle wicks which makes the use of a histogram useless for this simple program.
Please fix this bug so that the histogram maintains the DOT style at all levels of zoom.