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 Hwop38, 05-04-2026, 07:02 PM
              0 responses
              181 views
              0 likes
              Last Post Hwop38
              by Hwop38
               
              Started by CaptainJack, 04-24-2026, 11:07 PM
              0 responses
              334 views
              0 likes
              Last Post CaptainJack  
              Started by Mindset, 04-21-2026, 06:46 AM
              0 responses
              258 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by M4ndoo, 04-20-2026, 05:21 PM
              0 responses
              358 views
              0 likes
              Last Post M4ndoo
              by M4ndoo
               
              Started by M4ndoo, 04-19-2026, 05:54 PM
              0 responses
              187 views
              0 likes
              Last Post M4ndoo
              by M4ndoo
               
              Working...
              X