Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
No money going in Realized P&L when trade closes
Collapse
X
-
No money going in Realized P&L when trade closes
It seems that no money is being shown in the realized column of control center upon closing out of a trade.Tags: None
-
ending ninjascript
I am talking about closed trades from a ninjascript strategy not appearing in the Realized column under the Strategies tab.
Comment
-
Thanks for the clarification.
I created a new strategy with only the following code in OnBarUpdate()
I ran it in real-time on a 20 second chart. On each closed trade the "Realized" column under the Strategies tab updates --> Working as expected in this situation.Code:if (Historical) return; EnterLong(); ExitLong();
If you have a reproducible scenario that would be great.RayNinjaTrader Customer Service
Comment
-
No Results showing in Realized p&L for Currency Trading
This is to confirm that there are no results showing in Realized P&L under the Strategies Tab or the Account Tab for Currency Strategy trading.
This apparently is preventing the following code from working:
if (Position.MarketPosition == MarketPosition.Long && Position.GetProfitLoss(Close[0], PerformanceUnit.Currency) + Performance.RealtimeTrades.TradesPerformance.Curre ncy.CumProfit > 100)
ExitLong("lg");
return;
Comment
-
No Results showing in Realized p&L for Currency Trading
I am on Gain, and I can assure you that no results are showing in Realized P&L under Strategies TAb or Account tab.
Comment
-
No Results showing in Realized p&L for Currency Trading
Using 100,000 for quantity seems to get the money right in Realized P&L for Accounts tab, but wild looking numbers in Unrealized P&L.
Comment
-
No Results showing in Realized p&L for Currency Trading
When do you expect to have Beta 3 available?
Comment
-
It is currently available - http://www.ninjatrader-support.com/v...ead.php?t=3994RayNinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
603 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
349 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
104 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
560 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
560 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment