hedgequantx 1.2.138 → 1.2.139
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 +1 -1
- package/src/pages/algo.js +2 -7
package/package.json
CHANGED
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
|
|
1591
|
-
const
|
|
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
|