BradB
05-04-2010, 08:48 AM
In 6.5 I was able to draw a line through a bar
DrawLine("xLine"+CurrentBar, true, 0, High[0], 0, Low[0], Color.Gold, DashStyle.Solid, xwickwidth);
In 7 the Bar Color seems to be overiding the line. It draws over the wick, but not the body. Any ideas?
Thx.
DrawLine("xLine"+CurrentBar, true, 0, High[0], 0, Low[0], Color.Gold, DashStyle.Solid, xwickwidth);
In 7 the Bar Color seems to be overiding the line. It draws over the wick, but not the body. Any ideas?
Thx.