mirzayasirabdullahbaig07
AI-Trading-Agents
Python

An automated AI-powered trading system designed to analyze market data, generate trading signals, and execute trades using configurable strategies.

Last updated Jul 6, 2026
28
Stars
1
Forks
0
Issues
+1
Stars/day
Attention Score
58
Language breakdown
No language data available.
โ–ธ Files click to expand
README

๐Ÿค– AI Trading Agents

An automated AI-powered trading system designed to analyze market data, generate trading signals, and execute trades using configurable strategies.


๐Ÿš€ Features

  • ๐Ÿ“Š AI-based trading decision making
  • ๐Ÿ”Œ Integration with Kraken API
  • ๐Ÿงช Paper trading mode for safe testing
  • โš™๏ธ Configurable trading parameters
  • ๐Ÿ“ˆ Modular and extensible architecture

๐ŸŽฅ Video Demo

Check out the project in action:

Video Link


๐ŸŒ Website

Visit the project website for more details:

Demo Link


๐Ÿ“ธ Screenshots

Dashboard / Application Preview

Add screenshots here to showcase your project UI, outputs, or workflow.

Example:

All pics
Screenshot 2026-04-12 182742

Screenshot 2026-04-12 182844


Screenshot 2026-04-12 182901
Screenshot 2026-04-12 182921

๐Ÿ—‚๏ธ Project Structure

AI-Trading-Agents/
โ”‚โ”€โ”€ ai_agent.py        # Core AI trading logic
โ”‚โ”€โ”€ app.py             # Main application entry point
โ”‚โ”€โ”€ config.py          # Configuration settings
โ”‚โ”€โ”€ kraken_client.py   # Kraken API integration
โ”‚โ”€โ”€ paper_trader.py    # Paper trading simulation
โ”‚โ”€โ”€ requirements.txt   # Dependencies
โ”‚โ”€โ”€ .env               # Environment variables

โš™๏ธ Installation

1. Clone the repository

git clone https://github.com/mirzayasirabdullahbaig07/AI-Trading-Agents.git
cd AI-Trading-Agents

2. Create virtual environment (recommended)

python -m venv venv
source venv/bin/activate   # On Linux/macOS
venv\Scripts\activate      # On Windows

3. Install dependencies

pip install -r requirements.txt

๐Ÿ”‘ Environment Variables

Create a .env file in the root directory and add:

KRAKENAPIKEY=yourapikey
KRAKENAPISECRET=yourapisecret

โ–ถ๏ธ Usage

Run the application:

python app.py

๐Ÿงช Paper Trading

The project includes a paper trading module to simulate trades without risking real money:

python paper_trader.py

๐Ÿ”ง Configuration

Modify trading parameters inside config.py:

  • Trading pairs
  • Risk management settings
  • Strategy parameters

๐Ÿ“Œ Future Improvements

  • Advanced AI/ML models
  • Multi-exchange support
  • Backtesting engine
  • Web dashboard

๐Ÿค Contributing

Contributions are welcome! Feel free to fork the repo and submit a pull request.


๐Ÿ“„ License

This project is licensed under the MIT License.


โš ๏ธ Disclaimer

This project is for educational purposes only. Trading cryptocurrencies involves risk. Use at your own discretion.


๐Ÿ‘ค Author

Mirza Yasir Abdullah Baig

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท mirzayasirabdullahbaig07/AI-Trading-Agents ยท Updated daily from GitHub