I want to draw from an indicator a text in panel 2 and whatever I modify in the syntax (..."true"/"false" or "y"/0/0.20.5...) it always plots at the very low (screenshot attached) and the number is cut at bottom. What do I have to change please so that the number is drawn higher in panel 2, eg at y-value 0.5 to see the number clearly?
Now I have: Draw.Text(this, "vstrong2", false, "2", 0, 0.5, 0, Brushes. Cyan,new SimpleFont ("Arial",34), TextAlignment.Center, null,Brushes.Transparent,50);
Thank you!
Tony

Comment