Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Display higher timeframe/resolution on strategy analyzer
Collapse
X
-
Display higher timeframe/resolution on strategy analyzer
If I want to execute my strategy on a small resolution, such as ticks or range bars, is there a way to display a higher resolution chart, such as minute bars?Tags: None
-
Hello willsims11,
Thanks for your post.
The AddDataSeries() method would be used to add a secondary data series to the custom NinjaScript strategy to use for calculation or for submitting orders to.
The added secondary series will not be displayed on the chart window that the strategy is enabled on. The added secondary series is only used for calculations or for submitting orders to a different timeframe or instrument.
Note that there are no options available for displaying the secondary added series in the custom script on the chart window.
See this help guide page for more information about AddDataSeries(): https://ninjatrader.com/support/help...dataseries.htm
See this help guide page for more information about 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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
89 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
135 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
119 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
69 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment