Skip to content

Commit 9e052d4

Browse files
author
JSapp.me
committed
version bump 0.2.2
1 parent dcefbde commit 9e052d4

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">Node Binance Trader NBT</h1>
22

3-
<h6 align="center">Version 0.2.0</h6>
3+
<h6 align="center">Version 0.2.2</h6>
44

55
[![Donate NIM](https://www.nimiq.com/accept-donations/img/donationBtnImg/light-blue-small.svg)](https://safe.nimiq.com/#_request/NQ19KM8LP7SGUMFBNHSL4MV4D8M2ULBS4JSF_)
66

@@ -18,7 +18,7 @@ NBT includes 3 main JS scripts:
1818

1919
* the **trader**:
2020

21-
* this script allows you to auto trade the signals received from the NBT hub or your own server.
21+
* 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.
2222

2323
* the **backtest** :
2424

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-binance-trader",
3-
"version": "0.2.0",
3+
"version": "0.2.2",
44
"description": "An efficient cryptocurrency trading bot development framework for Binance using Node.js",
55
"main": "server.js",
66
"keywords": [
@@ -23,6 +23,8 @@
2323
"axios": "^0.19.0",
2424
"bignumber.js": "^9.0.0",
2525
"binance-api-node": "^0.9.5",
26+
"node-binance-api": "^0.10.3",
27+
"nodemailer": "^6.4.6",
2628
"colors": "^1.3.3",
2729
"express": "^4.17.1",
2830
"lodash": "^4.17.15",

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const bva_key = "replace_with_your_BvA_key"
3030
const tracked_max = 200
3131
const wait_time = 800
3232

33-
const nbt_vers = "0.2.0"
33+
const nbt_vers = "0.2.2"
3434

3535
//////////////////////////////////////////////////////////////////////////////////
3636
//////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)