I will update whenever I have anything of significance to report.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Is it possible to override Strategy Analyzer variables?
Collapse
X
-
I added a bunch of debug tracer "print to output window" statements to the strategy. As a result I think I already see a problem with my code. Just wanted to alert you so you don't waste time on bad input from me.
I will update whenever I have anything of significance to report.
-
Someone could help or give a sample code on how to know if you are testing the strategy on the strategy analyzer not on replay?
Comment
-
bool IsMarketReplay = false;Originally posted by edward_bell View PostSomeone could help or give a sample code on how to know if you are testing the strategy on the strategy analyzer not on replay?
if (Bars.MarketData.Connection.Options.Provider == Cbi.Provider.Replay ) IsMarketReplay = true;
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
91 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
93 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
70 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
87 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
66 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment