Lode Loyens:
Hi, can anyone tell me what I am doing wrong here?
I get no errors.
Thank you.
did you read the documentation? CharToString uses ANSI codes
Lode Loyens: what I am doing wrong here?
Arial 30 is not an arrow. Use Wingdings - Objects Constants - Constants, Enumerations and Structures - MQL4 Reference
string asciiChar30 = CharToString(30); ObjectSetText(labelName, asciiChar30, 12, "Arial", clrBlack);
Thank you both for your response.
I tried wingdings and that did the trick.
It's not the arrow I want to display but that will work.
Thank you 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
Hi, can anyone tell me what I am doing wrong here?
I get no errors.
Thank you.