From ececd66e7d1ec14bb3827eefc638d6d00e5129e3 Mon Sep 17 00:00:00 2001 From: subashmokshya <117739368+subashmokshya@users.noreply.github.com> Date: Fri, 12 Jun 2026 14:20:11 +0545 Subject: [PATCH] Add Signalview to crypto focus list (#113) --- crypto_focus.md | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto_focus.md b/crypto_focus.md index 0f6efec..50567a9 100644 --- a/crypto_focus.md +++ b/crypto_focus.md @@ -25,4 +25,5 @@ - [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. +- [Signalview](https://www.signalview.xyz) | `Platform` | - Non-custodial AI agents executing backtested signals on Hyperliquid perps; every signal ships a public 18-month backtest scored −100..+100; scoped agent keys cannot withdraw. Free to run. - [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.