Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
Amin Marashi edited this page Apr 18, 2016 · 10 revisions

Binary Bot

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.

Home Page

Binary Bot.

Usage

You can use an online version of Binary Bot here. You can learn how to use Binary Bot by taking the tours (at the right top of the bot page).

Installation

git clone https://github.com/binary-com/binary-bot.git
cd binary-bot
npm install; npm update
# Then open **index.html** in your browser.
Clone this wiki locally