hedgequantx 1.2.79 → 1.2.80
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 +1 -1
package/package.json
CHANGED
package/src/pages/algo.js
CHANGED
|
@@ -435,7 +435,7 @@ const launchAlgo = async (service, account, contract, numContracts, dailyTarget,
|
|
|
435
435
|
|
|
436
436
|
// Centered subtitle
|
|
437
437
|
const title2 = 'HQX Ultra-Scalping Algorithm';
|
|
438
|
-
console.log(chalk.cyan(V) + chalk.
|
|
438
|
+
console.log(chalk.cyan(V) + chalk.yellow(center(title2, W)) + chalk.cyan(V));
|
|
439
439
|
console.log(chalk.cyan(MID));
|
|
440
440
|
|
|
441
441
|
// Grid layout for metrics - each in its own cell
|