APIs for technical indicators from IB

Discussion in 'Automated Trading' started by sungtaeyoo, Dec 22, 2010.

  1. Are there any APIs to get technical indicators(like RSI, bollinger band) from IB? It seems that no APIs for that. But just in case.
     
  2. Not really. You have to use an external library like ta-lib to work on whatever backfill data you get from IB. I've done it and it's a pain.

    It's why I don't use indicators anymore. :cool:
     
  3. the code above is in c#