fix: Correct EnhancedSignal attribute names in cells
Fixed AttributeError caused by wrong attribute access: - Changed component_scores['trend'] → trend_score - Changed component_scores['volume'] → volume_score - Changed component_scores['momentum'] → momentum_score - Changed component_scores['support_resistance'] → support_resistance_score - Changed component_scores['fibonacci'] → fibonacci_score - Changed reasoning → reason Files fixed: - activate_enhanced_scoring.py - Notebook cells 84, 87 regenerated Error resolved: AttributeError: 'EnhancedSignal' object has no attribute 'component_scores'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"timestamp": "2026-01-21T10:14:56.944076",
|
||||
"timestamp": "2026-01-21T13:09:03.667837",
|
||||
"session_thresholds": {
|
||||
"asian": 60,
|
||||
"ny": 60,
|
||||
|
||||
Reference in New Issue
Block a user