{"id":13408369,"url":"https://github.com/bitcoinvsalts/node-binance-trader","last_synced_at":"2025-03-14T13:31:00.096Z","repository":{"id":41455910,"uuid":"117895247","full_name":"bitcoinvsalts/node-binance-trader","owner":"bitcoinvsalts","description":"💰 Cryptocurrency Trading Strategy \u0026 Portfolio Management Development Framework for Binance. 🤖","archived":false,"fork":false,"pushed_at":"2024-08-19T19:20:27.000Z","size":6486,"stargazers_count":1188,"open_issues_count":6,"forks_count":381,"subscribers_count":86,"default_branch":"master","last_synced_at":"2025-02-04T10:01:56.577Z","etag":null,"topics":["auto-trader","binance","bitcoin","cryptocurrency","cryptocurrency-trading","nodejs","portfolio","trading-bot"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitcoinvsalts.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["jsappme"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-01-17T21:32:47.000Z","updated_at":"2025-02-03T21:25:35.000Z","dependencies_parsed_at":"2024-07-18T23:44:19.493Z","dependency_job_id":"788e4d86-c87a-48b6-9b01-fd97c9a35ef1","html_url":"https://github.com/bitcoinvsalts/node-binance-trader","commit_stats":null,"previous_names":["jsappme/node-binance-trader"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoinvsalts%2Fnode-binance-trader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoinvsalts%2Fnode-binance-trader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoinvsalts%2Fnode-binance-trader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoinvsalts%2Fnode-binance-trader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitcoinvsalts","download_url":"https://codeload.github.com/bitcoinvsalts/node-binance-trader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243584143,"owners_count":20314709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auto-trader","binance","bitcoin","cryptocurrency","cryptocurrency-trading","nodejs","portfolio","trading-bot"],"created_at":"2024-07-30T20:00:52.449Z","updated_at":"2025-03-14T13:30:59.504Z","avatar_url":"https://github.com/bitcoinvsalts.png","language":"TypeScript","funding_links":["https://github.com/sponsors/jsappme","https://www.patreon.com/bePatron?u=4121661"],"categories":["Starter Pack","TypeScript","Open source bots"],"sub_categories":[],"readme":"| Archived |\n|-|\n| As bitcoinvsalts.com shut down, this project is not maintained anymore. You can still use it as inspiration to create your own trading bot. |\n\n[![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\")\n[![Donate NIM](https://www.nimiq.com/accept-donations/img/donationBtnImg/light-blue-small.svg)](https://wallet.nimiq.com/nimiq:NQ38SDPGREC3USTALLCT87GQTCUYFH5L6PCQ)\n\n\u003ch1 align=\"center\"\u003eNode Binance Trader NBT\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eNBT is a Cryptocurrency Trading Strategy \u0026 Portfolio Management Development Framework for \u003ca href='https://www.binance.com/en/register?ref=DULNH2ZZ' target=\"_new\"\u003eBinance\u003c/a\u003e.\u003c/h4\u003e\n\n## Table of contents\n\n1. **[Documentation 📖](#documentation)**\n1. **[Technical overview 👨‍💻](#technical-overview)**\n1. **[Disclaimer 📖](#disclaimer)**\n1. **[Donate 🙏](#donate)**\n1. **[Getting in touch 💬](#getting-in-touch)**\n1. **[Final Notes](#final-notes)**\n\n## Documentation\n\n- **[Quick start guide 🚀](./docs/GETTING-STARTED.md)**: bootstrap using Heroku\n- **[Manual setup guide 👨‍💻](./docs/GETTING-STARTED-MANUALLY.md)**: bootstrap using your own client\n- **[Web socket API specification 📡](./docs/WEB-SOCKET-API-SPECIFICATION.md)**\n\n## Technical overview\n\n\u003cimg src=\"docs/images/nbt_diagram.png\"\u003e\n\nNBT includes 3 main JS scripts:\n\n* the **server**:\n\n  * 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.\n  * to detect buy or sell signals\n  * (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).\n\n* the **trader**: [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/jsappme/node-binance-trader)\n\n  * 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.\n\n* the **backtest** :\n\n  * to backtest your strategies on the historical tick data (Postgres database) recorded by the server.\n\n## Disclaimer\n\n\u003e No owner or contributor is responsible for anything done with this bot.\n\u003e You use it at your own risk.\n\u003e There are no warranties or guarantees expressed or implied.\n\u003e You assume all responsibility and liability.\n\n## Donate\n\nBecome a patron, by simply clicking on this button (**very appreciated!**):\n\n[![](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/bePatron?u=4121661)\n\nIf this repo helped you in any way, you can always leave me a BNB tip at 0xf0c499c0accddd52d2f96d8afb6778be0659ee0c\n\n## Getting in touch\n\n* **Discord**: [Invite Link](https://discord.gg/4EQrEgj)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://discord.gg/4EQrEgj\"\u003e\u003cimg alt=\"Discord chat\" src=\"docs/images/discord_button.png\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Final Notes\n\nFeel free to fork and add new pull request to this repo.\nIf 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 \u003ca href=\"mailto:herve76@gmail.com\" target=\"_blank\"\u003econtact me\u003c/a\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoinvsalts%2Fnode-binance-trader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitcoinvsalts%2Fnode-binance-trader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoinvsalts%2Fnode-binance-trader/lists"}