Excellent series of videos by Uncle Bob Martin

2020-04-28 Thread Alan Thompson
I think everyone can benefit from viewing this material: - Clean Code - pt 1 - Clean Code - pt 2 - Clean Code - pt 3 - Clean Code - pt 4 - Clean Code - pt 5

[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

[ANN] martian 0.1.12 - now available in lite

2020-04-28 Thread Oliver Hine
Hi everyone, I am pleased to announce the release of martian 0.1.12 Martian provides an abstraction allowing you to describe the HTTP endpoints that you call without methods, urls and query parameters leaking into your application code, allowing you to work with pure Clojure data. It builds

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