I' ve been browsing the forum for over an hour now and not finding what I need.
I'm trying to add text to an indicator panel (in NT7). The text should be plotted on the left side of the panel and should stay there, regardless of scrolling.
I looked here: http://www.ninjatrader-support.com/H...TextFixed.html , but that page does not load

I have this code now:
DrawText("test","EMA 60",TextPosition.Center);

As a bonus, i would like to decide the y-level of where the text should be printed. Tried doing that like this:
DrawText("test2",false,"EMA 60 bis",10,0.4,0,Color.Black,Arial,StringAlignment.Far,Color.Black,Color.Transparent,5);
Please help

Comment