Info tag on vertical or horizontal lines...

 
Is there a way to create a line without the information tag that is at the end of a vertical or horizontal line?


ObjectCreate("upline",OBJ_VLINE,0,Time[0],0,0,0,0,0);
 

Horizontal, no. Create a trendline, which has no tag.

Vertical, set the OBJPROP_BACK to true.

 
phy:

Horizontal, no. Create a trendline, which has no tag.

Vertical, set the OBJPROP_BACK to true.

Phy, thanks for your quick response to my question.