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 - 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 still consistently getting it with CERTAIN pairs on Bittrex. Seems like it's far more common with lower volume pairs (BTC-XVG, BTC-APX, in this case).

4
I've been looking into it a lot more and it seems to occur most often when there is a trading opportunity. For example, with BTC-APX it was all working fine EXACTLY until it was time to buy, and then the 'empty response' turns up and it ever buys.

Not sure if it's related, but should SMAPERIOD also be set to 5 if PERIOD is set to 5?

Thanks!!


Code: [Select]
{
"client": {
"port": 3000,
"hostname": "127.0.0.1"
},
"ws": {
"port": 5000,
"hostname": "127.0.0.1"
},
"bot": {
"debug": true,
"BOT_DELAY": 30,
"interval_ticker_update": 300000,
"period_storage_ticker": 2000,
"timeout_buy": 60000,
"timeout_sell": 60000,
"TV_GAIN": 0.6,
"TV_TRADING_LIMIT_BUY": 0.001,
"TV_PYRAMID": false,
"TV_TRADING_LIMIT_SELL": 0.001,
"TV_PROTECTION": true,
"RETRY_TV_ORDER": false,
"VERBOSE": true,
"WATCH_MODE": false
},
"exchanges": {
"bittrex": {
"key": "xxxxxxxx",
"secret": "xxxxxxxxx"
},
"cryptopia": {
"key": "YOUR_API_KEY_HERE",
"secret": "YOUR_SECRET_KEY_HERE"
},
"kraken": {
"key": "YOUR_API_KEY_HERE",
"secret": "YOUR_SECRET_KEY_HERE"
},
"poloniex": {
"key": "YOUR_API_KEY_HERE",
"secret": "YOUR_SECRET_KEY_HERE"
}
},
"pairs": {
"bittrex": {
"BTC-APX": {
"strategy": "bb",
"override": {}
}
}
},
"imap_listener": {
"enabled": false,
"authorized_froms": "[\"noreply@tradingview.com\"]",
"user": "YOUR_EMAIL_HERE",
"password": "YOUR_PASSWORD_HERE",
"host": "imap.gmail.com",
"port": 993,
"tls": true,
"tlsOptions": {
"rejectUnauthorized": false
}
},
"strategies": {
"bb": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 2,
"GAIN": 1,
"EMA1": 24,
"EMA2": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 1,
"BUYLVL2": 1,
"BUYLVL3": 1,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"gain": {
"TRADING_LIMIT": 0.01,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"pp": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"stepgain": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"bbgain": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"gainbb": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"bbstepgain": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"stepgainbb": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"bbpp": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"ppbb": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"gainstepgain": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"stepgaingain": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"gainpp": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"ppgain": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"stepgainpp": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"ppstepgain": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
}
},
"optionals": {
"toOverride": {
"BOUGHT_PRICE": 0.104744
}
}
}

5
I have disabled all but one pair. Tried with a range of bot delay values. Still get the same error.

6
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  :)

7
Technical Support & Development / Re: Buying at peaks on 4.0.5
« on: September 27, 2017, 08:11:03 PM »
Awesome :D

8
Technical Support & Development / Re: Buying at peaks on 4.0.5
« on: September 27, 2017, 07:08:53 PM »
Thanks for those pointers -- much appreciated.

I have tried Gunthar's recommended settings today (similar to what you suggested in your previous post). I still have the same issue. The bot sells, only to buy back again a few minutes later at a higher, or negligibly lower price (thus making a los because of fees).

This behaviour seems to be very very consistent. See in the screenshot from today.

My 5.0.x license seems to be working now. So perhaps I will give 5.0.4 a shot. Looking forward to 5.0.5!

Thanks again!

9
Technical Support & Development / Re: Buying at peaks on 4.0.5
« on: September 26, 2017, 10:14:03 PM »
Right, but in all fairness, having bought a product there is rather an expectation that ought to work.

I am running 3.3.2, as you suggested. Apart from the relentless barrage of technical issues (Bittrex errors galore, getting stuck on open orders, et al.), I seem to be having precisely the same problem that I encountered with 4.0.5.

Gunbot seems to insist on buying again as soon as it has sold, often far above the SMA and EMA. (see both on the left and right of attached screenshot).

Given the popularity of this bot, I can only assume that my settings are at fault or that I am doing something else wrong.

PERIOD: 15   
BUY_LEVEL: 0.6
GAIN: 2
HIGH_BB: 25
LOW_BB: 25

Thanks for the help, paramecie!

10
Technical Support & Development / Re: Buying at peaks on 4.0.5
« on: September 23, 2017, 03:22:21 PM »
I still don't have a reply from Gunthar. It has been almost a week now since my first message to him.

In the meantime I am painfully using 4.0.5. Consistently seeing this blatantly incorrect behaviour.

So at this point I am rather at a loss - Gunbot is completely useless for me.

11
Technical Support & Development / Re: Buying at peaks on 4.0.5
« on: September 21, 2017, 07:16:33 AM »
OK thanks guys!

My license doesn't seem to be enabled for v5. I'm right in understanding that Gunthar has to specifically enable that for each license, right?

I sent him a message but received no reply. Is there any other to get it working?

Cheers!

12
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
},

13
Beginners & Help / Re: EMA 1 and EMA 2 for Poloniex
« on: September 18, 2017, 11:27:55 PM »
It's exact! BB (Bollinger Bands) pure strategy does not work here without applying EMA1 & EMA2.

As noted in other threads, normally Bollinger Bands should not use EMA1 & EMA2, but it should be based on SMA which is a completely different thing...

https://en.wikipedia.org/wiki/Bollinger_Bands


Well EMA is used until there is enough data for bb strategy.

Hello,

I have the latest version 4.0.5 (Windows) and I really need some help about EMA 1 & EMA 2 values that we should enter for Poloniex! I searched a lot (check in the image) and found values like 0.04 & 0.02, 2 & 4, 200 & 50 !! Which are correct?

When applying a pure BB strategy do we really need EMA 1 & EMA 2 for the bot to function? I say that because when we create BB we need first to Middle Band = 20-day simple moving average (SMA). SMA is not exactly the same as EMA 1 & EMA 2. I am also a little bit confused about that...

thanX in advance
Nick

Did you get any answers on what the correct EMA1 and EMA2 settings are?

14
Beginners & Help / Re: Why did this trade happen?
« on: September 16, 2017, 09:14:54 PM »
OK I see. So if the Bollinger Bands are not yet ready, then the buys are determined by the BUY_LEVEL setting.

I don't have BUY_LEVEL set currently, so I assume it is defaulting to some un-ideal value.

I've set buy level to 3%, so I'll see how that goes.

Thanks for your help!!

15
Beginners & Help / Re: Why did this trade happen?
« on: September 16, 2017, 08:24:23 PM »
Thanks for your reply.

The 5min setting you see there is just for the chart though - the period for the strategy is set to 15mins.

GAIN is set to 2, so even if it were using GAIN because the Bollinger Bands weren't ready, the behaviour still doesn't make much sense to me. Or have I misunderstood how the gain setting works?

You can see the same strange behaviour here on another chart from another pair.

Thanks!

16
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]