Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.09 KB

Algorithmic Trading Module for VeighNa Framework

Description

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.

Installation

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 .