Coder Social home page Coder Social logo

binarydevil / binance-pump-bot Goto Github PK

View Code? Open in Web Editor NEW
122.0 12.0 39.0 77 KB

Automation for Binance p&d(pump and dump) activity, ensures fastest purchase and provides auto selling functionality to lockdown profit during these events.

JavaScript 100.00%
pump dump cryptocurrency binance trading bitcoin trading-bot exchange litecoin

binance-pump-bot's People

Contributors

binarydevil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

binance-pump-bot's Issues

Configurate

Some one can explain how to setup for The best Solutions? and whats means and how works this commands?

let config = {}

// Config HERE
// !!! The coin to trade in, make sure you have some in your balance
config.TRADE_IN = 'BTC'
// Should market price BUY ALL upon symbol
config.BUY_UPON_SYMBOL = true
// How many X before take profit happens (will sell 100%)
config.HARD_TAKE_PROFIT = 3.3
// Where to stop loss
config.HARD_STOP_LOSS = 0.75
// Soft stop loss (Array, please put in ascending order, orders will be put in quantity of divide of the array length, e.g length = 3 then sell 1/3 every time)
// Not used anymore, bugs exist
// config.SOFT_TAKE_PROFIT = [5, 6, 7, 8]
// config.SOFT_TAKE_PROFIT_PERCENT = 0.7 // How many * available are selling
// Peak take profit
config.PEAK_TAKE_PROFIT_THRESHOLD = 2
// After Peak threshold, if TIMEOUT ms later the profit times is not greater than right now, SELL ALL
config.PEAK_TAKE_PROFIT_TIMEOUT = 700
// Max drawback starting point
config.MAX_DRAWBACK_START = 2
// Max drawback to trigger take profit
config.MAX_DRAWBACK = 0.7

module.exports = config

npm start error

hi, how can you input coin name that will be used for? i got error when run npm start and it said invalid or unexpected token as shown below

"PS E:\Users\Lenovo\Google Drive\Robot\binance-pump-bot-main> npm start

[email protected] start
node pump.js

E:\Users\Lenovo\Google Drive\Robot\binance-pump-bot-main\config.js:3
API_KEY: 0PB0gxUVrsAKYT3EkTholzq8WuzB4Cu8YCOvGEgEJKzKrqKxp70r7RCvSVX0VLMh,
^

SyntaxError: Invalid or unexpected token
at Object.compileFunction (node:vm:355:18)
at wrapSafe (node:internal/modules/cjs/loader:1038:15)
at Module._compile (node:internal/modules/cjs/loader:1072:27)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1137:10)
at Module.load (node:internal/modules/cjs/loader:988:32)
at Function.Module._load (node:internal/modules/cjs/loader:828:14)
at Module.require (node:internal/modules/cjs/loader:1012:19)
at require (node:internal/modules/cjs/helpers:93:18)
at Object. (E:\Users\Lenovo\Google Drive\Robot\binance-pump-bot-main\pump.js:16:16)
at Module._compile (node:internal/modules/cjs/loader:1108:14)"

i know nothing about coding, but can you tell me where's my mistake? i install node.js and have no error when running npm install

QUANTITY IS SMALLER THAN MIN

I'm trying to test the bot with small amount of money.. only about 8 dollars worth btc, I can place orders in binance no problem but the bot says quantity is smaller than min..

Any solutions?IMG_20210408_184611475.jpg

I don't get it

  1. Downloaded Node.js
  2. Downloaded repository : Where do I extract those files to ?
  3. Writing in node.js cmd - $ npm install and getting this message : Uncaught SyntaxError: Unexpected identifier
  4. Where do I put the rest of the code ?
    This would be an excellent project as I trade crypto too.

What am I doing wrong ? I'm trying get into coding but I can't even process first 2 steps grhh..

null balance list

I've a problem in the function GetBalance.
When I list all my balance with this code
Object.entries(balances) .filter((arr) => parseFloat(arr[1].available) > 0) .forEach((arr) => { newBalance[arr[0]] = arr[1] console.log(chalk.yellow(YOU HAVE ${newBalance[arr[0]].available} ${arr[0]})) })

I've as result
YOU HAVE 235.68000000 EUR
YOU HAVE 0.00000000 BTC

But In the next step
console.log(chalk.yellow(YOU HAVE ${newBalance[TRADE_IN].available} ${TRADE_IN})
I get
YOU HAVE 0.00000000 BTC

On my binance Account I've
Spot balance = 0
Fiat balance = 235.8
What is wrong with my config.

Thanks

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

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 

Cant Start

When putting in npm start its just giving errors even after downloading node

Npm install worked fine

quantity is SMALLER than min

Hey! I. understand the quantity of my BTC is less than required, but out of curiosity how much BTC is the minimum?
I have around 0.00003811 BTC
The error it shows is {"code":-1013,"msg":"Filter failure: MIN_NOTIONAL"}
and is there any way to trade at a low BTC price at around 40$?

Constantly displaying right and wrong balance

2 days ago it was working fine, but now it constantly displaying right and then wrong balance in a endless list.

I have put 100$ to BTC to demonsrate the issue. Here is the screenshot.
Screenshot_36

Any idea what is the problem and how to fix it?

error

I have something like that. What I can do with that??
I put
npm start

[email protected] start
node pump.js

node:internal/modules/cjs/loader:926
throw err;
^

Error: Cannot find module 'chalk'
Require stack:

  • /home/jojo/Deskop/binance-pump-bot-main/pump.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:923:15)
    at Function.Module._load (node:internal/modules/cjs/loader:768:27)
    at Module.require (node:internal/modules/cjs/loader:995:19)
    at require (node:internal/modules/cjs/helpers:92:18)
    at Object. (/home/jojo/deskop/binance-pump-bot-main/pump.js:13:15)
    at Module._compile (node:internal/modules/cjs/loader:1091:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1120:10)
    at Module.load (node:internal/modules/cjs/loader:971:32)
    at Function.Module._load (node:internal/modules/cjs/loader:812:14)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:76:12) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [ '/home/jojo/Deskop/binance-pump-bot-main/pump.js' ]
    }
    npm ERR! code 1
    npm ERR! path /home/jojo/Deskop/binance-pump-bot-main
    npm ERR! command failed
    npm ERR! command sh -c node pump.js

npm ERR! A complete log of this run can be found in:
npm ERR! /home/jojo/.npm/_logs/2021-02-28T21_48_17_109Z-debug.log

Qüestion?

Where is the amount that I want to use in the pump?

BTC conversion to USD

Hello, can someone tell me how to make the bot to show the bitcoin amount in usd?

Example: You have xxxx BTC or xxxx USD

Thanks in advance.
Best regards

testnet api

How can I change the destinations to binance testnet url

Filter Failure?

Hi there,

When I try to make and order it gives me this error message:

BUY FAILED
{"code":-1013,"msg":"Filter failure: MIN_NOTIONAL"}

why is this happening? My configurations seems ok, and I have enough balance in my account..

Will be glad if anyone can help.

Selling 75% at once

How can I change so it would do 1 off purchase 75% of my BTC instead of multiple smaller ones?

Thanks :)

Question

how to edit the splits of order in 4 (60% + 11% + 11% + 11%) into 9 (10% +10%........)

config explain

can somebody explain to me what is hard and soft stop loss peak takeprofit threshhold and timeout and max drawdown please explain all parameters

npm start error

l)can you help me when i command npm start the error comes script is missing please tell me my mistake i have installed npm on node js

Question about Config file

First of all, thanks for your work and for sharing the code!

Could you please write explanations for non-professional traders, for example, what does this mean:

// Should market price BUY ALL upon symbol
config.BUY_UPON_SYMBOL = true
// How many X before take profit happens (will sell 100%)
config.HARD_TAKE_PROFIT = 3.3 - does this means 100x3.3=330 ?
// Where to stop loss
config.HARD_STOP_LOSS = 0.75

Question

I can't seem to run your program.

after installing what is the command?

Security in pump

As you said in your README, pump-dump are scam.

I think that may be useful add another parameter to test how much percent has grow the coin 5 or 10 seconds ago, or compare with the media of the previous day, or something like this. Sorry, but I am not a trader

May be, the script buys at 300% of the "normal" price.

not able to start using

i have downloaded and install node.js but when i am trying to open any of the files it gives an windows scrip host error. please give a detailed info to install

Tweaking & saving config

Hey guys,

when I start npm after tweaking config and pump-config its saying that I have to fill in API. But I did. So what do to? Appreciating any help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.