AlgoTrading is a function module for algorithmic trading execution, providing a variety of commonly used smart trading algorithms: TWAP, Sniper, Iceberg, BestLimit, etc. It supports multiple calling methods through UI interface, CSV batch import, external module access, etc.
The installation environment is recommended to be based on version 3.0.0 or above of [VeighNa Studio].
Use pip command directly:
pip install vnpy_algotrading
Or download the source code, unzip it and run it in cmd:
pip install .