@danielgroen/dxtrade-api 1.0.19 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # DXtrade API
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/@danielgroen/dxtrade-api)](https://www.npmjs.com/package/@danielgroen/dxtrade-api)
3
+ [![Node.js](https://img.shields.io/badge/Node.js-339933?logo=nodedotjs&logoColor=white)](https://nodejs.org)
4
+ [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org)
4
5
  [![npm downloads](https://img.shields.io/npm/dm/@danielgroen/dxtrade-api)](https://www.npmjs.com/package/@danielgroen/dxtrade-api)
5
6
  [![license](https://img.shields.io/npm/l/@danielgroen/dxtrade-api)](LICENSE)
6
7
  [![Tests](https://github.com/danielgroen/dxtrade-api/actions/workflows/tests.yml/badge.svg)](https://github.com/danielgroen/dxtrade-api/actions/workflows/tests.yml)
@@ -8,7 +9,7 @@
8
9
 
9
10
  [![DXtrade API](https://raw.githubusercontent.com/danielgroen/dxtrade-api/master/public/logo-dxtrade.svg)](https://demo.dx.trade/developers/#/)
10
11
 
11
- Unofficial TypeScript client for the DXtrade trading API. Connect, trade, and manage positions on any broker that supports DXtrade.
12
+ Unofficial Node.js client for the DXtrade trading API with full TypeScript support. Connect, trade, and manage positions on any broker that supports DXtrade.
12
13
 
13
14
  ## Install
14
15
 
@@ -25,6 +26,7 @@ npm install dxtrade-api
25
26
  - [x] Symbol search & instrument info
26
27
  - [x] PnL assessments
27
28
  - [x] Multi-broker support (FTMO, Eightcap, Lark Funding)
29
+ - [x] Full TypeScript support
28
30
  - [ ] Batch orders
29
31
  - [ ] Close whole position helper
30
32
  - [ ] Modify existing orders
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielgroen/dxtrade-api",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Unofficial TypeScript client for the DXtrade trading API. Connect, trade, and manage positions on any broker that supports DXtrade.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",