tsarbuig / WalletHunter

The first Copytrading crypto bot in the World - for Uniswap & Pancakeswap
22 stars 10 forks source link

[Feature] TAX change protection #1

Closed AdamB2023 closed 1 year ago

AdamB2023 commented 1 year ago

Similar to LP removal, TAX change protection could be added. This can be accomplished with the following variables:

  1. TAX_CHECK_DURING_TRADE - true or false; will enable or disable feature
  2. MAX_SELL_TAX_DURING_IN_TRADE - x%; if sell tax will reach x% after entering trade, WH will attempt to sell
  3. MAX_SELL_TAX_INCREASE_DURING_IN_TRADE - x%; if sell tax change more than x% after entering trade, WH will attempt to sell
tsarbuig commented 1 year ago

but it already exist ?

image

and Antirug has an automatic Tax increase detection : if SELL tax becomes > 60% it will sell automatically

AdamB2023 commented 1 year ago

Oh! I was not aware that the TAX is also checked during trade. I will put my eyes on it during back testing.