hedgequantx 2.6.11 → 2.6.13

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": "2.6.11",
3
+ "version": "2.6.13",
4
4
  "description": "HedgeQuantX - Prop Futures Trading CLI",
5
5
  "main": "src/app.js",
6
6
  "bin": {
package/src/app.js CHANGED
@@ -143,7 +143,7 @@ const banner = async (clear = true) => {
143
143
  console.log(chalk.cyan('╠' + '═'.repeat(innerWidth) + '╣'));
144
144
 
145
145
  const tagline = isMobile ? `HQX v${version}` : `PROP FUTURES ALGO TRADING v${version}`;
146
- console.log(chalk.cyan('║') + chalk.white(centerText(tagline, innerWidth)) + chalk.cyan('║'));
146
+ console.log(chalk.cyan('║') + chalk.yellow(centerText(tagline, innerWidth)) + chalk.cyan('║'));
147
147
 
148
148
  // Close box for loading state
149
149
  console.log(chalk.cyan('╚' + '═'.repeat(innerWidth) + '╝'));
@@ -174,7 +174,7 @@ const bannerOpen = async () => {
174
174
  console.log(chalk.cyan('╠' + '═'.repeat(innerWidth) + '╣'));
175
175
 
176
176
  const tagline = isMobile ? `HQX v${version}` : `PROP FUTURES ALGO TRADING v${version}`;
177
- console.log(chalk.cyan('║') + chalk.white(centerText(tagline, innerWidth)) + chalk.cyan('║'));
177
+ console.log(chalk.cyan('║') + chalk.yellow(centerText(tagline, innerWidth)) + chalk.cyan('║'));
178
178
  // NO bottom border - dashboardMenu will continue
179
179
  };
180
180
 
@@ -38,7 +38,7 @@ const dashboardMenu = async (service) => {
38
38
 
39
39
  // Continue from banner (use ╠ not ╔)
40
40
  console.log(chalk.cyan('╠' + '═'.repeat(W) + '╣'));
41
- console.log(makeLine(chalk.yellow.bold('WELCOME, HQX TRADER!'), 'center'));
41
+ console.log(makeLine(chalk.cyan.bold('WELCOME, HQX TRADER!'), 'center'));
42
42
  console.log(chalk.cyan('╠' + '═'.repeat(W) + '╣'));
43
43
 
44
44
  // Show connected propfirms