♥ 0 |
Hi Pete, Can you pls provide a script that a chart text bubble will appear on a candle in the chart if a condition is true? I am looking to start labelling some of my Studies using a text bubble, because when i try to place them in the lower chart, They mask each other out when two or more conditions are true at a single time plus it is hard to keep track of different colors. Here’s one example of my study. plot bolgrCross = ohlc4 crosses above BollingerBands(“length” = 14, “average type” = “EXPONENTIAL”).”MidLine”; Thank you….
Marked as spam
|
Private answer
I moved your post out of the "Frequently Asked Questions" topic and into the "Chart Studies" topic. I don't see anything for me to do here. The forum contains many examples of how to use the AddChartBubble() function. So if you just have general questions about how to do this I suggest you spend some time browsing the forum to learn how to apply these under various conditions. Here are just a couple of examples I found when I searched the term "bubble" under the chart studies topic. https://www.hahn-tech.com/ans/learning-rec-addchartbubble/ https://www.hahn-tech.com/ans/adding-a-chart-bubble-as-percent/
Marked as spam
|
Please log in to post questions.