Binance Options Arbitrage
Script for trade arbitrage opportunities between European-style options and Perpetual futures, with notifications in telegram
Install / Use
npx skills add senyka0/binance-options-arbitrageInstalls into whichever agent you are using.
README
binance-options-arbitrage
Script for trade arbitrage opportunities between European-style options and Perpetual futures, with notifications in telegram
To run
1. Install requirements:
pip install -r requirements.txt
2. Set your keys and parameters
bot_token = "" # telegram bot token id
chat_ids = [""] # your telegram id for messages
tickers = ["BTCUSDT", "ETHUSDT", "BNBUSDT"] # assets to tarde
min_pct = 1 # min percentage difference
volume = 100 # your trading order size
leverage = 2 # levarage for using on futures to use less capital for hedging
max_hold = 60*60*24*7 # max time untill option expiration
binance_api_key = "" # binance api key
binance_api_secret = "" # binance secret
3. Start app
python3 optionArb.py
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR
