For the moment I'm using this temporary solution
ObjectSetInteger(NULL, Label, OBJPROP_XDISTANCE, 1480);
I'm sure we agree that if I increase or decrease the resolution of my screen, it won't work properly.
For the moment I'm still using this temporary solution, when the screen resolution changes this value must change too, I'll come back to this post when I find a good solution
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 create a line object OBJ_HLINE and then I create a label object OBJ_LABEL to put just below it,
I can retrieve the line's y coordinates, but how do I display the label completely on the right because a line can't see x-coordinates?
thank you in advance for your insights