Binance tradener robot made from scrach with Ruby.
$ gem install binance
Until Craysiii approve my pull request you need use my branch for support future-api:
https://github.com/lucribas/binance/tree/support_fufures_api
ruby2651\lib\ruby\gems\2.6.0\gems\binance-1.2.0
Use telegram bot to send messages to your telegram.
$ gem install telegram-bot-ruby
Use ntp to check if time of you computer is synchronized. Then it allow measure the network latency between your computer and Binance server.
$ gem install ntp
$ cd source
$ bundle install
Checkout this repository. https://github.com/lucribas/binance_bot.git
Copy secret_keys_template.rb to secret_keys.rb:
$ cd source
$ cp secret_keys_template.rb secret_keys.rb
Open file source/secret_keys.rb and fill the API-KEYs of Binance and your Telegram Bot
go to https://www.binance.com/pt/usercenter/settings/api-management
go to your Telegram, talk with @BotFather, send cmd: /start, send cmd: /newbot save your API-KEYs
See readme of source code
ready and working since 20/12/2019.
ready and working since 20/12/2019.
ready to test.
Use machine learning algorithms: SVM - Support Vector Machine Introduction