Free · Drop-in Freqtrade strategy

The Regime Filter: a Freqtrade strategy that sits out the wrong market

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.

export 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