AI Trading Team Examples¶
LumiBot includes several copy-paste AI trading team examples. Each one uses the same simple pattern:
read-only agents research or debate
one final trading-enabled agent can submit orders
normal LumiBot backtests, memory, traces, and order artifacts still apply
These examples are inspired by public investing styles and firms. They are not affiliated with or endorsed by the investors, firms, or companies named.
Examples¶
ai_trading_team_bull_bear_leveraged_etf.pyAggressive bull/bear team for leveraged ETF rotation.
ai_trading_team_bull_bear_large_cap_stocks.pyLarge-cap stock team with evidence, bull, bear, and portfolio-manager roles.
ai_trading_team_ray_dalio_all_weather.pyMacro-regime and all-weather-style ETF allocation team.
ai_trading_team_warren_buffett_value.pyAnnual-report, moat, valuation, and long-term business-quality team.
ai_trading_team_bill_ackman_concentrated.pyConcentrated high-conviction large-cap team with an activist bull case and short-seller bear case.
ai_trading_team_citadel_sector_pods.pySector-pod team that compares sector ETFs through cyclical, defensive, and risk lenses.
Backward Compatibility¶
Legacy imports still work:
lumibot/example_strategies/ai_trading_team.pylumibot/example_strategies/ai_investment_committee.py
New code should prefer the descriptive filenames above.