PDA

View Full Version : How to plot text (outside of bars)


richard
06-07-2006, 01:53 PM
Hi. I am developing an indicator that requires me to plot text on the x-axis and the y-axis (to the left of the price points). I set the right bar margin to 60 to give me room to plot text to the left of the price points. I know that DrawText() is used to plot text on actual bar data, but I need to plot outside the bar data area. I also need to plot some text over the x-axis (i.e. above the time on each bar).



Any suggestions on how to do this? Thanks

NinjaTrader_Dierk
06-07-2006, 08:31 PM
Not doable. Your custom plotting is restricted to the "canvas area" where indicators and charts are plotted.