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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
47 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
22 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
15 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
21 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
23 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment