hedgequantx 2.3.0 → 2.3.2
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 +7 -2
- package/dist/algo/copy-engine.jsc +0 -0
- package/dist/algo/engine.jsc +0 -0
- package/dist/algo/market-data-rithmic.jsc +0 -0
- package/dist/algo/market-data.jsc +0 -0
- package/dist/algo/rithmic/connection.jsc +0 -0
- package/dist/algo/rithmic/constants.jsc +0 -0
- package/dist/algo/rithmic/index.jsc +0 -0
- package/dist/algo/rithmic/market-data.jsc +0 -0
- package/dist/algo/rithmic/pnl.jsc +0 -0
- package/dist/algo/rithmic/pool.jsc +0 -0
- package/dist/algo/rithmic/trading.jsc +0 -0
- package/dist/algo/rithmic-decoder.jsc +0 -0
- package/dist/algo/strategies/ultra-scalping-v2.jsc +0 -0
- package/dist/algo/strategies/ultra-scalping.jsc +0 -0
- package/dist/algo/trading-api-rithmic.jsc +0 -0
- package/dist/algo/trading-api.jsc +0 -0
- package/dist/algo/utils/smart-logger.jsc +0 -0
- package/dist/algo/utils/smart-logs.jsc +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,10 +39,9 @@
|
|
|
39
39
|
| **Multi-Account** | Connect multiple accounts simultaneously |
|
|
40
40
|
| **Real-Time Stats** | Balance, P&L, positions, orders |
|
|
41
41
|
| **Algo Trading** | One Account & Copy Trading modes |
|
|
42
|
-
| **Ultra-Scalping** |
|
|
42
|
+
| **Ultra-Scalping** | Proprietary HQX Strategy |
|
|
43
43
|
| **Market Hours** | Auto-blocks when market closed |
|
|
44
44
|
| **Local Execution** | Direct API trading, no server needed |
|
|
45
|
-
| **Protected Strategy** | Bytecode compiled for protection |
|
|
46
45
|
| **Secure Storage** | AES-256-GCM encrypted sessions |
|
|
47
46
|
| **Auto-Update** | Built-in version checker |
|
|
48
47
|
|
|
@@ -56,6 +55,12 @@
|
|
|
56
55
|
npm i -g hedgequantx
|
|
57
56
|
```
|
|
58
57
|
|
|
58
|
+
### Update
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
npm update -g hedgequantx
|
|
62
|
+
```
|
|
63
|
+
|
|
59
64
|
### From Source
|
|
60
65
|
|
|
61
66
|
```bash
|
|
Binary file
|
package/dist/algo/engine.jsc
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|