https://github.com/ates/bb
Simple Binance exchange trader Bot
https://github.com/ates/bb
binance bot exchange trader
Last synced: 3 months ago
JSON representation
Simple Binance exchange trader Bot
- Host: GitHub
- URL: https://github.com/ates/bb
- Owner: ates
- Created: 2018-02-17T17:42:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T07:57:50.000Z (almost 8 years ago)
- Last Synced: 2025-04-12T16:12:49.463Z (9 months ago)
- Topics: binance, bot, exchange, trader
- Language: Erlang
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bb - Simple Binance exchange trader Bot
---------------------------------------
How to use
----------
Erlang OTP 20 is required
Edit config/dev.config and specify your API Key and API Secret
```
rebar3 shell
bb:start(#{symbol => "gtobtc", quantity => 60, profit => 0.5, remain => 0.39}).
```