We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://cryptognome.gitbook.io/limitswap/limitswap-setup-guide/bot-examples
I’m going through your examples for limitswap and I’m trying to understand the highlighted part in your first example Snipe 0.5 BNB of NEWINU
I don’t see what parameter in the tokens.json would cause it to stop at 100 tokens.
Here is the tokens.json:
{ "ENABLED": "true", "SELECT_MODE": "limitswap" "SYMBOL": "NEWINU", "ADDRESS": "0xcfefa64b0ddd611c12157c41cd3827f2e8e8615", "KIND_OF_SWAP": "base", "BUYAMOUNTINBASE": "0.5", "BUYAMOUNTINTOKEN": "(not used)", "MAX_BASE_AMOUNT_PER_EXACT_TOKENS_TRANSACTION": "(not used)", "BUYPRICEINBASE": "0.001", "SELLPRICEINBASE": "300%", "STOPLOSSPRICEINBASE": "60%", "SLIPPAGE": "49", "MAXTOKENS": "1", "MOONBAG": "0", "RUGDOC_CHECK": "true", "BUYAFTER_XXX_SECONDS": "0", "WAIT_FOR_OPEN_TRADE": "true_after_buy_tx_failed", "MAX_SUCCESS_TRANSACTIONS_IN_A_ROW": "2", "MAX_FAILED_TRANSACTIONS_IN_A_ROW": "2", "MULTIPLEBUYS": "true", "BUYCOUNT": "3", "MINIMUM_LIQUIDITY_IN_DOLLARS": "10000", "WATCH_STABLES_PAIRS": "true", "LIQUIDITYINNATIVETOKEN": "True", "USECUSTOMBASEPAIR": "false", "BASESYMBOL": "(not used)", "BASEADDRESS": "(not used)", "SELLAMOUNTINTOKENS": "ALL", "HASFEES": "false", "GAS": "BOOST", "BOOSTPERCENT": "50", "GASLIMIT": "1000000", "GASPRIORITY_FOR_ETH_ONLY": "1.5" } ]```
The text was updated successfully, but these errors were encountered:
"MAXTOKENS" will make bot stop from buying if set to 100.
Sorry, something went wrong.
No branches or pull requests
https://cryptognome.gitbook.io/limitswap/limitswap-setup-guide/bot-examples
I’m going through your examples for limitswap and I’m trying to understand the highlighted part in your first example Snipe 0.5 BNB of NEWINU
I don’t see what parameter in the tokens.json would cause it to stop at 100 tokens.
Here is the tokens.json:
The text was updated successfully, but these errors were encountered: