Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 536 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 536 Bytes

qhuobi

火币合约(hbdm)的行情、交易接口及策略例子

用法

1、登录 https://www.hbdm.com ,在API管理中创建AccessKey和SecretKey。

2、用studio等支持q脚本的编辑器打开ts_huobi.q,修改AccessKey和SecretKey。并根据实际情况修改策略代码。行情和交易接口见qhuobi.q。

3、运行ts_huobi.bat启动策略例子。

1.火币提示使用境外服务器访问火币API。在境内网络使用qhuobi可能因HTTP GET出现锁死状态。

2.支持Windows/Linux/MacOS