trader-regime

Installation
SKILL.md

Detect the current market regime using neural-trader's regime detection engine.

Steps:

  1. Ensure neural-trader is available: npm ls neural-trader 2>/dev/null || npm install neural-trader
  2. Run regime detection:
    npx neural-trader --regime-detect --symbol TICKER
    
    For multiple symbols:
    npx neural-trader --regime-detect --symbols "AAPL,MSFT,GOOGL,AMZN"
    
  3. Get technical indicators for context:
    npx neural-trader --symbol TICKER --indicators rsi,macd,bollinger,adx,atr
    
  4. Use SONA for regime prediction: mcp__claude-flow__neural_predict({ input: "indicators: RSI=X, ADX=Y, VIX=Z" })
  5. Search for similar historical regimes:
Related skills
Installs
131
Repository
ruvnet/ruflo
GitHub Stars
50.2K
First Seen
13 days ago