Initial commit
This commit is contained in:
8
skills/skill-adapter/scripts/README.md
Normal file
8
skills/skill-adapter/scripts/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user