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 Jonafare, 12-06-2012, 03:48 PM
      5 responses
      3,984 views
      0 likes
      Last Post rene69851  
      Started by Fitspressorest, Today, 01:38 PM
      0 responses
      2 views
      0 likes
      Last Post Fitspressorest  
      Started by Jonker, Today, 01:19 PM
      0 responses
      2 views
      0 likes
      Last Post Jonker
      by Jonker
       
      Started by futtrader, Today, 01:16 PM
      0 responses
      7 views
      0 likes
      Last Post futtrader  
      Started by Segwin, 05-07-2018, 02:15 PM
      14 responses
      1,791 views
      0 likes
      Last Post aligator  
      Working...
      X