๐Ÿ”จconfigEXCHANGE.json

Here are the configExchange.json files for the different Exchanges we currently offer: Binance, KuCoin and Gate.io.

Dont trust me? Let's give you the example of the settings I use in 99% of the time:

{
    "manualQuoted": 30,
    "buyLimit": 1.25,
    ...
} (dont copy paste this file snipet, I wont work)

28.06.2022: PumpBot Hotbit has problems with the TakeProfit and StopLoss Order. Youz need to hit enter to sell the position. I will do an announcement when this is solved. ๐Ÿ™Œ

ConfigEXCHANGE.json Overview

There is a small difference within the configGateio.json. Gate.io has no Market Orders, only Limit Orders.

{
    "coinPair": "BTC",
    "manualQuoted": 0.001,
    "buyLimit": 1.25,
    "createOCOOrder" : "True",
    "takeProfit": 1.15,
    "stopLossTrigger": 0.90,
    "stopLoss": 0,
    "detectionMode": "True",
    "telegramGroupName": "-100XXXXXXXX",
    "discordChannelId": ["898849780262912000"],
    "blacklistWords": "Trade Link"
}

Note on Limit Sell and Stop Loss Orders

Pump and Dumps are highly volatile! This could result in your Stop Loss Order to get triggered too soon! Thus resulting in a Loss even when the Pump continues to rise. Keep that in mind when using this. Dont set the Stop Loss too close.

KuCoin has something of a Pump Protection. The Bot will place a Limit Sell Order to avoid this problem.

Full Guide: Pump Dump Bot for Pump Signals

PS: At the first glance this might look much, but it really isn't. Most of the Settings are always the same once you understand them and others you don't need to touch. Take your Time read it and you will be able to make money with Crypto Pump Signals.

MUST READ: Advice if you are new to Pump and Dump or new to the PumpBot. So yes, you have to read this.

All Explanations marked with "EXPERT: " doesn't need to be done to operate the bot. They are if you want to make special settings.

1. The Coin Pair

    "coinPair": "USDT",

The Pump Groups announces which coin Pair they want to pump. For example XXX/USDT (mostly on KuCoin and Gate.io) or XXX/BTC on Binance. Just enter the coin e.g. "BTC" or "USDT" there. You could enter every other coin there as well. The coin which will be pumped is announced from the Group.

2. How much you want to spend?

    "manualQuote": 300,

Enter how much of the "coinPair" you want to spend. E.g. You would buy with a maximum of 300 USDT. Select "BTC" as "coinPair" you would enter something like 0.001 or so. Also check that you have enough funds in your account

NOTE: Every Exchange has a minimum amount for the size of the Orders. If your Order size is too small the buying and/or the selling of the Order could fail! For Free Users the maximum Order size is an equivalent to 30 USDT or less.

3. PrePumpProtection, Limit Buy Order or Market Buy Order

    "buyLimit" : 1.3,

This is important for the "PrePump Protection" or PPP in short. The PumpBot will try to buy with a Limit Buy Order. When you use the PumpBot it will tell you "it loads the prices for all coins" or something similar. This is important for the calculation of the maximum entry Price you are willing to pay.

The PumpBot will calculate the maximum buy-in price:

maximum buy price = 'price when the PumpBot loads the prices' * 'buyLimit' 

This Limit Buy Order will be send to the Exchange:

  • if the price has risen higher your order wont be filled and cancelled -> PrePump Protection (PPP)

  • if the price is lower your Order will be filled: Your Order is not filled at the whole "manualQuote" you entered.

This has multiple reasons:

  1. first not enough sellers for your price,

  2. the limit Order itself (see the docs for a in depth explanation)

This is normal and we have no influence on this.

-> Hotbit, Binance and KuCoin: enter a buyLimit of 0.8 and the PumpBot will do a Market Buy Order. This is highly risky, because the Bot will buy no matter how high the price is. Gate.io has no Market Orders.

   "buyLimit": 0.8

Hotbit: not all coins have a market buy order! Hence you can't buy with a market buy order during pumps, because the coins will likely won't have a market order option.

Hotbit: for testing hotbit has a maxium buyLimit of 9. If the you place an order and it is 10x higher then the current price hotbit will not accept your order.

Hotbit Special: "useBuyLimitOn": "pump"

When you use the word "pump" in this settings the Bot will load the current orderbook price after you typed the coin name or aftert it was detected. You might lose a few milliseconds but you can use a lower buyLimit and might get filled more of your manualQuote.

4. EXPERT: Buy Order Type - Open the buy order to the Orderbook

    "secondsToKeepLimitBuyOrderOpen": 0,

Only Available for KuCoin, Hotbit and Gate.io, yet! If you dont know what do here just let the value as 0, the PumpBot will do the Buy Order as IOC (immediate or cancel). Otherwise you can select a value, time is seconds and the Buy Order will be a GTC (good till cancel) and the PumpBot will open the Buy Order to the orderbook for X seconds. When the Order is filled or the time is over the PumpBot will move on.

This is usefull for Pumps with strong dips like it happens on KuCoin.

5. EXPERT: Take Profit Order (KuCoin and Gateio )

Hotbit has no Take Profit Order. You sell via hitting "enter".

    "createTakeProfitOrder" : "True",

"False", the PumpBot ignores the following settings and wont place a TakeProfit Sell Order. "True" and the PumpBot places a TakeProfit Order at:

    "takeProfitTrigger": 1.15,
    "takeProfit" : 0,

The "takeProfitTrigger" is where the PumpBot will place the Limit Sell Order. In this example the Bot would place the

Limit Sell Order = buyPrice * takeProfitTrigger

e.g.:

10 USDT/Coin * 1.2 = 12 USDT/Coin TriggerPrice 
10 USDT/Coin * 2 = 20 USDT/Coin TriggerPrice 
10 USDT/Coin * 10 = 100 USDT/Coin TriggerPrice 

If that price is hit, the Exchange will sell your Coins. You can let the "takeProfit": 0, as it is. You don't need to change that. In this Example 1.15 means 15% Profit.

NOTE: There always need to be buyers for your coins! If there aren't any buyers, or buyers at a lower price you will sell your coins for less. This is nothing we have an influence on. (Bearbeitet)

Hotbit has no stop loss order. You sell via hitting "enter".

    "createStopLoss" : "True",

"False", the PumpBot ignores the following settings and wont place a StopLoss Sell Order. "True" and the PumpBot places a StopLoss Order at:

    "stopLossTrigger": 0.80,
    "stopLossLimit": 0,  or "stopLoss": 0, for Gate.io

This is where the PumpBot will place the StopLoss Sell Order. In this example the PumpBot would place the

Limit Sell Order = buyPrice * stopLossTrigger

e.g.:

10 USDT/Coin * 0.9 = 9 USDT/Coin TriggerPrice 
10 USDT/Coin * 0.75 = 7.5 USDT/Coin TriggerPrice 
10 USDT/Coin * 0.99 = 9.9 USDT/Coin TriggerPrice 

If that price is hit, the Exchange will sell your Coins. In this Example 0.8 means at 20% Loss. Do not change the "stopLoss" or "stopLossLimit", just keep it as it is at 0.

NOTE: - There always need to be buyers for your coins! If there aren't any buyers, or buyers at a lower price you will sell your coins for less. This is nothing we have an influence on. - If you set your StopLossTrigger too high the StopLoss could be triggered. This is because of the high Volatility Pump and Dumps have. Limit Sell Orders, OCO Order, Price Triggered OrdersExplanation for the Limit Sell Orders and OCO Order for the Binance Bot

    "createOCOOrder" : "True", 

There you activate the "Limit Sell Orders". It is "True" or "False". If you activate the this Option the Bot will place two Orders at the Exchange, one take profit order and one stop loss Order. For a in depth Explanation have a look into https://docs.pump-bot.com/faq-questions-important-notes/limit-sell-orders-oco-order-price-triggered-orders The TP Order will be placed at:

    "takeProfit": 1.15,

In the PumpBot Binance we only have the "takeProfit". This is where the PumpBot will place the Limit Sell Order. In this example the Bot would place the

Limit Sell Order = buyPrice * takeProfitTrigger

e.g.:

10 USDT/Coin * 1.2 = 12 USDT/Coin TriggerPrice 
10 USDT/Coin * 2 = 20 USDT/Coin TriggerPrice

8. Manual Sell or Panic Sell

You can always hit "Enter" to panic sell. The bot will close possible TP and SL orders you used and will try to sell as fast as possible.

    "limitPriceMultiplier": 0.7,

This is for the Sell Orders at KuCoin, Hotbit and Gate.io when the "timerMode" or the "panicSell" is used. Just let it as it is at 0.7. This makes sure that all your coins are sold. This is not needed for Binance because there we have a Market Sell Order, while on KuCoin, Hotbit and Gate.io we need to sell via a Limit Sell Order.

NOTE: - There always need to be buyers for your coins! If there aren't any buyers, or buyers at a lower price you will sell your coins for less. This is nothing we have an influence on. - To sell all your coins your sell price must be under the current price at the exchange. For this is this parameter: sell price = limitPriceMultiplier * current Price. If the price drops below your sell price your coins will be stuck in the orderbook and they won't be sold!

The Telegram and Discord Detection Settings in the configEXCHANGE.json

The Telegram and Discord Detection Settings are a little bit more complex so they are explained on another page.

10. Telegram/Discord Detection or Manual Entry of the Coin Name

    "detectionMode": "True",

-> "True": Use the Telegram and/or Discord Detection (following settings 9a, 9b)

-> "False": You can enter the Coin name yourself into the Bot. This also can be lower case like: eth or ez - so this is not case sensitive.

YouTube Video: https://youtu.be/ceU0sIvQsNo

You are ready!

Last updated