Entering Text on an arrow


Category:
0
0

 

This is my code for an arrow that plots for me. Is there any way I can add text under that arrow? Thanks!

plot edArrow = if signal then low else Double.NaN;
edArrow.SetDefaultColor(Color.PLUM);
edArrow.SetPaintingStrategy(PaintingStrategy.ARROW_UP);

Marked as spam
Posted by (Questions: 34, Answers: 56)
Asked on August 1, 2017 12:40 pm
448 views
0

No, text cannot be added under the arrow. The only way to display text at a specific location on a chart is to use ChartBubble().

( at August 1, 2017 12:44 pm)
0

How do I use ChartBubble().? Can you please provide me an example? Thanks

( at August 2, 2017 1:52 pm)
0

One of the best examples we have for that is here: https://www.hahn-tech.com/thinkorswim-alert-high-low-version-two/

( at August 2, 2017 4:41 pm)