Closed PumpyMcShillbo closed 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.
;)
Great news! Ok so is it always 25% boost? Or will it follow GAS_BOOST_FOR_SELL?
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?