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:
co-authored by
Claude Opus 4.8
parent
4bc7679ba3
commit
d9eafe32f7
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user