
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
It's probably a problem with your locale. See this topic (from mql5 but similar).
Thanks.
It works good, after change Windows 7 system locale "Shift-JIS" to "ANSI Latin 1". (o^-')b
But, why the compiled module on build 509 works on Shift-JIS locale environment?
I want to trade it in Shift-JIS locale environment. (>_<)/
<< result ( change Windows 7 system locale "Shift-JIS" to "ANSI Latin 1" ) >>
Thanks.
It works good, after change Windows 7 system locale "Shift-JIS" to "ANSI Latin 1". (o^-')b
But, why the compiled module on build 509 works on Shift-JIS locale environment?
I want to trade it in Shift-JIS locale environment. (>_<)/
<< result ( change Windows 7 system locale "Shift-JIS" to "ANSI Latin 1" ) >>
I really don't know. I suggest you write to Service Desk of Metaquotes about that.
I just knew the existence of the Service Desk of Metaquotes.
I write to Service Desk of Metaquotes about that now.
Thank you very much.
Thanks.
It works good, after change Windows 7 system locale "Shift-JIS" to "ANSI Latin 1". (o^-')b
But, why the compiled module on build 509 works on Shift-JIS locale environment?
I want to trade it in Shift-JIS locale environment. (>_<)/
<< result ( change Windows 7 system locale "Shift-JIS" to "ANSI Latin 1" ) >>
It is the same if you are trying to install game in language that is not supported properly. For example, game is in Japanese environment and you try to install in English environment.
Wakarishimasutaka?
I understand Japanese MetaTrader 4 can't use Wingdings fonts.
My goal was solved by using OBJ_BITMAP_LABEL object.
<OLD>
<NEW>
http://www.csc.villanova.edu/~tway/resources/ascii-table.html
https://docs.mql4.com/constants/objectconstants/wingdings
First find arrow code find sample 108
Table of ASCII Characters
l 108 0154 0x6c
use "l"
ObjectSetText(OrderLine,"l",12,"WingDings",clrAqua);