bifitnex-trading/memory/feedback_no_misleading_signals.md
kroutony d261b36460 Add hourly Slack trend report, log all HOLD reasons, whale correlation analysis
- hourly_trend_report.py: standalone cron script (XX:00:30) sends 1h bullish/bearish status
- slack_notifier.py: add send_market_trend_report() — simple bullish/bearish only, no entry signals
- main.py: log all 15 HOLD reasons (not just first 3) for debugging all-HOLD cycles
- backtest/whale_correlation.py: blockchain.com on-chain correlation analysis (result: no signal)
- memory/: update project memory with architecture split, cron layout, feedback

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 13:45:52 +00:00

12 lines
509 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: No misleading entry signals in reports
description: Trend report should not imply entry readiness — only show market state (bullish/bearish)
type: feedback
---
趨勢報告不要顯示「可進場」之類的判斷字眼,只報告多頭/空頭。
**Why:** 趨勢報告顯示「可進場」但 LLM 沒進場造成混淆。Production 進場完全由 LLM 判斷,程式邏輯判斷與 LLM 不一致。
**How to apply:** Slack 報告只呈現客觀市場數據,不做進場/出場建議。