All Projects → QUANTAXIS → Quantaxis

QUANTAXIS / Quantaxis

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

Programming Languages

python
139335 projects - #7 most used programming language
rust
11053 projects
shell
77523 projects
Dockerfile
14818 projects

Labels

Projects that are alternatives of or similar to Quantaxis

gcandle
quant framework 本地量化交易策略框架
Stars: ✭ 27 (-99.56%)
Mutual labels:  quant
Ctpbee
个人自动交易解决方案 / 持续维护中
Stars: ✭ 301 (-95.09%)
Mutual labels:  quant
Quantdom
Python-based framework for backtesting trading strategies & analyzing financial markets [GUI ]
Stars: ✭ 449 (-92.68%)
Mutual labels:  quant
GOAi
No description or website provided.
Stars: ✭ 57 (-99.07%)
Mutual labels:  quant
Tai
A composable, real time, market data and trade execution toolkit. Built with Elixir, runs on the Erlang virtual machine
Stars: ✭ 264 (-95.7%)
Mutual labels:  quant
Akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 4,334 (-29.37%)
Mutual labels:  quant
akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 5,155 (-15.99%)
Mutual labels:  quant
Zipline Chinese
zipline 是开源量化平台,但是当前zipline 并不支持A股的测试,很多在线平台如优矿,聚宽等都是基于zipline,本项目改进zipline,使得zipline支持A股测试
Stars: ✭ 515 (-91.61%)
Mutual labels:  quant
51bitquant
51bitquant Python数字货币量化交易视频 CCXT框架 爬取交易所数据 比特币量化交易 交易机器人51bitquant tradingbot cryptocurrency quantitative trading btc trading
Stars: ✭ 284 (-95.37%)
Mutual labels:  quant
Nodequant
一个基于Node.js的开源量化交易平台,轻巧地开发和部署量化投资策略
Stars: ✭ 444 (-92.76%)
Mutual labels:  quant
trader
交易模块
Stars: ✭ 20 (-99.67%)
Mutual labels:  quant
Quantbot
数字货币量化交易学习框架
Stars: ✭ 257 (-95.81%)
Mutual labels:  quant
Trady
Trady is a handy library for computing technical indicators, and it targets to be an automated trading system that provides stock data feeding, indicator computing, strategy building and automatic trading. It is built based on .NET Standard 2.0.
Stars: ✭ 433 (-92.94%)
Mutual labels:  quant
dipiper
基于nodejs的股票数据爬虫
Stars: ✭ 83 (-98.65%)
Mutual labels:  quant
Pylivetrader
Python live trade execution library with zipline interface.
Stars: ✭ 470 (-92.34%)
Mutual labels:  quant
openctp
CTP开放平台提供A股、港股、美股、期货、期权等全品种接入通道,通过提供中泰证券XTP、华鑫证券奇点、东方证券OST、东方财富证券EMT、盈透证券TWS等各通道的CTPAPI接口,CTP程序可以无缝对接各股票柜台。平台也提供了一套基于TTS交易系统的模拟环境,同样提供了CTPAPI兼容接口,可以替代Simnow,为CTP量化交易开发者提供7x24可用的模拟环境。
Stars: ✭ 389 (-93.66%)
Mutual labels:  quant
Thstrader
量化交易。同花顺免费模拟炒股软件客户端的python API。(Python3)
Stars: ✭ 311 (-94.93%)
Mutual labels:  quant
Redtorch
Java开源量化交易开发框架
Stars: ✭ 528 (-91.4%)
Mutual labels:  quant
Qlib
Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies. An increasing number of SOTA Quant research works/papers are released in Qlib.
Stars: ✭ 7,582 (+23.57%)
Mutual labels:  quant
Rqalpha
A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities
Stars: ✭ 4,425 (-27.88%)
Mutual labels:  quant

QUANTAXIS 2.0.0

Github workers GitHub stars GitHub forks

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

QUANTAXIS_LOGO_LAST_small.jpg

gvp

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].