Skip to content

paperswithbacktest/vnpy_datarecorder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ticker Recording Module for VeighNa Framework

Description

DataRecorder is a module for real-time quote recording, users can use this module to record real-time tick data and bar data, and automatically write and save them to the database.

The recorded data can be viewed through the DataManager module, and can also be used for historical backtesting of CtaBacktester, as well as the initialization of CtaStrategy, PortfolioStrategy and other strategies for live trading.

Installation

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

Use pip command directly:

pip install vnpy_datarecorder

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%