1363/copy-trade/SKILL.md
Copy trade Hyperliquid wallets — monitor profitable traders and mirror their positions automatically. Use when the user wants to follow a wallet, copy trades, set up auto-mirroring, or manage copy trade configurations.
npx skillsauth add starchild-ai-agent/community-skills @1363/copy-tradeInstall 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.
Mirror positions from profitable Hyperliquid wallets onto your account. Works with the hl-trader-rankings skill to find wallets worth copying.
Before executing copy trades, the wallet policy must be active. Load the wallet-policy skill and propose the standard wildcard policy (deny key export + allow *).
Never copy blind. Use hl-trader-rankings to evaluate a wallet before following:
Red flags: Drawdown >30%, leverage >20x, <1 month history, single lucky trade.
Three sizing modes available:
Proportional — Scales target's position sizes by account ratio.
Your $200 account / Their $4M account = 0.005% ratio
Their $2M STRK short → Your ~$100 STRK short
Use --scale to adjust (0.5 = half size, 2.0 = double).
Fixed — Same USD amount for every position regardless of target's sizing.
--fixed-size 50 → Every copied position is ~$50 notional
Best for: testing, small accounts, equal-weighting.
Custom — Specify exact sizes per coin.
custom_sizes = {"BTC": 0.001, "ETH": 0.01, "SOL": 1.0}
Best for: copying specific plays, not full portfolio.
Always configure:
--max-leverage N — Hard cap (default 10x, even if target uses 50x)--max-position N — Max USD per position (default $500)--leverage N — Override all positions to this leverage--blacklist COIN1 COIN2 — Skip specific coins--whitelist COIN1 COIN2 — Only copy these coinsOne-shot scan (detect what needs changing):
python3 skills/copy-trade/scripts/orchestrator.py \
--target 0xADDRESS \
--mode fixed --fixed-size 50 --leverage 5 \
--max-leverage 10 --max-position 200
With your address (compares actual positions):
python3 skills/copy-trade/scripts/orchestrator.py \
--target 0xTARGET --my-address 0xYOURS \
--mode proportional --my-account 200
Check status:
python3 skills/copy-trade/scripts/orchestrator.py --status
Stop copying:
python3 skills/copy-trade/scripts/orchestrator.py --stop
The orchestrator outputs structured commands. Execute them in order:
{
"tool": "hl_leverage",
"params": {"coin": "STRK", "leverage": 5, "cross": true}
}
{
"tool": "hl_order",
"params": {"coin": "STRK", "side": "sell", "size": 100.0}
}
For each command: call the tool with the given params. Verify fills with hl_account() after.
For ongoing copy trading, schedule the orchestrator:
schedule_task(
command="python3 skills/copy-trade/scripts/orchestrator.py --target 0x... --mode fixed --fixed-size 50 --leverage 5",
schedule="every 5 minutes"
)
The agent reviews output each cycle and executes any new actions.
| Account Size | Suggested Mode | Config |
|-------------|---------------|--------|
| <$500 | Fixed | --fixed-size 20-50 --max-leverage 5 |
| $500-$2k | Proportional | --scale 1.0 --max-leverage 10 |
| $2k-$10k | Proportional | --scale 1.0 --max-position 1000 |
| >$10k | Proportional | --scale 0.5-1.0 (conservative) |
| Script | Purpose |
|--------|---------|
| copy_engine.py | Core diff engine — detects position changes |
| orchestrator.py | Bridges engine output to HL tool commands |
State is tracked in /data/workspace/output/copy_trade_state.json:
The state file is the source of truth for what we're mirroring. If you manually close a copied position, run --stop to reset state.
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-