fibonacci-analysis

Computes Fibonacci retracement levels and identifies the 61.5%-61.8% zone for trades.

2|Updated Sep 20, 2025
One-click install
npx skills add https://github.com/HuskyDanny/FinancialAgent --skill fibonacci-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fibonacci-analysis
Source: https://github.com/HuskyDanny/FinancialAgent/tree/main/backend/src/agent/skills/technical/fibonacci-analysis
Command: npx skills add https://github.com/HuskyDanny/FinancialAgent --skill fibonacci-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps traders and analysts identify key support and resistance levels in financial markets by calculating Fibonacci retracement levels.

Core Features & Use Cases

  • Fibonacci Level Calculation: Computes standard Fibonacci retracement levels (23.6%, 38.2%, 50%, 61.8%, 78.6%).
  • Golden Zone Identification: Highlights the critical 61.5%-61.8% "golden zone" for support or resistance.
  • Trend Assessment: Analyzes current price position relative to the golden zone to infer bullish or bearish sentiment.
  • Use Case: A trader can use this Skill to quickly determine potential entry or exit points for a stock based on its recent price action and Fibonacci levels.

Quick Start

Calculate the Fibonacci retracement levels for the symbol AAPL using historical price data.

Frequently Asked Questions about fibonacci-analysis

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

FAQPage Schema
How do I calculate Fibonacci retracement levels for trading?

To calculate Fibonacci retracement levels, you need historical price data to compute standard percentages (23.6%, 38.2%, 50%, 61.8%, 78.6%) and identify the golden zone for support and resistance. The Skill processes price swings to pinpoint these exact levels.

What is the Fibonacci golden zone in technical analysis?

The Fibonacci golden zone in technical analysis is the critical 61.5% to 61.8% retracement area used to identify key support or resistance. Analyzing current price position relative to this zone helps infer bullish or bearish market sentiment.

Can I use Fibonacci retracement to find entry and exit points for stocks?

Yes, you can use Fibonacci retracement to find potential entry and exit points for stocks by applying the calculated levels to recent price action. Traders use these support and resistance lines to determine optimal trading positions based on historical swings.

Do I need historical price data to identify Fibonacci support and resistance?

Yes, you need historical price data to identify Fibonacci support and resistance, because the calculation requires past price swings to measure retracement levels accurately. A dedicated Fibonacci calculation tool processes this data to output the required percentages.

What are the limitations of using Fibonacci retracement for market analysis?

A limitation of using Fibonacci retracement for market analysis is its reliance on accurate historical price swings and a dedicated calculation tool. It identifies support and resistance levels but should be paired with other technical analysis methods to confirm trend direction.