trader-signal

Installation
SKILL.md

Generate trading signals using neural-trader's anomaly detection engine.

Steps:

  1. Ensure neural-trader is available: npm ls neural-trader 2>/dev/null || npm install neural-trader
  2. Scan for signals:
    npx neural-trader --signal scan --symbols <TICKERS>
    
    With a specific strategy:
    npx neural-trader --signal scan --strategy <name> --symbols <TICKERS>
    
  3. If --strategy specified, load strategy filters: mcp__claude-flow__memory_retrieve({ key: "strategy-NAME", namespace: "trading-strategies" })
  4. neural-trader classifies anomalies automatically:
    • spike (maxZ > 5): breakout — momentum entry or mean-reversion fade
    • drift (sustained high Z): trend forming — trend-following signal
    • flatline (low Z): consolidation — prepare for breakout
    • oscillation (alternating): range-bound — mean-reversion at extremes
Related skills
Installs
135
Repository
ruvnet/ruflo
GitHub Stars
50.2K
First Seen
13 days ago