@1363/position-snapshot

Generate OHLC candlestick charts with trading position overlays using matplotlib.

1|2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Starchild-ai-agent/community-skills --skill 1363-position-snapshot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: @1363/position-snapshot
Source: https://github.com/Starchild-ai-agent/community-skills/tree/main/1363/position-snapshot
Command: npx skills add https://github.com/Starchild-ai-agent/community-skills --skill 1363-position-snapshot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires matplotlib, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a clear, visual representation of your current trading positions directly on a price chart, making it easier to understand your risk and market context.

Core Features & Use Cases

  • OHLC Candlestick Charts: Displays standard price action data.
  • Position Overlays: Shows entry price, open limit orders, PnL, and liquidation price.
  • Custom Zones: Highlights important price levels like liquidity zones.
  • Use Case: When you want to quickly see where your open trade is relative to recent price action and your entry point, or to visualize your open limit orders.

Quick Start

Generate a chart for my short BTC position showing entry at $72837, current price $71231, and open limit orders.

Frequently Asked Questions about @1363/position-snapshot

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

FAQPage Schema
How do I visualize trading positions on a price chart?

To visualize trading positions, you can generate OHLC candlestick charts with overlays for entry price, open orders, PnL, and liquidation levels by passing JSON data for coins and price levels.

Can I show open limit orders and liquidation zones on an OHLC chart?

Yes, you can overlay open limit orders, liquidation prices, and custom liquidity zones directly onto OHLC candlestick charts to understand your risk and market context.

How do I create a candlestick chart for my Hyperliquid positions?

You generate a candlestick chart for Hyperliquid positions by providing JSON arguments containing your coin data, orders, and price levels, which the tool then renders visually.

Do I need matplotlib to render trading position overlays?

Yes, matplotlib is required as a dependency to render the OHLC candlestick charts and display the visual overlays for your trading positions and custom price zones.

What is the best way to map entry price and PnL against current market action?

Mapping entry price and PnL against market action is best done by generating a chart that overlays these specific data points onto standard OHLC candlestick price action data.

What data format is required to generate trading position charts?

Generating trading position charts requires passing your coin data, open orders, and price levels as JSON arguments to populate the OHLC chart and position overlays.