Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Exit-on-close handling initiated after market close

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

    Exit-on-close handling initiated after market close

    Since Jun 19th, when I first connected NT to InteractiveBrokers, there have been 32 market days of which I have records for 26 days.

    Of these 26 days, NT has successfully executed the command to initiate exit-on-close orders at 120 seconds before market close on twelve occasions; for the remaining fourteen exit-on-close handling first begins no earlier than 4:28 PM.

    The logs of these twenty-six market days suggest three inferences:

    a) The problem has nothing to do with setting the session clock since the strategies are run from a platform in NYC where market-time and local time are the same.

    b) The problem has nothing to do with "Connectionlost" since, on the rare occasion when this occurs, the connection is restored long before 1538 when exit-on-close handling is programmed to initiate.

    c) This is a NT and not an IB problem since the fault occurs in the timing of the initiation of the exit-on-close orders, that is on NT initiative, and not in their execution by the broker.

    Other than these there are no obvious clues. If the 12 days of timely exits orders were sequential and followed by fourteen days of late orders, then one could search for anomalies on day thirteen to explain the error.

    But the distribution of "bad" days seems arbitrary. Eight days is the longest run of timely exits, otherwise "good" days are scattered among the bad.

    Have others using IB, or any other broker for that matter, experienced a similar problem?

    To diagnose the problem I plan the following:

    a) Replace NT in live trading with TS connected to IB through TradeBullet;

    b) introduce the following code into OnBar in some strategies to see if they behave differently at market close :

    if (ToTime(Time[0]) >= 155800) // your time here

    {

    ExitShort();

    ExitLong();

    }

    c) link NT to IB through TradeBullet API to isolate the order sending problem.

    I would most appreciate any comments or suggestions on this problem and/or plan to diagnose it.

    Thanks in advance,
    Last edited by tooearly; 08-05-2009, 05:23 AM. Reason: dropped word

    #2
    tooearly, I believe from previous email exchanges you use the latest NT and recommended TWS 892.7

    It would be very helpful if you could contact me with the 'log and trace' files of the 'bad days' so I can look for a common denominator across those. You can direct to me support at ninjatrader dot com Attn Bertrand
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Yes, I have been using the certified version of TWS throughout.

      Reviewing logs & trace files for all those "bad" days is a labor of truly heroic proportions!

      Hurrah for Bertrand!

      Zipped and emailed logs are one the way.

      Thanks immensely!

      Comment


        #4
        Thanks tooearly, will review and respond.
        BertrandNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by RubenCazorla, Today, 09:07 AM
        0 responses
        1 view
        0 likes
        Last Post RubenCazorla  
        Started by BarzTrading, Today, 07:25 AM
        2 responses
        28 views
        1 like
        Last Post BarzTrading  
        Started by devatechnologies, 04-14-2024, 02:58 PM
        3 responses
        20 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Started by tkaboris, Today, 08:01 AM
        0 responses
        6 views
        0 likes
        Last Post tkaboris  
        Started by EB Worx, 04-04-2023, 02:34 AM
        7 responses
        165 views
        0 likes
        Last Post VFI26
        by VFI26
         
        Working...
        X