spider-strategy
Installation
SKILL.md
π·οΈ SPIDER v5.2 β Two-Persona Style Hunter
Spider runs two concurrent strategy wallets, each a distinct trading
style. One producer script (spider-producer.py) serves both; the
SPIDER_LEG env var selects which leg a given daemon is. Each leg binds
to its own wallet, runtime YAML, DSL, and risk envelope.
Not a copy-trader. Earlier Spider versions chased other traders' books. v5.0 hunts the style: each leg scores its own universe with its own technicals and emits its own signals. The runtime LLM gate is pass-through; the runtime owns execution + DSL + risk.
| Leg | Style | Wallet env | Runtime | Scanner |
|---|---|---|---|---|
swing |
Tech & AI multi-day momentum, LONG only | SPIDER_SWING_WALLET |
runtime-swing.yaml |
spider_swing_signals |
scalp |
Macro & majors fast mean-reversion, BOTH dirs | SPIDER_SCALP_WALLET |
runtime-scalp.yaml |
spider_scalp_signals |