Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT and TWS compatibility.

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

    NT and TWS compatibility.

    Hallo.
    I trading MHI ( Hong Kong index mini future) using TWS from Interactive Brokers and NT automate strategy.

    I code exit on close like this
    Code:
     protected override void Initialize()
            {
                CalculateOnBarClose = true;
       ExitOnClose         = true; 
                ExitOnCloseSeconds  = 30; 
                EntriesPerDirection = 2; 
                EntryHandling = EntryHandling.AllEntries; 
       TraceOrders = traceSet; 
       
      }
    I hope my code is correct.
    Strategy exit on close properly but if restart strategy after market close exit order disappeare. When I open strategy before session it place stop and limit orders from last entry so I have to cancell this orders manually but in this case strategy is open but does not work (no any error messages just do not place any orders). To start strategy I have to reload strategy on open market again and this time exit on close order appear properly.
    So to start strategy I have to load it before session than cancell stop and limit orders and reload after market open.

    This problem concern only ExitOnClose if the last order is StopLoss or TargetLimit there are no problem.

    What is possible reason of such problem and how to resolve it???

    Rgds
    Czarek.

    #2
    Czarek,

    Please go into Tools->Options->Strategies->NinjaScript and select "Wait until flat before executing live".
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    67 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    36 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    60 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    62 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    53 views
    0 likes
    Last Post CarlTrading  
    Working...
    X