LimitSwap icon indicating copy to clipboard operation
LimitSwap copied to clipboard

SELLAMOUNTINTOKENS is not working

Open jondoeog opened this issue 3 years ago • 2 comments

Newest ver 3.36

"SELLAMOUNTINTOKENS": "ALL", this field is not working, let's say I have 10 000 tokens for sale and I want to sell 1k on each transaction to avoid high price impact and want to liquidate in batches.

I use "SELLAMOUNTINTOKENS": "1000",

bot still sell ALL tokens in 1 transaction.

jondoeog avatar Nov 28 '21 08:11 jondoeog

@CryptoGnome is it normal that in the code, in the "else" condition, it's written : amount = Decimal(amount) * DECIMALS instead of : amount = int(Decimal(amount) * DECIMALS)

?

tsarbuig avatar Dec 02 '21 04:12 tsarbuig

solved since 4.0.0

tsarbuig avatar Jan 05 '22 11:01 tsarbuig