A C++ Quantitative platform for studying data of stock, designing, simulating, and trading algorithms.
- C++ compiler and Make
- Mac OSX https://developer.apple.com/xcode/
- Linux http://gcc.gnu.org/
- CMake
- glog
mkdir build
cd build && cmake ..
make test
Once the project has been built (see "BUILDING"), execute
sudo make install
[[TODO]]