Git Product home page Git Product logo

bitquant's Introduction

Bitquant

For digital currency quantitative transaction

Features

  • Get arbitrage profit in same market
  • Get arbitrage profit in different market
  • Tools for Quant

build

python

python verion: python3

  • install python3,
  • install pyton3 module
python3 -m pip install requests
python3 -m pip install websocket_client
python3 -m pip install 'python-daemon'
python3 -m pip install PyMySQL
python3 -m pip install sqlalchemy
python3 -m pip install DBUtils
python3 -m pip install flask

Mysql

  • install mysql
  • create database bitquant
CREATE DATABASE `bitquant` DEFAULT CHARACTER SET utf8;
CREATE USER bitquant@'localhost' IDENTIFIED BY 'bitquant!';
GRANT ALL PRIVILEGES ON bitquant.* TO bitquant;
GRANT ALL PRIVILEGES ON bitquant.* TO bitquant@'%' IDENTIFIED BY 'bitquant!';
FLUSH PRIVILEGES;
  • create mysql tables db/tables.sql

run app

python3 -m bitquant.app

notebook environment

  • install Jupyter
python3 -m pip install jupyter notebook
python3 -m pip install jupyter-echarts-pypkg
jupyter notebook --generate-config
jupyter notebook password 
  • run bitquant notebook
sh sbin/start_notebook.sh

stragery engine

bitquant's People

Contributors

mark0725 avatar

Watchers

James Cloos avatar Brian 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.