Files
Place-Order-Trading-Bot/dynamic_thresholds.json
T

15 lines
270 B
JSON
Raw Normal View History

{
"timestamp": "2026-01-21T13:09:03.667837",
"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
}
}