Programs used for MoQuant youtube channel titled Trading Technical Indicators C++
The libraries needed for the Python portion are numpy, pandas, and matplotlib. The C++ portion does not need any libraries.
Compiling in C++
g++ main.cpp -std=c++14