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 Mindset, Today, 06:46 AM
      0 responses
      9 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, Yesterday, 05:21 PM
      0 responses
      14 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      15 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      82 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      48 views
      0 likes
      Last Post PaulMohn  
      Working...
      X