strange symbols instead of arrow.s..help

 
hi all

all my indicators on MT4 appears strange symbols instead of up arrow or down arrow......up arrow appears like $ or SS .....atc

any help!



 
Looks like a font problem. Is this a new problem? Are you running MetaTrader on WINE or something similar?
 
You have used the wrong symbol code! Hint Editor's Reference search for "ENUM_OBJECT" and the Arrow-codes - or post your code and use the SRC-button!
 

Don't know if this applies to your problem or not.

When you set up to code a new indicator and use the wizard you will get this

//--- setting a code from the Wingdings charset as the property of PLOT_ARROW
   PlotIndexSetInteger(0,PLOT_ARROW,159);

 which does nothing and should be replaced with

SetIndexArrow(0,159);
 

hi

all indicators have this problem...not my indicators only....i have five meta trader 4 and the problem still there..

here is the indicator:

https://www.mql5.com/en/code/8181

Files:
 
Maybe you don't have the wingdings font loaded on your computer?
 
What kind of pc don't have wingdings in it? Never heard of it.
 
honest_knave:
Looks like a font problem. Is this a new problem? Are you running MetaTrader on WINE or something similar?
As I asked, how are you running MetaTrader?
 
thanks all....the problem was from win xp fonts..i had reinstall it from win xp cd and all things ok

thanks
Reason: