Qlib实盘操作流程
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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