@danielgroen/dxtrade-api 1.0.17 → 1.0.18

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 +15 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,6 +10,21 @@
10
10
 
11
11
  TypeScript client library for the DXtrade trading API based upon Nodejs.
12
12
 
13
+ ## Features
14
+
15
+ - [x] Authentication & session management
16
+ - [x] Submit orders (market, limit, stop)
17
+ - [x] Positions (get & close)
18
+ - [x] Account metrics & trade journal
19
+ - [x] Symbol search & instrument info
20
+ - [x] PnL assessments
21
+ - [x] Multi-broker support (FTMO, Eightcap, Lark Funding)
22
+ - [ ] Batch orders
23
+ - [ ] Close whole position helper
24
+ - [ ] Modify existing orders
25
+ - [ ] Real-time price streaming
26
+ - [ ] Order history
27
+
13
28
  ## Install
14
29
 
15
30
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielgroen/dxtrade-api",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "DXtrade trading API client library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",