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
Current behavior
The config file allows for user configured values such as :
"AmountToSnipe": 0.0005,
"ProfitPercentageMargin": 20,
"SellSlippage": 0.5,
"HoneypotCheckAmount": 0.0000001,
Desired behavior
Allow the user to input a value X and a value Y, the bot will then pick a random amount that is in between X and Y for every contract such as :
"MinAmountToSnipe": 0.0005,
"MaxAmountToSnipe": 0.005,
"MinProfitPercentageMargin": 20,
"MaxProfitPercentageMargin": 25,
"MinSellSlippage": 0.5,
"MaxSellSlippage": 1.5,
"MinHoneypotCheckAmount": 0.0000001,
"MaxHoneypotCheckAmount": 0.0000019,
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Allow the user inputted values to be random between X & Y values
[Feature request] Allow the user inputted values to be random between X & Y values
Sep 2, 2021
This is more focused on the snipe amount, instead of buying every token with the same amount, introducing a random aspect to each buy between min and max. Thinking back on it now, it may not be something users utilize though
Current behavior
The config file allows for user configured values such as :
"AmountToSnipe": 0.0005,
"ProfitPercentageMargin": 20,
"SellSlippage": 0.5,
"HoneypotCheckAmount": 0.0000001,
Desired behavior
Allow the user to input a value X and a value Y, the bot will then pick a random amount that is in between X and Y for every contract such as :
"MinAmountToSnipe": 0.0005,
"MaxAmountToSnipe": 0.005,
"MinProfitPercentageMargin": 20,
"MaxProfitPercentageMargin": 25,
"MinSellSlippage": 0.5,
"MaxSellSlippage": 1.5,
"MinHoneypotCheckAmount": 0.0000001,
"MaxHoneypotCheckAmount": 0.0000019,
The text was updated successfully, but these errors were encountered: