DEV Community

Muhammed Shafin P
Muhammed Shafin P

Posted on

TradingBot – AI Crypto Trading Prototype

TradingBot is an experimental Python-based crypto trading bot designed to explore AI-driven decision-making in real-time markets. It features periodic price fetching, simulated AI trade decisions using Groq, and a simple Flask web dashboard to display capital, trade logs, and profit/loss updates. The bot uses multi-threading for smooth execution and maintains thread-safe state and logging throughout. This project is intended for educational and prototyping purposes only—it is not production-ready or recommended for live trading without further development.

To run the bot, clone the repository, install the required dependencies with pip install flask requests feedparser groq argparse, and start the bot using python ai_trade_bot.py. Then visit http://127.0.0.1:5000 in your browser to view the live dashboard.

Contributions are welcome, especially from those interested in AI, trading, and automation. Contact: hejhdiss@gmail.com.
Licensed under the MIT License.
GitHub: https://github.com/hejhdiss/ai-crypto-trading-

Top comments (0)