Basic crypto-trading AI bot for research/experimentation
Top 89.1% on sourcepulse
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
python Controller.py --collect_coins --start "YYYY-MM-DD" --end "YYYY-MM-DD"
or python Controller.py --train_and_trade
Highlighted Details
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.
3 years ago
Inactive