Symbol in MQL5

 
Is there an  alternative  symbol  or conversion in MT5 for ' SYMBOL_STOPSIGN '. Thank you.
 
MThomp:
Is there an  alternative  symbol  or conversion in MT5 for ' SYMBOL_STOPSIGN '. Thank you.
Custom arrow with Wingdings code 251.
 

Hi,

So you could use this code in MQL5 :

ObjectSetInteger(0,"stop_arrow",OBJPROP_ARROWCODE,251);

//SYMBOL_STOPSIGN(Stop sign symbol) wingding code =251
Reason: