简单的做市对冲功能
0
Follow
8
Followers
小平台自己做市,降低风险,对冲到大交易所
策略思想:
死循环轮询账户资产余额,将变动的币对冲到火币
同时发送钉钉与微信通知给管理员
使用sqlite保存历史账户余额,为其余策略服务,方便财务管理
Source
Python
Related strategies
Comment
All comments (1)
import time
from api import * , 运行时出错了。这个API 库找不到。
Traceback (most recent call last): File "<string>", line 1481, in Run File "<string>", line 3, in <module> ModuleNotFoundError: No module named 'api'
5 years ago
- 1