Recent content by APItrader

  1. A

    IB API request historical data problem

    Hello I am using the IB API. I am trying to request historical data for MSFT and CSCO. Both are in the NASDAQ exchange. In the below example. The lines where I have declared "SMART". Here it works. But why doesn´t it work for either MSFT or CSCO when I declare the "NASDAQ" as the exchange...
  2. A

    Reqeust historical data problem (TWS API)

    Hi, I have a question about the TWS API. What I need to do is to detect exactly when a new minutebars is avaliable which should be in the below scenario 23:13:00. So I have to request a new minute bar for 23:13:00 for the 2 symbols below.(MSFT,IBM) (0)20110416 23:12:22,22.83 (0)20110416...
  3. A

    My code cant connect to TWS (Interactive Brokers)

    Hi, Before I have trid to execute the C# code below to login, I have logged in with the TWS platform and that is up and running. Now, I am trying to connect with the code below that I use in a Form application but first I receive an exception message for the line Controls.Add(Tws1) that says...
Top