/QuantSystem

Primary LanguageC++Apache License 2.0Apache-2.0

C++ Quantitative Trading System

Introduction

A C++ Quantitative platform for studying data of stock, designing, simulating, and trading algorithms.

Dependencies

BUILDING

mkdir build
cd build && cmake ..
make test

INSTALLING

Once the project has been built (see "BUILDING"), execute

sudo make install

System Overview

[[TODO]]

Author