349/binance/SKILL.md
Trade spot and futures on Binance — market/limit/stop/trailing/OCO orders, account balances, order history, and market data. Supports both Binance Spot and Binance Futures (USDM). Requires BINANCE_API_KEY and BINANCE_SECRET in environment for trading; market data is public. Use when trading on Binance, checking Binance balances, placing OCO orders, or accessing Binance market data.
npx skillsauth add starchild-ai-agent/community-skills @349/binanceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Trade on Binance — the world's largest CEX — directly from Starchild.
Supports Spot and USDM Futures. Uses the bundled scripts/ccex_core.py engine under the hood.
Add to workspace/.env:
BINANCE_API_KEY=your_api_key_here
BINANCE_SECRET=your_secret_here
pip install --break-system-packages ccxt
grep -q "pip install --break-system-packages ccxt" workspace/setup.sh || \
echo "pip install --break-system-packages ccxt" >> workspace/setup.sh
ALWAYS follow this order:
All actions run via the bundled engine. Use bash to call:
python3 skills/binance/scripts/ccex_core.py <action> --exchange binance [options]
Get BTC/USDT price:
python3 skills/binance/scripts/ccex_core.py ticker --exchange binance --symbol BTC/USDT
Check balances:
python3 skills/binance/scripts/ccex_core.py balance --exchange binance
Buy 0.001 BTC at market:
python3 skills/binance/scripts/ccex_core.py order --exchange binance \
--symbol BTC/USDT --side buy --type market --amount 0.001
Place limit buy at $90,000:
python3 skills/binance/scripts/ccex_core.py order --exchange binance \
--symbol BTC/USDT --side buy --type limit --amount 0.001 --price 90000
Stop loss at $85,000:
python3 skills/binance/scripts/ccex_core.py order --exchange binance \
--symbol BTC/USDT --side sell --type stop --amount 0.001 --stop_price 85000
Trailing stop (500 BIPS = 5%):
python3 skills/binance/scripts/ccex_core.py order --exchange binance \
--symbol BTC/USDT --side sell --type stop --amount 0.001 --trailing_delta 500
OCO order — limit sell at $100k, stop at $85k:
python3 skills/binance/scripts/ccex_core.py oco --exchange binance \
--symbol BTC/USDT --side sell --amount 0.001 \
--price 100000 --stop_price 85000 --stop_limit_price 84900
Futures: Long 0.01 BTC on Binance USDM:
python3 skills/binance/scripts/ccex_core.py order --exchange binance \
--symbol BTC/USDT --side buy --type market --amount 0.01 --futures
Cancel an order:
python3 skills/binance/scripts/ccex_core.py cancel --exchange binance \
--symbol BTC/USDT --order_id 12345678
Binance is the only major exchange with native OCO support. An OCO places a limit order and a stop-limit order simultaneously — when one fills, the other is automatically cancelled.
Parameters:
--price — the limit (take profit) price--stop_price — the stop trigger price--stop_limit_price — the actual limit price when stop triggers (optional, defaults to 0.1% below stop)Add --futures flag to any order command to route to Binance USDM Futures instead of spot.
Binance rate limits: 1200 requests/minute (weight-based). CCXT handles this automatically with enableRateLimit: true.
To use Binance testnet, set:
BINANCE_API_KEY=your_testnet_key
BINANCE_SECRET=your_testnet_secret
And modify the exchange config in skills/binance/scripts/ccex_core.py to add "test": True to options.
Run this after setup to verify everything before placing trades:
python3 skills/binance/scripts/ccex_core.py ticker --exchange binance --symbol BTC/USDT
If credentials are configured, also test private access:
python3 skills/binance/scripts/ccex_core.py balance --exchange binance
| Error | Likely Cause | Fix |
|-------|-------------|-----|
| Missing dependency: ccxt | ccxt not installed | pip install --break-system-packages ccxt |
| Missing API credentials for binance | BINANCE_API_KEY/BINANCE_SECRET not set | Add to workspace/.env |
| Invalid API Key | Wrong key in .env | Re-check BINANCE_API_KEY |
| Timestamp for this request | Clock skew | Sync system clock |
| MIN_NOTIONAL | Order too small | Increase amount (min ~$10 USDT) |
| Insufficient balance | Not enough funds | Check balance first |
| OCO price rules violation | Price ordering wrong | limit > current price > stop for sell OCO |
development
--- name: "@5326/fvg-delta-forex-engine" version: 6.0.0 --- # FVG-Delta Forex Signal Engine v6.0 A production FastAPI service that scans the global forex market on **15-minute candles**, runs a strict lock-forward Smart-Money-Concept (SMC) staged state machine, and alerts on the late stages. It is the forex evolution of the FVG-Delta crypto engine — **identical strategy**, refined for forex speed and mechanics. ## What it scans A curated, liquidity-screened universe (no illiquid exotics, no
development
--- name: "@5322/fvg-engine" version: 1.0.0 --- # FVG-Delta Crypto Signal Engine v6.0 A production FastAPI service that scans MEXC UST-M perpetual futures on **closed 15-minute candles**, runs a strict lock-forward Smart-Money-Concept (SMC) staged state machine, draws annotated chart screenshots, sends per-trade Telegram alerts, and serves a live dashboard with an in-memory Trade History. Everything lives in `assets/app.py`; the rest is config, docs, and entrypoints. ## The strategy — five lo
development
Builds and app/bot to print Crypto Futures Signals based on a Strategy.
development
--- name: "@5312/delta-strategy" version: 1.0.0 --- # FVG-Delta Crypto Signal Engine — Agent / Maintainer Guide (v5.5) This is the single source of truth for any AI agent or engineer taking over this project. Read it fully before touching `app.py`. It explains the strategy, the code workflow, every bug that was fixed in this revision, the current state, and the rules for updating the app and its docs safely. --- ## 1. What the app is A production-style FastAPI service that scans **MEXC UST-