This is an AI-based crypto trading bot using the Binance API. It enables automated cryptocurrency trading based on real-time market data and pre-defined strategies.
- Automated Trading: Executes trades automatically based on strategy rules.
- Market Monitoring: Processes real-time data from Binance.
- Customizable Strategies: Allows users to modify strategies as needed.
- Clone the repository:
git clone https://github.com/yourusername/ai-crypto-trading-bot.git- Install dependencies:
pip install python-binance- Set up environment variables:
- Create a
.envfile and add your Binance API key and secret:
- Create a
API_KEY='your_api_key'
API_SECRET='your_api_secret'
- Run the bot:
python main.pyβββ main.py
βββ strategy.py
βββ config.py
βββ README.md
- Do not expose your API key and secret. Use a
.envfile to keep them secure. - Limit API permissions to avoid security risks.
Feel free to contribute by opening issues or pull requests.
This project is licensed under the MIT License.