strategy: implement model assist be-lock path and clarify audit note
All checks were successful
Gitea CI / test (push) Successful in 32s
Gitea CI / test (pull_request) Successful in 33s

This commit is contained in:
agentson
2026-03-02 09:31:38 +09:00
parent 2332ba868f
commit 5e4c94bfeb
6 changed files with 27 additions and 8 deletions

View File

@@ -85,6 +85,8 @@ def evaluate_exit(
reason = "atr_trailing_stop"
elif be_lock_threat:
reason = "be_lock_threat"
elif model_exit_signal and next_state == PositionState.BE_LOCK:
reason = "model_assist_be_lock"
elif take_profit_hit:
# Backward-compatible immediate profit-taking path.
reason = "arm_take_profit"