Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy in Strategy Analyzer missing
Collapse
X
-
Strategy in Strategy Analyzer missing
I know I've ran into this issue before and forget how I fixed it. I was in one strategy and i did a save as and saved it under a new name. The new strategy name shows up in the dropdown in the strategy analyzer but there is no parameters are any info? I click on another strategy in the dropdown and then go back to this new one and it has all the data for the other strategy instead of its own info.Tags: None
-
Hello Zachj,
Thank you for your post.
Since, you created a new one I assume you made changes to the code when you did a Save?
Did you run a compile of the new script that you saved?
Additionally, are there any strategy templates in the NinjaTrader 7 documents? (My) Documents -> NinjaTrader 7 -> templates -> strategyCal H.NinjaTrader Customer Service
-
Zachj,
Thank you for sending those files.
The bug in the script was calling the incorrect instrument in the Initialize()
Add("ES###-###", PeriodType.Minute, 1);
Instead, a continuous contract is called with only two ## on each side -
Add("ES ##-##", PeriodType.Minute, 1);Cal H.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
164 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
319 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
246 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
350 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment