Hi All,
I am connecting amibroker to interactive broker, but OI data is not coming for future and Option contract.
Please help to fix the issue.
Thanks!
Regards
Prabhat
Hi All,
I am connecting amibroker to interactive broker, but OI data is not coming for future and Option contract.
Please help to fix the issue.
Thanks!
Regards
Prabhat
Historical Open Interest is NOT available from Interactive Brokers' API, they only deliver OHLC + V fields:
https://interactivebrokers.github.io/tws-api/classIBApi_1_1Bar.html
For OI field to work data source must supply both current OI AND historical OI.
Thanks Tomasz for reply.