¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
I'm not expecting anything as I can't see any other way to handle it. It's just a basic awaitio loop with tagging. Been around since the late 80's nothing particularly innovative about it. I'm just
By dent · #50467 ·
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
I understand... I'm looking forward to reading the replies also.
By buddy · #50466 ·
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
not really, just asking for high level approach. The denizens of this forum are *usually* helpful in this regard.
By dent · #50465 ·
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
Lol, I gave you my opinion... use asyncio. But you seem to expect an extremely detailed explanation of how people implement their own proprietary software. I wouldn't hold out much hope for that. You
By buddy · #50464 ·
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
I was one of the first users of ib_insync and I have the deepest respect for ewald.? My question is specific to the flow of the code *NOT* the environment.? I would like to know how others handle,
By dent · #50463 ·
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
Clearly this question can elicit countless different responses. However, to be honest, if I had to rewrite my application from scratch... I probably would just use
By buddy · #50462 ·
Re: IO broken pipe anyone seen this recently
That's what I expected. Seems our problems are not related.
By buddy · #50461 ·
Re: IO broken pipe anyone seen this recently
No it's the same script posting the asynch requests and it has a callback wrapper which hands back the streams from each which has a unique identifier so I know which request is which. I've left the
By dent · #50460 ·
Re: 2 Factor Authentication Mandatory for Trading Now?
Thank you.
By impcharts@... · #50459 ·
Re: IO broken pipe anyone seen this recently
Last year I noticed my issue like night and day from 9.x to 10.x and rolled production back because auto-update caught me off guard. Naturally I've stopped auto-updating. Then, out of pure tenacity
By buddy · #50458 ·
going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
Hi there I was populating an array with a list of symbols and related exchanges. I'd loop through the array and for each row call reqMktData with a new request id. This kicked off an asynch callback
By comicpilsen · #50457 ·
Re: IO broken pipe anyone seen this recently
I'm concerned that no one else is seeing this. Points to a failure in logic my end. I would have thought posting a bunch of reqMktData requests each with it's own unique identifier THEN handling the
By comicpilsen · #50456 ·
Re: IO broken pipe anyone seen this recently
Yeah, the bug I documented is only guaranteed to happen during regular trading hours too. It can be reproduced somewhat reliably with a trial account, but that code path is certainly different and the
By buddy · #50455 ·
Re: IO broken pipe anyone seen this recently
we got the microwave because someone complained about a chocolate bar melting in their pocket.? What is REALLY strange is that if I run this script after market close it works as expected. I get all
By dent · #50454 ·
Re: IO broken pipe anyone seen this recently
I was just complaining. But, given how you described your script and the problem, I suppose it actually _could_ be related. When I was first investigating that issue, the initial symptom was indeed a
By buddy · #50453 ·
Re: reading linux logs ?
thanks J replied to other thread so now can say this one COMPLETE. excellent help thanks
By comicpilsen · #50452 ·
Re: IO broken pipe anyone seen this recently
Hi J¨¹rgen GREAT to hear from you and happy hols to the whole Reinold clan :-) YEP another steaming pile of opportunity from TWS but I'm sure there's a reason for it. gotcha on the no client
By dent · #50451 ·
Re: reading linux logs ?
I replied in your other topics "IO broken pipe anyone seen this recently" ( /g/twsapi/topic/io_broken_pipe_anyone_seen/95811326 ) with a procedure that might help get you decrypted
By J¨¹rgen Reinold · #50450 ·
Re: IO broken pipe anyone seen this recently
Sorry to hear you ran into one of these "ran well before now broke" issues. First of all, we have? not seen any client connection related issues. Also, there is only one socket connection between
By J¨¹rgen Reinold · #50449 ·
Re: IO broken pipe anyone seen this recently
thanks for pointing out your issue. I'm wondering if they aren't related in some way. In my case the code was working fine up until 12/16/22. Calls to historical work as expected BUT calls to
By comicpilsen · #50448 ·