Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Add second chart into view
Collapse
X
-
Add second chart into view
I have a multi-time frame strategy. For debugging purposes, how can I view the different time frame charts, instead of just the primary time frame after running the strategy in backtest? I'm guessing I need a line code involving "panel."Tags: None
-
Thanks, last two questions:
1) I'm assuming this isn't possible for indicators as well?
2) As you may be aware, if entering with a limit order and taking profits within the same bar, NT assumes the profit target is always hit first, which can be inaccurate. I correct this by sending my limit order entries to a lower time frame. What's the most efficient chart type for my lower time frame for this purpose? For example, would loading and running calculations on a 1-3 range chart be more efficient than a 1-3 minute chart? Clearly, a tick chart would be inefficient.
Comment
-
Correct, all the Add() are internal.Originally posted by :::grimReaper::: View PostThanks, last two questions:
1) I'm assuming this isn't possible for indicators as well?
Range charts would be build on tick data as well - if you want the highest resolution, adding a 1 tick series would be best, but sending to 1 minute would be helpful already as well. Simplyfing this is also something on the enhancement list for our next major release.Originally posted by :::grimReaper::: View Post2) As you may be aware, if entering with a limit order and taking profits within the same bar, NT assumes the profit target is always hit first, which can be inaccurate. I correct this by sending my limit order entries to a lower time frame. What's the most efficient chart type for my lower time frame for this purpose? For example, would loading and running calculations on a 1-3 range chart be more efficient than a 1-3 minute chart? Clearly, a tick chart would be inefficient.
Comment
-
So, assuming I load the same # of bars, which is the most efficient chart type to use: minute charts, range charts or tick chart for the ES, for example. Or is there a more efficient chart type?Originally posted by NinjaTrader_Bertrand View PostRange charts would be build on tick data as well - if you want the highest resolution, adding a 1 tick series would be best, but sending to 1 minute would be helpful already as well. Simplyfing this is also something on the enhancement list for our next major release.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
607 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
353 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 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
560 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
561 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment