View Full Version : Drawing Text in fixed positions?
mazachan
07-06-2007, 01:01 PM
Is there any way to draw text in an indicator window such that the position is fixed? Something similar to DrawTextAbsolute functions in the eSignal EFS?
If not, are there any plans to implement a feature like this in the future?
Thanks.
NinjaTrader_Ray
07-06-2007, 01:29 PM
This is only possible by overriding an indicator's Plot() method. This is an advanced topic and not for anyone who does not have programming experience. Please take a look at the source code for the CustomPlotSample indicator. You can also look at other example code such as the TickCounter.
mazachan
07-06-2007, 02:30 PM
Yes, I have been looking at those methods. I was more curious as to whether or not there would be plans to make those methods easier or if I have to do it myself. Thanks.
NinjaTrader_Ray
07-06-2007, 03:34 PM
I will add this as a request for future enhancement.