qusong avatar

qusong

Community

@qusong0627

26Followers
|
4Public Repos
|
31Published Skills

Quantitative trading skill registry covering A-share research, model training, backtesting, broker integrations, and live execution on the QuantMind platform.

Skills Distribution
DomainBusiness, Fi...Quantitative Resea.. (30%)Model Training & B.. (25%)Brokerage Integrat.. (25%)Market Data Infras.. (12%)

Agent Skills by qusong

Showing 31 vetted skills indexed across 1 GitHub repositories.

qusong0627qusong0627
1.5k

quantdb-data-structure

Documents QuantDB parquet directory layout, Hive partitions, and DuckDB query conventions.

Community
Intermediate
qusong0627qusong0627
1.5k

quantmind-operations

Operates QuantMind platform APIs for model training, data sync, inference, and RSS news analysis.

Community
Advanced
qusong0627qusong0627
1.5k

stock-research

Generates multi-agent deep research reports for A-share stocks from local QuantDB data.

Community
Advanced
qusong0627qusong0627
1.5k

model-train-infer-backtest-report

Trains quantitative models, runs batch inference, backtests portfolios, and generates PDF research reports.

Community
Advanced
qusong0627qusong0627
1.5k

smart-strategy-stock-picking

Screens stocks via natural language, structured conditions, or DSL queries against QuantDB factor data.

Community
Intermediate
qusong0627qusong0627
1.5k

tdx-live-trading

Monitors and operates TDX live trading bridge with real-time inference, order execution, and position tracking.

Community
Advanced
qusong0627qusong0627
1.5k

tigeropen-cpp

Build C++ trading applications with Tiger Brokers OpenAPI for quotes, orders, and real-time push.

Community
Advanced
qusong0627qusong0627
1.5k

tigeropen-typescript

Build TypeScript trading applications using the Tiger Brokers OpenAPI SDK for quotes, orders, and push subscriptions.

Community
Advanced
qusong0627qusong0627
1.5k

market-analysis

Generates A-share market snapshot reports with index, breadth, sector, and capital flow data as Markdown and PDF.

Community
Advanced
qusong0627qusong0627
1.5k

trading-agents

Generates multi-agent stock research reports from QuantMind local data with PDF export.

Community
Advanced
qusong0627qusong0627
1.5k

futuapi

Query market data and execute trades through the Futu OpenAPI Python SDK.

Community
Advanced
qusong0627qusong0627
1.5k

stock-market-analysis

Analyze stock markets and generate research-grade reports from QuantDB data via QuantMind APIs.

Community
Advanced
qusong0627qusong0627
1.5k

tigeropen-java

Build Java trading applications with the Tiger Brokers OpenAPI SDK for quotes, orders, and account data.

Community
Advanced
qusong0627qusong0627
1.5k

backtest-center

Runs Qlib backtests, compares strategies, and optimizes parameters via QuantMind APIs.

Community
Advanced
qusong0627qusong0627
1.5k

news-sentiment-research

Backtests news sentiment signals from RSS articles against A-share price data to produce research reports.

Community
Advanced
qusong0627qusong0627
1.5k

simulation-trading

Executes paper trading orders, positions, and account queries via QuantMind simulation APIs.

Community
Intermediate
qusong0627qusong0627
1.5k

rd-agent-factor-mining

Automates end-to-end A-share alpha factor mining with RD-Agent evolution, backtesting, and reporting.

Community
Advanced
qusong0627qusong0627
1.5k

tigeropen-csharp

Generates C# code for Tiger Brokers OpenAPI market data, trading, and push subscriptions.

Community
Advanced
qusong0627qusong0627
1.5k

ai-ide-strategy-writing

Generates and executes Qlib quantitative trading strategies in Docker containers via REST APIs.

Community
Advanced
qusong0627qusong0627
1.5k

daily-review

Generates A-share daily market review reports from QuantDB data, news sentiment, and model inference signals.

Community
Advanced
qusong0627qusong0627
1.5k

tigeropen-rust

Build Rust trading applications with Tiger Brokers OpenAPI for quotes, orders, and push subscriptions.

Community
Advanced
qusong0627qusong0627
1.5k

tigeropen-go

Build Go trading applications with Tiger Brokers OpenAPI for quotes, orders, and real-time push.

Community
Advanced
qusong0627qusong0627
1.5k

quantmind-deploy

Deploys, updates, and troubleshoots the QuantMind quantitative trading platform via Docker Compose.

Community
Advanced
qusong0627qusong0627
1.5k

install-futu-opend

Automates Futu OpenD installation and futu-api SDK upgrades across Windows, macOS, and Linux.

Community
Advanced

Frequently Asked Questions About qusong

FAQPage Schema
What tasks can I accomplish with qusong's QuantMind skills?

You can train 13 model types (LightGBM, XGBoost, LSTM, Transformer, etc.), run batch inference, backtest strategies in Qlib, mine alpha factors via RD-Agent, screen stocks by natural-language conditions, analyze news sentiment with FinBERT, and produce Markdown/PDF research reports.

Who are these skills designed for?

Quantitative traders, A-share researchers, and developers building trading applications. The Tiger Brokers SDK skills target C++, C#, Go, Java, Rust, and TypeScript engineers, while QuantMind skills serve analysts running research, backtests, and live trading through QuantBot or Claude Code.

How do I run live or simulated trading with these skills?

Use tdx-live-trading for TDX real-time inference and order placement, simulation-trading for paper accounts, futuapi with Futu OpenD for quotes and orders, or ibkr-cli for Interactive Brokers. Each skill covers order placement, cancellation, positions, and account monitoring.

Are the broker SDK skills open source and what do they cost?

The Tiger Brokers SDK skills are free: Python, Java, C++, and C# versions use Apache-2.0, while TypeScript uses MIT. They require a Tiger Brokers developer account and credentials (TIGEROPEN_TIGER_ID, private key, account) configured as environment variables.

What prerequisites and dependencies are required?

QuantDB skills need the local parquet data directory and DuckDB views. Tiger SDKs require language runtimes (Python 3.8+, JDK 1.8+, Go 1.20+, Rust 1.70+, .NET 10, Node.js 16+, C++14 with CMake/Boost). FinBERT sentiment needs transformers and downloaded model weights.