positions

Manage open trading positions with automated stop-loss, take-profit and trailing logic via CLI and TypeScript interface.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill positions-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: positions
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/positions
Command: npx skills add https://github.com/nirholas/agenti --skill positions-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage open trading positions with automated risk controls including stop-loss, take-profit, and trailing stops to protect capital and lock in gains.

Core Features & Use Cases

  • Automated stop-loss, take-profit, and trailing stop management for open positions
  • Quick listing, detailed view, and batch closing of positions to manage risk
  • Real-time summaries of unrealized PnL and risk metrics for informed decisions

Quick Start

List open positions and set a stop-loss for a specific position.

Frequently Asked Questions about positions

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

FAQPage Schema
How do I manage open DeFi positions with automated stop-loss and take-profit?

This Skill manages open trading positions with automated stop-loss, take-profit, and trailing stop logic to protect capital. It enables listing, updating, and closing cross-chain DeFi positions with safe defaults and robust error handling.

How does a trailing stop work for cross-chain crypto trading positions?

Trailing stops automatically adjust stop prices as market conditions shift favorably, locking in unrealized gains. This Skill implements trailing stop logic alongside standard stop-loss and take-profit parameters to manage risk on cross-chain DeFi positions.

Can I batch close multiple trading positions and view unrealized PnL summaries?

Yes, you can batch close multiple trading positions and view real-time summaries of unrealized PnL and risk metrics. The Skill enables quick listing, detailed per-position views, and batch closing to manage portfolio risk efficiently.

Does this position management tool require any specific dependencies or components?

No external dependencies or components are required. This Skill implements a standalone TypeScript-based position manager exposed via a CLI surface and a standardized skill interface, operating with safe defaults and robust error handling.

What is the best way to update risk controls for existing portfolio positions?

The best way to update risk controls for existing portfolio positions is via the Skill's CLI interface, which allows adjusting stop-loss, take-profit, and trailing stop parameters. It ensures robust error handling and safe defaults when modifying open positions.