Files
gh-jeremylongshore-claude-c…/skills/skill-adapter/scripts/README.md
2025-11-29 18:53:00 +08:00

9 lines
592 B
Markdown

# 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.