当前位置: 首页 > 软件库 > Web3 > 开源货币/比特币 >

node-binance-trader

授权协议 MIT License
开发语言 Python
所属分类 Web3、 开源货币/比特币
软件类型 开源软件
地区 不详
投 递 者 缑泓
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

build status

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

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.

  • 在JS中引入 var crypto=require('crypto'); AES 加密,新建encode.js,方便以后调用,这个文件存放所有加密的函数 var crypto = require('crypto'); var {key,iv} = require('./cipher') // var iv = 'kkkkkkkkkkkkkkkk' const encode_aes128= (dat

  • node开发机密货币 转载于:https://www.cnblogs.com/SharkChilli/p/8893010.html

  • I’m using websocket market streams in a node js application with ws library 1. It receives data all right but connection gets closed every 10 minutes. I’ve tried listening to ping events with ws.onpin

  • crypto作用 crypto模块的目的是为了提供通用的加密和哈希算法 MD5和SHA1 MD5是一种常用的哈希算法,用于给任意数据一个“签名”。这个签名通常用一个十六进制的字符串表示: const crypto = require('crypto'); const hash = crypto.createHash('md5'); // 可任意多次调用update(): hash.update('

  • var fs = require('fs'); var crypto = require('crypto'); var keyPem = fs.readFileSync('./key.pem'); // var certPem = fs.readFileSync('./cert.pem'); var publicKey = keyPem.toString('ascii'); // var cert

 相关资料
  • Binance Trader (RC 2) This is an experimental bot for auto trading the binance.com exchange. @yasinkuyu Configuration Signup for Binance Enable Two-factor Authentication Go API Center, Create New Api

  • binance Node.js connector for the Binance APIs and WebSockets, with TypeScript & browser support. Heavy integration testing with real API calls to support implementation stability. Support REST APIs f

  • go-binance A Golang SDK for binance API. All the REST APIs listed in binance API document are implemented, as well as the websocket APIs. For best compatibility, please use Go >= 1.8. Make sure you ha

  • Binance Trading Bot Automated Binance trading bot with trailing buy/sell strategy This is a test project. I am just testing my code. Warnings I cannot guarantee whether you can make money or not. So u

  • Binance to Google Sheets! A lightweight Google Spreadsheets Add-On to GET data directly from Binance API without any intermediaries! This add-on is basically an API client specially hand-crafted to wo

  • 我有一个关于加密市场Binance的问题。他们有公共api,我想我可以用它来创建交易应用程序。 但是我有一些麻烦。使用chrome中的链接,我得到json结果。https://api.binance.com/api/v1/exchangeInfo 但使用角4 http pClient: 我有错误:跨原点请求被阻止:相同原点策略不允许读取远程资源在api.binance.com/api/v1/exc