never trading
#2
Hi dear

You must set the API keys into your config.js

Under key enter the API key
Under Secret enter your API secret

First in your bitfinex account you MUST CREATE a new API key AND enable options like Trading AND read your FUNDS
Otherwise gekko HAS NO ACCESS TO YOUR ACCOUNT and cannot read your balances.
THIS KEY WOULD BE ONLY FOR GEKKO
for other Apps you would create a new API in bitfinex

Code:
// Want Gekko to perform real trades on buy or sell advice?
// Enabling this will activate trades for the market being
// watched by `config.watch`.
config.trader = {
 enabled: true,
 key: 'xxxxxxx',
 secret: 'xxxxx',
 username: '', // your username, only required for specific exchanges.
 passphrase: '', // GDAX, requires a passphrase.
 orderUpdateDelay: 1, // Number of minutes to adjust unfilled order prices
}
  Reply


Messages In This Thread
never trading - by henry - 02-17-2018, 11:05 AM
API keys - by susitronix - 02-18-2018, 12:37 AM
RE: API keys - by henry - 02-18-2018, 06:23 AM
RE: never trading - by henry - 02-21-2018, 06:22 AM
RE: never trading - by ankasem - 02-21-2018, 06:32 AM
RE: never trading - by henry - 02-21-2018, 08:05 AM

Forum Jump:


Users browsing this thread: