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