VLine without label

 

Hi,

is there any possibility that in the timeline the time of a vertical line isn't shown:

ObjectCreate("test",OBJ_VLINE,0,Time[i],0);
ObjectSet (name,OBJPROP_COLOR,Gray);  

Because I have programmed that every 4 hours in my M15 Chart is a v-Line shown and I want to let the timeline as it is.

Thank you!

 

You mean you don't want the Date and Time shown for the V Line on the X axis ? . . . use a TrendLine instead from 0 to 100000 . . . by the way your 2nd line of code is wrong . . .

ObjectSet (  "test"  ,OBJPROP_COLOR,Gray); // <----- correction