Stop Loss Check

🌐Community
by felixwayne0318 · vlatest · Repository

This "Stop Loss Check" verifies if your current stop-loss order is appropriately placed to manage risk and protect profits based on market fluctuations.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add stop-loss-check npx -- -y @trustedskills/stop-loss-check
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "stop-loss-check": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/stop-loss-check"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill, stop-loss-check, allows an AI agent to verify and adjust stop-loss orders in a trading strategy. It assesses current market conditions against pre-defined stop-loss levels and suggests modifications to protect capital and optimize potential gains. The tool is designed for automated trading systems or agents requiring dynamic risk management.

When to use it

  • Market Volatility: Use when experiencing high volatility to ensure stop-losses remain effective in protecting profits or limiting losses.
  • Trend Reversals: Employ after a significant price movement to re-evaluate and potentially adjust stop-loss levels based on new support/resistance points.
  • Automated Trading Systems: Integrate into automated trading systems for continuous, dynamic risk management without manual intervention.
  • Portfolio Review: Use during portfolio reviews to proactively identify potential risks associated with existing positions.

Key capabilities

  • Stop-loss level assessment
  • Market condition analysis
  • Stop-loss adjustment suggestions
  • Risk protection optimization

Example prompts

  • "Check the stop-loss for my long position in AAPL."
  • "Suggest a new stop-loss level for BTC given current market volatility."
  • "Evaluate if my existing stop-loss order is still appropriate for TSLA considering recent price action."

Tips & gotchas

This skill requires access to real-time or near real-time market data to function effectively. The accuracy of the suggestions depends on the quality and timeliness of this data feed.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
felixwayne0318
Installs
9

🌐 Community

Passed automated security scans.