Gunthy

GUNBOT: The automatic profit generator => Technical Support & Development => Topic started by: Doc on June 07, 2017, 08:15:39 PM

Title: gunbot 3.3.2 x5 buy and sell at LOSS! Gunthar pls help! screenshot inside
Post by: Doc on June 07, 2017, 08:15:39 PM
(https://i.snag.gy/zBJmCe.jpg)

https://snag.gy/zBJmCe.jpg (https://snag.gy/zBJmCe.jpg)

this is allpairs, all the rest is default
Code: [Select]
var config = {
BOT_SLEEP_DELAY:(1000)*53,// bot cycle delay (koef*sec)
BOT_MAX_LIFETIME:999999999,// overall bot lifetime(koef*min),
BOT_ON_FAIL_DELAY:(1000)*23, // bot repeat cycle delay if previous cycle failed  (koef*sec)
BUYLVL1: 2,
BUYLVL2: 6,
BUYLVL3: 40,
SELLLVL1: 1.5,
SELLLVL2: 3,
SELLLVL3: 70,
BUY_STRATEGY: 'STEPGAIN', // accepted values BB or STEPGAIN or GAIN or PINGPONG
SELL_STRATEGY: 'STEPGAIN', // accepted values BB or STEPGAIN or GAIN or PINGPONG
BTC_TRADING_LIMIT: 0.035,// max amount of BTC balance to use for each pair
SECURITY_MARGIN: 5, // sell all balance if currency decreases x% after you bought it
POLONIEX_KEY: ***,
POLONIEX_SECRET: ***
};
 
module.exports = config;

Title: Re: gunbot 3.3.2 x5 buy and sell at LOSS! Gunthar pls help! screenshot inside
Post by: ruphus on June 08, 2017, 09:37:48 AM
your security margin is quite low at 5%.

I see your bot has bought for like 647 in the past which would end (with 5% sec.margin) at 614ish. So maybe the bot has sold some old trades at security margin?
Title: Re: gunbot 3.3.2 x5 buy and sell at LOSS! Gunthar pls help! screenshot inside
Post by: Doc on June 08, 2017, 12:27:52 PM
uhm, 647 was a sell, not a buy. highest buy was 640 and seclevel is 608 it was not supposed to trigger...
thanks anyway :)