Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

stop loss order with state accepted

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

    stop loss order with state accepted

    Hi
    I am using NT8
    I have indicator working on the superdom.
    This indicator send target orders to the market and stoporders with OCO
    I am working in sim account
    The target orders are send using the commands :
    NewOrder = MyAccount.CreateOrder(MyInst, MyOrderAction, MyOrderType, MyTimeInForce, MyQty, MyLimitPrice, MyStopPrice, MyOCO, OrderName, null);
    MyAccount.Submit(new[] { NewOrder });
    After the are sent the state of the order become working
    The stop loss orders are sent usin th commands
    NewOrder = MyAccount.CreateOrder(MyInst, MyOrderAction, MyOrderType, MyTimeInForce, MyQty, MyLimitPrice, MyStopPrice, MyOCO, OrderName, null);
    MyAccount.Submit(new[] { NewOrder });
    The state of the stop orders become accepted but not working !!
    Why is that ?
    In terms of functionality both order types work perfect

    #2
    same phenomena happened in real account with data from CQG

    Comment


      #3
      Hi doron,

      Thank you for writing in.

      A profit target (limit order) will be listed as "Working" because it is at the exchange. If trading the SIM101 account, the stop will not go into working until the price is reached, so that order will display as "Accepted” and will execute a market or limit order when the stop price is reached.

      Please let us know if you need further assistance.
      Alan P.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      666 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      377 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      110 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      575 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      580 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X