欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Huihoo Network
来自开放百科 - 灰狐
E3 blockchain & bitcoin
目录 |
愿景
区块链会成为全球金融的基础架构。
简介
E3区块链和比特币应用
项目缩写:E3BC,BC取BlockChain和BitCoin的大写字母。
E3 blockchain/bitcoin trading 缩写:E3BT
架构
基于Actor model构建的消息事件驱动、高并发、响应式、集群高可用的基础架构。
为每笔交易分配一个Actor,同时进行的100万笔交易,也就有100万个Actor。
比特币
以太币
瑞波币
生态
系统基础架构、策略、插件等采用MIT和Apache v2许可协议,
可采用红帽订阅模式销售升级、策略、插件、数据库、Hosting等服务。
项目
E3 bitcoin trading基于Meteor、Vert.x/Node.js和MongoDB构建,based on Gekko。
MongoDB连接串:mongodb://localhost:27017/gekko
$ git clone git://github.com/askmike/gekko.git $ npm install --only=production $ node gekko --ui http://localhost:3000
命令行运行Gekko
$ node gekko --config config.js $ node gekko --config config.js --backtest $ node gekko --config config.js --import $ node gekko --backtest $ node gekko --import
Gekko UI
$ cd gekko/web/vue $ npm install $ cd gekko/web $ node server http://localhost:3000 $ cd vue $ npm run dev 重编译UI $ cd gekko/web/vue $ npm run build
策略
- DEMA,Exponential Moving Average,指数移动平均线
- MACD (Moving Average Convergence/Divergence Oscillator) 移动平均收敛/发散 振荡器
- PPO(Percentage Price Oscillator)百分比价格振荡器
- RSI(Relative Strength Index)相对强度指数
- StochRSI
- CCI(Commodity Channel lndex)商品频道指数,属于超买超卖类指标中较特殊的一种,波动于正无限大和负无限小之间。
- talib-macd
- tulip-macd
图集
链接
分享您的观点