PDA

View Full Version : strange overlay plotting problem


NinjaCustomer
12-04-2008, 01:30 PM
Hi, I have a strange problem.. I just want to plot some dots on the price chart.

So I have overlay set to true, but nothing appears on the chart.

If I remove this line then dots appear when I plot them, but I have an empty indicator panel.

How can I remove this empty indicator panel but still get my dots?

NinjaTrader_Josh
12-04-2008, 01:51 PM
To put dots on the chart you need to use DrawOnPricePanel = true. To move the indicator to take up the price panel you need Overlay = true.

NinjaCustomer
12-04-2008, 02:28 PM
problem resolved... had to remove and put back on the indicator a couple of times, but that got everything working right.