Skip to content

ynzheng/fos_quant_platform

 
 

Repository files navigation

An Open Source Digital Currency Quant Platform

QUICK SETUP

  • 1、create fos-server.json in conf directory to config the attributes.such as

    {
    "OSCAR_SHOP_NAME": "BearQuant",
    "EMAIL_HOST": "smtp.qq.com",
    "EMAIL_USE_SSL": true,
    "EMAIL_PORT": 465,
    "EMAIL_HOST_USER": "bearquant@foxmail.com",
    "EMAIL_HOST_PASSWORD": "xxx",
    "EMAIL_SUBJECT_PREFIX": "BEARQUANT",
    "OSCAR_FROM_EMAIL": "bearquant@foxmail.com"
    }
    
  • 2、docker-compose up -d

  • 3、create the database and import the sql.

   docker exec -ti fos_quant_platform_mysql_1 mysql -u root -p root
   create database quant;
   docker exec -i fos_quant_platform_mysql_1 mysql -uroot -proot quant < ./fos_quant_platform_mysql.sql

Features:

  • support binance,huobi,okex,fcoin,bcex,kucoin,bigone,gate,zb,etc.
  • support realtime policy running log view.
  • support account management and account deposit by eos.
  • support adding and editing and deleting policy.
  • support configing the policy in the webpage.
  • support ordering the policy. etc.

Doc

TBD.

TODO

  • API access of huobi future.
  • market policy.

Thanks

HuoBiDM

About

An open source quant policy running platform of digital currencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.7%
  • JavaScript 31.9%
  • HTML 7.8%
  • CSS 1.6%
  • Shell 0.0%
  • Dockerfile 0.0%