All Projects → zhangshuiyong → Nodequant

zhangshuiyong / Nodequant

Licence: apache-2.0
一个基于Node.js的开源量化交易平台,轻巧地开发和部署量化投资策略

Programming Languages

javascript
184084 projects - #8 most used programming language
js
455 projects

Projects that are alternatives of or similar to Nodequant

Openapi Python Sdk
Python SDK for Tiger Open API
Stars: ✭ 80 (-81.98%)
Mutual labels:  trade, 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 (-2.48%)
Mutual labels:  quant, strategy
Ccxt.net
CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
Stars: ✭ 89 (-79.95%)
Mutual labels:  trade, strategy
Abu
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
Stars: ✭ 8,589 (+1834.46%)
Mutual labels:  trade, quant
Quantbot
数字货币量化交易学习框架
Stars: ✭ 257 (-42.12%)
Mutual labels:  quant, framework
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+133.78%)
Mutual labels:  trade, framework
DeltaTrader
极简版Python量化交易工具
Stars: ✭ 174 (-60.81%)
Mutual labels:  quant, trade
Strategyease Python Sdk
策略易(StrategyEase)Python SDK,策略自动化交易 API 及量化平台。
Stars: ✭ 741 (+66.89%)
Mutual labels:  trade, quant
trader
交易模块
Stars: ✭ 20 (-95.5%)
Mutual labels:  quant, trade
presso
Event-driven backtest/realtime quantitative trading system.
Stars: ✭ 59 (-86.71%)
Mutual labels:  quant, strategy
Zenbot
Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.
Stars: ✭ 8,085 (+1720.95%)
Mutual labels:  trade, strategy
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+4967.79%)
Mutual labels:  trade, strategy
Cryptoinscriber
📈 A live cryptocurrency historical trade data blotter. Download live historical trade data from any cryptoexchange, be it for machine learning, backtesting/visualizing trading strategies or for Quantopian/Zipline.
Stars: ✭ 27 (-93.92%)
Mutual labels:  trade, strategy
Rqopen Client
rqopen-client:本地拿到Ricequant上实盘模拟交易策略的交易信号和持仓
Stars: ✭ 78 (-82.43%)
Mutual labels:  trade, quant
Vngo
golang version of vn.py
Stars: ✭ 25 (-94.37%)
Mutual labels:  trade, quant
Amazingquant
基于Event-driven的量化交易解决方案
Stars: ✭ 128 (-71.17%)
Mutual labels:  trade, quant
October
Self-hosted CMS platform based on the Laravel PHP Framework.
Stars: ✭ 10,740 (+2318.92%)
Mutual labels:  platform, framework
Funcat
Funcat 将同花顺、通达信、文华财经麦语言等的公式写法移植到了 Python 中。
Stars: ✭ 642 (+44.59%)
Mutual labels:  trade, quant
hurtrade
An Open Source Forex Trading Platform
Stars: ✭ 22 (-95.05%)
Mutual labels:  platform, trade
Pyrocms
Pyro is an experienced and powerful Laravel PHP CMS.
Stars: ✭ 3,086 (+595.05%)
Mutual labels:  platform, framework

NodeQuant

NodeQuant的愿景

让Node.js社区轻巧地开发和部署量化金融交易程序,成为一个简单、高效、可依赖的量化交易平台

NodeQuant简介

国内的量化交易平台大多是C、C++、C#、Java、Python等语言编写量化策略。从事量化交易的人员在学会金融数据的分析的同时也要学好一门编程语言,往往学好一门编程语言对于很多人是一个不小的门槛。JavaScript语言是一门简单轻便的脚本语言,学习和编写JavaScript程序都非常简单。脚本语言具有弱类型的特点,不需要开发者在编写程序的过程中适配各种数据类型,入门快速。
JavaScript有大量的开发者,它是GitHub上最热门的编程语言。JavaScript语言借助Node.js运行环境,可以使得JavaScript也可以像C++、C#等高级语言一样运行在服务器端,可以进行读写文件,数据库,访问网络等操作。

Github 10大最受欢迎语言

Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行环境。

Node.js 使用了一个事件驱动、非阻塞式 I/O 的模型,使其轻量又高效。

Node.js 的包管理器 npm,是全球最大的开源库生态系统。使用npm可以找到各种各样的第三方库,开发者可以集成到自己的程序当中。

量化金融交易程序是一种是基于高频网络访问和各种事件(OnTick,OnOrder,OnTrade)的数据密集型程序。由于Node.js非阻塞的,事件驱动的 I/O 操作等特点,使得它处理数据密集型实时应用时非常轻巧高效,可以认为是数据密集型分布式部署环境下的实时应用系统的完美解决方案。

使用Node.js来编写和运行量化交易策略程序是一个非常好的解决方案。

这就是NodeQuant量化金融交易平台诞生的背景。

NodeQuant开发文档

https://github.com/zhangshuiyong/nodequant/blob/master/SUMMARY.md

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