Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - oeegor

Pages: [1]
1
Often get following error with this version:

Code: [Select]
Error on strategy BB for XXBTZEUR on kraken while getting order book -| Error: FUCK KRAKEN
What does it mean?

2
I'm using new version and only seeing those logs without any trades:

Code: [Select]
2017/07/29 21:16:16: Received tickers from kraken
2017/07/29 21:16:26: Received tickers from kraken

My config:
Code: [Select]
"kraken": {
     "BTCEUR": {
         "strategy": "bb",
         "override": {}
     }
},

Code: [Select]
       "bot": {
                "debug": true,

                "period_storage_ticker": 300,
                "interval_ticker_update": 10000,

                "timeout_buy": 120,
                "timeout_sell": 60,

                "MIN_VOLUME_TO_BUY": 0.0005,

                "WATCH_MODE": false
        },

        "strategies": {
                "bb": {
                        "BTC_TRADING_LIMIT": 0.01,
                        "PERIOD": 15,
                        "BUY_LEVEL": 0.1,
                        "GAIN": 0.6,
                        "HIGH_BB": 40,
                        "LOW_BB": 40,
                        "PANIC_SELL": false,
                        "DOUBLE_UP": true
                }
        }

Pages: [1]