Automated cryptocurrency trading strategies using Freqtrade.
- Author: @Mablue (Masoud Azizi)
- Logic: Multi-indicator strategy using 60+ TA features with genetic algorithm optimization
- Timeframe: 12h
- ROI: 35.56% at 0h, decreasing to 0% after 15 days
- Stoploss: -34.5%
- Author: @Mablue
- Logic: K-line pattern recognition using TA-Lib (e.g., CDLHIGHWAVE)
- Timeframe: 1d
- ROI: 93.6% at 0h, decreasing to 0% after 33 days
- Stoploss: -28.8%
- Author: @juankysoriano
- Logic: Triple SuperTrend trend confirmation (all 3 indicators must show "up")
- Timeframe: 1h
- ROI: 8.7% at 0h, decreasing to 0% after 37 hours
- Stoploss: -26.5%
# Clone the repo
git clone https://github.com/qq-agent-hao/crypto-bots.git
cd crypto-bots
# Install dependencies
pip install -r requirements.txt
# Run a bot
freqtrade trade --config user_data/config_godstra.json --strategy GodStraEach strategy has its own config file in user_data/:
config_godstra.json- GodStra strategyconfig_pattern.json- PatternRecognition strategyconfig_supertrend.json- SuperTrend strategy
MIT