MQL4 - automated forex trading   /  

Forum

Simple Arrow ?

Back to topics list To post a new topic, please log in or register

avatar
36
nazoreen 2010.02.11 23:03 

Hello,


The code below doesn't work, could you tell me why ?


ObjectCreate ( "test", OBJ_ARROW, 0, 0, 0 ) ;
ObjectSet ( "test", OBJPROP_STYLE, STYLE_SOLID ) ;
ObjectSet ( "test", OBJPROP_WIDTH, 1 ) ;
ObjectSet ( "test", OBJPROP_COLOR, Red ) ;
ObjectSet ( "test", OBJPROP_ARROWCODE, SYMBOL_STOPSIGN ) ;


I try to display the symbol like a text/label.


Thank you.

Back to topics list  

To add comments, please log in or register