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

15 lines
270 B
JSON
Raw Normal View History

{
"timestamp": "2026-01-27T00:00:00.107097",
"session_thresholds": {
"asian": 60,
"ny": 60,
"london": 60,
"overlap": 60
},
"settings": {
"lookback_trades": 20,
"target_win_rate": 0.6,
"min_threshold": 60,
"max_threshold": 95
}
}