Skip to content

Raj-3435/Simple-AI-Trading-Bot-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

AI Crypto Trading Bot

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.

πŸš€ Features

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

πŸ› οΈ Installation

  1. Clone the repository:
git clone https://github.com/yourusername/ai-crypto-trading-bot.git
  1. Install dependencies:
pip install python-binance
  1. Set up environment variables:
    • Create a .env file and add your Binance API key and secret:
API_KEY='your_api_key'
API_SECRET='your_api_secret'

πŸƒβ€β™‚οΈ Usage

  1. Run the bot:
python main.py

πŸ“‚ File Structure

β”œβ”€β”€ main.py
β”œβ”€β”€ strategy.py
β”œβ”€β”€ config.py
└── README.md

❗ Security Warning

  • Do not expose your API key and secret. Use a .env file to keep them secure.
  • Limit API permissions to avoid security risks.

🀝 Contributing

Feel free to contribute by opening issues or pull requests.

πŸ“œ License

This project is licensed under the MIT License.

About

In this repository I've made an AI Crypto Trading Bot using Binance API. This project is an AI-based crypto trading bot that integrates with the Binance API to automate cryptocurrency trading. The bot includes real-time market data processing, strategy implementation, and trade execution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors