Install
openclaw skills install quant-orchestrator-freeMulti-Agent AI Quant System with factor mining, strategy generation, and automated backtesting
openclaw skills install quant-orchestrator-freeMulti-Agent AI Quant System for automated strategy research and backtesting.
Agentic Quant Platform
├── DataAgent (market data)
├── FactorAgent (AI factor mining)
├── StrategyAgent (AI strategy generation)
├── BacktestAgent (automated backtesting)
└── EvaluationAgent (strategy evaluation)
from skill_with_billing import QuantOrchestrator
# Run with user billing
orchestrator = QuantOrchestrator()
result = orchestrator.run_pipeline(
task="研究BTC动量策略",
user_id="USER_ID"
)
# Install dependencies
pip install lightgbm pandas numpy requests
# Run basic pipeline
python skill.py "研究BTC动量策略"
# Run with billing
python skill_with_billing.py "研究BTC策略" user123
skill.py - Basic skillskill_with_billing.py - Skill with paymentbilling.py - Payment SDKbtc_predictor_optimized.py - BTC prediction