Re: [ANN] Clojure wrapper for the Interactive Brokers API

2020-04-28 Thread Alexandre Almosni
Hi Matt, I'm running on a Ubuntu server, with a GUI through VNC so I can have TWS running in the background as a sanity check. It works the same with the IB Gateway, which consumes a lot less resources than TWS. I believe it's possible to launch the gateway without any GUI at all, but haven't

Re: [ANN] Clojure wrapper for the Interactive Brokers API

2020-04-28 Thread Matthew Downey
Very cool, thanks for sharing! I'm curious, whats your workflow when connecting running IB's client? Is there an easy way to run this on a headless server? On Tuesday, April 28, 2020 at 4:00:46 PM UTC-5, Alexandre Almosni wrote: > > Hi, > > just released https://github.com/alex314159/ib-re-acto

[ANN] Clojure wrapper for the Interactive Brokers API

2020-04-28 Thread Alexandre Almosni
Hi, just released https://github.com/alex314159/ib-re-actor-976-plus It's a heavily refactored fork of an old project that was broken after IB updated their API. In general I find Clojure well suited for algorithmic trading (not high frequency) - almost as good as Python for manipulating data,