Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Programmatically Access Executed Trades

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Programmatically Access Executed Trades

    Hello

    Is there a way to programmatically access the executed trades from NT8?

    #2
    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
    Brandon H.NinjaTrader Customer Service

    Comment


      #3
      Thanks Brandon

      Anyway to access the info externally through the Client.DLL?

      Comment


        #4
        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.
        Brandon H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by AaronKoRn, Today, 09:49 PM
        0 responses
        7 views
        0 likes
        Last Post AaronKoRn  
        Started by carnitron, Today, 08:42 PM
        0 responses
        9 views
        0 likes
        Last Post carnitron  
        Started by strategist007, Today, 07:51 PM
        0 responses
        10 views
        0 likes
        Last Post strategist007  
        Started by StockTrader88, 03-06-2021, 08:58 AM
        44 responses
        3,980 views
        3 likes
        Last Post jhudas88  
        Started by rbeckmann05, Today, 06:48 PM
        0 responses
        9 views
        0 likes
        Last Post rbeckmann05  
        Working...
        X