What is your current level of experience in freelance work?
I’m looking for a Python developer with experience in trading automation to build a system that executes trades on Interactive Brokers based on live trading alerts I receive via the Circle platform What I Need Built: Real-time detection of trade signals from my Verified Investing dashboard (hosted on Circle) Preferably by monitoring incoming emails or scraping the Circle dashboard feed Alerts typically follow a format like: “Buy $NVDA at market” or “Sell $TSLA with stop-loss $X” Parse the alert to extract the stock symbol, order type, and optional price targets Automatically place the trade on my Interactive Brokers account using their API (Client Portal API or TWS API) Optional but preferred: Implement stop-loss / take-profit logic Log trades in a si...