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

Pass Order Qualifiers via Orders created/submitted by Strategy

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

    Pass Order Qualifiers via Orders created/submitted by Strategy

    Hello,

    Is it possible to submit order qualifiers via NT Strategy generated orders?



    In reviewing CreateOrder() I do not note a parameter for qualifier, but curious whether there's still a way to transmit the order qualifier instruction in some way...

    Thx.

    #2
    Hello TheFil,

    Thanks for your post.

    You could use CreateOrder() if you would like to submit an order and specify the Time in Force (TIF) of that order. (e.g. Day, Gtc, Gtd)

    CreateOrder(Instrument instrument, OrderAction action, OrderType orderType, OrderEntry orderEntry, TimeInForce timeInForce, int quantity, double limitPrice, double stopPrice, string oco, string name, DateTime gtd, CustomOrder customOrder)

    The available Time in Force options could be found on the help guide page linked below.

    CreateOrder(): https://ninjatrader.com/support/help...reateorder.htm

    Let us know if we may assist further.
    Brandon H.NinjaTrader Customer Service

    Comment


      #3
      Sure. But aside from TIF is is possible to transmit any other order qualifier parameters (namely FAK and/or Minimum Quantity).

      Comment


        #4
        Hello TheFil,

        Thanks for your note.

        You would not be able to specify other order qualifier parameters, such as FAK, as these are not supported.

        Please let us know if we may assist further.
        Brandon H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by benmarkal, Yesterday, 12:52 PM
        3 responses
        22 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by helpwanted, Today, 03:06 AM
        1 response
        17 views
        0 likes
        Last Post sarafuenonly123  
        Started by Brevo, Today, 01:45 AM
        0 responses
        11 views
        0 likes
        Last Post Brevo
        by Brevo
         
        Started by aussugardefender, Today, 01:07 AM
        0 responses
        6 views
        0 likes
        Last Post aussugardefender  
        Started by pvincent, 06-23-2022, 12:53 PM
        14 responses
        244 views
        0 likes
        Last Post Nyman
        by Nyman
         
        Working...
        X