tsarbuig / WalletHunter

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

[Improvement] MAXIMUM_BUY_AMOUNT_IN_BASE_PER_COIN #20

Open AdamB2023 opened 1 year ago

AdamB2023 commented 1 year ago

We've MAXIMUM_BUY_AMOUNT_IN_BASE, but it only applies to a single transaction. With BUY_SEVERAL_TIME_SAME_TOKEN : true we are risking being drained. Having an MAXIMUM_BUY_AMOUNT_IN_BASE_PER_COIN would allow us to mitigate it.

image