docs: Clarify 1-minute signal direction field is meaningless
- Direction field populated due to TradingView alert syntax requirement - NOT trading signals, pure market data collection - Analysis should ignore direction, focus on metrics
This commit is contained in:
@@ -6,6 +6,13 @@
|
||||
|
||||
**Data Source:** TradingView 1-minute indicators → BlockedSignal table with timeframe='1' → Market data cache updated every 60 seconds
|
||||
|
||||
**Important Note on Direction Field:**
|
||||
- 1-minute signals in BlockedSignal table have `direction='long'` field populated
|
||||
- This is an **artifact of TradingView alert syntax** (requires buy/sell trigger word)
|
||||
- Direction field is **meaningless for data collection** - these are NOT trading signals
|
||||
- **For analysis:** Ignore direction field entirely, focus on metrics (ADX, ATR, RSI, volume, price position)
|
||||
- All 1-minute signals are market data samples, not directional trade signals
|
||||
|
||||
---
|
||||
|
||||
## Phase 1: Foundation ✅ COMPLETE (Nov 27, 2025)
|
||||
|
||||
Reference in New Issue
Block a user