refactor: rewrite Coin Hunter as short-term trading framework with auto-trading architecture
This commit is contained in:
40
references/review-template.md
Normal file
40
references/review-template.md
Normal 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
|
||||
- [ ] …
|
||||
- [ ] …
|
||||
Reference in New Issue
Block a user