Gunthy

GUNBOT: The automatic profit generator => Technical Support & Development => Topic started by: botreminer0011 on June 15, 2017, 01:55:25 PM

Title: Stop trading after sell
Post by: botreminer0011 on June 15, 2017, 01:55:25 PM
Hi,

i use gunbot for trading several pairs like BTC_XXX  (BTC_TRADING_LIMIT=0.01).
I have coins XXX and wait for the XXX to be sold by gunbot.

But when these coins will be sold, i don't want to continue with these pair BTC_XXX.
Gunbot must not buy again XXX coins.

How to proceed ?

Regards


Title: Re: Stop trading after sell
Post by: BitFlipp4r on June 15, 2017, 04:11:15 PM
Well just set buy strategy to PINGPONG and PINGPONG_BUY: 0.00000001
I guess.
Title: Re: Stop trading after sell
Post by: botreminer0011 on June 15, 2017, 07:35:58 PM
Well just set buy strategy to PINGPONG and PINGPONG_BUY: 0.00000001
I guess.

Thanks. But i want to end sell with BB strategy, and after stop. No more buy's.
Title: Re: Stop trading after sell
Post by: CoinKombinat on June 15, 2017, 08:23:05 PM
Have the same "problem". want to sell my bags with PINGPONG sell with coins i have already in my bags and only want to sell.

for me it didnt work. even if i manually type in the BUY ORDER.

would be rly nice if GB could sell our bags to the best price and maybe above if the market is perfect.
Title: Re: Stop trading after sell
Post by: BitFlipp4r on June 15, 2017, 11:35:28 PM
Well just set buy strategy to PINGPONG and PINGPONG_BUY: 0.00000001
I guess.

Thanks. But i want to end sell with BB strategy, and after stop. No more buy's.

Maybe I don't understand you correctly but if you set the buy level to one satoshi, it is highly unlikely that the bot will make another by.
I think, you can still use BB to sell.
Use sth. like this in your config file:
        BUY_STRATEGY: "PINGPONG", // accepted values BB or STEPGAIN or GAIN or PINGPONG
   SELL_STRATEGY: "BB", // accepted values BB or STEPGAIN or GAIN or PINGPONG
   LOW_BB: 5, //buy when the price is higher than low BB by this percentual
   HIGH_BB: 5, //sell when the price is lower than high BB by this percentual
   PINGPONG_BUY: 0.00000001, //price to buy (or lower) in the ping pong strategy
Title: Re: Stop trading after sell
Post by: botreminer0011 on June 16, 2017, 08:16:05 AM
Well just set buy strategy to PINGPONG and PINGPONG_BUY: 0.00000001
I guess.

Thanks. But i want to end sell with BB strategy, and after stop. No more buy's.

Maybe I don't understand you correctly but if you set the buy level to one satoshi, it is highly unlikely that the bot will make another by.
I think, you can still use BB to sell.
Use sth. like this in your config file:
        BUY_STRATEGY: "PINGPONG", // accepted values BB or STEPGAIN or GAIN or PINGPONG
   SELL_STRATEGY: "BB", // accepted values BB or STEPGAIN or GAIN or PINGPONG
   LOW_BB: 5, //buy when the price is higher than low BB by this percentual
   HIGH_BB: 5, //sell when the price is lower than high BB by this percentual
   PINGPONG_BUY: 0.00000001, //price to buy (or lower) in the ping pong strategy

OK, thanks. I understand, never buy ...