|
|
@@ -623,7 +623,8 @@ async function checkPlanCBuyNotify(pksPlanItemData, pksPlanListData) {
|
|
|
tipsMsg += analyseLogMsg;
|
|
|
} else {
|
|
|
tipsMsg = '⚠️' + tipsMsg;
|
|
|
- tipsMsg += `\n胜率:${probability.toFixed(2)},不大于预设值${proAllowValue},请自主下单`;
|
|
|
+ tipsMsg += `\n胜率:${probability.toFixed(2)},小于预设值${proAllowValue},请自主下单`;
|
|
|
+ tipsMsg += analyseLogMsg;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -681,7 +682,8 @@ async function checkPlanBBuyNotify(pksPlanItemData, pksPlanListData) {
|
|
|
tipsMsg += analyseLogMsg;
|
|
|
} else {
|
|
|
tipsMsg = '⚠️' + tipsMsg;
|
|
|
- tipsMsg += `\n胜率:${probability.toFixed(2)},不大于预设值${proAllowValue},请自主下单`;
|
|
|
+ tipsMsg += `\n胜率:${probability.toFixed(2)},小于预设值${proAllowValue},请自主下单`;
|
|
|
+ tipsMsg += analyseLogMsg;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -739,7 +741,8 @@ async function checkPlanABuyNotify(pksPlanItemData, pksPlanListData) {
|
|
|
tipsMsg += analyseLogMsg;
|
|
|
} else {
|
|
|
tipsMsg = '⚠️' + tipsMsg;
|
|
|
- tipsMsg += `\n胜率:${probability.toFixed(2)},不大于预设值${proAllowValue},请自主下单`;
|
|
|
+ tipsMsg += `\n胜率:${probability.toFixed(2)},小于预设值${proAllowValue},请自主下单`;
|
|
|
+ tipsMsg += analyseLogMsg;
|
|
|
}
|
|
|
}
|
|
|
|