All Projects → jsappme → Node Binance Trader

jsappme / Node Binance Trader

Licence: mit
Cryptocurrency Trading Strategy & Portfolio Management Development Framework for Binance. Follow open NBT trading signals at

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Binance Trader

Krypto Trading Bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Stars: ✭ 2,589 (+259.58%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency, binance
Cryptotrader
A cryptocurrency trader for all famous exchanges
Stars: ✭ 228 (-68.33%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency, binance
Siis
Trading bot including terminal, for crypto and traditionals markets. Assisted or fully automated strategy.
Stars: ✭ 45 (-93.75%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency, binance
Gekko Backtesttool
Batch backtest, import and strategy params optimalization for Gekko Trading Bot. With one command you will run any number of backtests.
Stars: ✭ 203 (-71.81%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency
Cryptofeed
Cryptocurrency Exchange Websocket Data Feed Handler
Stars: ✭ 643 (-10.69%)
Mutual labels:  bitcoin, cryptocurrency, binance
Bbgo
The modern cryptocurrency trading bot written in Go.
Stars: ✭ 192 (-73.33%)
Mutual labels:  trading-bot, cryptocurrency, binance
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (-78.89%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency
Tai
A composable, real time, market data and trade execution toolkit. Built with Elixir, runs on the Erlang virtual machine
Stars: ✭ 264 (-63.33%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+412.5%)
Mutual labels:  trading-bot, bitcoin, binance
Profit Trailer Settings
Place to store and stay up to date with configs & strategies from the CryptoGnome Group
Stars: ✭ 335 (-53.47%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency
Crypto Arbitrage
Automatic Cryptocurrency Trading Bot using Triangular or Exchange Arbitrages
Stars: ✭ 369 (-48.75%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency
Trading Server
A multi-asset, multi-strategy, event-driven trade execution and management platform for running many algorithms/bots at many venues simultaneously with unified risk management and reporting. Uses MongoDB for storage and Telegram for user notifications/trade consent.
Stars: ✭ 191 (-73.47%)
Mutual labels:  trading-bot, cryptocurrency, binance
Tribeca
A high frequency, market making cryptocurrency trading platform in node.js
Stars: ✭ 3,646 (+406.39%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency
Techan
Technical Analysis Library for Golang
Stars: ✭ 404 (-43.89%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency
Magic8bot
Magic8bot is a cryptocurrency trading bot using Node.js and MongoDB.
Stars: ✭ 176 (-75.56%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency
Quantbot
数字货币量化交易学习框架
Stars: ✭ 257 (-64.31%)
Mutual labels:  trading-bot, bitcoin, binance
Freqtrade Strategies
Free trading strategies for Freqtrade bot
Stars: ✭ 697 (-3.19%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency
Binance grid trader
A grid trading strategy and trading-bot for Binance Exchange. 币安交易所的网格交易
Stars: ✭ 132 (-81.67%)
Mutual labels:  trading-bot, bitcoin, binance
Pythonic
Graphical Python programming for trading and automation
Stars: ✭ 131 (-81.81%)
Mutual labels:  trading-bot, cryptocurrency, binance
Wolfbot
Crypto currency trading bot written in TypeScript for NodeJS
Stars: ✭ 335 (-53.47%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency

build status Donate NIM

Node Binance Trader NBT

NBT is a Cryptocurrency Trading Strategy & Portfolio Management Development Framework for Binance.

Table of contents

  1. Documentation 📖
  2. Technical overview 👨‍💻
  3. Disclaimer 📖
  4. Donate 🙏
  5. Getting in touch 💬
  6. Final Notes

Documentation 📖

Technical overview 👨‍💻

NBT includes 3 main JS scripts:

  • the server:

    • to track a selection of asset pairs and record all Binance 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 to monitor performances and auto trade those signals (virtually or for real).
  • the trader: Deploy

    • 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!):

If this repo helped you in any way, you can always leave me a BNB tip at 0xf0c499c0accddd52d2f96d8afb6778be0659ee0c

Getting in touch 💬

Discord chat

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].