From f1b1f9b04d5d5e89a88b5ffe6848ff2a51483029 Mon Sep 17 00:00:00 2001 From: Carlo Date: Sun, 9 Aug 2026 03:38:21 -0700 Subject: [PATCH] Add FillBench (reproducible crypto exchange API latency benchmarks). (#148) --- crypto_focus.md | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto_focus.md b/crypto_focus.md index adc1242..9f84669 100644 --- a/crypto_focus.md +++ b/crypto_focus.md @@ -29,3 +29,4 @@ - [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`. +- [FillBench](https://fillbench.com) | `Data` | - Reproducible latency benchmarks for crypto exchange REST APIs (p50/p95/p99 and TLS connect time), measured every 2 hours from a fixed US-East host. Open JSON, documented methodology, and a public data mirror on [GitHub](https://github.com/sircharli3/fillbench-data). Also benchmarks trading fees and tool pricing.