How to engineer a monitoring system for your trading strategy
By Adrian Letchford · May 12, 2023 · 6 min read
Poorly monitoring your trading strategy means you are missing mistakes and leaving money on the table. By converting your bot’s logs from plain text to JSON you can create a near real time monitoring system and never miss a beat.
Dockerising Interactive Brokers Client Portal API
By Adrian Letchford · Nov 13, 2022 · 2 min read
Interactive Broker’s REST API is a web server that you install and maintain locally in a convoluted fashion. I created a light weight docker image to make things easy.