Gunthy

GUNBOT: The automatic profit generator => Technical Support & Development => Topic started by: jellos on October 12, 2017, 08:46:22 AM

Title: 5.0.4 buying in the high BB range
Post by: jellos on October 12, 2017, 08:46:22 AM
I'm trying to understand this behavior of gunbot. I'm not sure if this is a bug in 5.0.4 or if my settings are incorrect, anyway, the bot seems to buy at an incorrect point, namely in the high area way above the SMA, where it should wait for the price to drop to 15% above the low BB line (according to my settings). I'm using pure bb trading strategy.
The selling point seems OK, but the buying action is worrying me (see image).
The bot buying at just above 0.00077 seems way to high.

(https://ibb.co/gB1CJw)

My bb settings are:

Code: [Select]
"bb": {
"BTC_TRADING_LIMIT": 0.0005,
"PERIOD": 15,
"EMA1": 16,
"EMA2": 8,
"GAIN": 2,
"HIGH_BB": 15,
"LOW_BB": 15,
"STDV": 2,
"SMAPERIOD": 720,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 15,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.00025,
"MIN_VOLUME_TO_SELL": 0.00025

}

The interval_ticker_update is set to 25000.
Can anybody help?
Title: Re: 5.0.4 buying in the high BB range
Post by: paramecie on October 12, 2017, 11:59:55 AM
Yes, already noticed and reported on github.
This is not even an alpha version, it's a nightly build.
Please don't use it and wait for the (a bit delayed) release version...
Should appear here:
https://github.com/GuntharDeNiro/Gunthy/releases
Title: Re: 5.0.4 buying in the high BB range
Post by: jellos on October 12, 2017, 12:09:16 PM
Great, thanks paramecie. I will wait patiently ...