Draw.Text(this, "test1", true, "Test1", -1, Ohi , 10, TextBrush, myFont, TextAlignment.Right, Brushes.DarkGreen, Brushes.Transparent, 25);
The text position TextAlignment.Right is of course relative to the current bar position when the query is true.
If I scroll the screen to look back historically the test will disappear as it is relative to the bar. Is there an overwrite way to keep this text visible when scrolling the chart backward in time or do I need to be using another text method to do so, for example SharpDX.DirectWrite?
Comment