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)
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) |
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
Last modified 1yr ago