From 5b5e87885b512b182ca9cb7aa41bee79759e3398 Mon Sep 17 00:00:00 2001 From: subashmokshya <117739368+subashmokshya@users.noreply.github.com> Date: Tue, 28 Jul 2026 00:10:32 +0545 Subject: [PATCH] Add perpsignal to crypto + DeFi list (#139) An open-source signal engine and backtester for perpetual futures (Python, Apache-2.0). --- crypto_focus.md | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto_focus.md b/crypto_focus.md index a5f11ef..adc1242 100644 --- a/crypto_focus.md +++ b/crypto_focus.md @@ -28,3 +28,4 @@ - [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. - [INDICIA DESK](https://indiciadesk.com/en/vol) | `Platform` | - BTC/ETH options analytics on Deribit plus whale behaviour on Hyperliquid perps. Automatically classifies multi-leg whale option structures from the trade flow (butterfly, condor, risk reversal, straddle, calendar and five more families), keeps per-strike implied volatility with history, gamma exposure and the market-maker breakeven corridor. Ships an open daily track record with the misses included, and a public backtest of the "max pain magnet" theory across hundreds of expiries. Free tier available. +- [perpsignal](https://github.com/mokshyaprotocol/signalview) | `Python` | - Signal engine and backtester for perpetual futures. Write a strategy as a compact expression or JSON definition, evaluate it against OHLCV, and backtest into Sharpe/return/drawdown/win-rate with fees, funding, stops/targets and leverage modelled. No wallet, key or live-trading code — pure research library, safe to run anywhere. Apache-2.0, `pip install perpsignal`.