Username: Password:

Author Topic: gunbot 3.3.2 x5 buy and sell at LOSS! Gunthar pls help! screenshot inside  (Read 9181 times)

Offline Doc

  • Rookie
  • *
  • Posts: 35
    • View Profile


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;


Offline ruphus

  • Rookie
  • *
  • Posts: 68
    • View Profile
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?

Offline Doc

  • Rookie
  • *
  • Posts: 35
    • View Profile
uhm, 647 was a sell, not a buy. highest buy was 640 and seclevel is 608 it was not supposed to trigger...
thanks anyway :)