π¨configEXCHANGE.json
Here are the configExchange.json files for the different Exchanges we currently offer: Binance, KuCoin and Gate.io.
{
"manualQuoted": 30,
"buyLimit": 1.25,
...
} (dont copy paste this file snipet, I wont work)ConfigEXCHANGE.json Overview
{
"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"
}{
"coinPair": "USDT",
"manualQuoted": 0,
"buyLimit": 1,
"secondsToKeepLimitBuyOrderOpen" : 4,
"createTakeProfitOrder": "False",
"takeProfitTrigger": 1.60,
"takeProfit" : 0,
"createStopLoss": "False",
"stopLossTrigger": 0.65,
"stopLoss" : 0,
"limitPriceMultiplier" : 0.75,
"detectionMode": "True",
"telegramGroupName": -1001357384473,
"discordChannelId": ["0"],
"blacklistWords": "TRADE LINK btc"
}Note on Limit Sell and Stop Loss Orders
Full Guide: Pump Dump Bot for Pump Signals
1. The Coin Pair
2. How much you want to spend?
3. PrePumpProtection, Limit Buy Order or Market Buy Order
Hotbit Special: "useBuyLimitOn": "pump"
4. EXPERT: Buy Order Type - Open the buy order to the Orderbook
5. EXPERT: Take Profit Order (KuCoin and Gateio )
6. EXPERT: Stop Loss Order (KuCoin and Gateio
)
5./6. EXPERT: Binance
OCO Order (TP and SL)
8. Manual Sell or Panic Sell
9. limitPriceMultiplier: KuCoin, Gate.io and Hotbit

The Telegram and Discord Detection Settings in the configEXCHANGE.json
10. Telegram/Discord Detection or Manual Entry of the Coin Name
πTelegram and Discord Detection SettingsYou are ready!
Last updated