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 cmoran13, Yesterday, 01:02 PM
|
0 responses
29 views
0 likes
|
Last Post
by cmoran13
Yesterday, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
21 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|
||
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
160 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
95 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
148 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|

Comment