PDA

View Full Version : Dataseries


velocity
07-22-2009, 07:07 AM
I created a dataseries in "myindicator".

Public DataSeries mynewdata;

how do I get mynewdata to display in the databox along with its corresponding value?

I don't want to make it a plot. ie. Plot0.Set(mynewdata[0])

thanks

NinjaTrader_Josh
07-22-2009, 07:20 AM
velocity,

Only plots show up in the Data Box. You can make it a plot and then change the plot color to Transparent if you don't want it to show.

seilsys
08-17-2010, 01:11 PM
I tried adding the plot as transparent for a dataseries I was trying to plot (as suggested). When I added the plot as transparent, it was transparent in the databox also. Is there a separate method for setting the plot to be transparent after the Add?

NinjaTrader_Austin
08-17-2010, 02:11 PM
seilsys, we are aware that setting a plot to transparant makes it disappear from the data box. For now, the only way to view a dataseries in the databox is for that dataseries to be plotted on the chart.