OVERVIEW The 'Fibonacci - DolphinTradeBot' indicator is a Pine Script-based tool for TradingView that dynamically identifies key Fibonacci retracement levels using ZigZag price movements. It aims to replicate the Fibonacci Retracement tool available in TradingView’s drawing tools. The indicator calculates Fibonacci levels based on directional price changes, marking critical retracement zones such as 0, 0.236, 0.382, 0.5, 0.618, 0.786, and 1.0 on the chart. These levels are visualized with lines and labels, providing traders with precise areas of potential price reversals or trend continuation.
HOW IT WORKS ? The indicator follows a zigzag structure. After a large swing movement, when new swings are formed without breaking the upper and lower levels, it places Fibonacci levels at the beginning and end points of the major swing movement."
▪️When Fibonacci retracement levels are determined, a "📌" mark appears on the chart. ▪️If the price closes outside of these levels, a "❌" mark will appear.
USAGE This indicator is designed to plot Fibonacci levels within an accumulation zone following significant price movements, helping you identify potential support and resistance. You can adjust the pivot periods to customize the zigzag settings to your preference. While classic Fibonacci levels are used by default, you also have the option to input custom levels and assign your preferred colors. "To view past levels, simply enable the 'Show Previous Levels' option, and to display the zigzag lines, activate the 'Show Zigzag' setting."
ALERTS The indicator, by default, triggers an alarm when both a level is formed and when a level is broken. However, if you'd like, you can select the desired level from the "Select Level" section in the indicator settings and set the alarm based on one of the conditions below. ▪️cross-up → If the price breaks the Fibonacci level to the upside. ▪️cross-down → If the price breaks the Fibonacci level to the downside. ▪️cross-any → If the price breaks the Fibonacci level in any direction.
In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publications is governed by House rules. You can favorite it to use it on a chart.
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.