A collection of professional trading bots for cryptocurrency and stock markets.
- Level: Beginner
- Strategy: Momentum breakout
- Best For: Trending markets
- View Details
- Level: Advanced
- Strategy: Statistical arbitrage, market-neutral
- Best For: Correlated stock pairs
- View Details
- Level: Intermediate
- Strategy: Grid trading, range-bound
- Best For: Sideways markets
- Features: Beautiful terminal UI
- View Details
- Level: Advanced
- Strategy: Mean reversion, institutional
- Best For: High-volume assets
- Features: Professional dashboard
- View Details
- Add some csv and png that bot generate at the root folder that is basically a sample of the output.
Each bot has its own dependencies. Install all at once:
pip install ccxt pandas numpy mplfinance yfinance rich statsmodels matplotlibRECOMMENDED
- Requirement.txt present at the root folder insalls all dependencies at once or init a venv environment and then install it inside the venv.