Draw.Text(this, "MyRating" + CurrentBar, false, MyString.ToString(myDoubleFormat), 0, High[0], +80, Brushes.DeepPink, MyFont, TextAlignment.Center, MyBlue_Brush, Brushes.Black, 100, DashStyleHelper.Dash, 2, false, "");
How can I write
RemoveDrawObject("MyRating*********");
if (CurrentBar > Count - 20)
RemoveDrawObject("MyRating**********");

Comment