AIB Strategies and DataFortress.cloud are not giving any trading advice. Statistics and opinions stated on this website are purely statistical, and should never be used for real life trading. Form your own decisions and speak with a registered investment advisor before investing.RegimeAdaptiveBot is a production algorithmic trading strategy paper-traded live from a $10,000 seed. Live paper-trading performance: 6.75% annualised return (2.11% total), Sharpe 0.79 over 96 days.
TL;DR
- Strategy family: Regime-adaptive — Detects market regimes (trend vs. mean-reversion) and switches strategy per regime.
- Live track record: 6.75% annualised return (CAGR), Sharpe 0.79, max drawdown -2.34% over 96 trading days.
- Code: open-source on python_tradingbot_framework —
tradingbot/regimeadaptivebot.py.
- Annualised return (CAGR): 6.75%
- Current paper-portfolio worth: $10215.56 (seeded at $10,000)
- Total return since seed: 2.11%
- Sharpe: 0.79
- Max drawdown: -2.34%
- Days live: 96
See the full chart, current holdings, and historical backtest on the strategy’s live page →.
How RegimeAdaptiveBot works
A full technical writeup for RegimeAdaptiveBot is in progress. In the meantime:
Run it yourself
RegimeAdaptiveBot is part of the open-source python_tradingbot_framework — fork the repo, run the code locally, or deploy your own variant. The source lives at tradingbot/regimeadaptivebot.py. The live page shows today’s portfolio state alongside the full historical backtest.
FAQ
Is RegimeAdaptiveBot profitable live?
Since deployment, RegimeAdaptiveBot has produced an annualised return (CAGR) of 6.75% on a $10,000 paper seed (2.11% cumulative), with a Sharpe ratio of 0.79 and a max drawdown of -2.34% over 96 trading days. Numbers refresh daily on the live page.
Can I run RegimeAdaptiveBot myself?
Yes. RegimeAdaptiveBot is part of the open-source python_tradingbot_framework — you can fork the repo, inspect the strategy, and run the code locally or on your own Kubernetes cluster. The exact source file is here.
How does RegimeAdaptiveBot compare to other quantitative strategies?
RegimeAdaptiveBot belongs to the Regime-adaptive family. Detects market regimes (trend vs. mean-reversion) and switches strategy per regime. Browse the full leaderboard to compare it against strategies from other families.
Compare every strategy
Browse the full live leaderboard to see how RegimeAdaptiveBot ranks against 23 other paper-traded strategies, all seeded with the same $10,000.