In NT 8.0.22.2 the following code can change the color of a text object:
Print("text is trying to be colored");
NinjaTrader.NinjaScript.DrawingTools.Text text = new NinjaTrader.NinjaScript.DrawingTools.Text();
text.TextBrush = buttonColor;
Print("Colored");
Thanks
*****
Never mind what I said, ID-10T

Comment