Would any one be able top help alter this code to make it so I can or advise how.
NinjaTrader.Gui.Tools.SimpleFont myFont = new NinjaTrader.Gui.Tools.SimpleFont("Courier New", 12) { Size = 20, Bold = true };
Draw.TextFixed(this, "tag", String.Format("{0:0.##}",volatility), TextPosition.TopLeft, Brushes.Green, myFont, Brushes.Transparent, Brushes.Transparent, 100);
thanks in advance bread

Comment