binance-trading-bot icon indicating copy to clipboard operation
binance-trading-bot copied to clipboard

Limit the loss when force sell at the market price is enabled

Open peweb opened this issue 2 years ago • 1 comments

Is your proposal related to a problem?

There is a setting to enable

Force sell at the market price when recommendation is Strong sell and the profit is between 0 to trigger price

If enabled, the bot will use TradingView recommendation to sell the coin at the market price if the profit is over 0 but under the trigger price. When the condition is met and the TradingView recommendation is Strong sell, then the bot will place a market sell order immediately. If the auto-buy trigger is enabled, then it will place a buy order later.

image

Describe the solution you'd like

Can we set it up to sell if the proffit is between X (>0) because currently this action can cause loss if the profit is less than commission. In general it would be great if the bot doesnt sell at a loss if possible:

image

I think if there is a mimnal proffit above ZERO this can be minimized.

Describe alternatives you've considered

Additional context

peweb avatar Oct 24 '22 15:10 peweb

@peweb Sounds good feature to add.

I am currently refactoring TradingView. But I won't add this change at this time. Already have lots of changes.

chrisleekr avatar Nov 04 '22 10:11 chrisleekr