OBJ_ARROW_LEFT_PRICE OBJ_ARROW_RIGHT_PRICE OBJ_ARROW_BUY OBJ_ARROW_SELL OBJ_ARROW OBJ_TEXT OBJ_LABEL OBJ_BUTTON OBJ_BITMAP OBJ_BITMAP_LABEL OBJ_EDIT OBJ_EVENT OBJ_RECTANGLE_LABEL OBJ_TRENDBYANGLE Trend Line By Angle. Note For Trend Line By Angle, it is possible to specify the mode ...
if(!ObjectCreate(chart_ID,name,OBJ_TRENDBYANGLE,sub_window,time,price,time2,price2)) { Print(__FUNCTION__, ": failed to create a trend line! Error code = ",GetLastError()); return(false); } //--- change trend line's slope angle; when changing the angle, coordinates of the secon...