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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
595 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
554 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment