NBT includes 3 main JS scripts:
the server:
the backtest :
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.
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
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