Is there a way to programmatically access the executed trades from NT8?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Programmatically Access Executed Trades
Collapse
X
-
Programmatically Access Executed Trades
Hello
Is there a way to programmatically access the executed trades from NT8?Tags: None
-
Hello EnsoTrader,
Thanks for your post.
You could use the SystemPerformance and TradeCollection to get information about trades in a NinjaScript.
SystemPerformance holds all trades and trade performance data generated by a strategy.
TradeCollection is a collection of Trade objects you could access.
See the help guide documentation below for more information.
SystemPerformance: https://ninjatrader.com/support/help...erformance.htm
TradeCollection: https://ninjatrader.com/support/help...collection.htm
TradesPerformance: https://ninjatrader.com/support/help...erformance.htm
Trade: https://ninjatrader.com/support/help.../nt8/trade.htm<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
-
-
Hello EnsoTrader,
Thanks for your notes.
There are no DLL API functions available to access TradesPerformance information externally through the NinjaTrader.Client.dll.
Below I am providing a publicly available link to the help guide that lists the functions available to the API.
Help Guide NT7 API functions: https://ninjatrader.com/support/help.../functions.htm
You could refer to this forum post link for more information about the NinjaTrader API — https://ninjatrader.com/support/foru...art#post793626
Please let me know if you would like me to submit a feature request to the Development team so they may consider implementing this in a future version of NinjaTrader.
<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
603 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
349 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
104 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
560 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
560 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment