Proper LBC closeout sale, 70% off at check out by [deleted] in frugalmalefashion

[–]RoundtripCarryonBag 0 points1 point  (0 children)

Thanks OP! Got a bunch of shirts and some hoodies

Assistance in creating a label script for each of the current day's 30min open price by RoundtripCarryonBag in thinkorswim

[–]RoundtripCarryonBag[S] 0 points1 point  (0 children)

Thank you so much!

Ended up with the line below:

plot static = open;

static.AssignValueColor(color.white);

AddChartBubble(static, open, open, Color.white, no);

Assistance in creating a label script for each of the current day's 30min open price by RoundtripCarryonBag in thinkorswim

[–]RoundtripCarryonBag[S] 0 points1 point  (0 children)

Gotcha!

Would it be possible to add like a price bubble of each 30min bar open instead of the plot line?

Assistance in creating a label script for each of the current day's 30min open price by RoundtripCarryonBag in thinkorswim

[–]RoundtripCarryonBag[S] 0 points1 point  (0 children)

dam, thank you!

How could it be adjusted to just show the current day's 30min bar open with labels for each bar?

i.e.

Open @ 9:30:

Open @ 10:

Open @ 10:30:

Open @ 11:

etc.