Screenshot of my trading setup: the Binance Desktop app plus NBT on a floating iTerm2 console.
π If youβre feeling generous or simply want show your support π
you can buy me a π» by sending me a quick PayPal payment.
My name is Herve Fulchiron, Iβm a passionate full stack JS engineer and a cryptocurrency enthusiast/trader. I mostly use Binance for my cryptocurrency trading. Like most of the people I used to trade manually via the Binance website. I was slow to execute and beating the market gets more difficult every days. It was time to upgrade my trading execution. Console apps run on the Terminal (or Command Prompt), and they provide an easy and efficient way to execute difficult tasks like low latency cryptocurrency trading. The minimalism of the graphical interface give them an edge on the speed of execution vs. manual retail trading.
Here is the article that comes with this repository: How to build an efficient trading bot for Binance using Node.js
Today NBT is a trading bot console app that will:
- ask which currency you want to use to buy the wanted currency
- ask for the budget for the trade
- ask which currency you want to buy
- ask for buying method: market price, bid price or fixed buy price
- ask for selling method: trailing stop loss or maximum loss n profit percentages.
- automatically auto trade the whole operation as fast and efficient as possible.
- stop the trade and sell everything at the current market price if the user pressed q or CTRL+c.
- A Binance Account with some BNB available to pay for the trading fees.
- Git
- Node.JS v8 min.
git clone https://github.com/jsappme/node-binance-trader
cd node-binance-trader
npm i
npm i -g
- Signup Binance ( Referral url: https://www.binance.com/?ref=10177791 )
- Enable Two-factor Authentication
- Go API Center, https://www.binance.com/userCenter/createApi.html
- Create New Key [β] Read Info [β] Enable Trading [X] Enable Withdrawals
- Copy the API key and secret to index.js
node index.js
or simply:
nbt
- βοΈ Stop Loss + Take Profit Trading Execution
- βοΈ Trailing Stop Loss
- Add TA signals
- Add AI/ML "brain" signals and risk mgmt
I am not responsible for anything done with this bot.
You use it at your own risk.
There are no warranties or guarantees expressed or implied.
You assume all responsibility and liability.
Feel free to fork and add new pull request to this repo. If you have any questions/suggestions, or simply you need some help building your trading bot, or mining historical data or improving your strategies using the latest AI/ML algorithms, please feel free to contact me.
If this repo helped you in any way, you can always leave me a BNB tip at 0xf0c499c0accddd52d2f96d8afb6778be0659ee0c
- Discord: Invite Link