Skip to content

paperswithbacktest/vnpy_algotrading

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%