From 8c784c93695d86e615c21a447554bb07328e06ef Mon Sep 17 00:00:00 2001 From: darkvolg <116292960+darkvolg@users.noreply.github.com> Date: Fri, 17 Apr 2026 23:24:12 +0300 Subject: [PATCH] Add TrendRider Strategy to crypto_focus list (#84) Co-authored-by: FunCoder --- crypto_focus.md | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto_focus.md b/crypto_focus.md index f813831..71106f9 100644 --- a/crypto_focus.md +++ b/crypto_focus.md @@ -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.