There are three relevant attributes for the required effect.
Use consecutive_buy_trigger_action
to choose whether the bot will enter sell only mode or commence stoploss actions when the consecutive_buy/sell_trigger
is met.
Choose BOTH to stoploss all coins and also enter sell only mode.
consecutive_buy_trigger
: If we have x consecutive buys and no sells in between (market is going down) trigger the consecutive_buy_trigger_action
. Useful to protect against large market swings if something changes the market dynamics.
consecutive_sell_trigger
: If we have x consecutive sells with no buys in between (market is recovering) disable the consecutive_buy_trigger_action
consecutive_buy_trigger_action = SOM
consecutive_buy_trigger = 5
consecutive_sell_trigger = 3
DCA_consecutive_buy_trigger_action = SOM
DCA_consecutive_buy_trigger = 5
DCA_consecutive_sell_trigger = 3