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.
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 .