1- # GoTrader
1+ # CREX
22
33[ README] ( README.md ) | [ English README] ( README_en.md )
44
5- ### GoTrader
6- GoTrader 是一个用Golang语言开发的量化交易库。支持tick级别数字币期货平台的回测和实盘。
5+ ### CREX
6+ CREX 是一个用Golang语言开发的量化交易库。支持tick级别数字币期货平台的回测和实盘。
77
88### 标准 CSV 数据格式
99* 列定界符: , (逗号)
@@ -33,10 +33,10 @@ t,asks[0].price,asks[0].amount,asks[1].price,asks[1].amount,asks[2].price,asks[2
3333```
3434
3535### 回测
36- 示例 [ @backtest ] ( https://github.com/coinrust/gotrader /blob/master/examples/backtest/main.go )
36+ 示例 [ @backtest ] ( https://github.com/coinrust/crex /blob/master/examples/backtest/main.go )
3737
3838### 实盘
39- 示例 [ @live trading] ( https://github.com/coinrust/gotrader /blob/master/examples/live/main.go )
39+ 示例 [ @live trading] ( https://github.com/coinrust/crex /blob/master/examples/live/main.go )
4040
4141### 主要特性
4242* 使用简单
@@ -46,19 +46,19 @@ t,asks[0].price,asks[0].amount,asks[1].price,asks[1].amount,asks[2].price,asks[2
4646### 支持交易所
4747| 交易所 | 回测 | 实盘 | Broker |
4848| ----------------------------------------------------- | ------------------ | ----------------- | ----------------- |
49- | [ BitMEX] ( https://www.bitmex.com/register/o0Duru ) | Yes | Yes | [ Sim] ( https://github.com/coinrust/gotrader /tree/master/brokers/bitmex-sim-broker ) / [ Live] ( https://github.com/coinrust/gotrader /tree/master/brokers/bitmex-broker ) |
50- | [ Deribit] ( https://www.deribit.com/reg-7357.93 ) | Yes | Yes | [ Sim] ( https://github.com/coinrust/gotrader /tree/master/brokers/deribit-sim-broker ) / [ Live] ( https://github.com/coinrust/gotrader /tree/master/brokers/deribit-broker ) |
51- | [ Bybit] ( https://www.bybit.com/app/register?ref=qQggy ) | No | Yes | [ Live] ( https://github.com/coinrust/gotrader /tree/master/brokers/bybit-broker ) |
52- | [ Huobi DM] ( https://www.huobi.vc/zh-cn/topic/invited/?invite_code=7hzc5 ) | No | Yes | [ Live] ( https://github.com/coinrust/gotrader /tree/master/brokers/huobi-broker ) |
53- | [ OKEXFutures] ( https://www.okex.me/join/1890951 ) | No | Yes | [ Live] ( https://github.com/coinrust/gotrader /tree/master/brokers/okex-broker ) |
49+ | [ BitMEX] ( https://www.bitmex.com/register/o0Duru ) | Yes | Yes | [ Sim] ( https://github.com/coinrust/crex /tree/master/brokers/bitmex-sim-broker ) / [ Live] ( https://github.com/coinrust/crex /tree/master/brokers/bitmex-broker ) |
50+ | [ Deribit] ( https://www.deribit.com/reg-7357.93 ) | Yes | Yes | [ Sim] ( https://github.com/coinrust/crex /tree/master/brokers/deribit-sim-broker ) / [ Live] ( https://github.com/coinrust/crex /tree/master/brokers/deribit-broker ) |
51+ | [ Bybit] ( https://www.bybit.com/app/register?ref=qQggy ) | No | Yes | [ Live] ( https://github.com/coinrust/crex /tree/master/brokers/bybit-broker ) |
52+ | [ Huobi DM] ( https://www.huobi.vc/zh-cn/topic/invited/?invite_code=7hzc5 ) | No | Yes | [ Live] ( https://github.com/coinrust/crex /tree/master/brokers/huobi-broker ) |
53+ | [ OKEXFutures] ( https://www.okex.me/join/1890951 ) | No | Yes | [ Live] ( https://github.com/coinrust/crex /tree/master/brokers/okex-broker ) |
5454
5555### 示例
5656``` golang
5757package main
5858
5959import (
60- . " github.com/coinrust/gotrader "
61- " github.com/coinrust/gotrader /brokers"
60+ . " github.com/coinrust/crex "
61+ " github.com/coinrust/crex /brokers"
6262 " log"
6363 " time"
6464)
0 commit comments