-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Kraken requires "my-secret" to be set in the config #342
Comments
In the config, did you correctly set your API keys? They should be filled in here:
|
Please read the documentation on how to enable a real trader here. I am closing this for now as I highly suspect it is a configuration error. If you have problems, just comment here and I'll help you out. |
Thank you for your answer, config.trader = { |
What do you mean same key as the exchange file? You should not put any keys in the exchange file. You only need to put them in the config file. So:
If your API key is
|
It's my fault, I replace 'key' and 'secret' in exchange file with my API. |
awesome! If you have more problems let me know. On Sat, Jun 25, 2016 at 4:10 PM, Nophi notifications@github.com wrote:
PGP key at keybase.io/mikevanrossum |
Hi !
Thank you for this work
I have a problem when I activate the trader plugin
May be an option that I have not activated
Here's what Gekko return :
2016-06-25 11:27:53 (INFO): Gekko v0.2.2 started
2016-06-25 11:27:53 (INFO): I'm gonna make you rich, Bud Fox.
2016-06-25 11:27:53 (INFO): Setting up Gekko in realtime mode
2016-06-25 11:27:53 (INFO):
2016-06-25 11:27:53 (INFO): Setting up:
2016-06-25 11:27:53 (INFO): Candle writer
2016-06-25 11:27:53 (INFO): Store candles in a database
2016-06-25 11:27:53 (INFO):
2016-06-25 11:27:53 (INFO): Setting up:
2016-06-25 11:27:53 (INFO): Trading Advisor
2016-06-25 11:27:53 (INFO): Calculate trading advice
2016-06-25 11:27:54 (INFO):
2016-06-25 11:27:56 (DEBUG): Exchange has data spanning 93594 seconds, we need at least 90000 seconds.
2016-06-25 11:27:56 (DEBUG): Exchange returns more data than we need, shift required history to 25 .
2016-06-25 11:27:56 (INFO): Using the trading method: MACD
2016-06-25 11:27:56 (WARN): Warning, trading method has no name
2016-06-25 11:27:56 (INFO): Setting up:
2016-06-25 11:27:56 (INFO): Trader
2016-06-25 11:27:56 (INFO): Follows the advice and create real orders.
Gekko encountered an error and can't continue
Error:
Kraken requires "my-secret" to be set in the config
Meta debug info:
Gekko version: v0.2.2
Nodejs version: v4.2.6
Thanks for your help
The text was updated successfully, but these errors were encountered: