Skip to content

Commit

Permalink
version bump 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JSapp.me committed Mar 31, 2020
1 parent dcefbde commit 9e052d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Node Binance Trader NBT</h1>

<h6 align="center">Version 0.2.0</h6>
<h6 align="center">Version 0.2.2</h6>

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

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

* the **trader**:

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

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-binance-trader",
"version": "0.2.0",
"version": "0.2.2",
"description": "An efficient cryptocurrency trading bot development framework for Binance using Node.js",
"main": "server.js",
"keywords": [
Expand All @@ -23,6 +23,8 @@
"axios": "^0.19.0",
"bignumber.js": "^9.0.0",
"binance-api-node": "^0.9.5",
"node-binance-api": "^0.10.3",
"nodemailer": "^6.4.6",
"colors": "^1.3.3",
"express": "^4.17.1",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const bva_key = "replace_with_your_BvA_key"
const tracked_max = 200
const wait_time = 800

const nbt_vers = "0.2.0"
const nbt_vers = "0.2.2"

//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 9e052d4

Please sign in to comment.