Skip to content

icehotchoc0/bitquant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

for digital currency quantitative transaction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors