A C++ Quantitative platform for studying data of stock, designing, simulating, and trading algorithms.
- C++ compiler and Make
- CMake
- glog
mkdir build
cd build && cmake ..
make test
Once the project has been built (see "BUILDING"), execute
sudo make install
[[TODO]]