mole3421278 / Daibotuten-futures-trading-optimizer-bot

A bot to automatize the futures trading on Binance
58 stars 3 forks source link

Enhancement propositions #8

Closed orsson9 closed 2 years ago

orsson9 commented 2 years ago

Got 2 following enhancements:

mole3421278 commented 2 years ago

Hello orsson9, nice proposals. Both of them approved. Talking about the second one, after the conditions that resumes the bot are satisfied, if the wallet balance is still under the threshold of protection, then it can happen three things:

mole3421278 commented 2 years ago

For the condition can be used the liquidations of the whales: when, after the threshold has been reached, the number of short liquidations becomes greater than the number of long liquidations plus a certain value, then resume the bot.

orsson9 commented 2 years ago

Thanks appreciate that proposals are approved.

Regarding the wallet balance protection I also choose 3 option. About resume I was thinking about monitoring fear and greed index or alt season index but they are updated only once per day, so btc liquidations sounds more reasonable.

mole3421278 commented 2 years ago

Yeah, was thinking about those indices too, but arrived at the same conclusion. So better this way. Also, going to add another new feature: in the config file there will be the possibility to set for specific cryptocurrencies the price to buy only below it and the price to sell only above it. Examples of different use cases: Avax 80 - 85 to buy Avax only if its price is under 80 usdt and to sell it only if its price is over 85 usdt Avax 85 - 80 to buy Avax only if its price is under 85 usdt and to sell it only if its price is over 80 usdt Avax 80 - to buy Avax only if its price is under 80 usdt and no limits to sell it Avax - 85 to sell Avax only if its price is over 85 usdt and no limits to buy it Avax 85 to buy Avax only if its price is under 85 usdt and to sell it only if its price is over 85 usdt

mole3421278 commented 2 years ago

Implemented. Closing this issue in a few days if nothing will be added, thank you