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 abelsheila, 05-14-2025, 07:38 PM
|
2 responses
32 views
0 likes
|
Last Post
![]()
by hglover945
Yesterday, 03:48 PM
|
||
Started by nailz420, 05-14-2025, 09:14 AM
|
1 response
66 views
0 likes
|
Last Post
|
||
Started by NinjaTrader_Brett, 05-12-2025, 03:19 PM
|
0 responses
336 views
1 like
|
Last Post
|
||
Started by domjabs, 05-12-2025, 01:55 PM
|
2 responses
64 views
0 likes
|
Last Post
![]()
by domjabs
05-12-2025, 02:50 PM
|
||
Started by Morning Cup Of Trades, 05-12-2025, 11:50 AM
|
1 response
83 views
0 likes
|
Last Post
|
Comment