c1da0cbe65
Replaced the placeholder live node with a proper NautilusTrader TradingNode that connects to Hyperliquid Testnet using the official adapter. Added: - common/hyperliquid_api.py: direct REST calls to Hyperliquid's info endpoint for funding rates, predicted fundings, and asset contexts - backtests/run_backtest.py: CLI runner for strategy backtests - Updated funding_rate_arb.py to fetch real funding rates instead of using a hardcoded placeholder - Added requests to requirements.txt
14 lines
181 B
Plaintext
14 lines
181 B
Plaintext
# Core
|
|
nautilus-trader>=1.210.0
|
|
numpy>=1.24.0
|
|
pandas>=2.0.0
|
|
pyyaml>=6.0
|
|
requests>=2.28.0
|
|
|
|
# Visualization
|
|
matplotlib>=3.7.0
|
|
seaborn>=0.12.0
|
|
|
|
# Optional: dashboard
|
|
streamlit>=1.28.0
|