Built my first Python trading bot (CCXT)! 🤖

Instead of a standard fixed grid, I’ve implemented a dynamic step logic: 0.5% ➔ 1.0% ➔ 1.5%, providing 3% total coverage against price drops. Currently live on $BTC $ETH , and $SOL .

Key features:

✅ Immediate market entry (starts trading instantly).

✅ Automatic "cell" recovery after each profit-take.

✅ Fully Open Source code available on GitHub.

Question for the pros: Is 3% depth enough for the current market volatility, or should I aim deeper? What are your go-to grid settings?

#TradingBots #python #BinanceSquare #CriptoTrading #OpenSource