# vnpy_scripttrader **Repository Path**: three-comma-club/vnpy_scripttrader ## Basic Information - **Project Name**: vnpy_scripttrader - **Description**: vn.py框架的脚本交易模块 - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: https://www.vnpy.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 17 - **Created**: 2022-02-11 - **Last Updated**: 2022-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vn.py框架的脚本交易模块

## 说明 ScriptTrader是用于交易脚本执行的功能模块,和其他策略模块最大的区别在于其基于【时间驱动】的【同步逻辑】,也支持在命令行(Jupyter Notebook)中以REPL指令形式的进行交易操作,该模块没有回测功能。 ## 安装 安装需要基于2.7.0版本以上的[VN Studio](https://www.vnpy.com)。 直接使用pip命令: ``` pip install vnpy_scripttrader ``` 下载解压后在cmd中运行 ``` python setup.py install ```