Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Backtest detection
Collapse
X
-
Tags: None
-
Hello Victor_Zelenyi,
Thanks for your post.
You can determine if your strategy is running in the Strategy Analyzer by doing something similar to:
Code:if(IsInStrategyAnalyzer) { Print("The Strategy Is Running In The Strategy Analyzer"); }Last edited by NinjaTrader_JoshG; 01-30-2019, 09:27 AM.Josh G.NinjaTrader Customer Service
-
-
But if running backtest type != "Backtest" IsInStrategyAnalyzer returns false.
How to detect if strategy is running in the Strategy Analyzer for other backtest types?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
23 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
120 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
63 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
41 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
45 views
0 likes
|
Last Post
|

Comment