Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
Amin Marashi edited this page Mar 30, 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.

Installation

git clone https://github.com/binary-com/binary-bot.git
cd binary-bot
npm install; npm update

How To Use

open index.html in your browser.

You can get a big picture of the workspace here.

Clone this wiki locally