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

Sale order is unsuccessful

Open viktorib opened this issue 4 years ago • 0 comments

Hi, I appreciate your great work. Recently discover your bot and I´m impress. But actually I have a problem. When execute the order, it´s only send to binance the buy order but not the sell order.

This is my configuration:

thresholds: BTC: 0.0001 USDT: 15 binance: api_key: "JIMXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" api_secret: "a5XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" defaults: profit: 0.1 stopLoss: 0.2 interval: "5m" quote: "USDT"

And this is my order

[C:\Users\M1\Documents\Binance\pump-bot-main]$ yarn start -b BAND -q USDT -t 15 -p 0.01 -sl 0.02 yarn run v1.22.17 $ node program.js -b BAND -q USDT -t 15 -p 0.01 -sl 0.02

/$$$$$$$ /$$$$$$$ /$$
| $$__ $$ | $$__ $$ | $$
| $$ \ $$ /$$ /$$ /$$$$$$/$$$$ /$$$$$$ | $$ \ $$ /$$$$$$ /$$$$$$
| $$$$$$$/| $$ | $$| $$_ $$_ $$ /$$__ $$| $$$$$$$ /$$__ $$|_ $$/
| $$
/ | $$ | $$| $$ \ $$ \ $$| $$ \ $$| $$__ $$| $$ \ $$ | $$
| $$ | $$ | $$| $$ | $$ | $$| $$ | $$| $$ \ $$| $$ | $$ | $$ /$$ | $$ | $$$$$$/| $$ | $$ | $$| $$$$$$$/| $$$$$$$/| $$$$$$/ | $$$$/ |/ _/ |/ |/ |_/| $$
/ |______/ __/ _/
| $$
| $$
|
/

Made in Italy with G¥ñ :: Version 1.0.0

                  -> USE AT YOUR OWN RISK <-

1635478314813 Command-line input received: Interval: 5m Pair: BANDUSDT Total: 15 Profit: 1% Stop-loss: 2% 1635478314814 Starting Pump-Bot... 1635478315092 > MKT PRICE: 8.52600000 { BANDUSDT: '8.52600000' } 1635478315094 Working with pair BANDUSDT threshold is 15 USDT 1635478315094 I will buy 2 BAND for 17.052 USDT 1635478315594 > MKT BUY FILLED orderId 807917910 :: Quantity 2.00000000 Total 17.05400000 (8.527) 1635478316237 > BALANCE 4.97951064 USDT :: 2.00000000 BAND 1635478316402 > MIN PRICE in 5m was 8.46700000 1635478316575 > OPEN PRICE 24hours ago was 8.49400000 1635478316575 Current variation is 0.38% 1635478316575 > SELL PRICE 8.55167 1635478316576 > STOP-LOSS PRICE 8.35646

Sorry, there was an error

Please check on binance if there are open orders!!!!

{"code":-1013,"msg":"Filter failure: PRICE_FILTER"}

Done, good luck my friend... Done in 2.65s.

[C:\Users\M1\Documents\Binance\pump-bot-main]$

Thanks in advance

viktorib avatar Oct 29 '21 03:10 viktorib