¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: twsapi: Re: Hmmmmm....
There are several big expensive brokers that do trailing stops on the client, Cyber included. Don't assume ... Richard } I wonder how long before the API supports this. Does the trailing } stop
By Richard Foulk <richard@...> · #615 ·
Re: API bugs, forwarding ...
I recently forwarded a message from this list to IB management in hopes of eliciting a positive response. (I hope you don't mind, grozzie.) I'm including the response below, which was somewhat
By Richard Foulk <richard@...> · #614 ·
Re: twsapi: Re: Hmmmmm....
Who said it wouldn't be adjustable? Yikes! Silly assumption. Richard } } I would never use this... I actually can't imagine using a trailing } stop without basing it on each stock's volatility.
By Richard Foulk <richard@...> · #613 ·
Re: Hmmmmm....
I would never use this... I actually can't imagine using a trailing stop without basing it on each stock's volatility. I've been discouraged for years because no portfolio feature at the most
By cyberbri_2000 <no_reply@...> · #612 ·
Re: Hmmmmm....
I wonder how long before the API supports this. Does the trailing stop sit on IB's servers, or is it implemented on the client? Scratch that last question... I am sure IB realizes how useless it
By Todd_A_Turner <todd_a_turner@...> · #611 ·
Hmmmmm....
Trader Workstation Trailing Stop Orders and Island 1/10 Cent Order Entry You asked for it, and IB delivers. As of August 1st, you will be able to enter trailing stop orders with "Smart" order
By marinindextrader <marinindextrader@...> · #610 ·
Re: twsapi: Re: Order Entry System using IB (TWS) and ESignal (WinRos)
croc, Does esignal have an API, like QCharts? Can you easily download historical intraday data? .. Dan
By Daniel Rosen <drosen@...> · #609 ·
Re: Order Entry System using IB (TWS) and ESignal (WinRos)
Hi, it seems, no one is using the ESignal Datafeed together with IB. I can only recommend it, as it's sometimes cheaper than QCharts. If you talk directly with a sales representative, they might
By crocodile_1964 <crocodile_1964@...> · #608 ·
open source trading software group
I am pleased to announce the "Open Source Trading Software" group for *Open* discussion of how to implement open source/free solutions for trading software. Special emphasis will be on automated
By amendelsohn <no_reply@...> · #607 ·
AW: twsapi: Re: Event driven garbage
My expirience is, that it happens, but it happened only a few times. As you described in your first eMail with this topic, normally it is ok within a second, the events are just in the wrong
By Marcus Jellinghaus · #606 ·
twsapi: Re: Event driven garbage
position creates an Does it do anything about the discrepancies, or just create a message ?
By grozzie2 · #605 ·
Re: twsapi: Event driven garbage
re- Well, it can be made to work, and like i pointed out in the prior message, if you can live without cross checks, there is always a way. I cant live without cross checks, and as I press on, i'm
By grozzie2 · #604 ·
AW: twsapi: Re: Event driven garbage
I do it similar: 1. Manually check/correct open positions at startup (they a stored in a database and should be the same as yesterday evening) 2. Just track the status of orders while ignoring
By Marcus Jellinghaus · #603 ·
Re: Event driven garbage
In theory, this will work, provided there is never a communications hiccup. This is why i must reconcile positions and orders as a cross check. It's quite one thing to have an order entry front
By grozzie2 · #602 ·
Re: twsapi: Event driven garbage
Kind of depressing Grozzie....Programming is not difficult at all, just complex. And it is this sort of nonesense that makes it even more complex... What a bummer... They should just turn over all
By marinindextrader <marinindextrader@...> · #601 ·
Re: Event driven garbage
Can you do the following: 1. Request open positions at startup 2. Just track the status of orders while ignoring position messages 3. Using the status of the orders, update your own internal list of
By CarlErikson <carlerikson@...> · #600 ·
Re: twsapi: Event driven garbage
My first thought as I was reading your original post was to introduce a small delay in processing responses. I agree completely that the message order problem you have found is serious and needs
By Kent Rollins · #599 ·
Re: twsapi: Event driven garbage
Total elapsed time of that sequence was just inder 1.5 seconds. I dont use the 'poll the socket on a timer' methodology that the sample code uses, I have a dedicated thread reading the socket from
By grozzie2 · #598 ·
Re: twsapi: Event driven garbage
grozzie How much time elapsed during this series of events? Kent
By Kent Rollins · #597 ·
Re: twsapi: Event driven garbage
there are 2 reports (at least 50% of trades) sometimes even 3 (10% of trades). They contain the same info. I see this all the time in the demo. Lots of things reported twice, and once in a while,
By grozzie2 · #596 ·