Announcement
Collapse
Looking for a User App or Add-On built by the NinjaTrader community?
Visit NinjaTrader EcoSystem and our free User App Share!
Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less
Partner 728x90
Collapse
NinjaTrader
Trade Object ProfitCurrency Calculation
Collapse
X
-
Trade Object ProfitCurrency Calculation
Does ProfitCurrency include slippage and commission as part of its calculation?Tags: None
-
Hi parkinsonbr, thanks for posting. The commission and slippage are included in this trade performance value. You can test this by using the Print() method to print out data from the strategy you are testing:
Code:if(SystemPerformance.AllTrades.Count > 0) { Trade lastTrade = SystemPerformance.AllTrades[SystemPerformance.AllTrades.Count - 1]; Print(lastTrade.ProfitCurrency); Print(lastTrade.Commission); }
Kind regards,
-ChrisL
Chris L.NinjaTrader Customer Service
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by chilwellacprice, Today, 02:34 AM
|
0 responses
1 view
0 likes
|
Last Post
![]() |
||
Started by chilwellacprice, Today, 02:32 AM
|
0 responses
1 view
0 likes
|
Last Post
![]() |
||
Started by StockJock, 03-22-2022, 12:57 AM
|
6 responses
464 views
0 likes
|
Last Post
![]()
by aligator
Today, 12:02 AM
|
||
Started by TradeSimple(Dre), Yesterday, 11:38 PM
|
0 responses
8 views
0 likes
|
Last Post
![]() |
||
Started by jwalkera87, Yesterday, 09:17 PM
|
0 responses
7 views
0 likes
|
Last Post
![]()
by jwalkera87
Yesterday, 09:17 PM
|
Comment