Is it possible for my addon to also send the trade history for each account? If yes, is it only for the current trading day?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Addon Development: Trade History for all accounts?
Collapse
X
-
Addon Development: Trade History for all accounts?
My addon currently sends PnL data about all my accounts to an API endpoint for my custom stats app.
Is it possible for my addon to also send the trade history for each account? If yes, is it only for the current trading day?
Tags: None
-
Hello iantriestrading,
Thank you for your post.
Unfortunately, there is no historical account information available to access in NinjaScript so you would not be able to get a list of trades on the account farther back the current trading day.
The account.Orders collection will contain all active working and accepted orders that are placed on the account. Inactive (filled, rejected, canceled) orders will be cleared from the Orders tab each day. The account.Orders collection will not contain inactive orders from previous days, and will reflect the orders shown on the Orders tab of the Control Center, which contains the current day's orders as well as all active working orders.
-
Whew that's good to know a very clear answer. account. Orders might be something I can work with. But sounds like to really get this right, I'll need to import directly from Tradovate via API.
Comment
-
When I submitOrderUnmanaged in my strategy, is there any way to ensure there is some order name or description or custom field that shows up in the tradovate orders CSV export?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment