LimitSwap
  • Introduction
  • Why choosing us?
  • Success Stories πŸ’°
  • Basics
    • Download link πŸ“₯
    • Security Tips
    • Subscription Details
    • How to get $LIMIT tokens
  • HIGHLIGHTS
    • Sniping Tips
    • How to use Liquidity pairs
    • Counter anti-bot measures
    • BUY THE DIP mode
    • TRAILING STOP LOSS mode
    • PING PONG mode
    • TELEGRAM mode
    • Snipe PINKSALE launches
    • How to have the fastest bot?
  • LIMITSWAP BOT
    • LimitSwap Bot setup guide πŸ› οΈ
    • Bot examples
    • Video tutorials
  • SNIPER BOT
    • How it works❓
    • Sniper Bot Setup Guide πŸ› οΈ
    • Video tutorials
  • FAQ
    • Troubleshooting Errors πŸ’‘
    • FAQ
    • Team
  • LINKS
    • Etherscan
    • Telegram
    • Youtube
Powered by GitBook
On this page
  • How to use it
  • How to stop it?

Was this helpful?

  1. HIGHLIGHTS

PING PONG mode

Best of both worlds

Did you like BUY_THE_DIP and TRAILING_STOP_LOSS modes ?

Then you'll love PING PONG mode ! πŸ˜„

It tells the bot to switch between BUY_THE_DIP mode and TRAILING_STOP_LOSS mode endlessly

(be careful to set your MAX_SUCCESS_TRANSACTIONS_IN_A_ROW accordingly)

How to use it

In tokens.json, choose between :

"SELECT_MODE": "ping_pong"
"SELECT_MODE": "limitswap+ping_pong"
"SELECT_MODE": "pong_ping"

Available values
Definition

ping_pong

1/ Starts with BUY THE DIP 2/ TRAILING STOP LOSS mode

3/ BUY THE DIP 4/ etc. (same loop again and again)

limitswap+ping_pong

1/ Starts a BUY order with 'LimitSwap' mode 2/ PING PONG starts, with a SELL in TRAILING STOP LOSS mode 3/ BUY THE DIP 4/ etc. (same loop again and again)

pong_ping

1/ Starts with TRAILING STOP LOSS 2/ BUY THE DIP mode

3/ TRAILING STOP LOSS 4/ etc. (same loop again and again)

How to stop it?

Ping pong mode read the MAX_SUCCESS_TRANSACTIONS_IN_A_ROW parameter --> it will tell the bot how many ping-pong Tx you want to make in a row. Example : with MAX_SUCCESS_TRANSACTIONS_IN_A_ROW = 5, it will do : Tx 1 : BUY THE DIP Tx 2 : TRAILING STOP Tx 3 : BUY THE DIP Tx 4 : TRAILING STOP Tx 5 : BUY THE DIP Tx 6 : TRAILING STOP

PreviousTRAILING STOP LOSS modeNextTELEGRAM mode

Last updated 2 years ago

Was this helpful?