tsarbuig / WalletHunter

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

[Improvement] Follow origin tracked address when selling #29

Open AdamB2023 opened 1 year ago

AdamB2023 commented 1 year ago

While tracking multiple wallets, if you copy buy TX of address A, but B will sell, your bot will copy that as well. In my case, it makes multiple %'tage sells, which decrease income due to ERC20 fees.

Could you make a switch FOLLOW_ORIGIN_FOR_SELL with true / false? With it if we copy coin X from wallet A, and wallet B sell it nothing will happen, as it will only follow wallet A sells.

AdamB2023 commented 1 year ago

I just noticed i've been using two different bots. However, if currently WH working as mentioned, then improvement is still valid. Otherwise, please close the issue.