The Draw.TextFixed() does not appear to be working.
A test indicator with nothing but the TextFixed() example fails to display on the chart. Noting the chart has a black background (changing to white background has no impact).
protected override void OnBarUpdate()
{
Draw.TextFixed(this, "tag1", "Text to draw", TextPosition.TopRight);
}
Regards
Shannon

Comment