billritz:
I have a long test string that I want to display, but it cuts off at 64 in length, although the documentation says it can be up to 256. BTW, does anyone know the difference between OBJ_TEXT and OBJ_LABEL?
I have a long test string that I want to display, but it cuts off at 64 in length, although the documentation says it can be up to 256. BTW, does anyone know the difference between OBJ_TEXT and OBJ_LABEL?
I used Search in MetaEditor and it is written that OBJ_TEXT is the text with one coordinate only. As i understand it is necessary to have two coordinates to locate the text. And it is written that it is used the other functions for that.
OBJ_LABEL is the same but without any coordicate. So the text may be anywhere. It is used the ObjectSet function to located the text.
Is it right?
That may be the difference, but either one seems to cut off at 64 when they're supposed to be 256 long. Do you know why?
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 have a long test string that I want to display, but it cuts off at 64 in length, although the documentation says it can be up to 256.
BTW, does anyone know the difference between OBJ_TEXT and OBJ_LABEL?