增加主力选股-批量分析功能

This commit is contained in:
oficcejo
2025-10-21 18:29:18 +08:00
parent acc00ec702
commit 09ef84a881
3 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -860,8 +860,7 @@ def display_main_force_batch_results(batch_results):
rating=rating,
entry_range=entry_range_dict if entry_range_dict else None,
take_profit=take_profit,
stop_loss=stop_loss,
notes=f"主力选股批量分析 | {rating}"
stop_loss=stop_loss
)
st.success(f"{symbol} - {name} 已加入监测列表")
except Exception as e:
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.