Intent-Code Divergence
Medium
- Confidence
- 91% confidence
- Finding
- The skill repeatedly states that the strategy depends on its minimal_roi ladder and documents the ladder as core behavior, but the provided reference config sets `minimal_roi` to `{"0": 100.0}`, which would disable normal ROI-taking if taken at face value. Although line L135 clarifies that strategy-level `minimal_roi` overrides config-level, the config snippet itself actively presents contradictory behavior to the documented trading logic.
