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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
91 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
137 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
121 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
72 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment