miniqmt-skills
A-share quant trading, market data, and order execution
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โccxt
Trade and pull market data from 100+ crypto exchanges
financial-services
AI agents for banking, research, fund admin, and wealth workflows
financial-services-plugins
AI agents for banking, research, fund admin, and wealth workflows