Add TrendRider Strategy to crypto_focus list (#84)

Co-authored-by: FunCoder <wangzhe3224@users.noreply.github.com>
This commit is contained in:
darkvolg
2026-04-17 21:24:12 +01:00
committed by GitHub
co-authored by FunCoder
parent adde612ade
commit 8c784c9369
+1
View File
@@ -24,3 +24,4 @@
- [gocryptotrader](https://github.com/thrasher-corp/gocryptotrader) | `Go` | - A cryptocurrency trading bot supporting multiple exchanges written in Golang.
- [Solana SDK Tools](https://github.com/DebuggingMax/solana-sdk-tools) | `TypeScript` | - Token scanner and trading toolkit for Solana DEXs (Pump.fun, Raydium) with anti-rug analysis, copy trading, and paper trading mode
- [Microverse Systems](https://microversesystems.com) | `C++` | - Real-time L2 order books from 21 exchanges. Free WebSocket API, historical replay, sub-ms latency.
- [TrendRider Strategy](https://github.com/darkvolg/trendrider-strategy) | `Python` | - Open-source Freqtrade strategy for Bybit with a novel cascading early-loss exit ladder (-1.5% at 2h, BE at 4h, +0.5% at 8h, +1% at 16h, forced 24h). Backtest delta vs flat 24h timeout: +69% net profit, -77% max drawdown. Multi-timeframe entries on BTC/ETH/SOL + 15 altcoins. Public live dry-run dashboard at [trendrider.net/live](https://trendrider.net/live). MIT.