Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.11 KB

File metadata and controls

33 lines (26 loc) · 1.11 KB

Binance Trading Analysis Tool

A professional cryptocurrency market analysis tool using the Binance API to generate high-probability trading signals.

Features

  • 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.

Installation

  1. Clone the repository
  2. Install dependencies:
    pip install -r requirements.txt

Configuration

Set your Binance API keys in config.py or as environment variables:

  • BINANCE_API_KEY
  • BINANCE_API_SECRET

Note: API keys are optional for public market data access.

Usage

Run the main script and follow the prompts:

python main.py

Disclaimer

This tool is for educational purposes only. Trading involves risk. Always do your own research.