All Projects → zc8424 → Lazzyquant

zc8424 / Lazzyquant

Licence: gpl-3.0
期货/期权量化交易系统

Projects that are alternatives of or similar to Lazzyquant

Trading Server
A multi-asset, multi-strategy, event-driven trade execution and management platform for running many algorithms/bots at many venues simultaneously with unified risk management and reporting. Uses MongoDB for storage and Telegram for user notifications/trade consent.
Stars: ✭ 191 (-42.64%)
Mutual labels:  futures, quantitative-trading
Rqalpha Mod Vnpy
RQAlpha 对接 vnpy 的扩展 Mod。通过启用该 Mod 来实现期货策略的实盘交易
Stars: ✭ 285 (-14.41%)
Mutual labels:  futures
retainer
Minimal async cache in Rust with support for key expirations
Stars: ✭ 23 (-93.09%)
Mutual labels:  futures
trader
交易模块
Stars: ✭ 20 (-93.99%)
Mutual labels:  futures
mux-stream
(De)multiplex asynchronous streams
Stars: ✭ 34 (-89.79%)
Mutual labels:  futures
async-oneshot
A fast, small, full-featured, no-std compatible oneshot channel
Stars: ✭ 55 (-83.48%)
Mutual labels:  futures
Eventually
A Swift Future/Promise library that can be used to model and transform asynchronous results
Stars: ✭ 19 (-94.29%)
Mutual labels:  futures
Akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 4,334 (+1201.5%)
Mutual labels:  futures
Python3 Concurrency Pics 02
爬取 www.mzitu.com 全站图片,截至目前共5162个图集,16.5万多张美女图片,使用 asyncio 和 aiohttp 实现的异步版本只需要不到2小时就能爬取完成。按日期创建图集目录,保存更合理。控制台只显示下载的进度条,详细信息保存在日志文件中。支持异常处理,不会终止爬虫程序。失败的请求,下次再执行爬虫程序时会自动下载
Stars: ✭ 275 (-17.42%)
Mutual labels:  futures
aitch
aitch is a simple, lightweight toolkit for building HTTP servers in Rust, loosely based on Go's net/http.
Stars: ✭ 19 (-94.29%)
Mutual labels:  futures
swoole-futures
⏳ Futures, Streams & Async/Await for PHP's Swoole asynchronous run-time.
Stars: ✭ 100 (-69.97%)
Mutual labels:  futures
ETAC
A one-page, Visual Canvas for Emerging Technology Evaluation, in the style of “the Business model Canvas".
Stars: ✭ 85 (-74.47%)
Mutual labels:  futures
Machine Learning And Ai In Trading
Applying Machine Learning and AI Algorithms applied to Trading for better performance and low Std.
Stars: ✭ 258 (-22.52%)
Mutual labels:  quantitative-trading
quanttrader
Backtest and live trading in Python
Stars: ✭ 139 (-58.26%)
Mutual labels:  quantitative-trading
Options Trading Strategies In Python
Developing Options Trading Strategies using Technical Indicators and Quantitative Methods
Stars: ✭ 309 (-7.21%)
Mutual labels:  quantitative-trading
soabase-stages
A tiny library that makes staged/pipelined CompletableFutures much easier to create and manage
Stars: ✭ 23 (-93.09%)
Mutual labels:  futures
Quant-Strategies-HFT
source : http://coin.wne.uw.edu.pl/pwojcik/hfd_en.html
Stars: ✭ 24 (-92.79%)
Mutual labels:  quantitative-trading
parallel-dfs-dag
A parallel implementation of DFS for Directed Acyclic Graphs (https://research.nvidia.com/publication/parallel-depth-first-search-directed-acyclic-graphs)
Stars: ✭ 29 (-91.29%)
Mutual labels:  futures
Awesome Algorithmic Trading
A curated list of awesome algorithmic trading frameworks, libraries, software and resources
Stars: ✭ 328 (-1.5%)
Mutual labels:  quantitative-trading
Prelude Ts
Functional programming, immutable collections and FP constructs for typescript and javascript
Stars: ✭ 315 (-5.41%)
Mutual labels:  futures

LazzyQuant

Quantative trading platform for geeks.

主要功能:

  1. 接收市场行情数据, 生成K线数据并保存至数据库
  2. 根据交易策略, 寻找获利机会并做出开仓/平仓, 止损/止盈等决策
  3. 根据决策自动执行报, 撤单操作
  4. 支持上期CTP交易接口
  5. 支持多种数据源用于盘后复盘
  6. 支持美式/欧式期权盘中实时定价 (基于二叉树模型)
  7. 支持各种套利策略
  8. 支持预埋单, 组合单
  9. 支持兼容MQL5语法的策略设计

开发与测试环境:

  Visual Studio 2015/2017 (Windows)
  GCC 7.3/9.2 (Linux)
  Qt 5.12.9 (最低要求5.10)
  Boost 1.68
  D-Bus 1.10.30
  MySQL 5.7.30

在Linux下编译的步骤

git clone https://github.com/zc8424/LazzyQuant.git
cd LazzyQuant
qmake
make -j4

 注:

  1. 编译时找不到 boost 库的头文件可通过以下命令安装
    RedHat/CentOS: sudo yum install boost
    Debian/Ubuntu: sudo apt-get install libboost-dev
  2. Linux发行版自带的Qt版本如果太低(<5.10),可安装Qt官网上的最新版本

部分开发文档存放在LazzyDocument仓库中

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].