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.


Topics - nbanks51

Pages: [1]
1
Anyone tried running this on Debian?

I consistently get this error when running on Debian on an OrangePi PC 2:

-bash: ./gunthy-linx64: cannot execute binary file: Exec format error

and

-bash: ./gunthy-gui-linx64: cannot execute binary file: Exec format error

Anyone running on Debian?

2
General Discussion / Next release?
« on: October 27, 2017, 09:18:10 PM »
Hi everyone - anyone got any updates on when we can expect the next release?? It has been a while now!

3
I'm getting a lot of "Empty response from exchange...retrying again..." on a number of Bittrex pairs. What does the message mean? Any idea what's causing this?

Thanks  :)

4
Technical Support & Development / Buying at peaks on 4.0.5
« on: September 19, 2017, 06:45:49 AM »
Gunbot appears to quite consistently be buying at terrible times. It often sells only to buy back again shortly afterwards at a HIGHER price, usually near a peak. Why is this happening?

If there is not enough data for bb, this behaviour STILL doesn't make sense to me. It should be buying 1% under EMA in that case, right? So is it possibly something to do with my EMA settings? Should they be set to EMA1:200 and EMA2:50? Or 0.02 and 0.04?

Seems there's a LOT of confusion about what unit these EMA values are in for 4.0.5.

Thanks!

Code: [Select]
"bot": {
"debug": true,
"period_storage_ticker": 2000,
"interval_ticker_update": 25000,
"timeout_buy": 60000,
"timeout_sell": 60000,
"WATCH_MODE": false,
"VERBOSE": false
},
"strategies": {
"bb": {
"BTC_TRADING_LIMIT": 0.001,
"PERIOD": 15,
"BUY_LEVEL": 1,
"GAIN": 2,
"EMA1": 4,
"EMA2": 2,
"HIGH_BB": 30,
"LOW_BB": 30,
"PANIC_SELL": false,
"DOUBLE_UP": true,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.001,
"MIN_VOLUME_TO_SELL": 0.001
},
"gain": {
"BTC_TRADING_LIMIT": 0.01,
"PERIOD": 15,
"BUY_LEVEL": 2,
"GAIN": 0.6,
"EMA1": 200,
"EMA2": 50,
"PANIC_SELL": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.001,
"MIN_VOLUME_TO_SELL": 0.001
},

5
Beginners & Help / Why did this trade happen?
« on: September 16, 2017, 05:50:35 PM »
I'm new to Gunbot and have been using it with Sjakil's GUI so far. All looked fine until I noticed this BUY trade that seems not to make sense given that I am running bb strategy with the following settings.

I noticed another similar trade on another pair as well. It has got me quite confused  :-\

I'm sure I am misunderstanding something. Can anyone explain?

Thanks!




Pages: [1]