Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Order Type

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

    Order Type

    Hi,

    I am new so I need help :

    How can I change the order type to :
    1. Last price.
    2. For Long, Join Bid intead of Market order
    3. For Sell, Join Offer instead of Market order

    OrderType.Market for Market order

    Thanks in advance

    #2
    Hello futpro,

    There are two different order systems. Please review the following links on the managed and unmanaged systems.

    Managed Orders
    Unmanaged Orders

    If you're just getting started with NinjaScript, take a look at the managed orders section for some examples on formatting. Another good way to learn the syntax is using the strategy wizard condition builder. You can select parameters for orders in a point and click interface, and then view the resulting code.

    Let us know if you have any additional questions.
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Hi,

      I just want to change the Ordertype to join bid/offer or last traded price. Here is part of the code :

      AtmStrategyCreate(Action.SellShort, OrderType.Market,
      0, 0, TimeInForce.Day, atmOrderIdShort, ATMStrategy, atmIdShort);

      Thanks

      Comment


        #4
        You would need to decide at which price to submit the order, for the current bid you can use GetCurrentBid() and for the last price Close[0] on CalculateOnBarClose = false.

        Comment


          #5
          Thanks Bertrand for the tip.

          Any easy way of copying the Strategy and then making slight changes to make new ones instead of cutting and pasting existing Strategy.

          Comment


            #6
            Please right click in the code and select 'Save as' to save under a new name for creating a 'modded' version.

            Comment


              #7
              Thanks Bertrand. Have a wonderful day.

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by sjsj2732, Yesterday, 04:31 AM
              0 responses
              31 views
              0 likes
              Last Post sjsj2732  
              Started by NullPointStrategies, 03-13-2026, 05:17 AM
              0 responses
              286 views
              0 likes
              Last Post NullPointStrategies  
              Started by argusthome, 03-08-2026, 10:06 AM
              0 responses
              283 views
              0 likes
              Last Post argusthome  
              Started by NabilKhattabi, 03-06-2026, 11:18 AM
              0 responses
              133 views
              1 like
              Last Post NabilKhattabi  
              Started by Deep42, 03-06-2026, 12:28 AM
              0 responses
              91 views
              0 likes
              Last Post Deep42
              by Deep42
               
              Working...
              X