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 CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
53 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
32 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
195 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
356 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
277 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment