PumpBot Guide
  • 🔰PumpBot | Introduction
    • ❔What is Crypto Pump and Dump?
    • ❔Trading Signals: Futures Trading with signals explained
    • ❔What is a Gate io/KuCoin New Coin Listings Crypto Bot?
    • ❔Pump Detector/Catcher Bot
    • ❔Gate.io: Top Gainer Signals
    • ❔PumpBot Autotrade: Top Gainers Trading
  • ⏬Free and Paid Bot Downloads
  • 💰Subscribe to PumpBot - Memberships
  • 📱Discord
  • 📱Telegram
  • 🪟Instagram
  • 📺Youtube
  • 📚Vocal Media
  • 🤖Back to PumpBot
  • 🛠️Crypto Bot - General
    • 🚀BOT GUIDE: START HERE
      • 🆕New Coin Listings Bot
      • 🔍Crypto Pump Detector for Pump Groups
      • 💻PumpBot Autotrade for Top Gainers
      • 🤖Pump and Dump Bot
      • 🤖Futures Bot: Automate Trading Signal Groups
    • ❔Your system might think it is a Virus?
    • 💰Enter your License Key: license.json
    • 🔑Connect Bot the Exchange: keysEXCHANGE.json
      • create Binance API Keys
      • create KuCoin API Keys
      • create Gate.io API Keys
      • create MEXC Global API Keys
      • create Bybit API Keys
      • create Bitget API Keys
      • create Hotbit Keys/Cookies
      • create LaToken API Keys
    • 📳PumpBot: discordToken.json
    • 📲PumpBot: TelegramAPI.json
    • 📲Get the Telegram Channel Id
  • 🤖Pump Dump Bot
    • 📖Guide: Pump Dump Bot
    • 🛠️Settings: configEXCHANGE.json
      • 🔨configEXCHANGE.json
      • 🔍Telegram and Discord Detection Settings
    • 🧪PumpBot - First Test
      • ⌨️PumpBot - Manual Buying
      • 💻PumpBot - Telegram Detection
    • 🤫Pump and Dump Secrets
  • 🤖New Coin Listings Crypto Bot
    • 📖Guide: New Coin Listings
    • 🔨Operate the new coin listings bot
    • 🤑New Coin Listing Profits
    • 🤫New Coin Listings Secrets
  • 🤖Crypto Pump Detector / Pump Catcher Bot
    • 📖Guide: Crypto Pump Detector
    • 🔨Operate the Pump Detector Bots
  • 📶Crypto Signals
    • 🤫How I do it | Make more Profits
  • 👁️TradeEye - Best Crypto Signals Settings
    • ❔What is TradeEye?
    • 💹TradeEye Use Cases
    • 👨‍🔧How does TradeEye work?
    • ⚙️TradeEye Settings
  • ⛽Future Pumps and Crypto Pump Groups
  • 🤖Futures Bot - automate crypto signals trading
    • 🤖Futures Bot - automated Signals trading
    • 🛠️Guide: Futures Bot
      • 📳discordTokenTelegramAPI.json
      • 🔨userSettings.json
      • 🚪EntryType and Deviation
      • 🥉Multiple Take Profits/Targets
      • 🖥️Signal Group Settings - help
      • Install and run on a Ubuntu VPS
  • 📶Gate.io Top Gainer Crypto Signals
    • 📖Guide: Top Gainer Crypto Signals
  • 🤖PumpBot Autotrade
    • 🔨Guide: PumpBot Autotrade
    • 📱Control the Bot via Telegram
    • 🦾Past Profitable Settings
  • ❓FAQ, Questions, Important Notes
    • ⁉️Error Handling
      • Timestamp for this request was 1000ms ahead of the server's time
      • Bot closes immediately
      • Very common: wrong entry
    • 🏄‍♂️Wave Surfer Mode
    • Run the Bots on Linux
    • Set-up Windows Virtual Private Server (VPS)
    • Activate the Colors!
    • Market Orders: buyLimit = 1.0
    • PrePump Protection
    • Limit Buy Orders
    • Limit Sell Orders, OCO Order, Price Triggered Orders
      • Binance: OCO Order
      • Gate.io: Price Triggered Orders
      • KuCoin: Limit Sell Orders
    • Panic Sell: Manual Sell + Limit Sell Order
    • Manual Selling or Panic Sell
    • FAQ and Notes
      • FAQ: General
      • FAQ: New Coin Listings
      • FAQ: PumpBot
  • 🤖DEX Bot, Sniper PumpBot, Chainsniper
    • Sniperbot, Frontrunning Bots, etc
    • Settings.json
    • Set-up Guide
    • Chainsniper Examples
    • Highlights
      • Set-up - be faster
      • Sniping Tips - General
      • Counter anti-bot measures
      • Nodes - Be Faster
      • How to use Liquidity Pairs
      • Snipe Pinksale Launches
  • Disclaimer
    • Disclaimer
Powered by GitBook
On this page
  • This is the configEXCHANGE.json
  • Explanation
  • Pump Detector KuCoin

Was this helpful?

  1. Crypto Pump Detector / Pump Catcher Bot

Guide: Crypto Pump Detector

This is the guide for the Crypto Pump Detector Bot or Crypto Pump Catcher Bot. Both names mean the same Bot. We want to detect prepumps with them.

PreviousNew Coin Listings SecretsNextOperate the Pump Detector Bots

Last updated 1 year ago

Was this helpful?

This is the configEXCHANGE.json

The file names may vary, because I am working on them.

{
    "coinPair": "BTC",
    "manualQuoted": 0.0005,
    "buyLimit": 1.0,
    "createOCOOrder" : "True",
    "takeProfit": 1.20,
    "stopLossTrigger": 0.9,
    "stopLoss" : 0,
    "panicSell" : "True",
    "priceChange" : 1.01,
    "minDuration" : 1.8
}
{
    "coinPair": "USDT",
    "manualQuoted": 15,
    "createTakeProfitOrder": "False",
    "takeProfitTrigger": 1.30,
    "takeProfit" : 0, 
    "createStopLoss" : "False",
    "stopLossTrigger": 0.8,
    "stopLoss" : 0,
    "panicSell" : "True",
    "limitPriceMultiplier" : 0.7,
    "priceChange": 1.01
}
{
    "coinPair": "USDT",
    "manualQuoted": 15,
    "buyLimit": 1.5,
    "secondsToKeepLimitBuyOrderOpen": 0,
    "createTakeProfitOrder" : "True",
    "takeProfitTrigger": 1.15,
    "takeProfit" : 0,
    "createStopLoss" : "True",
    "stopLossTrigger": 0.8,
    "stopLoss": 0,
    "sellTimerMode" : "False",
    "time" : 0,
    "panicSell" : "True",
    "limitPriceMultiplier" : 0.85,
    "priceChange": 1.08,
    "volChange": 1.12,
    "sleepBetweenRequests": 0
}
{
    "coinPair": "USDT",
    "manualQuoted": 15,
    "buyLimit": 1.5,
    "secondsToKeepLimitBuyOrderOpen" : 1.2,
    "limitPriceMultiplier" : 0.75,
    "priceChange": 1.02,
    "volChange": 1.1,
    "sleepBetweenRequests": 0
}

KuCoin has no: minDuration or sleepBetweenRequests, it wasn't needed.

I will shorten this Guide. The Basic settings (coinPair, manualQuoted, etc.) are the same as they are from the PumpBot. I will only explain the new Parameters and how the Bot works.

Explanation

Explanation for the Pump Catcher Bots or Crypto Pump Detector Bots. In the below picture you can see that the Bot is able to protect you when the admins try to perform a scam pump and dump and the coin is being pumped too high.

Pump Detector KuCoin

KuCoin is a little bit different, because it was made and optimised for the KuCoin Yobi Pumps. And it doesn't need the volume change.

Price Change

This is the X% price change since the Bot loaded all prices for all coins. This is used to screen all coins for the Pump. priceChange is defined as 1.01 = 1%, 1.06 = 6%, 1.10 = 10% and so on.

"priceChange": 1.03,

The above settings are for testing. This should pickup a Coin very fast. For the actual Pump the recomened settings are: priceChange: 1.06 to 1.55 or even 2.5 for Hotbit Pumps. To illustrate this see the below picture.

Volume Change

This is needed for Gate.io and Hotbit Pump Detector Bots because of the number of small coins available at those exchanges. The volume change is refering to the 24h volume. 1.1 means the volume change needs to exceed the 10% of the volume in the last 24 hours.

"volChange": 1.1,

You can disable this setting by using a "volChange": 1.0, this will ignore this parameter.

sleepBetweenRequests

This is only important when you use a super fast VPS with low latency or when you start the detection very early. This is to avoid to be blocked / rate limited by the exchange.

"sleepBetweenRequests": 0,

If you don't use a VPS you can simply let it as 0.

🤖
📖
📖Guide: Pump Dump Bot
Example of the Bot. In thise case the Admins pumped the coin instantly 350%! and the Bot protected us from losses because of this huge prepump.