A professional cryptocurrency market analysis tool using the Binance API to generate high-probability trading signals.
- Technical Indicators: RSI, StochRSI, MACD, Bollinger Bands, KDJ, Volume Ratio, and more.
- Trend Analysis: Multiple moving averages (SMA, EMA, Hull MA) with trend confirmation.
- Price Levels: Support/Resistance detection using pivot points, fractals, and volume-weighted levels.
- Entry Strategy: Optimal entry price calculation with Stop Loss and Take Profit levels.
- Modular Design: Refactored for maintainability and professional deployment.
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
Set your Binance API keys in config.py or as environment variables:
BINANCE_API_KEYBINANCE_API_SECRET
Note: API keys are optional for public market data access.
Run the main script and follow the prompts:
python main.pyThis tool is for educational purposes only. Trading involves risk. Always do your own research.