crypto-trading-ai-bot-basic  by gdemos01

Basic crypto-trading AI bot for research/experimentation

created 4 years ago
304 stars

Top 89.1% on sourcepulse

GitHubView on GitHub
Project Summary

This repository provides the source code for a basic AI-powered cryptocurrency trading bot, as demonstrated in a YouTube video. It enables users to collect historical cryptocurrency data, train a predictive AI model, and run trading simulations.

How It Works

The bot utilizes Coinbase's API to gather historical cryptocurrency data, storing it in JSON format. An integrated AI model is trained on this historical data to predict near-future price movements (Up/Down). The AutoTrader bot then uses these predictions to run trading simulations.

Quick Start & Requirements

  • Primary install / run command: python Controller.py --collect_coins --start "YYYY-MM-DD" --end "YYYY-MM-DD" or python Controller.py --train_and_trade
  • Prerequisites: Python, Coinbase API access.
  • Links: YouTube Video

Highlighted Details

  • Collects cryptocurrency data via Coinbase API.
  • Trains an AI model for Up/Down price prediction.
  • Includes an AutoTrader for simulation.

Maintenance & Community

No information on maintenance or community channels is provided in the README.

Licensing & Compatibility

The license is not specified in the README.

Limitations & Caveats

The README does not specify the AI model architecture or provide performance benchmarks. The "basic version" designation suggests potential limitations compared to more advanced trading bots.

Health Check
Last commit

3 years ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
13 stars in the last 90 days

Explore Similar Projects

Starred by Chip Huyen Chip Huyen(Author of AI Engineering, Designing Machine Learning Systems), Travis Fischer Travis Fischer(Founder of Agentic), and
2 more.

ai-hedge-fund by virattt

0.6%
39k
AI-powered hedge fund proof-of-concept for educational use
created 8 months ago
updated 2 days ago
Feedback? Help us improve.