Once all sell strategies are true, the bot will make note of the current bid price and begin watching.
The price needs to rise and then fall by at least the percentage specified in order for a sell to be attempted. In short, tries to trail the profit upwards to gain better profits.
More detail in on how Trailing works here in a trailing story.
DEFAULT_trailing_profit = 0.5
DEFAULT_DCA_trailing_profit = 0
take_profit
andmax_profit
can trigger a sell without trailing.- If GAIN is NOT used as a sell strategy, then you cannot use
trailing_profit
settings.