An open API service indexing awesome lists of open source software.

https://github.com/drozhkov/zubrobot-ws

ZUBR exchange bot
https://github.com/drozhkov/zubrobot-ws

cplusplus cryptocurrency cryptocurrency-exchanges trading-api trading-bot websockets zubr

Last synced: about 1 year ago
JSON representation

ZUBR exchange bot

Awesome Lists containing this project

README

          

# zubrobot-ws

C++ [ZUBR exchange](https://zubr.io/) trading robot sample


Orders price calculated as:
```
BUY = (current best purchase price + current best sale price) / 2 - interest - shift * position
SELL = (current best purchase price + current best sale price) / 2 + interest - shift * position
```

**For educational purpose ONLY. Don't use for real trading!**

## dependencies

- WebSocket++
- Boost.System
- Boost.Log
- RapidJSON
- OpenSSL
- pthreads

## build tools
- CMake