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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
265 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
169 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
171 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
259 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
210 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment