Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitcoinvsalts/node-binance-trader
💰 Cryptocurrency Trading Strategy & Portfolio Management Development Framework for Binance. 🤖
https://github.com/bitcoinvsalts/node-binance-trader
auto-trader binance bitcoin cryptocurrency cryptocurrency-trading nodejs portfolio trading-bot
Last synced: 14 days ago
JSON representation
💰 Cryptocurrency Trading Strategy & Portfolio Management Development Framework for Binance. 🤖
- Host: GitHub
- URL: https://github.com/bitcoinvsalts/node-binance-trader
- Owner: bitcoinvsalts
- License: mit
- Created: 2018-01-17T21:32:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T02:18:43.000Z (6 months ago)
- Last Synced: 2024-05-22T03:25:51.038Z (6 months ago)
- Topics: auto-trader, binance, bitcoin, cryptocurrency, cryptocurrency-trading, nodejs, portfolio, trading-bot
- Language: TypeScript
- Homepage: https://bitcoinvsalts.com
- Size: 5.94 MB
- Stars: 1,152
- Watchers: 86
- Forks: 382
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- learn-crypto-trading.github.io - Node Binance Trader - a cryptocurrency trading bot development framework for the Binance exchange using Node.JS. (Starter Pack)
- awesome-crypto-trading-bots - BVA - A Cryptocurrency Trading Strategy & Portfolio Management Development Framework for Binance. (Open source bots)
- awesome-crypto-trading-bots - BVA - A Cryptocurrency Trading Strategy & Portfolio Management Development Framework for Binance. (Open source bots)
- stars - bitcoinvsalts/node-binance-trader - 💰 Cryptocurrency Trading Strategy & Portfolio Management Development Framework for Binance. 🤖 (TypeScript)
README
| Archived |
|-|
| As bitcoinvsalts.com shut down, this project is not maintained anymore. You can still use it as inspiration to create your own trading bot. |[![build status](https://github.com/jsappme/node-binance-trader/workflows/CI/badge.svg)](https://github.com/jsappme/node-binance-trader/actions?query=workflow%3ACI "build status")
[![Donate NIM](https://www.nimiq.com/accept-donations/img/donationBtnImg/light-blue-small.svg)](https://wallet.nimiq.com/nimiq:NQ38SDPGREC3USTALLCT87GQTCUYFH5L6PCQ)Node Binance Trader NBT
NBT is a Cryptocurrency Trading Strategy & Portfolio Management Development Framework for Binance.
## Table of contents
1. **[Documentation 📖](#documentation)**
1. **[Technical overview 👨💻](#technical-overview)**
1. **[Disclaimer 📖](#disclaimer)**
1. **[Donate 🙏](#donate)**
1. **[Getting in touch 💬](#getting-in-touch)**
1. **[Final Notes](#final-notes)**## Documentation
- **[Quick start guide 🚀](./docs/GETTING-STARTED.md)**: bootstrap using Heroku
- **[Manual setup guide 👨💻](./docs/GETTING-STARTED-MANUALLY.md)**: bootstrap using your own client
- **[Web socket API specification 📡](./docs/WEB-SOCKET-API-SPECIFICATION.md)**## Technical overview
NBT includes 3 main JS scripts:
* the **server**:
* to track a selection of asset pairs and record all [Binance](https://www.binance.com/en/register?ref=DULNH2ZZ) api data (candles, depths, trades) into a Postgres database.
* to detect buy or sell signals
* (optional) to send trading signals to the NBT Hub / [Bitcoin vs. Altcoins](https://bitcoinvsaltcoins.com) to monitor performances and auto trade those signals (virtually or for real).* the **trader**: [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/jsappme/node-binance-trader)
* this script allows you to auto trade the signals received from the NBT hub or your own server. this script can run locally or on cloud services like Heroku. This new auto trader script allows you to trade with leverage when the pair is available for margin trading.
* the **backtest** :
* to backtest your strategies on the historical tick data (Postgres database) recorded by the server.
## Disclaimer
> No owner or contributor is 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.## Donate
Become a patron, by simply clicking on this button (**very appreciated!**):
[![](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/bePatron?u=4121661)
If this repo helped you in any way, you can always leave me a BNB tip at 0xf0c499c0accddd52d2f96d8afb6778be0659ee0c
## Getting in touch
* **Discord**: [Invite Link](https://discord.gg/4EQrEgj)
## Final Notes
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.