technical-analysis

Analyze financial price and volume data to identify market trends and invalidation points.

25|3|Updated Jul 14, 2026
One-click install
npx skills add https://github.com/nimadorostkar/Claude-Skills-collection --skill technical-analysis-nimadorostkar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: technical-analysis
Source: https://github.com/nimadorostkar/Claude-Skills-collection/tree/main/skills/finance/technical-analysis
Command: npx skills add https://github.com/nimadorostkar/Claude-Skills-collection --skill technical-analysis-nimadorostkar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas.

What problem does it solve?

This skill removes subjective bias from chart analysis by enforcing an objective, structure-first approach to evaluating financial instruments, preventing common pitfalls like over-interpreting patterns or ignoring volume confirmation.

Core Features & Use Cases

  • Objective Trend Identification: Uses moving averages and swing high/low analysis to define market states (uptrend, downtrend, or range) without emotional interpretation.
  • Volume Confirmation: Validates price movements against volume data to distinguish between genuine trends and noise.
  • Risk Management: Forces the definition of an explicit invalidation point (stop-loss) based on market structure rather than arbitrary loss tolerance.

Quick Start

Use the technical-analysis skill to evaluate the current price structure and volume confirmation for the provided AAPL daily chart data.

Frequently Asked Questions about technical-analysis

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

FAQPage Schema
How do I objectively define market trends using price and volume data?

To define market trends objectively, this analysis applies moving averages and swing high/low evaluation to price and volume data, characterizing structures as uptrend, downtrend, or range without emotional interpretation.

How does volume confirmation distinguish genuine trends from market noise?

Volume confirmation validates price movements by cross-referencing volume data against price structure, filtering out false signals and distinguishing genuine market trends from random noise or low participation fluctuations.

What is the best way to set a stop-loss based on market structure?

The best way to set a market structure stop-loss is by identifying explicit structural invalidation points from swing analysis, rather than using arbitrary loss tolerance, to enforce objective risk management.

Can I use pandas for time-series manipulation in financial chart analysis?

Yes, you can use pandas for time-series manipulation in financial chart analysis, as this approach requires structured data inputs and pandas to perform moving average and swing high/low calculations.

What data format is needed to perform moving average and swing analysis?

Performing moving average and swing analysis requires structured time-series data inputs containing financial price and volume metrics, which are processed using pandas to characterize asset performance and risk levels.

When should I avoid subjective pattern interpretation in trading research?

You should avoid subjective pattern interpretation in trading research when evaluating asset performance, opting instead for an objective, structure-first approach that enforces volume confirmation to prevent over-interpreting chart patterns.