You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
AdamB2023
changed the title
[Improvement] Sell only if address which was copied sold
[Improvement] Follow origin tracked address when selling
Feb 8, 2023
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.
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
withtrue
/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.
The text was updated successfully, but these errors were encountered: