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 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
Check the parameters and see how you can configure.