binance-pump-bot icon indicating copy to clipboard operation
binance-pump-bot copied to clipboard

NO TRADING PAIR, but Market Buy SUCCESS (not really) ?

Open 0ldF0x opened this issue 2 years ago • 4 comments

Hello! I've used this great script in the launch of some new coin (let's name it "newcoin") on the binance.

I've entered coin exactly at launch and I got this log (see at bottom). Any idea why buy purchase of coin didn't succeed ? First warning was "WARN: NO TRADING PAIR", but then script continued with the messages "Market Buy 11% SUCCESS", but actually it didn't buy anything. I probably started script few seconds too fast. But shouldn't script automatically stop on "NO TRADING PAIR" message?

YOU HAVE 0.00309083 BTC
INPUT FIRST COIN OF TRADE PAIR TO CONTINUE
newcoin

WARN: NO TRADING PAIR

TRADING PAIR SET: NEWCOINBTC

NOW, TYPE
1 - SELL ALL
2 - SELL HALF
3 - SELL QUARTER
4 - SELL 10%
5 - BUY ALL
6 - BUY HALF
7 - BUY QUARTER
o - Open browser with the Trading Pair
0 - Toggle Manual(no take profits or stop losses)
(Enter not needed)
NO LOT SIZE INFO
NO LOT SIZE INFO
NO LOT SIZE INFO
NO LOT SIZE INFO
NEWCOINBTC  0.00007500  387.646%    Market Buy 11% SUCCESS
Market Buy 11% SUCCESS
Market Buy 11% SUCCESS

TRIGGER HARD TAKE PROFIT
NO NEWCOIN AVAILABLE
Triggering PEAK_TAKE_PROFIT countdown 
Reached 2, now will take profit when 0.7x drawback
NEWCOINBTC  0.00032260  1997.529%  4.30x  4.30x{"code":-2010,"msg":"Account has insufficient balance for requested action."}
BUY FAILED

TRIGGER HARD TAKE PROFIT
NO LOT SIZE INFO
quantity is SMALLER than min
Refreshing PEAK_TAKE_PROFIT countdown 

TRIGGER HARD TAKE PROFIT
NO LOT SIZE INFO
quantity is SMALLER than min
Refreshing PEAK_TAKE_PROFIT countdown 

TRIGGER HARD TAKE PROFIT
NO LOT SIZE INFO
quantity is SMALLER than min
Refreshing PEAK_TAKE_PROFIT countdown 

TRIGGER DRAWBACK TAKE PROFIT
NO LOT SIZE INFO
quantity is SMALLER than min

TRIGGER HARD TAKE PROFIT
NO LOT SIZE INFO
quantity is SMALLER than min
Refreshing PEAK_TAKE_PROFIT countdown 
NEWCOINBTC  0.00114000  6395.383%  15.20x  15.20x{"code":-1013,"msg":"Filter failure: MIN_NOTIONAL"}
SELL FAILED

TRIGGER HARD TAKE PROFIT
NO LOT SIZE INFO
quantity is SMALLER than min
Refreshing PEAK_TAKE_PROFIT countdown 

0ldF0x avatar Oct 22 '21 09:10 0ldF0x

@0ldF0x check the modified bot I made here: https://github.com/Frost-Binance-Pump-Bot/The-Bot

I already fixes the bugs, buy market with 100% and added some few touches

IceWinterBot506 avatar Oct 23 '21 09:10 IceWinterBot506

@0ldF0x check the modified bot I made here: https://github.com/Frost-Binance-Pump-Bot/The-Bot

I already fixes the bugs, buy market with 100% and added some few touches

Great, thanks! Will definitely check it out!

0ldF0x avatar Oct 23 '21 09:10 0ldF0x

@IceWinterBot506 Today I've tried your bot on some pump and got some errors "quantity is SMALLER than min" (see log at bottom). Any idea what went wrong?

BINANCE CURRENT WALLET BALANCE:
- 0.00298914 BTC


BINANCE PRO BINANCE PRO BINANCE PRO
BINANCE PRO BINANCE PRO BINANCE PRO BINANCE PRO
BINANCE PRO BINANCE PRO BINANCE PRO BINANCE PRO BINANCE PRO
BINANCE PRO BINANCE PRO BINANCE PRO BINANCE PRO BINANCE PRO BINANCE PRO



STATUS:
- CONNECTED! (API)
- CONNECTED! (BOT)


PLEASE DOUBLE CHECK YOUR CONFIG BEFORE STARTING!


COIN THAT WILL PUMP:
evx


TRADING PAIR SET: EVXBTC

GLOBAL EVXBTC is 0.00001983
EVXBTC  0.00001983  %    


HOTKEY AVAILABLE OPTION:

1 - SELL ALL
2 - SELL HALF
3 - SELL QUARTER
4 - SELL 10%
5 - BUY ALL
6 - BUY HALF
7 - BUY QUARTER


MORE HOTKEY AVAILABLE OPTION:

b - SHOW TRADING PAIR BROWSER LINK (WHEN USING VIRTUAL MACHINE)
l - OPEN BROWSER LINK WITH THE TRADING PAIR (WHEN NOT USING VIRTUAL MACHINE)
m - Toggle Manual(no take profits or stop losses)

Market Buy 100% SUCCESS

TRIGGER HARD TAKE PROFIT
quantity is SMALLER than min

TRIGGER HARD TAKE PROFIT
quantity is SMALLER than min

TRIGGER HARD TAKE PROFIT
quantity is SMALLER than min
EVXBTC  0.00001807  58.231%  0.91x  1.00x{"code":-1013,"msg":"Filter failure: MIN_NOTIONAL"}
SELL FAILED

TRIGGER HARD TAKE PROFIT
quantity is SMALLER than min
EVXBTC  0.00001833  58.231%  0.92x  1.00x{"code":-1013,"msg":"Filter failure: MIN_NOTIONAL"}
SELL FAILED
{"code":-1013,"msg":"Filter failure: MIN_NOTIONAL"}
SELL FAILED
{"code":-1013,"msg":"Filter failure: MIN_NOTIONAL"}
SELL FAILED
NOW YOU HAVE 149.85000000 EVX
NOW YOU HAVE 0.00023964 BTC

RETRYING...

RETRYING...

TRIGGER HARD TAKE PROFIT

TRIGGER HARD TAKE PROFIT
EVXBTC  0.00001832  60.420%  0.92x  1.00x
RETRYING...
Market Sell 100% SUCCESS
{"code":-2010,"msg":"Account has insufficient balance for requested action."}
SELL FAILED
{"code":-2010,"msg":"Account has insufficient balance for requested action."}
SELL FAILED
{"code":-2010,"msg":"Account has insufficient balance for requested action."}
SELL FAILED

RETRYING...

TRIGGER HARD TAKE PROFIT

TRIGGER HARD TAKE PROFIT
EVXBTC  0.00001947  70.490%  0.98x  1.00xNOW YOU HAVE 0.85000000 EVX
RESETTING
NOW YOU HAVE 0.00296064 BTC

RETRYING...
quantity is SMALLER than min

0ldF0x avatar Oct 24 '21 17:10 0ldF0x

@0ldF0x

The problem is that your balance is small to sell or buy. Common problem if using btc pair. I suggest you do some pre run using blank wallet.

Also the percent changes from binance node api is kinda weird because of the triple or even quadro decimals of percent (eg. 1.592% or sometimes 0.9224%) the reason why hard take profit is triggering because of the weird decimal percent changes. It causes to sell the coin you got even on the small decimal percent changes. I already sent this to the dev of binance api node about weird decimal percent printings.

Besides try to use the latest changes I made, and do some blank wallet run (change your wallet pair to BNB or BUSD).

IceWinterBot506 avatar Oct 25 '21 12:10 IceWinterBot506