MerklerexBot - a command-line application for automated trading of cryptocurrencies (C++)

Wednesday, Jun 23, 2021
C++

About

A command-line application that automates the process of trading. It generates likely future exchange rates, decides when and how to generate bids and passes the bids to exchange for matching. It then processes the trade for accepted bids. Similar process is carried for offers and sell. It also maintains records for all assets, bids and offers.

Sample

Code

See the code here on Github.

What did I learn?

What can be improved?