hedgequantx 2.9.61 → 2.9.62
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
|
@@ -255,7 +255,7 @@ const copyTradingMenu = async () => {
|
|
|
255
255
|
if (enableAI) {
|
|
256
256
|
// Run pre-flight check - ALL agents must pass
|
|
257
257
|
console.log();
|
|
258
|
-
console.log(chalk.yellow(' Running AI pre-
|
|
258
|
+
console.log(chalk.yellow(' Running AI pre-algo check...'));
|
|
259
259
|
console.log();
|
|
260
260
|
|
|
261
261
|
const agents = getActiveAgents();
|
|
@@ -96,7 +96,7 @@ const customStrategyMenu = async (service) => {
|
|
|
96
96
|
if (aiSupervision) {
|
|
97
97
|
// Run pre-flight check - agent must pass
|
|
98
98
|
console.log();
|
|
99
|
-
console.log(chalk.yellow(' Running AI pre-
|
|
99
|
+
console.log(chalk.yellow(' Running AI pre-algo check...'));
|
|
100
100
|
console.log();
|
|
101
101
|
|
|
102
102
|
const agents = getActiveAgents();
|
|
@@ -181,7 +181,7 @@ const oneAccountMenu = async (service) => {
|
|
|
181
181
|
if (enableAI) {
|
|
182
182
|
// Run pre-flight check - ALL agents must pass
|
|
183
183
|
console.log();
|
|
184
|
-
console.log(chalk.yellow(' Running AI pre-
|
|
184
|
+
console.log(chalk.yellow(' Running AI pre-algo check...'));
|
|
185
185
|
console.log();
|
|
186
186
|
|
|
187
187
|
const agents = getActiveAgents();
|