Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Output Window Print Sequence
Collapse
X
-
Output Window Print Sequence
I have some print statement in my code that outputs the daily equity values for my strategy. When running a backtest with a list of equities the ouput sequence gets mixed up between the different equities. It seems that NT runs the equities in sequence, so why does the output have the daily equity printed values mixed up?Tags: None
-
Double Bogie, what do you expect to see? The daily PNL for all equities tested lining up for review? The Prints would be fired whenever your code / instance hits that specific section, you could not rely on a particular sequence here as backtesting / optimizing is multithreaded in NT.
It might be better to export / write those values to txt files.
-
I guess you answered my question. Basically you are saying that the strategy code for each equity in the list can be running simultaneously and outputting data as it hits the print statements.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment