hedgequantx 1.8.15 → 1.8.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgequantx",
3
- "version": "1.8.15",
3
+ "version": "1.8.16",
4
4
  "description": "Prop Futures Algo Trading CLI - Connect to Topstep, Alpha Futures, and other prop firms",
5
5
  "main": "src/app.js",
6
6
  "bin": {
@@ -186,9 +186,9 @@ class AlgoUI {
186
186
 
187
187
  this._line(chalk.cyan(GM));
188
188
 
189
- // Row 5: Latency | Platform
189
+ // Row 5: Latency | Propfirm
190
190
  const r5c1 = buildCell('Latency', `${stats.latency || 0}ms`, latencyColor, colL);
191
- const r5c2 = buildCell('Platform', stats.platform || 'N/A', chalk.cyan, colR);
191
+ const r5c2 = buildCell('Propfirm', stats.propfirm || 'N/A', chalk.cyan, colR);
192
192
  row(r5c1.padded, r5c2.padded);
193
193
 
194
194
  this._line(chalk.cyan(GB));