Giter VIP home page Giter VIP logo

spmaker's Introduction

Low-latency Spread MARKET MAKER

This simple Spread based MARKET MAKER demonstrate how to develop High Frequency trading automation using advanced C++ features and flexible archichture that can be easy deployed on multi exchanges or brokers

Supported OS
  • Linux, Windows
Available connectors (exchanges/brokers)
  • Binance
  • Bybit
BUILD Dependencies

Linux

Windows

Build SPMAKER
  • On Linux terminal
scl enable devtoolset-9 bash
git clone https://github.com/silvadom/spmaker.git
cd spmaker
cmake . -DG3LOG_ROOT=/usr/local/g3log -DJSON_ROOT=/usr/local/json
make install
  • On Windows cmd
git clone https://github.com/stelgic/qcraftor.git
cd qcraftor
cmake . -DG3LOG_ROOT=/usr/local/g3log -DJSON_ROOT=/usr/local/json

With visual studio 2019 or 2022

* Open solution qcraftor.sln 
* set Solution Configuration to "RelWithdebugInfo"
  • Others CMAKE libraries root path options:
-DJSON_ROOT=path_to_json
-DOPENSSL_ROOT=path_to_openssl
-DG3LOG_ROOT=path_to_g3log
-DONETBB_ROOT=path_to_onetbb
-DBOOST_ROOT=path_to_boost
-DCPR_ROOT=path_to_cpr
RUN SPMAKER
  • add binance API KEY and SECRET in build/configs/connector.config
cd build/bin
./spmaker -e bybit --risk 0.2 --capital 5000 --threads 8 --timeout 2 -v 1

License

spmaker's People

Contributors

stelgic avatar dom4d avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.