Hi all - im just playing with drawing a vertical line at a certain Hour on the chart - any ideas why not ?
Inserted Code
ObjectCreate("Time",OBJ_VLINE,0,Time,HIGH);
ObjectSet("Time",OBJPROP_COLOR,VerticalLineColor);
ObjectSet("Time",OBJPROP_STYLE,STYLE_DOT);
ObjectSet("Time",OBJPROP_WIDTH,1);