JPStrydom / Crypto-Trading-Bot

Automated Bittrex crypto-currency technical analysis and trading tool
MIT License
300 stars 102 forks source link

NEW FEATURE: Enable selling at loss to prevent long holding #8

Closed JPStrydom closed 6 years ago

JPStrydom commented 6 years ago

I decided to add user customisable functionality which allows the bot to selling at a loss to avoid holding onto bad trades for too long. Coin pairs with a profit margin lower than a user defined value will be sold regardless of its RSI. If this value omitted out or set to zero (0), this functionality will be ignored and coin pairs will not be sold at a loss - hence there will also be no breaking changes to existing bots.

I also decided to leave the sell pausing functionality in case users wish to continue using it and to make sure there won't be any breaking changes.

See the README for more information on how to use the new functionality.