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 charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    59 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    143 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    161 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    97 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    283 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X