I am testing the function GetProfitLoss. The number reported makes sense to me for 1 contract. But if I add another contract, the number doesn't make sense. How do I get the function to work with position sizing?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
GetProfitLoss
Collapse
X
-
GetProfitLoss
I am using the example found at:
I am testing the function GetProfitLoss. The number reported makes sense to me for 1 contract. But if I add another contract, the number doesn't make sense. How do I get the function to work with position sizing?Tags: None
-
I am entering at 2 different prices for a total of 2 contracts. This seems to work for the first contract but after the second contract is entered, the unrealized doesn't makes sense:
Code:DrawTextFixed("UnPNL", string.Format("Unrealized: {0}", Math.Round(Position.GetProfitLoss(Close[0], PerformanceUnit.Points), 2)), TextPosition.TopRight, Color.Green, new Font("Arial",16), Color.Blue, Color.DarkGray, 10);
Comment
-
Hello,
Thank you for the question.
There is not a supported way to access specifically that field in the control center.
I can provide a forum post with a script example on how to calculate the Unrealized PnL for an order. http://ninjatrader.com/support/forum...1&postcount=19
In this example, in the OnBarUpdate there are a few Prints that show how to calculate the Unrealized PnL for given orders.
I look forward to being of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
47 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
22 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
15 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
21 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
23 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment