If you are applying the strategy to that chart then the AddDataSeries statements wont make sense, you are duplicating the chart data with the secondary series. You should be able to open a totally different chart to that series if a strategy is using that data, the strategy is not associated with that chart in any way.
If you can see this happening by simply adding a secondary series and then any other chart which is not associated with the strategy is not working in some way I would suggest to first try doing a clean user folder test to make sure nothing imported is affecting the results. If that sample still causes that to happen you can upload the sample along with steps to see the problem and we could form a bug report.
To perform a clean user folder test you can do the following:
Export the script as source code using the Tools -> Export menu
Exit NinjaTrader
Open the documents folder
Rename NinjaTrader 8 to NinjaTrader 8 MyData
Run the installer to re install the platform, this will generate a new user folder.
Open NinjaTrader and import your item to test. You will need to configure your connection based on the type of problem.
If you still see the problem please upload the script along with details on what connection was used and the steps to see the problem, we can then test that on our end.
To change back to your old data you can exit the platform and then remove the NinjaTrader 8 folder. Then rename the NinjaTrader 8 MyData to NinjaTrader 8, NinjaTrader looks for the folder NinjaTrader 8 for your data.

Comment