Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Writing to a file?
Collapse
X
-
Writing to a file?
Hello, I would like to write the following to a CSV after backtesting: GUID, profit from trade, time in trade, bars in trade. I figured I could just use trace orders for profit, and the other three are easy, however I have no idea how to go about writing to a CSV with ninjascript. Ideally it would create the file to begin, then add every trade throughout the backtest process. Is this something that can be done?Tags: None
-
Hello rbeckmann05,
Thank you for your post.
You can write to a text file using StreamWriter. The formatting of the text file can also make for easy importing into Microsoft Excel in the future.
Below is a sample script that demonstrates using StreamWriter.
Please let us know if you have any further questions.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
58 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
41 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
46 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
37 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|
||
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
156 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|

Comment