With these 2 statements in the code (adapted from Help):
DrawLine("tag1", false, 10, 1000, 0, 1001, Color.LimeGreen, DashStyle.Dot, 2);
DrawDiamond("tag2", true, 10, Low[0] - TickSize, Color.Red);
DrawDiamond executes but not DrawLine.
Strangely enough, DrawLine was working last night on one chart, but then stopped working when I changed the instrument. Now it doesn't work on any.
- palinuro

Comment