microsoft / microsoft/qlib

Qlib实盘操作流程

Open
#1,746 0 comments 14 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
48.7k
Forks
7.7k
PR merge metrics
No merged PRs in 30d

Description

很多同学希望将Qlib用于A股实盘操作,但Qlib本身不含实盘接口,无法直接连接实盘。
好在通常我们使用Qlib是基于日线数据,定期调仓再平衡。这种低频操作完全可以实现一种间接的实盘操作,那就是利用Qlib来执行预测和生成订单,然后手工下单。这样,如果是按周再平衡,则每周只需操作一次,完全可以达到实盘效果。
这里有个视频就是讲解实盘中如何利用Qlib执行预测生成订单,并手工执行订单的流程。

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no documentation file, test, or entry point; start by reviewing the linked video and the repository's existing documentation structure. Done would mean documenting the described Qlib prediction, order-generation, and manual A-share trading workflow in an appropriate project location.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation, fintech-quant
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.