AI Skill Builder
The AI Skill Builder lets you create trading strategies through conversational AI — no coding required.
How It Works
- Navigate to Skills → AI Builder
- Describe your trading strategy in natural language
- The AI generates a complete Skill package
- Test with the built-in backtester
- Export and publish to the Skills Market
Example Conversation
You: I want a strategy that buys BTC when RSI drops below 30
and sells when it goes above 70. Use 1h candles.
AI: I'll create a mean reversion strategy based on RSI...
[Generates SKILL.md, runtime YAML, and Python scripts]
You: Add a volume filter — only trade when volume is above
the 20-period average.
AI: Updated the strategy with volume confirmation...Output Types
Prompt Skill
The AI generates prompts that guide the trading LLM. Best for simple, rules-based strategies.
Python Skill
The AI generates Python code with full exchange API integration. Best for complex strategies with custom indicators.
Backtesting
After generation, test your strategy:
- Select a trading pair and time period
- Run the backtest (streams progress in real-time)
- Review results: equity curve, trade log, and statistics
- Iterate on the strategy based on results
Exporting
Click Export to download the complete Skill package, then publish it to the Skills Market.