ib-api-reloaded / ib_async

Python sync/async framework for Interactive Brokers API (replaces ib_insync)
BSD 2-Clause "Simplified" License
223 stars 37 forks source link

Make the starter example take in delayed data #32

Closed Gamrix closed 9 hours ago

Gamrix commented 1 week ago

We should make it as easy as possible for people who are trying the api for the first time to experiment with the data. It should be easy to understand that one can disable that line in the future to get up to date market data.

(I personally got stuck with the "no market data permissions" errors for a while and almost gave up on the API).

Also cleaned up some markdown while I was at it.