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 sukhob, 05-18-2023, 08:26 PM
|
2 responses
127 views
0 likes
|
Last Post
by TraderJA
Today, 01:45 AM
|
||
Started by timwey, Yesterday, 10:55 AM
|
4 responses
23 views
0 likes
|
Last Post
by timwey
Yesterday, 09:33 PM
|
||
Started by DJ888, 06-28-2024, 10:18 PM
|
3 responses
39 views
0 likes
|
Last Post
by AdamDJ8
Yesterday, 08:24 PM
|
||
Started by ntwong, Yesterday, 08:22 PM
|
0 responses
16 views
0 likes
|
Last Post
by ntwong
Yesterday, 08:22 PM
|
||
Started by Sigma Cypher, 01-08-2022, 06:56 AM
|
9 responses
1,170 views
0 likes
|
Last Post
by Tbryant
Yesterday, 08:03 PM
|
Comment