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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
41 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
28 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
45 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
37 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment