nnquantnnquantCommunityยท1 Agent Skills Included

miniqmt-skills

A-share quant trading, market data, and order execution

Guides development of A-share quantitative trading strategies using the XtQuant MiniQMT Python framework. Covers historical and real-time market data downloads, financial data queries, order placement, cancellations, and account position tracking. Eliminates guesswork around connection setup, session management, port conflicts, and callback handling with ready-to-run code examples.
npx skills add nnquant/miniqmt-skills --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install miniqmt-skills?โ–ผ

Run `npx skills add nnquant/miniqmt-skills --all -g -y` in your terminal to install this skill globally.

What is XtQuant MiniQMT used for?โ–ผ

XtQuant is a Python framework for A-share quantitative trading, providing market data feeds, financial data, and programmatic order execution through the MiniQMT client.

How do I get real-time stock quotes with XtQuant?โ–ผ

Start the MiniQMT client, subscribe to symbols with xtdata.subscribe_quote, and use a callback function plus xtdata.run() to receive live price updates.

Why does my XtQuant connection fail?โ–ผ

Common causes include the MiniQMT client not running, reconnecting the same session within 3 seconds, or port 58609 being occupied. This skill documents fixes for each case.

Can I place real stock orders programmatically?โ–ผ

Yes. The xttrader module supports limit and market orders, batch cancellations, and account queries once you connect with a funded stock account through MiniQMT.

Related Repositories in Finance & Accounting

View All in Finance & Accountingโ†’