DrawLine("H2a" + CurrentBar + i, 1, startPrice, 0, startPrice, Color.Yellow,DashStyle.Solid,2);
on the FirstTickOfBar to draw numerous lines on my charts.
With only 4 charts open and a DOM, Ninja periodically (not necessarily on the first tick of new bars) will grab all of a CPU and will also freeze up for a while.
I have it running on a dual'core with 2GB, XP PRO, Net 2.0 and nothing else running.
Would you expect this behaviour? Any tips for enhancing Indicator performance - particularly line drawing ?
tia

Comment