I believe that DRAW_COLORCANDLE is only available in mq5
Yes, when they added some mq5 features to mq4, they also added some auto completes that have not been implemented in mq4,
I think that only DRAW_ARROW in your drop-down list is relevant to mq4.
Ok thank you, any suggestion to change thiickness of histogram when i zoom in or out?
Thank you very much!

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
I'm making an Indicator that recognize candle, trying to paint the candle and i see that there's a DRAW_COLORCANDLE option, but nothing on Documentation to help me understand how it works.
Right now i'm using histogram like the file in here (https://www.mql5.com/en/code/10623) . But the main problem is that histogram needs to change size the more i zoom in our out!
Any suggestion is appreciated! Thank you.