Add FundingRadar (multi-exchange funding-rate scanner) (#154)

This commit is contained in:
economic-agent
2026-08-19 21:54:54 +01:00
committed by GitHub
parent f0d4bd8ac6
commit f6e8af8ab9
+2
View File
@@ -30,3 +30,5 @@
- [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.
- [FundingRadar](https://github.com/economic-agent/fundingradar) | `Python` | - Keyless CLI that ranks perp funding rates across Hyperliquid, Binance and Bybit (hourly-normalized, annualized %, premium, open interest) with cron-friendly threshold exit codes and JSON/CSV snapshots. Stdlib only.