positions

Automate stop-loss, take-profit, and trailing stop orders for trading positions.

650|137|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/alsk1992/CloddsBot --skill positions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: positions
Source: https://github.com/alsk1992/CloddsBot/tree/main/src/skills/bundled/positions
Command: npx skills add https://github.com/alsk1992/CloddsBot --skill positions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps traders manage their open positions by automating crucial risk management and profit-taking actions, preventing manual errors and emotional trading decisions.

Core Features & Use Cases

  • Automated Stop-Loss: Set fixed or trailing stop-loss orders to limit potential losses.
  • Take-Profit Orders: Automatically exit positions at predefined profit targets.
  • Partial Exits: Scale out of positions by closing portions at different price levels.
  • Use Case: When you open a futures contract, you can use this Skill to immediately set a stop-loss 5% below your entry price and a take-profit order 20% above, ensuring your risk and reward are managed automatically.

Quick Start

Use the positions skill to set a stop-loss for position ID 'pos-123' at a price of $0.35.

Frequently Asked Questions about positions

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

FAQPage Schema
How do I automate stop-loss and take-profit orders for open trading positions?

You automate stop-loss and take-profit orders by configuring a position management skill to monitor real-time price feeds and execute exit rules automatically. This prevents manual errors and removes emotional trading decisions.

What is trailing stop-loss automation and when do I need it?

Trailing stop-loss automation dynamically adjusts exit prices as markets move favorably, protecting profits while limiting downside risk. You need it when managing futures contracts or volatile assets where manual position monitoring is impractical.

Can I scale out of positions and set partial take-profit targets?

Yes, you can scale out of positions by configuring partial exits that close portions of your trade at different price levels. This secures profits incrementally while leaving the remaining position open for potential further market gains.

Does automated position management work across different trading platforms and market types?

Automated position management supports execution across various trading platforms and market types, provided you integrate it with trading execution modules and real-time price feeds for dynamic order adjustments.

How do I set a stop-loss for a specific position ID?

To set a stop-loss for a specific position ID, invoke the position management skill with the target identifier and the desired trigger price. The system monitors the real-time price feed and executes the exit order automatically.

What are the limitations of automating risk management for trading positions?

The main limitation of automating risk management is the strict dependency on continuous real-time price feeds and trading execution modules. If market connectivity drops, dynamic trailing stops and automated take-profit orders cannot adjust properly.