Stefan S
Stefan S
I can only comment on your 2nd question: > After I opened the position, everytime I called to the status via `client.positions()` I would get this response: > But other...
Thank you for clarifying. IMHO this would be out of the scope of an API client library and should be implemented outside of ibind. In case IBKR offers an API...
Hi @itcd, is your issue still current? I'm afraid I don't have a ready-made example for an option spread order, however I'm doing those daily. An order request should look...
> I managed to retrieve the below: > > SPX Contract ID: 416904 Option Sections Found: [{'secType': 'OPT', 'months': 'SEP25;OCT25;NOV25;DEC25;JAN26;FEB26;MAR26;APR26;MAY26;JUN26;JUL26;AUG26;SEP26;OCT26;DEC26;JAN27;JUN27;DEC27;DEC28;DEC29;DEC30', 'exchange': 'SMART;CBOE;IBUSOPT'}] This is normal. If you proceed and use...
> [@salsasepp](https://github.com/salsasepp) do you have a working code that returns SPXW options? Here's working code, pruned down from the `rest_06_options_chain.py` example. Note I have hard-coded OCT25 as the expiration and...
Hi, thank you for letting us know ibind is useful for you! I believe this is probably not a bug. Calling this endpoint twice (as you have discovered in the...
> To be clear, the sense in which it is a bug is that one of the the following two things seem reasonable to me: > > * The library...
Oh! I didn't even realize the code in #92 might have been AI generated (with AI knowing IBKR's docs, but not ibind code apparently). Interesting. Thank you for bringing this...
I agree with what @weklund and @lach1010 have been saying about AI-generated code. We may soon reach a point where all code is AI-generated partly or in full, so I...
I'm afraid I won't have any meaningful input to this issue. For me, the recent "AI slop issues" have triggered me to install AI into my IDE for the first...