← 返回
AI智能 中文

Quant Orchestrator (Free)

Multi-Agent AI Quant System with factor mining, strategy generation, and automated backtesting
多智能体AI量化系统,具备因子挖掘、策略生成与自动化回测功能
pikachu022700
AI智能 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 747
下载
💾 110
安装
1
版本
#ai#free#latest#quant#trading

概述

Quant Orchestrator Skill

📊 Description

Multi-Agent AI Quant System for automated strategy research and backtesting.

💰 Pricing

  • 1 USDC per call
  • 1 USDT = 1000 tokens
  • Min deposit: 8 USDT
  • Platform fee: 5%

🚀 Features

  • AI Factor Mining - Generate trading factors automatically
  • AI Strategy Generation - Create strategies from factors
  • Automated Backtesting - One-click backtest with metrics
  • Strategy Evaluation - Sharpe, MaxDrawdown, WinRate, IC, IR

Architecture

Agentic Quant Platform
├── DataAgent (market data)
├── FactorAgent (AI factor mining)
├── StrategyAgent (AI strategy generation)
├── BacktestAgent (automated backtesting)
└── EvaluationAgent (strategy evaluation)

Usage

from skill_with_billing import QuantOrchestrator

# Run with user billing
orchestrator = QuantOrchestrator()
result = orchestrator.run_pipeline(
    task="研究BTC动量策略", 
    user_id="USER_ID"
)

Output

  • Sharpe Ratio
  • Max Drawdown
  • Win Rate
  • IC (Information Coefficient)
  • IR (Information Ratio)
  • Strategy code
  • Backtest results

Quick Start

# 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

Files

  • skill.py - Basic skill
  • skill_with_billing.py - Skill with payment
  • billing.py - Payment SDK
  • btc_predictor_optimized.py - BTC prediction

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 15:00 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,189
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,592
developer-tools

Quant Trading System

pikachu022700
自动交易系统多策略投票
★ 4 📥 2,196