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!
Gaby V.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by TrippTraders, Yesterday, 07:14 PM
|
1 response
12 views
0 likes
|
Last Post
![]() |
||
Started by decosenty, Yesterday, 11:33 PM
|
0 responses
9 views
0 likes
|
Last Post
![]()
by decosenty
Yesterday, 11:33 PM
|
||
Started by RicharBarrio, Yesterday, 11:26 PM
|
0 responses
7 views
0 likes
|
Last Post
![]()
by RicharBarrio
Yesterday, 11:26 PM
|
||
Started by paulo_br, 09-13-2024, 08:41 AM
|
8 responses
1,155 views
0 likes
|
Last Post
![]()
by AppleID25
Yesterday, 08:49 PM
|
||
Started by mno_om, Yesterday, 08:44 PM
|
0 responses
11 views
0 likes
|
Last Post
![]()
by mno_om
Yesterday, 08:44 PM
|
Comment