Regime Detect banner
francomascareloai francomascareloai

Regime Detect

Development community

Description

--- name: regime-detect description: Design and implement market regime detection (Hurst, Entropy, HMM) --- # /regime-detect - Market Regime Detection Design and implement market regime detection systems using statistical methods. ## Methods Available ### Hurst Exponent - **Trending**: H > 0.55 → Momentum/breakout strategies - **Mean-Reverting**: H < 0.45 → Contrarian/grid strategies - **Random Walk**: H ≈ 0.5 → NO TRADE (no edge) ### Shannon Entropy - **Low Entropy** (<1.5): Structured, pr

Installation

Installs to ~/.claude/commands/francomascareloai-ea_scalper_xauusd-regime-detect.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/francomascareloai/EA_SCALPER_XAUUSD/HEAD/.claude/commands/regime-detect.md -o ~/.claude/commands/francomascareloai-ea_scalper_xauusd-regime-detect.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository