Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Custom Broker Integration

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

    Custom Broker Integration

    Is there a template or guide to adding a broker integration to Ninja Trader? For instance, if a third party broker supports FIX 4.X connectivity, could I hook it into the order API's in ninja trader? Or do I just need to put the code directly into a strategy and just not use the built in Order APIs?

    I would be willing to give the code to Ninja Trader if they're interested in it.

    #2
    Hello dmisselhorn,

    There is not a specific NinjaScript type for building custom data feed connections. If you wanted to connect with a third party service you would need to do so using C# code in an indicator strategy or addon depending on the needs for that tool.

    Comment


      #3
      So basically I just add the code to communicate with what ever brokerage I want, and bypass the order API's

      Comment


        #4
        Hello dmisselhorn,

        You wouldn't be able to use any of the built in order tools or charts for custom data because that would not be a service that the platform supports. I am not sure what specifically you are trying to do but you can look into using C# to communicate with that service if they have some kind of api. Anything you do with that service would need to be custom coded in an indicator strategy or addon based on your needs. You would still need to use a supported data feed to be able to view live data in charts and allow the platform to execute scripts like indicators or strategies in realtime.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        81 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        41 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        64 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        66 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        54 views
        0 likes
        Last Post CarlTrading  
        Working...
        X