goodboy
goodboy
Apparently [`asks`](https://github.com/theelous3/asks) isn't being maintained (as much?) any more [and that's what we're using](https://github.com/pikers/piker/search?q=asks). All the cool kids saying `httpx`? The `httpx` port [looks pretty easy though](https://www.python-httpx.org/async/).
Just starting to dump some resource links: - https://stackoverflow.com/questions/25299539/getting-parameters-of-listed-options-futures-in-interactive-brokers-api
This is required for mp analysis; both `ib` and `questrade` have it. #### `ib`: - https://groups.io/g/insync/topic/29742106#3710 - which includes ticks `27, 28` as declared: https://interactivebrokers.github.io/tws-api/tick_types.html #### `questrade`: - https://www.questrade.com/api/documentation/rest-operations/market-calls/markets-quotes-options
As per the final unfinished item in #402, it's obviously ideal to be able to keep dark-cleared (aka algorithmic) order processing running when a client/UI is not connected to an...

This is all the remnants and oustandings from #395 that we didn't clear up and/or discovered which need either fixes, further discussion --- ### Bugs: - [ ] order markers...
ib has their ["reportable trades" tick](https://interactivebrokers.github.io/tws-api/tick_types.html#rt_volume), which from many glances, leads the L1 feed prices in a lot of cases. likely we need some logic to track double counted volume...
I'm working on a Python wrapper for launching SIPp scenarios and ran into a weird issue when launching the default uac scen and providing an invalid remote address: The following...
So all the `Ipython` prompt stuff will break on 5.0 since they reworked the API and started using [prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit). It might actually be worth it to write a custom prompt...
This is a competing approach to #1359 for "multi-axis" support. The main difference is not introducing any new apis or inherited types (`PlotWidget`) and to instead use existing subsystems (with...