Cryptocurrency Trading Robot
Published on Jul 18, 2025 by Tom Gracey.
System: Web Based Trading Robot
Client: Private
Technologies: Python, Asyncio, Selenium, Headless Chrome, WebSockets
Problem: Requirement to automate a specific trading strategy on a target trading platform
Solution: The interface with the target platform is made with headless Chrome controlled via Selenium. Information such as asset price and order book changes are tracked by inspecting the websocket connection; trades are automatically placed using custom web automation methods when a set of user defined criteria are met.