Username: Password:

Author Topic: Stop trading after sell  (Read 12992 times)

Offline botreminer0011

  • Rookie
  • *
  • Posts: 15
    • View Profile
Stop trading after sell
« 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



Offline BitFlipp4r

  • Rookie
  • *
  • Posts: 23
    • View Profile
Re: Stop trading after sell
« Reply #1 on: June 15, 2017, 04:11:15 PM »
Well just set buy strategy to PINGPONG and PINGPONG_BUY: 0.00000001
I guess.

Offline botreminer0011

  • Rookie
  • *
  • Posts: 15
    • View Profile
Re: Stop trading after sell
« Reply #2 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.

Offline CoinKombinat

  • Rookie
  • *
  • Posts: 11
  • BTC - Birth of independent people of the future
    • View Profile
Re: Stop trading after sell
« Reply #3 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.

Offline BitFlipp4r

  • Rookie
  • *
  • Posts: 23
    • View Profile
Re: Stop trading after sell
« Reply #4 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

Offline botreminer0011

  • Rookie
  • *
  • Posts: 15
    • View Profile
Re: Stop trading after sell
« Reply #5 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 ...