/KeenTrader

C++ cross-platform trading system, planning to support more comprehensive cryptocurrency exchanges, stock markets, and futures markets

Primary LanguageC++MIT LicenseMIT

keen-trader

Install third party software

  • Install Openssl

Clone source code and prepare libraries

Open terminal, run

git clone --recursive https://github.com/harvestsure/KeenTrader.git
mkdir build
cd build
cmake ..

Status

windows ubuntu macos