Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:53:03 +08:00
commit e1e05719b2
14 changed files with 838 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for crypto-derivatives-tracker skill
- [ ] fetch_derivatives_data.py: Script to fetch and parse derivatives data from various exchanges.
- [ ] analyze_funding_rates.py: Script to analyze funding rates and identify potential trading signals.
- [ ] calculate_open_interest.py: Script to calculate open interest across different exchanges and contracts.
- [ ] liquidation_levels.py: Script to determine liquidation levels based on current market conditions.