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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
214 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
130 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
147 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
230 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
192 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment