# vnpy_scripttrader **Repository Path**: vnpy/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**: 4 - **Forks**: 14 - **Created**: 2021-10-21 - **Last Updated**: 2025-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, vnpy, 量化交易 ## README # VeighNa框架的脚本交易模块

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