OBJ Properties

 

Hi

in MQL4 i used ObjectSet for properties of objects , could you please let me know if its fine to use the below ObjectGetInteger

 

             ObjectCreate(0,"ML TL",OBJ_HLINE,0,0,TL);
             ObjectGetInteger(0,"ML TL",OBJPROP_COLOR,Orange);
             ObjectGetInteger(0,"ML TL",OBJPROP_WIDTH,2);
 
mostafalotfi:

Hi

in MQL4 i used ObjectSet for properties of objects , could you please let me know if its fine to use the below ObjectGetInteger

 

:)) 

solved , its because working till 2 AM ObjectSetInteger not Get  

Reason: