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
- Host: GitHub
- URL: https://github.com/drozhkov/zubrobot-ws
- Owner: drozhkov
- License: mit
- Created: 2020-07-27T14:49:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T12:21:49.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T17:15:49.976Z (over 1 year ago)
- Topics: cplusplus, cryptocurrency, cryptocurrency-exchanges, trading-api, trading-bot, websockets, zubr
- Language: C++
- Homepage: https://zubr.io
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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