Initial commit

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

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for arbitrage-opportunity-finder skill
- [ ] find_arbitrage.py: Script to execute the arbitrage finding logic, potentially using APIs of different exchanges.
- [ ] calculate_profit.py: Script to calculate the potential profit of an arbitrage opportunity, taking into account fees and slippage.
- [ ] monitor_spreads.py: Script to monitor price spreads between exchanges in real-time and trigger alerts when arbitrage opportunities arise.
- [ ] execute_arbitrage.py: Script to automatically execute arbitrage trades, handling order placement and risk management.