♥ 0 |
So I have some code that does exactly what I want (paints two horizontal lines on the chart with the previous day’s high and low), but… I would love to be able to add a bubble underneath each with text like ‘PD High’ or ‘PD Low’. I think this is possible, based on other common studies like Fibonacci. However, I cannot quite figure out the AddChartBubble syntax. I’d just want the bubbles to be at the left side of the chart (at today’s open). Any thoughts Mr. Hahn? (code attached)
Marked as spam
|
Private answer
The full set of specifications for using the AddChartBubble() statement is found here: https://toslc.thinkorswim.com/center/reference/thinkScript/Functions/Look---Feel/AddChartBubble Add the following two lines of code to display the two chart bubbles you have requested:
Marked as spam
|
Please log in to post questions.