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 Geovanny Suaza, 02-11-2026, 06:32 PM
              0 responses
              574 views
              0 likes
              Last Post Geovanny Suaza  
              Started by Geovanny Suaza, 02-11-2026, 05:51 PM
              0 responses
              332 views
              1 like
              Last Post Geovanny Suaza  
              Started by Mindset, 02-09-2026, 11:44 AM
              0 responses
              101 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by Geovanny Suaza, 02-02-2026, 12:30 PM
              0 responses
              553 views
              1 like
              Last Post Geovanny Suaza  
              Started by RFrosty, 01-28-2026, 06:49 PM
              0 responses
              551 views
              1 like
              Last Post RFrosty
              by RFrosty
               
              Working...
              X