Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
result of the last operation of an account
Collapse
X
-
Hello franatas,
For an account, you would need to track the last orders updating with the <Account>.OrderUpdate event.
https://ninjatrader.com/support/help...rderupdate.htm
A forum member has provided some undocumented / unsupported code for creating a trade collection.
https://forum.ninjatrader.com/forum/...99#post1090999
For a strategy the code would be supported:
https://ninjatrader.com/support/help.../nt8/trade.htmCode:SystemPerformance.AllTrades[SystemPerformance.AllTrades.Count - 1].ProfitCurrency
https://ninjatrader.com/support/help...erformance.htm
https://ninjatrader.com/support/foru...ples#post93881
If you plan to backtest or run from the Strategies tab of the Control Center, be sure IncludeTradeHistoryInBacktest is enabled.
https://ninjatrader.com/support/help...inbacktest.htmChelsea B.NinjaTrader Customer Service
-
Hello franatas,
Below is a link to an example of adding an event handler method to the <Account>.OrderUpdate event.
https://ninjatraderecosystem.com/use...egyidentifier/
This example specifically is looking for orders submitted with Atm Strategies and filters the others out, however the code for attaching the event handler is the same.
A NinjaScript Strategy has an Account property for the account the strategy is running on.
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
580 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
335 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
102 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
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment