Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vnpy/vnpy_scripttrader
VeighNa框架的脚本交易模块
https://github.com/vnpy/vnpy_scripttrader
python script veighna vnpy
Last synced: 2 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T01:31:00.000Z (about 1 year ago)
- Last Synced: 2023-11-28T02:34:00.605Z (about 1 year ago)
- Topics: python, script, veighna, vnpy
- Language: Python
- Homepage: https://www.vnpy.com
- Size: 32.2 KB
- Stars: 11
- Watchers: 5
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# VeighNa框架的脚本交易模块
## 说明
ScriptTrader是用于交易脚本执行的功能模块,和其他策略模块最大的区别在于其基于【时间驱动】的【同步逻辑】,也支持在命令行(Jupyter Notebook)中以REPL指令形式的进行交易操作,该模块没有回测功能。
## 安装
安装环境推荐基于3.0.0版本以上的【[**VeighNa Studio**](https://www.vnpy.com)】。
直接使用pip命令:
```
pip install vnpy_scripttrader
```或者下载源代码后,解压后在cmd中运行:
```
pip install .
```