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 8b — Bar Size with Scaled Timeout
#
# Phase 8a failed: 30/60/90m bars produced 0 trades because
# order_timeout_minutes=20 < sim_bar_minutes → order expires before first bar close.
#
# Fix: use order_timeout_minutes=120 for all bar sizes (generous, valid for all).
# This lets large-bar configs actually execute trades.
#
# Also testing orb_minutes 5/10: larger ORB window for larger bars.