This sell strategy is true when current profit is greater than or equal to sell_value
.
GAIN acts as the minimum profit level you are targeting. If you set a negative value coins can be sold for a loss.
The sell_value
is a percentage of profit that must be reached. When calculating the price required to make this amount of profit the bot also accounts for fees (on Binance the bot assumes the full fee, not the BNB discounted fee.)
The Profit % (P%) column in pairs and DCA Logs shows the fee corrected current profit using the highest bid price and also the highest bid price with enough volume if orderbook_profit_calculation is used.
0.5 = 0.5% profit after exchange maximum fees
1 = 1% profit after exchange maximum fees
2.85 = 2.85% profit after exchange maximum fees
Sell zone begins 1% above the average bought price plus fees. Bid price must be greater than or equal to this value.
DEFAULT_A_sell_value = 1
Sell zone begins 10% below the average bought price plus fees. Bid price must be greater than or equal to this value.
DEFAULT_A_sell_value = -10
Sell zone begins 1% above the average bought price plus fees. Bid price must be greater than or equal to this value.
DEFAULT_DCA_A_sell_value = 1
Sell zone begins 10% below the average bought price plus fees. Bid price must be greater than or equal to this value.
DEFAULT_DCA_A_sell_value = -10
If GAIN is not used as a sell strategy, then trailing profit settings cannot be used. Be aware that allowing other strategies to sell regardless of current price may result in coins being sold for a loss.