by asonglin
Crypto liquidity detection & algorithmic trading bot. Order book analysis, stop-loss clusters, liquidity sweeps. Multi-exchange (Binance, Bybit, Kraken, OKX). Trading signals, quant research, market microstructure.
# Add to your Claude Code skills
git clone https://github.com/asonglin/crypto-liquidity-ai-trading-botAI trading bot for liquidity detection and algorithmic trading in crypto markets. Detect order book gaps, hidden walls, and liquidity sweeps across exchanges—then act on signals manually or via your own execution layer.

Most crypto trading bots rely only on price and technical indicators. Professional traders, however, monitor order book liquidity, because price often moves toward zones where liquidity is concentrated—and away when that liquidity is swept.
This project focuses on liquidity-aware trading signals instead of lagging indicators: it detects gaps, walls, and sweeps so you can act on structure, not just price.
This project may be useful for:
If you are interested in custom crypto trading bots (liquidity, arbitrage, execution), AI trading signal systems, or liquidity detection algorithms and exchange API integrations:
For collaboration or development work:
Results below are from a historical backtest using order-book and liquidity-sweep signals on major spot pairs. They are not live trading results.
Test configuration
| Parameter | Value | |-----------|--------| | Window | Jan 2024 – Dec 2024 | | Length | 12 months | | Asset class | Cryptocurrency (spot) | | Approach | Liquidity-sweep & order-book imbalance | | Style | Medium frequency, signal...
No comments yet. Be the first to share your thoughts!