Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Retrieving information for different type accounts
Collapse
X
-
Hello giogio1,
Thank you for your post.
The Help Guide page below has a chart detailing this info for NT8.
You can get these items from AccountItem.
Getting historical executions from the database is not supported/documented. You can use the Account.Orders to get information on the Orders placed to the account, use Account.Orders.Count.
Please let us know if you have any further questions.
-
Thank you Gaby.for your list. for completion and other people looking into this thread I add here a link . Best
Comment
-
Hi Gaby, with OnAccountItemUpdate and AccountItem I am getting exactly what I want. I am using this with different types of account and orders generated by strategies and ATM.
I cannot get a count of trades in a straight forward way. because I am doing all of this in an indicator and I am not sure I can access to SystemPerformance.AllTrades.TradesCount. So I infer it by looking at variations in the AccountItem.RealizedProfitLoss and variatiions in Positions. Quantity .using OnPositionUpdate().
Is this the correct way to go.?
Also, is SystemPerformance.AllTrades.TradesCount good for strategy only or also ATM and manual traders?
Thank you.
Gio
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
475 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
315 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
253 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
340 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
305 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment