ShiPanE-Python-SDK
实盘易(ShiPanE)Python SDK,通达信自动化交易 API。
实盘易是爱股网旗下的股票自动化解决方案;可管理通达信等交易终端,并为用户提供基于
HTTP 协议的 RESTFul service。
交流QQ群:11527956
功能介绍
简单的实盘易 HTTP API 封装,见 shipane_sdk/client.py
多账号自动新股申购(自动打新)
聚宽(JoinQuant)集成
米筐(RiceQuant)集成
定时任务调度
多账号自动新股申购(自动打新)
聚宽(JoinQuant)自动跟单(抓取方式)
米筐(RiceQuant)自动跟单(抓取方式)
Windows
安装
安装 Python 3.5(建议安装 Anaconda3)
cmd 中运行:pip install --no-binary shipane_sdk shipane_sdk
cmd 中运行:cd %UserProfile%\.shipane_sdk\config
cmd 中运行:echo No | copy /-Y scheduler-example.ini scheduler.ini
配置
cmd 中运行:explorer %UserProfile%\.shipane_sdk\config
修改 scheduler.ini 中的配置(建议使用Notepad++)
运行
找到 python 安装目录,例如:C:\Pr