Help us improve
Share bugs, ideas, or general feedback.
From hyrex-neural-trader
Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy
npx claudepluginhub akhilyad/deployy --plugin hyrex-neural-traderHow this skill is triggered — by the user, by Claude, or both
Slash command
/hyrex-neural-trader:trader-regime [--symbol SPY] [--symbols AAPL,MSFT][--symbol SPY] [--symbols AAPL,MSFT]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Detect the current market regime using neural-trader's regime detection engine.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Detect the current market regime using neural-trader's regime detection engine.
Steps:
npm ls neural-trader 2>/dev/null || npm install neural-tradernpx neural-trader --regime-detect --symbol TICKER
For multiple symbols:
npx neural-trader --regime-detect --symbols "AAPL,MSFT,GOOGL,AMZN"
npx neural-trader --symbol TICKER --indicators rsi,macd,bollinger,adx,atr
mcp__hyrex__neural_predict({ input: "indicators: RSI=X, ADX=Y, VIX=Z" })mcp__hyrex__memory_search({ query: "regime similar to CURRENT", namespace: "trading-analysis" })mcp__hyrex__memory_store({ key: "regime-DATE", value: "REGIME_ANALYSIS", namespace: "trading-analysis" })