Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.17 KB

Script Trading Module for VeighNa Framework

Description

ScriptTrader is a functional module for trading script execution. The biggest difference between ScriptTrader and other strategy modules is that it is based on [time-driven] [synchronization logic], and it also supports trading operations in the form of REPL commands in the command line (Jupyter Notebook), and the module does not have backtesting capabilities.

Installation

The installation environment is recommended to be based on [VeighNa Studio] above version 3.0.0.

Use pip command directly:

pip install vnpy_scripttrader

Or download the source code, unzip it and run it in cmd:

pip install .