This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# ORB Phase 5 Alternative — Momentum Signal Weight
#
# Tests whether adding 5-day prior return as a ranking signal improves OOS Sharpe.
# weight_momentum=0 by default (inactive). Positive momentum in breakout direction
# may indicate stronger continuation.
#
# Combined with Phase 4 winner weights, only sweeps momentum signal.
# 5 combinations × all OOS eval
#
# IMPORTANT: Update base_config to Phase 4 winner before running!