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