refactor: rewrite Coin Hunter as short-term trading framework with auto-trading architecture

This commit is contained in:
2026-04-16 03:03:25 +08:00
parent 73a3cb6952
commit a4ba9bb64e
5 changed files with 716 additions and 256 deletions

View File

@@ -0,0 +1,40 @@
# Review Report Template
## Header
- Review Period: [Start] — [End]
- Total Decisions: N
- Total Trades Executed: N
- Portfolio Value Change: +X% / -X%
## Decision Quality Breakdown
### 1. Hold Decisions
- Count: N
- Outcome: [mostly correct / neutral / mostly wrong]
- Key Insight: …
### 2. Sell Decisions
- Count: N
- Good exits (avoided further drop): N
- Missed runs (sold too early): N
- Avg opportunity cost of early exits: X%
### 3. Buy / Rebalance Decisions
- Count: N
- Profitable entries: N
- Losing entries: N
- Avg estimated PnL: X%
## Market Context During Period
- BTC trend: [up / down / sideways]
- Dominant narrative: …
- Liquidity condition: [high / normal / low]
## Strategy Adjustments Recommended
1.
2.
3.
## Action Items for Next Hour
- [ ]
- [ ]