drozhkov / zubrobot-ws

ZUBR exchange bot

Home Page:https://zubr.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zubrobot-ws

C++ ZUBR exchange 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

About

ZUBR exchange bot

https://zubr.io

License:MIT License


Languages

Language:C++ 98.6%Language:CMake 1.3%Language:Shell 0.1%