[Mod] update script_trader.md

This commit is contained in:
vn.py 2019-07-22 13:12:22 +08:00
parent bbe4a03ef3
commit a15275bf94

View File

@ -1 +1,51 @@
# 脚本策略
# 脚本策略
ScriptTrader模块的作用
## Jupyter模式
### 加载启动
### 连接接口
### 查询数据
use_df可选参数的作用返回pandas.DataFrame在Jupyter中分析更方便
### 发出指令
## 脚本策略模式
### 加载启动
### 脚本策略
### 运行控制
while循环的退出控制变量engine.strategy_active
## 函数功能说明
### 单条查询
* get_tick
### 多条查询
* get_ticks
### 全量查询
* get_all_contracts
### 交易委托
* buy
* cancel_order
### 信息输出
* write_log
* send_email