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 jaybedreamin, Today, 05:56 PM
      0 responses
      3 views
      0 likes
      Last Post jaybedreamin  
      Started by DJ888, 04-16-2024, 06:09 PM
      6 responses
      18 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by Jon17, Today, 04:33 PM
      0 responses
      1 view
      0 likes
      Last Post Jon17
      by Jon17
       
      Started by Javierw.ok, Today, 04:12 PM
      0 responses
      6 views
      0 likes
      Last Post Javierw.ok  
      Started by timmbbo, Today, 08:59 AM
      2 responses
      10 views
      0 likes
      Last Post bltdavid  
      Working...
      X