AI system for automated Bitcoin trading
Top 93.6% on SourcePulse
This project provides an AI-driven automated trading system for Bitcoin using GPT models and the Upbit exchange. It's designed for individuals interested in leveraging AI for cryptocurrency investment strategies, offering a step-by-step guide to building and deploying such a system.
How It Works
The system utilizes various versions of Python scripts (autotrade.py
, autotrade_v2.py
, autotrade_v3.py
) that integrate technical indicators (OHLCV, Moving Averages, RSI, MACD, Bollinger Bands, Orderbook Data) with AI analysis. Later versions incorporate external data like news sentiment (via SerpApi) and fear/greed indices, and even chart image analysis with GPT-4o for more comprehensive decision-making. Trading strategies involve periodic full or partial buys/sells/holds based on AI analysis.
Quick Start & Requirements
10 months ago
Inactive