Free · Drop-in Freqtrade strategy
Most bots don't lose on bad entries — they lose on good entries fired in the wrong regime. This drop-in strategy adds one gate: before any trade opens, it checks the market regime (bull / bear / chop) and skips entries that don't match the ones you allow.
Get the file instantly + a copy by email, plus the free weekly Regime brief. Unsubscribe in one click.
confirm_trade_entry — the correct, non-vectorized place for an API callALLOWED_REGIMES, MIN_CONFIDENCE, fail-open or fail-closedexport REGIME_API_KEY="your_key" # drop regime_filter_strategy.py in user_data/strategies/ freqtrade trade --strategy RegimeFilterStrategy
Full walkthrough: Add a Regime Filter to Any Freqtrade Strategy · Get a free key at getregime.com