I've studied the docs but the nearest I can find to what I'm looking for is https://ninjatrader.com/support/help...ric_values.htm
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to fetch all trades from trade performance window
Collapse
X
-
How to fetch all trades from trade performance window
Hello,
I've studied the docs but the nearest I can find to what I'm looking for is https://ninjatrader.com/support/help...ric_values.htm
Last edited by TradingRocks; 02-17-2020, 05:14 PM.Tags: None
-
Hello TradingRocks, thanks for your post.
To do this in an indicator you will need to set up an account object similar to this example. After that is set up, you can get an Execution collection from the Account object. With the execution collection you can create "Trades", comprising of one entry execution and one exit execution.
Please let me know if you have any questions on this material.
-
Hi Chris,
Many thanks for your response.
I took a look at this and building the trades data myself from the executions on the account. However there is a problem with this method. If I look at my trades within my trade performance, I can see 13 trades (from the last 5 days). However, when I look at the executions (within the executions tab), it only shows two executions (from today, the rest are missing). Are executions only stored in NT for the current day? It seems that way.
Is there another way to access this the trade information?
Comment
-
Actually, I have just found this...
https://ninjatrader.com/support/foru...tions?t=109434
This appears to be the same issue for me.Last edited by TradingRocks; 02-17-2020, 05:14 PM.
Comment
-
Hi TradingRocks, thanks for your reply.
Now that I read that post I do recall this limitation. It looks like that feature request is still open with plenty of votes on it, I'll add a vote for you as well. Currently, it is still not supported, but it is possible to grab this data form the NinjaTrader core if you are willing to dig through IntelliSense to find it.
Comment
-
Hi Chris,
That would do. I'm not familiar with Ninja Core but I should be able to figure it out.Last edited by TradingRocks; 02-17-2020, 05:14 PM.
Comment
-
Hi TradingRocks, thanks for your reply.
I'm honestly not sure where that resides in the core. I just gathered from a knowledge base page that it is possible from the core, but there are no details on how to do it. I will ask a colleague if they can provide a code sample to get you started, but if I can not find anything there I would not be able to dig any further since it is unsupported. That will be on Monday since my colleague is out of the office already.
Kind regards.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
571 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
331 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
549 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
549 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment