Skip to content

Reference

Complete reference documentation for TradAI platform.

Sections

Section Description
CLI Reference Command-line interface documentation
SDK Reference Python libraries with auto-generated docstrings
REST API HTTP API endpoints for all services

CLI

tradai --help              # All commands
tradai backtest --help     # Backtest commands
tradai strategy --help     # Strategy commands
tradai deploy --help       # Deployment commands

SDK

from tradai.common import BaseService, LoggerMixin
from tradai.data import OHLCVRepository
from tradai.strategy import TradAIStrategy

API

  • Backend: http://localhost:8000/docs
  • Strategy Service: http://localhost:8003/docs
  • Data Collection: http://localhost:8002/docs