Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.33 KB

01-installation.md

File metadata and controls

54 lines (38 loc) · 1.33 KB

Installation

To install and use Mokka, first, you will need;

Then, (if git is installed) open terminal and type;

$ git clone https://github.com/bencagri/mokka.git
$ cd mokka
$ composer install

or Download the repo. Unzip it, and locate the directory in terminal;

$ cd mokka
$ composer install

Mokka is being installed now.

You will need to add your binance api key and api secret. To create Api Key and Secret Follow these intructions.

Then go to config directory and copy default.dist as default.yml

cp config/default.dist config/default.yml

And open your default.yml file and change variables

markets:
    binance:
      api_key: YOUR_API_KEY
      api_secret: YOUR_API_SECRET

Everything seems ready.

Now we can run the Mokka and lean back. :)

$ bin/mokka run --symbol=BTCUSD --interval=90

Next

Check the parameters and see how you can configure.