You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example of a tiny price aggregator in C++ (Binance, OKX, Gate.io). Using C++/websockets connects to market data feed on 3 major crypto exchanges, combines it into a synthetic order book, and provides certain metrics based on this order book.
This document outlines the implementation of a high-performance trading simulator that processes real-time market data from cryptocurrency exchanges to estimate transaction costs and measure market…