0

Quantitative Crypto Algo-Trader

A professional-grade Algorithmic Trading Bot featuring multi-coin scanning, RSI Mean Reversion, and automated risk management.

Designed and deployed an autonomous cryptocurrency trading algorithm built entirely in Python. This system continuously monitors market volatility and executes trades based on strict mathematical models, completely removing human emotion from the equation.

Core Features

  • Multi-Asset Scanning: Simultaneously tracks BTC, ETH, SOL, and BNB for liquidity setups.
  • Strategy: Implements an RSI Mean Reversion mathematical model to identify oversold conditions.
  • Risk Management: Automated stop-loss and take-profit dynamic calculations.
  • Telemetry: Real-time execution alerts and status reporting via Discord Webhooks.

Tech Stack

  • Python 3
  • Pandas & NumPy for matrix operations
  • Exchange REST APIs & WebSockets