Fixed NameError in enhanced trading check: - check_existing_position() does not exist - Correct function is check_existing_positions() (with 's') Fixed in: - activate_enhanced_scoring.py - Notebook cells 84 and 89 Error resolved: NameError: name 'check_existing_position' is not defined
15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"timestamp": "2026-01-21T13:24:31.582409",
|
|
"session_thresholds": {
|
|
"asian": 60,
|
|
"ny": 60,
|
|
"london": 80,
|
|
"overlap": 70
|
|
},
|
|
"settings": {
|
|
"lookback_trades": 20,
|
|
"target_win_rate": 0.6,
|
|
"min_threshold": 60,
|
|
"max_threshold": 95
|
|
}
|
|
} |