hedgequantx 1.2.138 → 1.2.140

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.2.138",
3
+ "version": "1.2.140",
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": {
package/src/app.js CHANGED
@@ -676,10 +676,8 @@ const dashboardMenu = async (service) => {
676
676
  console.log(chalk.cyan('║') + chalk.green(padLine(connText, W)) + chalk.cyan('║'));
677
677
  }
678
678
 
679
- if (user) {
680
- const userText = 'Welcome, ' + user.userName.toUpperCase() + '!';
681
- console.log(chalk.cyan('║') + chalk.white(padLine(userText, W)) + chalk.cyan('║'));
682
- }
679
+ const userText = 'Welcome, HQX Trader!';
680
+ console.log(chalk.cyan('') + chalk.white(padLine(userText, W)) + chalk.cyan(''));
683
681
 
684
682
  console.log(chalk.cyan('╠' + '═'.repeat(W) + '╣'));
685
683
 
package/src/pages/algo.js CHANGED
@@ -1587,13 +1587,8 @@ const launchCopyTrading = async (config) => {
1587
1587
  bufferLine(chalk.cyan(V) + chalk.cyan(' ╚═╝ ╚═╝╚══════╝╚═════╝ ╚═════╝ ╚══════╝ ╚══▀▀═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ') + chalk.yellow('╚═╝ ╚═╝') + ' ' + chalk.cyan(V));
1588
1588
  bufferLine(chalk.cyan(MID));
1589
1589
 
1590
- // Centered title
1591
- const title1 = `Copy Trading System v${version}`;
1592
- bufferLine(chalk.cyan(V) + chalk.white(center(title1, W)) + chalk.cyan(V));
1593
- bufferLine(chalk.cyan(MID));
1594
-
1595
- // Centered subtitle
1596
- const title2 = 'HQX Ultra-Scalping Algorithm';
1590
+ // Centered subtitle only
1591
+ const title2 = 'HQX Ultra-Scalping';
1597
1592
  bufferLine(chalk.cyan(V) + chalk.yellow(center(title2, W)) + chalk.cyan(V));
1598
1593
 
1599
1594
  // Grid layout - 2 columns