检查第二类买卖点

This commit is contained in:
Porter
2025-06-26 09:26:11 +08:00
parent 69a0a46a60
commit 1c168c27bd
3 changed files with 6 additions and 8 deletions
+2 -2
View File
@@ -3387,7 +3387,7 @@
if (fx.fx_strength < 1.0) { // 降低阈值让更多分型显示
displayText = fx.fx_strength >= 0.8 ? '' : '' // 0.8以上显示点,0.8以下不显示文本
}
displayText = fx.fx_type.replace("TOP", "").replace("BOTTOM", "").replace("1", "").replace("2", "").replace("30", "");
// 添加标记配置
const markerConfig = {
time: timestamp,
@@ -3536,7 +3536,7 @@
if (fx.fx_strength < 1.0){ // 调整小周期阈值
displayText = fx.fx_strength >= 0.6 ? '' : '' // 0.6以上显示点
}
displayText = fx.fx_type.replace("TOP", "").replace("BOTTOM", "").replace("1", "").replace("2", "").replace("30", "");
// 小周期分型标记配置
const markerConfig = {
time: timestamp,