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 #108

Open
PumpyMcShillbo opened this issue Oct 26, 2022 · 1 comment
Open

LimitSwap Wiki - Bot Examples #108

PumpyMcShillbo opened this issue Oct 26, 2022 · 1 comment

Comments

@PumpyMcShillbo
Copy link

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

IMAGE 2022-10-26 18:15:55

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"
  
  }
]```
@esaumell
Copy link

"MAXTOKENS" will make bot stop from buying if set to 100.

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

2 participants