Files
ftdt-quant-lab/config/iceberg.yaml
T
ramseshk b59dcc3629 Initial project scaffold: five quant strategies for Hyperliquid Testnet
Set up the directory structure and wrote placeholder logic for:

- Order Book Imbalance: trades on L2 bid/ask skew
- Iceberg/TWAP detection: follows whale accumulation patterns
- Funding rate arbitrage: delta-neutral carry on perp funding
- Pairs trading: BTC/ETH spread mean reversion
- Avellaneda-Stoikov market making: optimal bid/ask quoting

Also added shared risk manager, portfolio tracker, and a plain-language strategy walkthrough in docs/.
2026-08-03 11:12:20 +00:00

13 lines
237 B
YAML

# Iceberg / TWAP Detection Strategy
strategy:
name: IcebergDetector
instrument: BTC-USD-PERP
lookback_seconds: 300
volume_spike_mult: 3.0
min_slices: 4
trade_size: 0.001
risk:
max_drawdown_pct: 0.05
max_daily_trades: 10