- 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>
14 lines
442 B
Markdown
14 lines
442 B
Markdown
---
|
||
name: Backtest V3 context filters
|
||
description: V3 added BTC trend, buy pressure, funding sentiment — return improved from -19% to -13%
|
||
type: project
|
||
---
|
||
|
||
V3 回測 (2025-07-01 ~ 2026-03-17, $10k):
|
||
- Return: -19.07% → -13.48%
|
||
- Max DD: -27.19% → -18.25%
|
||
- BUYs: 385 → 189 (-51%)
|
||
|
||
新增 context 參數:BTC 趨勢過濾、buy_pressure (OHLCV proxy)、funding sentiment (perp basis)。
|
||
只影響 backtest,不影響 production。
|