Intent-Code Divergence
Medium
- Confidence
- 98% confidence
- Finding
- The strategy advertises and attempts to use a trailing stop, but the configuration dataclass does not define `trailing_stop_pct`. As a result, calling `get_exit_signal()` while in a position can raise an `AttributeError`, disabling exit logic and potentially leaving positions unmanaged during adverse price moves. In an automated trading context, this mismatch is operationally dangerous because it can prevent risk controls from functioning when they are most needed.
