Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 658 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 658 Bytes

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