Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Can multiple time frames be optimized?
Collapse
X
-
Let's say I have two variables for two time frames each (so 4 variables total) that need to be optimized. (Not just the base time frame) How can I do that?
The 4 variables don't appear in the Optimize slide out bar. Why?
I put the variables in the #region Variables section. I'm using NT7.
Comment
-
Only user inputs (the public properties of your variables) would appear in the SA optimizer - http://www.ninjatrader.com/support/f...ead.php?t=5782
Adding to the list of timeframes to optimize is unfortunately not supported directly - you can look into adding a couple of different frames and then adaptively switching the BarsInProgress used in your code.
Comment
-
Yes, that worked, thanks!
Note for future reads: in http://www.ninjatrader.com/support/f...ead.php?t=5782 notice the difference between Period and lower case period, in line 6. It's explained here http://www.ninjatrader.com/support/f...rsive+property
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
646 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
367 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 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
569 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment