@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.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# DXtrade API
|
|
2
2
|
|
|
3
|
-
[](https://nodejs.org)
|
|
4
|
+
[](https://www.typescriptlang.org)
|
|
4
5
|
[](https://www.npmjs.com/package/@danielgroen/dxtrade-api)
|
|
5
6
|
[](LICENSE)
|
|
6
7
|
[](https://github.com/danielgroen/dxtrade-api/actions/workflows/tests.yml)
|
|
@@ -8,7 +9,7 @@
|
|
|
8
9
|
|
|
9
10
|
[](https://demo.dx.trade/developers/#/)
|
|
10
11
|
|
|
11
|
-
Unofficial
|
|
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.
|
|
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",
|