View Full Version : Draw dots on different panel
ryker
06-22-2010, 04:06 PM
Hi,
Is there a way to draw dot on different panel if there are more than one dataserie?
So for example, if I have YM and ES on two different panels, being able to draw on dot on YM panel and a dot on ES panel?
Thanks
NinjaTrader_Austin
06-22-2010, 04:45 PM
Ryker, it is definitely possible to draw dots on two separate panels.
ryker
06-22-2010, 04:55 PM
Any easy way like using DrawDot or does this require some more programming?
NinjaTrader_Austin
06-22-2010, 04:58 PM
You could use DrawDot(); I just clicked on little pencil for the drawing tools -> chart marker -> dot. With a chart selected, you could also just hit Alt-F6. DrawDot() would require programming.
ryker
06-23-2010, 02:45 AM
Austin,
Looking at Drawdot definition I can't see how you could use it to draw on different panels?
Thanks
NinjaTrader_Austin
06-23-2010, 07:52 AM
Ryker, data series are mostly independent of each other. If you write an indicator that draws dots, you just have to apply it to both data series.