Gunthy

GUNBOT: The automatic profit generator => Technical Support & Development => Topic started by: AlfonseX on August 02, 2017, 12:02:25 PM

Title: [SOLVED]No trade on Bittrex with v3.3.4/5
Post by: AlfonseX on August 02, 2017, 12:02:25 PM
Since I use v3.3.4 and now 3.3.5, GB don't made trade on Bittrex. No error on console, I think config.js is fine, and
My config.js:
Code: [Select]
"bot": {
                "debug": true,

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

                "timeout_buy": 60000,
                "timeout_sell": 60000,

                "MIN_VOLUME_TO_BUY": 0.0005,

                "WATCH_MODE": false
        },

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

(https://framapic.org/Qu8RawIYYNPU/7NpAp0YDYaTr.png)
The ten last are manuel trades to fund my BTC balance, as Gunthar said to manage bags.

Any idea?
Title: Re: No trade on Bittrex with v3.3.4/5
Post by: AlfonseX on August 02, 2017, 09:51:20 PM
I tried 2 things:
- change API Key for Bittrex
- delete API Key for Poloniex, so GB works only on Bittrex.
But it don't works! All it says:
Code: [Select]
2017/08/02 22:48:08: Kicking bittrex, receiving new tickers...
2017/08/02 22:48:18: Kicking bittrex, receiving new tickers...
2017/08/02 22:48:28: Kicking bittrex, receiving new tickers...
2017/08/02 22:48:38: Kicking bittrex, receiving new tickers...
2017/08/02 22:48:48: Kicking bittrex, receiving new tickers...
2017/08/02 22:48:58: Kicking bittrex, receiving new tickers...
Title: Re: [SOLVED]No trade on Bittrex with v3.3.4/5
Post by: AlfonseX on August 04, 2017, 04:44:25 PM
In config.js I wrote BTC_ETH in place of BTC-ETH.
Problem solved. Thaks to Gunthar.