Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Is it possible to chart multiple data series?
Collapse
X
-
Is it possible to chart multiple data series?
I want to code a strategy with multiple data series and ideally I would like to chart both data series with different indicators on the two data series charts. I want it to look something like what is shown at "Managing multiple data series": https://ninjatrader.com/support/help...ata_series.htmTags: None
-
Hello haakonflaar,
Thanks for your post.
The AddDataSeries() method could be used to add secondary additional data series to a NinjaScript to use for calculations or for submitting orders to.
Note that the added secondary data series in the script will not be visible/added on the chart window. The added secondary data series in a NinjaScript is for calculation purposes or for submitting orders to a more granular data series. There are no NinjaScript methods or properties available to make a secondary added data series in a NinjaScript populate on a chart.
See the help guide documentation below for more information below.
AddDataSeries(): https://ninjatrader.com/support/help...dataseries.htm
Working with Multi-Timeframe/Multi-Instrument NinjaScripts: https://ninjatrader.com/support/help...nstruments.htm<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
267 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
169 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
171 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
260 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
210 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment