tsarbuig / WalletHunter

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

“buy_and_sell_and_autosell” mode - clarification on Tx_GAS_FOR_SELL #21

Closed PumpyMcShillbo closed 1 year ago

PumpyMcShillbo commented 1 year ago

Let's assume: Tx_GAS_FOR_SELL: '130%'

Normally, in “buy_and_sell” mode this would take the tracked wallet’s gas * 130%

But in “buy_and_sell_and_autosell” mode, if the sell happens through an “autosell”, what gas does it use to calculate that?

I think “BOOST” would work better for an autosell because it takes market gas * PERCENTAGE.

But the problem is we don’t know if the sale will be triggered by (A) the tracked wallet or (B) an autosell.

How do we solve this problem?

IMAGE 2023-02-05 21:54:24

AdamB2023 commented 1 year ago

Yes, for autosell and autobuy it should use GAS_BOOST_FOR_BUY / SELL in general. @tsarbuig How it's currently working? I believe I faced an issue with that today, as bot chooses too low gas.

tsarbuig commented 1 year ago

;)

PumpyMcShillbo commented 1 year ago

Great news! Ok so is it always 25% boost? Or will it follow GAS_BOOST_FOR_SELL?