Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy Analyzer not displaying results
Collapse
X
-
Strategy Analyzer not displaying results
I have a custom Strategy and it is not display Analyzer results. Even on chart Performance its blank. But strategy runs and takes trades fine.
Tags: None
-
Hello coucilsoft,
Thanks for your post.
Are you skipping historical processing in your script by using the following code?
If so, you would need to remove this so that the strategy could process historical data. Skipping historical processing would prevent the strategy from being able to be backtested on historical data in the Strategy Analyzer.Code:[I]if (State == State.Historical) return;[/I]
Let us know if we may assist further.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
-
-
Hello councilsoft,
Thanks for your note.
Please send us an exported copy of the strategy so that we may investigate further.
To export a NinjaScript strategy you could navigate to Tools > Export > NinjaScript AddOn.
Exporting: https://ninjatrader.com/support/help...tAsSourceFiles
I look forward to further assisting.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Comment
-
-
Hello councilsoft,
Thanks for your note.
Yes, you could attach your exported strategy in this forum thread so we may look further into this.
I look forward to resolving this.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
58 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
133 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
73 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
50 views
0 likes
|
Last Post
|

Comment