Status : So I've got it running in forward test mode. Seems like the latest api has a new startup protocol forking off a message processing thread which does nothing other than wait() and call getMessage(). There is a bug TraderAssistant.checkAccountType() where it locks the startup process because the socket.reqAccountUpdates() IB api never calls back. checkAccountType is a failsafe to prevent users from live trading by accident, so its not a huge deal. I just added a timeout to the wait call and keep going. I'll try to fix it when I have time.
Is there any fork of JBookTrader anywhere that is more active ? On Tuesday, June 4, 2019 at 12:24:58 PM UTC-4, Klaus wrote: > > > Is there any interest in moving this into the master branch ? >> >> if this works reliable, then this would be great and I would be all for > it. > > Another question as there are apparently still some people using it: > is somebody out there who got ibgateway to work sufficiently stable > non-stop? > I get some connection losses with logouts especially Sunday night (I start > sunday to have it running on Monday morning) and sometimes during the week, > also somewhere at night. > > > -- You received this message because you are subscribed to the Google Groups "JBookTrader" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/jbooktrader. To view this discussion on the web visit https://groups.google.com/d/msgid/jbooktrader/e6aabff9-eee0-42cc-bf4c-58670835e66a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
