Scalping Bot
바이낸스 선물 자동매매 봇. RSI+MACD+볼린저밴드 전략, 텔레그램 원격 제어.
Features
- Multi-indicator strategy — Combines RSI, MACD, and Bollinger Bands to generate entry/exit signals for Binance Futures positions.
- Telegram remote control — Start, stop, adjust parameters, and receive trade notifications via a Telegram bot interface.
- Streamlit dashboard — Web-based real-time dashboard showing open positions, PnL, signal history, and indicator charts.
- Risk management — Configurable stop-loss, take-profit, and maximum position size with automatic trailing stops.
- Backtesting — Run strategies against historical candle data to evaluate performance before deploying live.
Installation
git clone https://github.com/bc1qwerty/crypto-scalping.git
cd crypto-scalping
pip install -r requirements.txt
cp .env.example .env # Add your Binance API keys and Telegram bot token
python main.py