To install and use Mokka, first, you will need;
- PHP 7.1
- Composer (how to install?)
- Git (optional) (how to install?)
Then, (if git is installed) open terminal and type;
$ git clone [email protected]: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 open mokka.yml file
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
Check the parameters that you can use with command.