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.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill pine-script-v5-fibonacci-levels-between-pivotsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.3 KB, 172 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.