Search results

  1. P

    Looking for commodity symbols $WHEAT vs. WEAT

    Can I find a list of symbols so that I can find, for example, $WHEAT and $SUGAR instead of ETFs WEAT and SGG? looking for weekly data. Thanks
  2. P

    reqHistoricalData and historicalDataUpdate

    Thanks all. Helpful
  3. P

    reqHistoricalData and historicalDataUpdate

    In the IB API to get historical data we use reqHistoricalData then the historicalData function is called to receive the bars/candles. if I requested 100 bars of data, is historicalData called 100 times? Also, if I have update turned on, historicalDataUpdate is called, perhaps 100 times...
  4. P

    Connect and disconnect frequency

    Very helpful. Thanks
  5. P

    Connect and disconnect frequency

    Thanks guys. I’ll conclude there’s no hard and fast rule, based on the two responses.
  6. P

    Connect and disconnect frequency

    I’m about to start trading with IB through the python API. It will check on prices every half hour and possibly trade, depending on situations. should I open a connection to TWS once and close at end of the day, or should I open and close as needed, likely every 1/2 hour? thanks
Back
Top