APIs for technical indicators from IB

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.
 
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:
 
Back
Top