AI Agents
Roadmap: AI agents are not implemented in OpenTrade today. This page describes planned direction only. For what works now, see Getting Started, Charting, and Backtesting.
Current alternatives
Until dedicated AI agents ship, you can use existing platform features:
- Chart workspace — professional candlestick charts with indicators and drawings
- Marketplace strategies — install community or your own Python strategies
- Backtesting — test strategies on historical data (native Python and Freqtrade paths)
- Paper trading — partial; sessions exist but full automation is still in development
Contributor documentation: docs/reference/marketplace-execution.md in the repository.
Planned direction (not shipped)
Future AI-assisted features may include:
- Market analysis helpers that summarize chart and indicator state
- Strategy parameter suggestions based on backtest results
- Risk alerts integrated with portfolio and paper trading
There is no opentrade.agents Python package, no agent marketplace, and no Settings > AI & Automation screen in the current product.
Stay updated
Follow the project roadmap and GitHub milestones for when AI features become available.