Files
Place-Order-Trading-Bot/dynamic_thresholds.json
T
cbazza ccbc5f8d06 fix: Correct function name check_existing_position to check_existing_positions
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
2026-01-21 13:29:45 +01:00

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
}
}