HackerTrans
TopNewTrendsCommentsPastAskShowJobs

paketick

no profile record

Submissions

TLS Handshake on Sockets (C++)

medium.com
6 points·by paketick·tahun lalu·0 comments

Show HN: Binance Orderbooks Consumer in C++

github.com
42 points·by paketick·3 tahun yang lalu·37 comments

Binance stop orders are visible in trades history

reptoid.com
1 points·by paketick·3 tahun yang lalu·0 comments

Ask HN: Working with Binance Order Book in C++

4 points·by paketick·3 tahun yang lalu·0 comments

Triangular Arbitrage Historical View

reptoid.com
1 points·by paketick·3 tahun yang lalu·0 comments

comments

paketick
·3 tahun yang lalu·discuss
The orderbook class uses original strings received from the exchange as keys. However, in some places, numbers are compared with a precision of 1e-12 as long doubles. I plan to modify this to use the symbols' price step from exchangeInfo.
paketick
·3 tahun yang lalu·discuss
You are correct. When I referred to 'real-time', I meant it in the sense that it is as efficient as consuming data directly from the exchange's WebSocket because, during the consumption stage, data is directly consumed from the exchange, not an intermediate server.

Since Binance only provides 100ms diffs, there isn’t 'real-time' in the sense of receiving each atomic orderbook change. Thank you for your feedback, I changed the description.
paketick
·3 tahun yang lalu·discuss
Windows will be supported. Not sure when, but likely in a month or two.