└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # 自动交易大全 2 | *** 3 | ### 目录 4 | - [自动交易大全](#) 5 | - [框架或平台](#框架或平台) 6 | - [交易API](#交易API) 7 | - [自动交易](#自动交易) 8 | - [策略](#策略) 9 | - [工具库](#工具库) 10 | - [其他](#其他) 11 | 12 | ### 框架或平台 13 | 14 | * [vnpy](https://github.com/vnpy/vnpy) - 基于python的开源量化交易平台开发框架 15 | * [abu](https://github.com/bbfamily/abu) - 阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构 16 | * [quantdigger](https://github.com/QuantFans/quantdigger) - 基于python的量化交易平台 17 | 18 | ### 交易API 19 | 20 | * [XChange](https://github.com/knowm/XChange) API for interacting with 60+ Bitcoin and Altcoin exchanges 21 | * [ccxt](https://github.com/ccxt/ccxt) A JavaScript / Python / PHP cryptocurrency trading library with support for more than 100 bitcoin/altcoin exchanges 22 | * [goex](https://github.com/nntaoli-project/goex) Exchange Rest And WebSocket API For Golang Wrapper support okcoin,okex,huobi,hbdm,bitmex,coinex,poloniex,bitfinex,bitstamp,binance,kraken,bithumb,zb,hitbtc,fcoin, coinbene 23 | 24 | 25 | ### 自动交易 26 | 27 | * [Zenbot](https://github.com/DeviaVir/zenbot) is a command-line cryptocurrency trading bot using Node.js and MongoDB. 28 | * [magic8bot](https://github.com/magic8bot/magic8bot) is a cryptocurrency trading bot using Node.js and MongoDB. 29 | * [Gekko](https://github.com/askmike/gekko) A bitcoin trading bot written in node 30 | * [Trump2Cash](https://github.com/maxbbraun/trump2cash) A stock trading bot powered by Trump tweets 31 | 32 | ### 策略 33 | 34 | * [fmzquant/strategies](https://github.com/fmzquant/strategies) 一些策略的实现 35 | * [blackbird](https://github.com/butor/blackbird) a long/short market-neutral strategy 36 | * [OKCoin韭菜收割机](https://github.com/richox/okcoin-leeks-reaper) OKCoin韭菜收割机 37 | ### 工具库 38 | 39 | * [pandas](https://github.com/pandas-dev/pandas) powerful Python data analysis toolkit --------------------------------------------------------------------------------