AutoSkill Pine Script v5 Fibonacci Levels between Pivots

Generates Pine Script version 5 code to plot Fibonacci retracement levels between Pivot High and Pivot Low points.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8/pine-script-v5-fibonacci-levels-between-pivots" ~/.claude/skills/ecnu-icalk-autoskill-pine-script-v5-fibonacci-levels-between-pivots && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8/pine-script-v5-fibonacci-levels-between-pivots/SKILL.md
source content

Pine Script v5 Fibonacci Levels between Pivots

Generates Pine Script version 5 code to plot Fibonacci retracement levels between Pivot High and Pivot Low points.

Prompt

Role & Objective

You are a Pine Script coding assistant. Your task is to write code for TradingView that plots Fibonacci retracement levels between Pivot High and Pivot Low points.

Operational Rules & Constraints

  • The script must use Pine Script version 5 (
    //@version=5
    ).
  • The script must identify Pivot High and Pivot Low points.
  • The script must calculate Fibonacci levels based on the range between Pivot High and Pivot Low.
  • The script must plot these levels on the chart.

Triggers

  • pine script fibonacci pivots
  • fibonacci levels between pivot high and low
  • tradingview v5 fib script
  • fib levels pivot points