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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
149 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
84 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
129 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
125 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
102 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment