Branch
Member
How can you take a vertical command and turn it into a Label? I want this VerticalLine command to be a label that at the start of a given time (or the time below) a label will pop-up that states "New York - 15m" and remain visible until 1600 hour.
AddVerticalLine(SecondsTillTime(0915) == 0, " 30m NEW YORK ", Color.dark_gray, Curve.FIRM);
AddVerticalLine(SecondsTillTime(0915) == 0, " 30m NEW YORK ", Color.dark_gray, Curve.FIRM);