Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Unsupported Broker

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

    Unsupported Broker

    Good Day

    I need to connect to unsupported broker
    If the any way to catch strategy signal for buy/sell and send them to third party application ?

    I have one way to realize my problem, but they not effective
    Include broker API to strategy like a

    Code:
    protected override void OnOrderUpdate(IOrder order)
        {
            if (order.OrderState == OrderState.Filled && order == myOrder)
            {
            // Run API
            }
        }
    P.S.: If i right understand, only multibroker version can generate output signals & i have it
    P.S.S.: Maybe someone try to writу own api to Genesis ?

    #2
    OpiumFP, this is unfortunately not supported - correct the MultiBroker edition could send signals for C2 tracking / distributing to your system subscribers -

    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by ETFVoyageur, Yesterday, 02:04 PM
    5 responses
    38 views
    0 likes
    Last Post ETFVoyageur  
    Started by Creamers, 04-27-2024, 05:32 AM
    6 responses
    43 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by iceman2018, Today, 11:46 AM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by Torontobluejays, Yesterday, 08:43 AM
    4 responses
    23 views
    0 likes
    Last Post Torontobluejays  
    Started by Ticks_66, Today, 09:50 AM
    2 responses
    14 views
    0 likes
    Last Post Ticks_66  
    Working...
    X