crypto-trading-ai-bot-basic  by gdemos01

Basic crypto-trading AI bot for research/experimentation

Created 4 years ago
305 stars

Top 87.7% 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

4 years ago

Responsiveness

Inactive

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

Explore Similar Projects

Feedback? Help us improve.