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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    630 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    364 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    105 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    565 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    568 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X