A real-time market risk API that blocks bad trades before they happen.
Skip the worst trades instantly — no dependencies required
Add real-time market risk filtering to your existing Freqtrade strategies
Block high-risk trades in seconds with a simple snippet — no dependencies required
Remora helps your Freqtrade strategies avoid high-risk market periods:
Important: Remora does NOT replace your strategy. It simply acts as a "risk filter" that blocks the entries most likely to lose money. Your existing logic stays intact, but you avoid the worst trades.
If you already have a strategy and want to start protecting it immediately, this is all you need.
Sign up at remora-ai.com/signup.php to get your free API key. Then in your terminal:
(Or add it to ~/.bashrc / ~/.zshrc for persistence.)
Inside your strategy class, add this method (or integrate into your entry logic):
Then wrap your entry logic:
That's it. No extra dependencies, no plugins, no cloning a repo. Your strategy will skip risky entries automatically.
Run a small backtest:
Watch your logs — entries blocked by Remora will show safe_to_trade=False.
The Remora Freqtrade repository includes complete working examples:
These examples show how to extend your strategy with more features like risk-based position sizing and detailed logging.
View Repository on GitHub →
For more control with the current free tier, you can use the remora.client for structured access to risk_score and reasoning:
Advanced features include:
Note: Advanced users using remora.client may want to check requirements-advanced.txt for optional dependencies. The simple snippet integration requires no additional dependencies.
Backtests comparing with/without Remora show actual trade improvements, smoother equity curves, and fewer losing entries.
See comprehensive backtesting results in the Remora Backtests Repository.
You can also view our Evidence & Backtesting page for detailed analysis and results.
Add the snippet — start blocking risky entries instantly
Use advanced_risk_filter_strategy.py — log risk, adjust sizing
Full API + custom weighting — regime-aware optimisation
Start protecting your Freqtrade strategies today. No credit card required.
PRs, issues, and feature requests are welcome! Visit the GitHub repository to contribute or ask questions.
Questions? Visit remora-ai.com