Skip to content
New issue

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

LimitSwap Wiki - Bot Examples - Buy exact amount of tokens KPAD with BNB LP #111

Open
PumpyMcShillbo opened this issue Oct 27, 2022 · 0 comments

Comments

@PumpyMcShillbo
Copy link

https://cryptognome.gitbook.io/limitswap/limitswap-setup-guide/bot-examples#buy-exact-amount-of-tokens-kpad-with-bnb-lp

image

SELECT_MODE is "limitswap" and not "ping-pong"

Also, I believe the wording should be:

This will create a "ping-pong" bot, that will attempt to buy 50,000 tokens as long as it doesn't exceed 0.5 BNB

  {
  "ENABLED" : "True",
  "SELECT_MODE": "limitswap" 
  "SYMBOL": "KPAD",
  "ADDRESS": "0xcfefa64b0ddd611b125157c41cd3827f2e8e8615",

  "KIND_OF_SWAP": "tokens",
  "BUYAMOUNTINBASE": "1",
  "BUYAMOUNTINTOKEN": "50000",
  "MAX_BASE_AMOUNT_PER_EXACT_TOKENS_TRANSACTION": "0.5",
  
  "BUYPRICEINBASE": "0.006",
  "SELLPRICEINBASE": "0.018",
  "STOPLOSSPRICEINBASE": "0",
  "SLIPPAGE": "49",
  
  "MAXTOKENS": "1",
  "MOONBAG": "0",   
   
  "RUGDOC_CHECK": "true",
  "BUYAFTER_XXX_SECONDS": "0",    
  "MAX_SUCCESS_TRANSACTIONS_IN_A_ROW": "2",    
  "MAX_FAILED_TRANSACTIONS_IN_A_ROW": "1",  
  "MULTIPLEBUYS": "false",
  "BUYCOUNT": "(not used)",

  "MINIMUM_LIQUIDITY_IN_DOLLARS": "10000",
  "WATCH_STABLES_PAIRS": "false",

  "LIQUIDITYINNATIVETOKEN": "true",
  "USECUSTOMBASEPAIR": "false",
  "BASESYMBOL": "(not used)",
  "BASEADDRESS": "(not used)",
  
  "SELLAMOUNTINTOKENS": "ALL",
  "HASFEES": "false",
  "GAS": "BOOST",
  "BOOSTPERCENT": "20",
  "GASLIMIT": "1000000",
  "GASPRIORITY_FOR_ETH_ONLY": "1.5"

  }
]```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant