If I code with a strategy property that can be varied by the optimizer to set which secondary timeframe is added through the AddDataSeries method, can I use the Strategy Analyzer to find the optimal secondary timeframe?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Can Time Period be optimized?
Collapse
X
-
Can Time Period be optimized?
I am working on a multiple timeframe strategy.
If I code with a strategy property that can be varied by the optimizer to set which secondary timeframe is added through the AddDataSeries method, can I use the Strategy Analyzer to find the optimal secondary timeframe?Last edited by AnotherTrader; 02-13-2018, 11:15 PM.Tags: None
-
Hello.
Thank you for the note.
It is possible to optimize your primary series when you check "Optimize data series" in the Strategy Analyzer. This will not optimize any additional series you have added to the script though. I have attached an example workaround to this where I make a property for a BarsInProgress index and add 4 differing data series. When running an optimization I set BIP to iterate from 1 to 4. This will select the best secondary series to use.
Please see here for instructions on importing
Please let us know if we may be of any further assistance.Attached Files
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
65 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
41 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
23 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
26 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
52 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment