You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
Binary Bot uses Google Blockly to provide a puzzle like automation environment to trade using binary.com API version 3. It currently supports the random markets only and the trades with ticks as their duration unit.
You can use an online version of Binary Bot. To learn how to use Binary Bot take the interactive tours (see the list of tours at the right top of the Binary Bot).
Or you can install it locally...
Installation
git clone https://github.com/binary-com/binary-bot.git
cd binary-bot
npm install
# Then open bot.html in your browser.