exit-strategies

Define trade exit strategies with stop-loss, take-profit, and trailing stops.

266|54|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/agiprolabs/claude-trading-skills --skill exit-strategies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exit-strategies
Source: https://github.com/agiprolabs/claude-trading-skills/tree/main/skills/exit-strategies
Command: npx skills add https://github.com/agiprolabs/claude-trading-skills --skill exit-strategies

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas-ta, numpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive toolkit for defining and implementing systematic exit strategies, crucial for managing risk and locking in profits in trading.

Core Features & Use Cases

  • Diverse Exit Methods: Implements stop-loss, take-profit, trailing stops, time-based exits, and signal-based exits.
  • Adaptive Strategies: Includes ATR-based and volatility-adjusted stops to suit market conditions.
  • Use Case: Automatically define a trade exit plan that includes a 2% hard stop loss, a 2.5x ATR trailing stop, and scaled profit-taking tranches at 2R, 4R, and 8R.

Quick Start

Define an exit strategy for a long position using a 20% fixed stop loss and a 3x ATR trailing stop.

Frequently Asked Questions about exit-strategies

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement a trailing stop loss strategy for volatile assets?

To implement a trailing stop loss strategy, this tool uses ATR-based and volatility-adjusted mechanisms to adapt to market conditions. It specifically includes tailored exit logic for highly volatile assets like meme tokens and PumpFun.

What exit strategies can I use to lock in trading profits?

You can lock in trading profits using systematic exit strategies like fixed percentage stops, ATR-based stops, support-based exits, and scaled take-profit tranches at specific risk multiples like 2R, 4R, and 8R.

How do I set up a trade exit plan with both stop loss and take profit?

You set up a comprehensive trade exit plan by combining a hard stop loss, a trailing stop, and scaled profit-taking tranches. The system allows you to integrate these mechanisms with position sizing for execution planning.

Does this exit strategy tool support time-based and signal-based exits?

Yes, this exit strategy tool supports both time-based and signal-based exits. It provides systematic methods to define trade exits using these approaches alongside traditional stop-loss and take-profit mechanisms.

Can I calculate ATR-based stop losses using pandas-ta and numpy?

Yes, this system calculates ATR-based stop losses and volatility-adjusted exits using pandas-ta and numpy. These dependencies power the technical analysis required for adaptive exit strategy logic.

When should I use volatility-adjusted stops over fixed percentage stops?

Volatility-adjusted stops are preferred over fixed percentage stops when trading highly volatile assets like meme tokens. They adapt to changing market conditions using ATR-based calculations to prevent premature exits.