Search results

  1. A

    Historical data in TWS API

    @HobbyTrading Thanks for your suggestion but my local timezone (UTC-5:00) was already set in the login page. The manual state: "The time zone of returned bars is the time zone chosen in TWS on the login screen" and, elsewhere: - endDateTime: 20130701 23:59:59 GMT - durationStr: 3 D...
  2. A

    Historical data in TWS API

    Hi everybody! I'm using Python API to request historical data. A typical statement is: client.reqHistoricalData( 1, contract, "20200522 00:29:59", '1800 S', '5 secs', 'TRADES', False, 1, False, []) I receive 360 barData objects and that's fine but they start from "20200521 19:30:00" (instead...
Back
Top