- 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>
12 lines
509 B
Markdown
12 lines
509 B
Markdown
---
|
||
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 報告只呈現客觀市場數據,不做進場/出場建議。
|