Documentation
Everything you need to build and deploy automated trading strategies.
Getting Started
Learn how to create and deploy your first trading strategy in minutes.
- Paste any strategy - Python, Pine Script, or plain English
- AI interprets and generates executable code
- Connect your exchange (Binance, Coinbase, or paper trading)
- Launch and monitor from the dashboard
Strategy Guide
Supported strategy patterns and how the engine executes them.
- Signal entry/exit - RSI, SMA crossover, MACD, Bollinger Bands
- DCA (dollar-cost averaging) - periodic buying at intervals
- Trailing stop - enter position with trailing stop-loss
- Take-profit ladder - exit at multiple profit levels
- Risk management - stop-loss, take-profit, trailing stop (automatic)
API Reference
REST API endpoints for programmatic strategy management.
- POST /api/strategy/validate - parse and classify a strategy
- POST /api/strategies - create and launch a strategy
- GET /api/strategies/:id - get strategy details and events
- POST /api/strategies/:id/stop - stop a running strategy
- GET /api/exchanges - list connected exchange accounts
Need more help? Contact us at [email protected]