Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
The approach you describe sounds reasonable and seems to have worked for you for a while. But there are a few details that come to mind that make the process more robust and tolerant of changes by
By
J¨¹rgen Reinold
·
#50471
·
Edited
|
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
Either am I, guess that was my point. I would post my C++ solution which works very well for my purposes but that would be inappropriate. Not to mention, at the very core, it's basically just like the
By
buddy
·
#50470
·
|
Re: API error - Your API version does not support fractional size rules (during forex price extraction)
Hi, IB support mentioned they changed the variable type of AUD.USD to decimal. This is the first of a long list of changes among currency pairs. This change is permanent, so I would not expect any
By
twoprint@...
·
#50469
·
|
Older tws version availability
Hi, I have met some troubles with the latest change in AUD.USD spot on IB. I would need to retrieve an older version of TWS to make it compatible with my third party api version. Would anyone know if
By
twoprint@...
·
#50468
·
|
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
·
|