Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 606 Bytes

File metadata and controls

18 lines (12 loc) · 606 Bytes

web3tradingstrat-v1

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.

Features

  • 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.

Setup

  1. Clone the repository.

  2. Install the required dependencies:

    pip install -r requirements.txt