financial-market-charts

Convert raw market price data into candlestick, OHLC, Kagi, or point-and-figure charts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Org-GAgent/result-interpreter --skill financial-market-charts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: financial-market-charts
Source: https://github.com/Org-GAgent/result-interpreter/tree/main/.skills/visualization-skills/financial-market-charts
Command: npx skills add https://github.com/Org-GAgent/result-interpreter --skill financial-market-charts

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Market analysts need fast, accurate visualizations of price data to interpret movement, reversals, and structure. This skill provides ready-to-use candlestick, OHLC, Kagi, and Point & Figure charts to reveal price action with market semantics.

Core Features & Use Cases

  • Candlestick Chart: standard visual encoding for daily price action.
  • OHLC Chart: compact open-high-low-close representation for quick overviews.
  • Kagi & Point & Figure: reversal-based charts highlighting trend changes and support/resistance patterns.
  • Use Case: visualize a time series of prices to identify reversals and key price levels for trading decisions.

Quick Start

Run the market charts script with your CSV data to produce the chosen chart type.

Frequently Asked Questions about financial-market-charts

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

FAQPage Schema
How do I generate a candlestick chart from CSV price data in Python?

To generate a candlestick chart from CSV price data, this skill converts raw market price rows into publication-quality visualizations using matplotlib, numpy, and pandas, saving the rendered output to a results directory.

What is the difference between Kagi and point-and-figure charts for visualizing market reversals?

Kagi and point-and-figure charts are reversal-based visualizations that filter out minor price movements. This skill renders both chart types from time series data to highlight trend changes and key support/resistance levels for trading decisions.

Can I use matplotlib and pandas to plot OHLC charts for trading analysis?

Yes, you can plot OHLC charts for trading analysis. This skill leverages matplotlib and pandas dependencies to produce compact open-high-low-close representations, providing quick overviews of daily price action from your financial datasets.

Does this market charting skill work with standard time series datasets?

Yes, this market charting skill works with standard time series datasets. It processes raw market price data across finance, trading, or research datasets to visualize price movements and clearly labels axes during the rendering process.

What's the best way to visualize support and resistance levels without plotting every time interval?

The best way to visualize support and resistance levels without plotting every interval is using Kagi or point-and-figure charts. This skill generates these reversal-based charts to reveal underlying price structure and market semantics.

Why do my financial market charts lack clear axes and publication-quality rendering?

Financial market charts lack clear axes when using basic plotting without semantic labeling. This skill satisfies matplotlib, numpy, and pandas dependencies during rendering to ensure axes are clearly labeled and outputs are publication-quality.