double totalNetProfit = SystemPerformance.AllTrades.TradesPerformance.Currency.CumProfit;
double grossProfit = SystemPerformance.AllTrades.TradesPerformance.GrossProfit;
int totalTrades = SystemPerformance.AllTrades.Count;
double profitFactor = SystemPerformance.AllTrades.TradesPerformance.ProfitFactor;
double totalCommissions = SystemPerformance.AllTrades.Sum(trade => trade.Commission);
.......>
Then write somewhere.
​
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Export Complete Strategy Performance
Collapse
X
-
Export Complete Strategy Performance
Is there a way to easily export a strategy's performance without having to get each and every item like below. If we right click on a strategy and select strategy performance, there is already a nice report already available. Is that report available to be exported? I would like the ability to access that report and export it on State == Terminated.
PHP Code:Tags: None
-
I'm not sure if it's what you wanted, but within the strategy performance, if you right click somewhere you have the option export it as a csv or xls file.
-
I would like to make a request to add the ability to export strategy performance reports via ninjascript. What would be great would be if we could create custom reports using the gui. Save them as a template, and also be able to export them via ninjascript.
Comment
-
Thank you for your suggestion.
Please use the link below to submit this request to our product team for consideration to implement in future releases:
NinjaTrader Feature Request Form
You can use this link for future feedback or features you'd like to see as well.
Thank you again for your feedback on this item!
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
50 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
126 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
69 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment