This repository contains a Python trading bot that simulates trades for Bitcoin, Ethereum, and Solana ETFs. It uses a simple moving average crossover strategy to generate buy and sell signals. The bot is currently configured for paper trading only.
- Simulates trades for BITO (Bitcoin ETF), ETHO (Ethereum ETF), and SOLX (Solana ETF).
- Moving average crossover strategy.
- Paper trading mode with trade logs.
- Modular design for easy extension.
-
Clone the repository.
-
Install the required dependencies:
pip install -r requirements.txt