Coder Social home page Coder Social logo

spicy-jelly / quantaxis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yutiansut/quantaxis

0.0 0.0 0.0 132.94 MB

QUANTAXIS 支持任务调度 分布式部署的 股票/期货/期权/港股/虚拟货币 数据/回测/模拟/交易/可视化/多账户 纯本地量化解决方案

Home Page: http://www.quantaxis.tech:3000

License: MIT License

Python 75.56% Shell 2.26% Batchfile 0.01% Dockerfile 1.50% Cython 0.51% Rust 17.01% TeX 3.15%

quantaxis's Introduction

QUANTAXIS 2.0.0

Github workers GitHub stars GitHub forks

[点击右上角Star和Watch来跟踪项目进展! 点击Fork来创建属于你的QUANTAXIS!]

QUANTAXIS_LOGO_LAST_small.jpg

gvp

更多文档在QABook Release

Quantitative Financial FrameWork

本项目分为几个大块:

  1. QASU/ QAFetch 支持多市场数据存储/ 自动运维/ 数据获取(mongodb/ clickhouse)

  2. QAUtil 支持交易时间, 交易日历, 时间向前向后推算, 市场识别, dataframe 数据转换等

  3. QIFI/ QAMarket 一套统一的多市场 多语言账户体系

    • qifiaccount qifi 的标准账户体系, 在多语言上和 rust/cpp 版本的 qifi account 保持一致性
    • qifimanager qifi 多账户管理体系 支持多个语言的账户统一管理
    • qaposition 单标的仓位管理模块, 支持对于单标的的精准多空控制(套利场景/ cta 场景/ 股票场景)
    • marketpreset 市场预制基类, 方便查询期货/股票/虚拟货币 品种 tick/ 保证金/ 手续费等
  4. QAFactor 因子研究套件

    • 单因子研究入库

    • 因子管理, 测试

    • 因子合并

    • 优化器

  5. QAData 多标的多市场的数据结构, 可以作为实时计算和回测的内存数据库使用

  6. QAIndicator 支持自定义指标编写, 批量全市场 apply, 支持因子表达式构建

  7. QAEngine 自定义线程进程基类, 可以自行修改计算的异步和局域网内分布式计算 agent

  8. QAPubSub 基于 MQ 的消息队列, 支持 1-1 1-n n-n 的消息分发, 可用于计算任务分发收集, 实时订单流等场景

  9. QAStrategy cta/套利回测套件, 支持 QIFI 模式

  10. QAWebServer tornadobase 的 webserver 套件, 可以作为中台微服务构建

  11. QASchedule 基于 QAWerbServer 的后台任务调度 支持自动运维, 远程任务调度等

本版本为不兼容升级的 2.0 quantaxis, 涉及一些改变

数据部分

  • 增加 clickhouse client 自建数据源分发

  • 增加数据格式

    • 对于 tabular data 的支持
    • 支持因子化的数据结构
  • 支持 tick/l2 order/transaction 的数据格式

微服务部分

  • 增加 QAWEBSEBVER

  • 支持动态的任务指派的 sechedule

  • 增加 基于 DAG模型的pipeline

  • 增加 QAPUBSUB模块 支持 rabbitmq

账户部分

  • 删除 QAARP 不再维护老版本 account 系统

  • 升级完整的 qifi 模块 支持多市场/跨市场的账户模型

    • 支持保证金模型

    • 支持股票

    • 支持期货

    • 期权[升级中]

实盘模拟盘部分

  • 使用稳定的 qifi 结构对接

  • 支持 CTP 接口的

    • 期货
    • 期权
  • 支持股票部分

    • QMT 对接
  • 母子账户的订单分发跟踪 [OMS]

  • ordergateway 风控订单流规则

多语言部分

  • 支持于 QUANTAXIS Rust 版本的通信

  • 基于 arrow 库, 使用多语言支持的 pyarrow 格式, 对接 arrow-rs, datafusion-rs, libarrow(CPP)

  • 支持 RUST/ CPP 账户

  • 支持因子化的 rust job worker

社区/项目捐赠

github

QUANTAXIS 是一个开放的项目, 在开源的3年中有大量的小伙伴加入了我, 并提交了相关的代码, 感谢以下的同学们

许多问题 可以在 GITHUB ISSUE中找到, 你可以提出新的issue

捐赠

写代码不易...请作者喝杯咖啡呗?

(PS: 支付的时候 请带上你的名字/昵称呀 会维护一个赞助列表~ )

QQ群

欢迎加群讨论: 563280067 群链接

DISCORD 社区 https://discord.gg/mkk5RgN

QUANTAXIS 开发群: 773602202 (如果想要贡献代码 请加这个群 需要备注你的GITHUB ID)

QUANTAXIS 期货实盘多账户的本地部署群 (请勿浪费群资源 没有本地多账户部署的请勿加): 945822690

公共号

欢迎关注公众号: 公众号

QAPRO公共号免费提供了下单推送接口, 关注公共号回复trade即可使用

论坛 QACLUB

QUANTAXIS 内测版论坛 QUANTAXISCLUB上线

http://www.yutiansut.com:3000

凡通过论坛进行提问的 均有最高的回复优先级

quantaxis's People

Contributors

yutiansut avatar rgveda avatar tauruswang avatar pchaos avatar renovate-bot avatar barretthugh avatar wxj0916 avatar zsluedem avatar chaopaoo12 avatar zsl3034669 avatar zhongjyyy avatar nehcuh avatar jljlj avatar somewheve avatar hugh211 avatar yehonghao avatar kite8 avatar buyinfosun avatar sixuerain avatar happybeta avatar jaysonalbert avatar bin-wang-sh avatar junfalin avatar wangyuefenggh avatar breath123 avatar royburns avatar esun6060996 avatar hiteck88 avatar pm58 avatar rongnian avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.