Cryptocurrency Trading Robot

recent-projects - Cryptocurrency, Python, Selenium, Trading Robot, WebSockets

 

 

 

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.