Lecherbonnier
Lecherbonnier
A boolean in config to use bittrex awards to avoid fees. Need to be implemented here : https://github.com/TeamWertarbyte/crypto-trading-bot/blob/235120abbe806537c5d68a1d05107134e5d57801/src/modules/api/BittrexApi.ts Doc : https://bittrex.github.io/api/v3#operation--orders-post
A good parameter would be to never reject. We can do it manually in the config.json but it will be great to hold globally.
In this file : https://github.com/TeamWertarbyte/crypto-trading-bot/blob/development/src/modules/bot/index.ts You are checking if revenue is more than 0 before selling. We can config a minimum revenue before selling. Sometimes the bot is selling when...