Merge pull request #1743 from 1token-trade/master

添加支持了火币
This commit is contained in:
vn.py 2019-05-30 11:45:42 +08:00 committed by GitHub
commit c5879a9405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ class OnetokenGateway(BaseGateway):
default_setting = { default_setting = {
"OT Key": "", "OT Key": "",
"OT Secret": "", "OT Secret": "",
"交易所": ["BINANCE", "BITMEX", "OKEX", "OKEF"], "交易所": ["BINANCE", "BITMEX", "OKEX", "OKEF", "HUOBIP", "HUOBIF"],
"账户": "", "账户": "",
"会话数": 3, "会话数": 3,
"代理地址": "127.0.0.1", "代理地址": "127.0.0.1",