Gewinn-Close & Notfall-Stop nicht mehr beim Öffnen setzen

sr_close_min_gain_pct und auto_emergency_margin_pct auf 0 (User-Vorgabe): beim
Eröffnen einer Position wird nichts mehr automatisch armiert, nur manuell im UI
gesetzte Werte greifen. Mechanik bleibt im Code (reaktivierbar via ini).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Axel Hocks
2026-07-24 17:56:49 +02:00
co-authored by Claude Opus 4.8
parent 4bc7679ba3
commit d9eafe32f7
3 changed files with 40 additions and 41 deletions
+2 -2
View File
@@ -37,13 +37,13 @@ auto_squeeze_skip_night = false
auto_squeeze_reverse = false
auto_emergency_loss = 0
auto_emergency_pct = 0
auto_emergency_margin_pct = 3.0
auto_emergency_margin_pct = 0
auto_takeprofit = 0
auto_sr_close = true
sr_close_pbreak = 0.60
export_mql5_levels = true
sr_close_min_gain = 0
sr_close_min_gain_pct = 3.0
sr_close_min_gain_pct = 0
startup_close_grace_s = 60
[gemini]