Handles trailing stop losses for trading positions, protecting profits as they grow. The default "high water" mode keeps a percentage of your peak ROE, so a position at +200% with 85% lock maintains a floor at +170%. It recalculates on every tick with no ceiling, meaning the geometry stays constant regardless of how high gains run. The skill is careful to distinguish between dynamic and static stops, prompting users when the intent isn't clear. With 461 installs and passing most security audits, it's clearly seeing real use in automated trading setups. Worth noting it only handles the trailing behavior, not fixed price stops.
npx skills add https://github.com/senpi-ai/senpi-skills --skill dsl-dynamic-stop-loss