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 NullPointStrategies, 03-13-2026, 05:17 AM
|
0 responses
86 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
151 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
79 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
53 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
61 views
0 likes
|
Last Post
|

Comment