UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

52 lines 1.13 kB
{ "channel": "stable", "motd": true, "home": "~/.bot18", "pairs": { "bitfinex2.{btc,eth,ltc}-usdt": "watch,ob", "gdax.{btc,eth,ltc}-usd": "watch,ob" }, "pair_config": { "bitfinex2.*": { "bitfinex2.apiKey": "YOUR-API-KEY", "bitfinex2.secret": "YOUR-SECRET" }, "gdax.*": { "gdax.apiKey": "YOUR-API-KEY", "gdax.secret": "YOUR-SECRET" } }, "strats": { "*": "noop" }, "strat_config": { "noop": { "test_var": 1.2353 } }, "mongo": { "enabled": false, "db": "bot18", "host": "localhost", "port": 27017, "username": null, "password": null, "replica_set": null, "auth_mechanism": null, "server_uri": null }, "locality": "en", "pushover": { "enabled": false, "api_token": "YOUR-API-TOKEN", "user_key": "YOUR-USER-KEY" }, "port_mapping": { "engine": "127.0.0.1:1818", "gui": "127.0.0.1:8018" }, "color_scheme": 0, "launch_timeout": 30000, "graceful_exit_timeout": 1000, "master_pubkey": "3t27msBTpN2Mn2LP68ZFLUUo3AN37aoGerUFPHdus9tFJg3hw7upmnY9c7nQ9fv1EFFF9nxiU9JzFSYPRAnx8Age" }