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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
54 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
25 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
17 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
23 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment