https://github.com/vnpy/vnpy_scripttrader
VeighNa框架的脚本交易模块
https://github.com/vnpy/vnpy_scripttrader
python script veighna vnpy
Last synced: 3 months ago
JSON representation
VeighNa框架的脚本交易模块
- Host: GitHub
- URL: https://github.com/vnpy/vnpy_scripttrader
- Owner: vnpy
- License: mit
- Created: 2021-09-29T00:42:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-18T13:39:54.000Z (8 months ago)
- Last Synced: 2025-11-28T15:29:19.686Z (7 months ago)
- Topics: python, script, veighna, vnpy
- Language: Python
- Homepage: https://www.vnpy.com
- Size: 52.7 KB
- Stars: 19
- Watchers: 4
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# VeighNa框架的脚本交易模块
## 说明
ScriptTrader是用于交易脚本执行的功能模块,和其他策略模块最大的区别在于其基于【时间驱动】的【同步逻辑】,也支持在命令行(Jupyter Notebook)中以REPL指令形式的进行交易操作,该模块没有回测功能。
## 安装
安装环境推荐基于4.0.0版本以上的【[**VeighNa Studio**](https://www.vnpy.com)】。
直接使用pip命令:
```
pip install vnpy_scripttrader
```
或者下载源代码后,解压后在cmd中运行:
```
pip install .
```