
If you have feature request, you can offer your BBG for contributors. You can join our telegram channel, it’s in Chinese, but English is fine as well.īBGO has a token BBG for the ecosystem (contract address: ).Įach issue has its BBG label, by completing the issue with a pull request, you can get correspond amount of BBG. This is an experimental trading bot framework written in PHP. Complete SPV wallet implementation for Bitcoin, Bitcoin Cash and Dash blockchains. Full Bitcoin library for Android, implemented on Kotlin.


Boll line binance desktop app install#
Install chart with the preferred release name, the release name maps to the previous secret we just created, that is, bbgo-grid: helm install bbgo-grid. env.localĬonfigure your config file, the chart defaults to read config/bbgo.yaml to create a configmap: cp config/grid.yaml config/bbgo.yaml Prepare your secret: kubectl create secret generic bbgo-grid -from-env-file. The docker tag version number is from the file Chart.yaml Prepare your docker image locally (you can also use the docker image from docker hub): make docker DOCKER_TAG=1.16.0 Write your own strategy in the strategy file: vim strategy.goĪdd your strategy package path to the config file config/bbgo.yaml
Boll line binance desktop app mod#
_ "/c9s/bbgo/pkg/strategy/xpuremaker"Ĭreate your go package, and initialize the repository with go mod and add bbgo as a dependency: go mod init Install and Run from the One-click Linode StackScript:

The following script will help you set up a config file, dotenv file: bash <(curl -s ) Since the exchange implementation and support are done by a small team, if you like the work they’ve done for you, It would be great if you can use their referral code as your support to them. Get your exchange API key and secret after you register the accounts (you can choose one or more exchanges):
