Skip to content

KANGWEII/BackTestX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BackTestX

Description

The repository aims to build a platform for testing trading strategies. The system supports efficient message publishing and subscribing, enabling multiple machines across a network to receive and process real-time data updates. The tool provides an user interface for interacting with the data and visualizes it through detailed charts. aapl_candlestick

Installation

Please refer to the installation guide for detailed instructions on setting up your development environment.

Running the packages

Please refer to the running guide for detailed instructions on running the sample classification.

Third-Party Libraries

This project uses the following third-party libraries:

  • License: Apache-2.0
  • Description: Efficient reliable UDP unicast, UDP multicast, and IPC message transport.
  • Why it's used: For high-performance, low-latency data publishing and subscribing.
  • License: MIT
  • Description: Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies.
  • Why it’s used: Used for building the user interface of this project.
  • License: MIT
  • Description: Immediate mode, GPU accelerated plotting library for Dear ImGui.
  • Why it’s used: Used for rendering the plots of this project.

About

A flexible and extensible tool for backtesting trading strategies

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Generated from KANGWEII/cpp_template