chrisleekr / binance-trading-bot

Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis
MIT License
5k stars 1.09k forks source link

Possible to have a maximum sell amount? #181

Closed hopkinskong closed 3 years ago

hopkinskong commented 3 years ago

Is your proposal related to a problem?

Is it possible to set a maximum sellable amount for a certain pair?

Describe the solution you'd like

For example, I would like to allocate 50% of (or specific value of) specific asset into a HODL strategy, and never be touched by the bot. Or there is a minimum balance for a specific asset that the bot should never touch.

In current design, it seems that the bot will try to sell all of my balance when it detects a sell signal, unlike buy, which allows a maximum purchase amount.

hopkinskong commented 3 years ago

Duplicate of https://github.com/chrisleekr/binance-trading-bot/issues/180 Closing