The config.yaml file controls how the Trademinator Opensource Client will send information to the Trademinator Server.
This file contains information about the trading operation. Please note this file needs to honor the YAML format. A visual example of it is the following:
---
exchanges:
name: poloniex
poloniex:
api_key: JS999RRX-PX4WAAA3-5QBBBRRQ-4JGB1111
secret_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
pair: USDT_STR
candlestick_period: 900
...
- name: the exchange name.
- api_key: your public API key from the exchange
- secret_key: your secret API key from the exchange
- pair: your default pair, you can overwrite this using the -p option in the command line
- candlestick_period: the default interval. This value needs to be in sync with the MEMCACHED_TICKER_TTL value in the config.php file
You are ready to execute Trademinator on the command line.