I have been trying to get an understanding of the public override void Plot method and after searching the forum for posts on the topic and using various indicators including the pivots.cs indicator as a guide.
I would like to find out how I can get the following code to plot at each bid price level. I want it to draw each time it visits a price level, not be removed and placed at the current level as it is with the code below. Do I need a 'tag' or similar? Is there a reference as to how I can achieve this?
graphics.DrawString("Right Hand Side"+bidPrice, textFont, textBrush, bounds.X + 1000, ChartControl.GetYByValue(this,bidPrice), stringFormat);
suprsnipes.
Comment