Fernando Jose Velasco Borea:
You can refer to this: https://www.mql5.com/en/forum/35582
Hello all!
I want to set an info panel on my EA, and I want it to have a rectangle as a background with text over it. Now, everything seems to be OK, but when a line of text gets larger, and my code tries to read the size, the ObjectGet() function returns 0... you can find below the code responsible of drawing the background and the text below. It is inside a function that's called on EveryTick if the user sets the info panel to activated.
Seng Joo Thio:
You can refer to this: https://www.mql5.com/en/forum/35582
You can refer to this: https://www.mql5.com/en/forum/35582
Thanks! It did worked out!

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
Hello all!
I want to set an info panel on my EA, and I want it to have a rectangle as a background with text over it. Now, everything seems to be OK, but when a line of text gets larger, and my code tries to read the size, the ObjectGet() function returns 0... you can find below the code responsible of drawing the background and the text below. It is inside a function that's called on EveryTick if the user sets the info panel to activated.