DMI+ADX w/ Slope Colour & Fib LevelsThis is a DMI+ADX with colours based on the slope of the plot, with Fibonacci levels.
It makes it easier to see what is happening with a quick glance. I have also added Fib levels as an experiment, but when doing some backtesting they seem to line up reasonably well with past price movements. They can be used to see possible reversal areas, or as thresholds to gauge how strong the trend is. Fibs play a big role in the markets for some reason and I have seen them applied to more than PA with good results, but I know it will not fit into every strategy. The more standard settings for the thresholds are 25,50,75 and you can change them to those if you want, but I suggest taking a look at the Fib version first.
The ADX smoothing is set up for Crypto trading on Mid to High TFs. If you are trading sub 1hour charts I would suggest changing it to 3-4. If you are trading traditional markets it is probably a good idea to have it set somewhere between 6-14 (default is 14), but I am not a professional so please do your own testing and research.
Colours:
ADX going up = Green
ADX going down = Red
DMI+ going up = Bright Aqua
DMI+ going down = Turquoise / Dark Aqua
DMI- going up = Bright Purple
DMI- going down = Dark Purple
(if someone finds a better colour system please let me know as it is tricky to get it looking good without being unicorn puke)
This is my first script and I am just beginning to learn PineScript so somethings may have been done in an unorthodox manner but I believe everything is working as it should, however, I am happy to make any improvements. I'm interested in what people think of the Fib levels on this indicator and would love to hear people opinions and results in the comments.
Cari dalam skrip untuk "fib"
bg_FibCastVersion 1.0
A simple script to place horizontal lines where fib levels are, over a given period of candles, on a specified or charted time-frame. Includes the option to fib-retrace a "sub-zone" or the space between Fibonacci levels.
In The Depicted Example Above:
- Large white Fibonacci Lines from 377 Daily Candle Range, Gray "Sub-Fib" levels are plotted in "Zone 4" of the 377 1D Fib. Re-trace. (Zone 4 is between the 0.5 and 0.618, Zone 3 is between 0.618 and 0.786, etc.)
- Optional 1.618 Fib Extension is available for the main Fibonacci indicator, but is not shown here (Disabled/Hidden).
- Supports multiple time-frames, which is also depicted above. (377 Daily Candles used on 12-Hour chart.)
GoTiT|Simple Auto Fib v1.0Simple Auto Fib!
Notes:
1. Always set the trend manually! Don't rely on the auto trend detection.
2. The first parameter Length sets the number of candles back (left) to search for highs and lows from the current candle.
3. The High Offset parameter sets the number of candles back (left) to ignore/skip before searching for highs.
4. The Low Offset parameter sets the number of candles back (left) to ignore/skip before searching for lows.
5. The offset parameters change the behavior of the Length parameter.
Example 1:
Length = 100
High Offset = 0
Low Offset = 0
This is the default behavior, and the search for highs and lows occurs on the last 100 candles.
Example 2:
Length = 50
High Offset = 20 (Ignore the last 20 candles, and search for highs starting at candle 21 to 71 (or 50 candles back)
Low Offset = 15 (Ignore the last 15 candles, and search for lows starting at candle 16 to 66 (or 50 candles back)
In example 2, search starts on candle 21 for highs, and candle 16 for lows and extends 50 candles further back from there.
6. The Trend Detection parameter sets the number of candles back (left) to use in the trend calculations. Larger values give better "marco trend" detection. Smaller values give better "micro trend" detection. See note #1.
7. The white fib line is fib0. Assuming you correctly set the trend manually (or the trend is auto detected correctly), in a downtrend fib0 should be bellow the red fib line, and in an uptrend fib0 should be above the red fib line.
HI-LOW fibThis model show the price and its relation to fib levels in a diffrent way
also easy to put inside other indicator like rsi ,dmi stoch etc ...
the lines represents the fib level and the price will go from low to high fib and vice versa
so it a different way to look on the fibs in a graph
zibi fib smart way to use daily fib the idea based on using zibi indicator which is hipotecal price based on volume and to apply it to daily fib chart. zibi is preeceding the real price candle as it sense the volume changes not the actual price. buy is when zibi bellow -100 and sell when zibi above +100 . can be set to any fib that you choose. signal is easy to set via trading view. also the movment of zibi will tell you where the price will go as volume preceds price:)
the daily fib based on the work of justuncle
Fibonacci Sequence Moving Average [BackQuant]Fibonacci Sequence Moving Average with Adaptive Oscillator
1. Overview
The Fibonacci Sequence Moving Average indicator is a two‑part trading framework that combines a custom moving average built from the famous Fibonacci number set with a fully featured oscillator, normalisation engine and divergence suite. The moving average half delivers an adaptive trend line that respects natural market rhythms, while the oscillator half translates that trend information into a bounded momentum stream that is easy to read, easy to compare across assets and rich in confluence signals. Everything from weighting logic to colour palettes can be customised, so the tool comfortably fits scalpers zooming into one‑minute candles as well as position traders running multi‑month trend following campaigns.
2. Core Calculation
Fibonacci periods – The default length array is 5, 8, 13, 21, 34. A single multiplier input lets you scale the whole family up or down without breaking the golden‑ratio spacing. For example a multiplier of 3 yields 15, 24, 39, 63, 102.
Component averages – Each period is passed through Simple Moving Average logic to produce five baseline curves (ma1 through ma5).
Weighting methods – You decide how those five values are blended:
• Equal weighting treats every curve the same.
• Linear weighting applies factors 1‑to‑5 so the slowest curve counts five times as much as the fastest.
• Exponential weighting doubles each step for a fast‑reacting yet still smooth line.
• Fibonacci weighting multiplies each curve by its own period value, honouring the spirit of ratio mathematics.
Smoothing engine – The blended average is then smoothed a second time with your choice of SMA, EMA, DEMA, TEMA, RMA, WMA or HMA. A short smoothing length keeps the result lively, while longer lengths create institution‑grade glide paths that act like dynamic support and resistance.
3. Oscillator Construction
Once the smoothed Fib MA is in place, the script generates a raw oscillator value in one of three flavours:
• Distance – Percentage distance between price and the average. Great for mean‑reversion.
• Momentum – Percentage change of the average itself. Ideal for trend acceleration studies.
• Relative – Distance divided by Average True Range for volatility‑aware scaling.
That raw series is pushed through a look‑back normaliser that rescales every reading into a fixed −100 to +100 window. The normalisation window defaults to 100 bars but can be tightened for fast markets or expanded to capture long regimes.
4. Visual Layer
The oscillator line is gradient‑coloured from deep red through sky blue into bright green, so you can spot subtle momentum shifts with peripheral vision alone. There are four horizontal guide lines: Extreme Bear at −50, Bear Threshold at −20, Bull Threshold at +20 and Extreme Bull at +50. Soft fills above and below the thresholds reinforce the zones without cluttering the chart.
The smoothed Fib MA can be plotted directly on price for immediate trend context, and each of the five component averages can be revealed for educational or research purposes. Optional bar‑painting mirrors oscillator polarity, tinting candles green when momentum is bullish and red when momentum is bearish.
5. Divergence Detection
The script automatically looks for four classes of divergences between price pivots and oscillator pivots:
Regular Bullish, signalling a possible bottom when price prints a lower low but the oscillator prints a higher low.
Hidden Bullish, often a trend‑continuation cue when price makes a higher low while the oscillator slips to a lower low.
Regular Bearish, marking potential tops when price carves a higher high yet the oscillator steps down.
Hidden Bearish, hinting at ongoing downside when price posts a lower high while the oscillator pushes to a higher high.
Each event is tagged with an ℝ or ℍ label at the oscillator pivot, colour‑coded for clarity. Look‑back distances for left and right pivots are fully adjustable so you can fine‑tune sensitivity.
6. Alerts
Five ready‑to‑use alert conditions are included:
• Bullish when the oscillator crosses above +20.
• Bearish when it crosses below −20.
• Extreme Bullish when it pops above +50.
• Extreme Bearish when it dives below −50.
• Zero Cross for momentum inflection.
Attach any of these to TradingView notifications and stay updated without staring at charts.
7. Practical Applications
Swing trading trend filter – Plot the smoothed Fib MA on daily candles and only trade in its direction. Enter on oscillator retracements to the 0 line.
Intraday reversal scouting – On short‑term charts let Distance mode highlight overshoots beyond ±40, then fade those moves back to mean.
Volatility breakout timing – Use Relative mode during earnings season or crypto news cycles to spot momentum surges that adjust for changing ATR.
Divergence confirmation – Layer the oscillator beneath price structure to validate double bottoms, double tops and head‑and‑shoulders patterns.
8. Input Summary
• Source, Fibonacci multiplier, weighting method, smoothing length and type
• Oscillator calculation mode and normalisation look‑back
• Divergence look‑back settings and signal length
• Show or hide options for every visual element
• Full colour and line width customisation
9. Best Practices
Avoid using tiny multipliers on illiquid assets where the shortest Fibonacci window may drop under three bars. In strong trends reduce divergence sensitivity or you may see false counter‑trend flags. For portfolio scanning set oscillator to Momentum mode, hide thresholds and colour bars only, which turns the indicator into a heat‑map that quickly highlights leaders and laggards.
10. Final Notes
The Fibonacci Sequence Moving Average indicator seeks to fuse the mathematical elegance of the golden ratio with modern signal‑processing techniques. It is not a standalone trading system, rather a multi‑purpose information layer that shines when combined with market structure, volume analysis and disciplined risk management. Always test parameters on historical data, be mindful of slippage and remember that past performance is never a guarantee of future results. Trade wisely and enjoy the harmony of Fibonacci mathematics in your technical toolkit.
Single Line Fibs with Strict Overlap CheckSingle Line Fibs with Strict Overlap Check
Overview:
The "Single Line Fibs with Strict Overlap Check" indicator is a sophisticated tool designed for technical analysts and traders focusing on Elliott Wave theory. This indicator overlays Fibonacci retracement and extension levels on a price chart, specifically tailored for a single zigzag line (Line 2), to identify potential support, resistance, and impulse wave targets. It incorporates a strict overlap check to ensure valid impulse waves, adhering to Elliott Wave principles.
Key Features:
Zigzag Detection: Utilizes pivot highs and lows based on customizable lengths (White ZigZag: 2 bars, Yellow ZigZag: 15 bars) to construct a zigzag pattern.
Fibonacci Levels:
Retracements: 0.236, 0.382, 0.5, 0.618, 0.786 (gray, 50% transparency).
B Wave Extensions: 1.236, 1.386 (orange, 50% transparency).
Impulse Extensions: 1.0, 1.236, 1.386, 1.618 (green, 50% transparency), drawn from the next pivot low if valid.
Wave Count Filter: Displays Fibonacci levels only when the internal wave count from Line 1 reaches or exceeds a user-defined threshold (default: 5).
Overlap Validation: Implements a strict overlap check per Elliott Wave rules. If the next pivot low overlaps the previous high, no Impulse extensions are drawn, and a red 'X' (50% transparency) marks the invalid pivot low.
Customization:
White ZigZag Length: Adjusts the sensitivity of the initial pivot detection.
Yellow ZigZag Length: Sets the primary zigzag length.
Min Line 1 Waves for Line 2 Fib: Defines the minimum wave count threshold.
Enable Overlap Removal: Toggles the overlap validation feature.
Usage:
Apply the indicator to your chart (e.g., 30-minute timeframe).
Adjust input parameters to match your trading strategy (e.g., length2 = 15, waveThreshold12 = 5).
Observe Fibonacci levels appearing at pivot highs when the wave count threshold is met. Impulse extensions will only plot after a valid pivot low below the previous high.
Use the red 'X' as an alert for invalid impulse waves, indicating potential trend reversals or corrections.
Interpretation:
Retracements: Identify potential support levels within the upwave.
B Wave Extensions: Highlight extended correction targets.
Impulse Extensions: Project potential price targets for the next wave, valid only if the overlap check passes.
Red 'X': Signals an invalid impulse wave, suggesting a review of wave structure.
Limitations:
Designed for a single zigzag line; multi-line analysis requires additional customization.
Performance may vary with highly volatile instruments or short timeframes due to pivot sensitivity.
Author: Developed by ScottDog for TradingView users, this indicator leverages advanced Pine Script v6 features for precise wave analysis.
Version: 1.0 (Fail-Safe)
Last Updated: June 24, 2025
Monday Range (Lines) with Fib LevelsMonday Range with Fibonacci Levels Indicator - Description
This advanced TradingView indicator combines the power of Monday Range analysis with Fibonacci extension levels to help traders identify key weekly support and resistance zones.
Key Features:
Monday Range Detection:
Automatically detects and plots the high and low of each Monday's trading range (configurable for Sunday open markets)
Displays customizable horizontal lines for the weekly opening range
Adjustable lookback period (1-52 weeks)
Fibonacci Extension Levels:
Plots 9 key Fibonacci levels (-1.618, -1.272, -0.618, 0, 0.5, 1, 1.618, 2.272, 2.618) relative to Monday's range
Each Fib level is fully customizable (color, visibility, label)
Negative Fib levels extend below Monday low for potential reversal zones
Customizable Visuals:
Choose between solid, dotted or dashed line styles
Adjustable line thickness and colors
Configurable label text and positioning
Toggle individual elements on/off as needed
How Traders Use It:
Swing Traders: Identify weekly support/resistance levels for trade entries and exits
Breakout Traders: Watch for price reactions at Fibonacci extension levels beyond Monday's range
Mean Reversion Traders: Use negative Fib levels as potential reversal zones
Institutional Flow Analysis: Monitor how price reacts at key weekly levels
Settings Overview:
Market Open Day selection (Sunday/Monday)
Number of historical weeks to display (1-52)
Complete styling control for all lines and labels
Individual toggle controls for each Fibonacci level
Why It's Unique:
This indicator provides a rare combination of institutional weekly range analysis with mathematically precise Fibonacci extensions, giving traders a complete picture of both standard and extended price reaction zones that develop from the weekly opening range.
Perfect for forex, crypto, and index traders who want to incorporate weekly opening range strategies with Fibonacci price projection techniques.
Golden PocketGolden Pocket
This marks up the fibonacci retracement levels of 0.65 and 0.618 by default, these levels are often referred to as the golden pocket.
They are known by this because when price has an impulse either to the up or downside, price will end up retracing at some point. This Golden pocket often lines up with other means of confluence where it's considered a good entry price from the retrace.
Unlike standard fib retracement indicators, these boxes will extend with current price until they are hit. As well as this, there is a moving average filter which you can set to higher timeframes meaning that you can choose to only look for golden pockets which are following the higher time frame trend. You can easily monitor all of your settings by setting up just 1 alert.
Settings
You have the option to enable/disable the line which marks out the pivot points the fib is being calculated from, you can also change the colour and style of the line.
Below this you have the option to choose what colour the fib boxes are and what colour they change to once price hits it. If you want them to disappear change the colours opacity to 0%.
If you want to change the golden pocket levels you can do that by changing the 0.618 or 0.65 levels in the settings.
The pivot distance controls what part defines a pivot high or low, it must be the highest/lowest to the left/right of the pivot candle count.
MA filter will only accept golden pockets which are trending with the Moving average.
You can change all the settings of the Moving average which acts as a filter including which timeframe it is calculated on.
Alerts
Simply toggle this on int the settings and then click on the 3 dots next to the indicators name, 'add alert', leave the top boxes as they are, you can name the alert anything you like but once you confirm this, it will monitor all golden pockets on the particular asset and timeframe you are looking at. The alerts are set up to trigger as soon as price touches one of the boxes.
Use Cases
We like setting are moving average up on the daily timeframe and using the Moving average filter so we know we are only trading with the higher timeframe trend. From there we can set up alerts on any lower timeframe.
Feel free to use any part of this script in your own code, please just give us a mention so we can check out your contributions to the community as well!
Happy to take in any suggestions or ways of improving
GBT TunnelThis is a channel type tool I created, heavily influenced by LazyBear COG Fibs script and the COG Fibs script by Joy_Bangla which also uses LazyBear COG Fib logic. All credit to those guys, publishing this open source as well since its nothing here is my original work really.
.236 FIB Extension ToolThis is a simple FIB extension tool that pulls from the start of a wave to the end of the wave. It extends FIB levels beyond the first wave making the assumption that the first wave was between 0.0 and .236 FIB levels. This often works as support and resistance in a multi-wave move. I see the price get to .65 or .786 often after clearing the initial .236 level. This works on any timeframe.
Auto Fib Time Zones and Trend-Based Fib Time by DGTFibonacci time zones, based on the Fibonacci number sequence, are vertical lines that represent potential areas where a swing high, low, or reversal could occur.
Trend-Based Fib Time shows probable price corrections in an existing trend. A useful tool to use in addition to Elliot Wave counting, Fib Time helps to identify how far the wave is likely to travel
Please note, Time zones aren't concerned with price, only time
Disclaimer :
Trading success is all about following your trading strategy and the indicators should fit within your trading strategy, and not to be traded upon solely
The script is for informational and educational purposes only. Use of the script does not constitute professional and/or financial advice. You alone have the sole responsibility of evaluating the script output and risks associated with the use of the script. In exchange for using the script, you agree not to hold dgtrd TradingView user liable for any possible claim for damages arising from any decision you make based on use of the script
3GBH - Pivot Points & Fib LevelsThis indicator displays Pivot Points & Fib Levels based on the timeframe you select.
-----
There are 3-levels of support/resistance to the Pivot Points.
-----
Currently there are only Fib-Levels based on the 1st Pivot Levels .
Fibs will be added to the other 2 levels in the near future.
The Golden Ratio is highlighted by default.
-----
The Pivot Line is either green or red depending on whether the price is above or below.
-----
Fibonacci tools are quickly becoming a favorite of mine. This helps me to practice working with them,
and may help to be more efficient in doing analysis.
Auto Fib Speed Resistance Fans by DGTFibonacci Speed and Resistance Fan is an analytical drawing tool used to indicate the support and resistance levels of an existing trend and the price level at which possible changes in the trend may occur.
A Fibonacci Speed Resistance Fan consists of a trend line drawn between two extreme points - a trough and opposing peak or a peak and opposing trough - on which a set of sequential speed resistance lines are drawn above (which represents time) and below (which represents price). These lines are drawn based on time/price percentages of the distance between the beginning and the end of the trend line.
Speed resistance lines not only help to measure trend corrections but also measure the speed of a trend (the rate at which a trendline ascends or descends)
Traders can use the lines of the Fibonacci Speed and Resistance Fan to predict key points of resistance or support, at which they might expect price trends to reverse. Once a trader identifies patterns within a chart, they can use those patterns to predict future price movements and future levels of support and resistance. Traders use the predictions to time their trades. Key support and resistance levels tend to occur frequently at the 61.8-percent level on both uptrends and downtrends.
Please check for further details in the education post that I will share shortly after this publication :
Nobody appears to know whether Fibonacci tools work because markets exhibit some form of natural pattern or because many investors use Fibonacci ratios to predict price movements, making them a self-fulfilling prophecy.
█ Study OPTIONS
Auto Fibonacci Speed and Resistance Fan , the main aim of the study
- Pivot threshold can be adjusted via “Deviation” and “Depth” input options
- Historical Fans option will allow plotting of Speed and Resistance Fans on previous pivot high/lows
- Ability to set ALERTs for the Speed and Resistance Levels
- Price Grid Lines if extended it will result with Fib Retracement levels
- All lines, line levels are customizable, default values are set exactly to the same with the available Fib Speed and Resistance Fan drawing tool
Zig Zag – Derived from build-in Auto Fib Retracement with some customization options.
Example Usages :
Disclaimer :
Trading success is all about following your trading strategy and the indicators should fit within your trading strategy, and not to be traded upon solely
The script is for informational and educational purposes only. Use of the script does not constitute professional and/or financial advice. You alone have the sole responsibility of evaluating the script output and risks associated with the use of the script. In exchange for using the script, you agree not to hold dgtrd TradingView user liable for any possible claim for damages arising from any decision you make based on use of the script
ZigZag ++ fibsI just put this as one user ask for me to do it.
So it the zigzag++ and fibs ,and other pivots type
the fibs can daily , monthly , year
the info panel need to be adjusted by either offset =distance from
or by putting a number , here its btc so I put about 500 above from close =8500
this important as otherwise it will look messy and not pretty
so for each type of asset you use , you expect to adjust this two variables or the data of fibs (daily , weekly etc)
DrungleOG's Auto Fibs PVI got tired of manually using the Fib retracement tool on pivots. This little guy automates it for me. Does not have all levels in this version, mostly just the ones I use. Can add all later if there's interest.
23.6%
38.2%
50%
61.8%
78.6%
127.20%
You can have two sets of Fibs, Inner and Outer. Use the outer for the larger runs and the inner for smaller. The Fib lines have a look back view window of 48 bars and the base/resistance lines have 168 (a week's worth of time on the 1h). The lookback window is based on the view (show_last param) not the pivot calculations.
-DrungleOG
Fibonacci Retracement (L)-BronzeThe Automatic Fib Retracement - Bronze script indicates the 50% pullback line and upper 50% region.
The lines of the upper and lower pivots, the support and resistance areas are also highlighted.
Customisable Fib Length - Time period over which max and min pivots are chosen.
Offsetfib - Automatically offsets the 50% region and pivots as your entry position
will be some time after the upper and lower pivots are set.
Works well when used in combination with an oscillator which highlights Divergence.
A strategy based off buying the 50% with a defined stop loss and target can be the basis of your strategy.
This tool will automatically plot those points but a defined Risk Management strategy will always be needed.
Works best in Bullish trends but will work on all timeframes (Bullish correction in downtrend also possible).
Previous pivots shown but be careful to identify which of the several pivots you are using.
Start at a larger timeframe and move down as necessary.
Pivots and retracements are dynamic. Be sure to note your entry and targets.
Dynamic Fib Zones [By TraderMan]📊 Dynamic Fib Zones — Indicator Overview
This indicator automatically plots dynamic Fibonacci levels and zones on your chart based on recent price action, volume, and trend direction. It helps you identify key support and resistance areas where price may react strongly.
🔍 What Does It Do?
Draws Fibonacci retracement levels dynamically over a specified lookback period.
Highlights zones around these Fibonacci levels to give you a price “buffer area” instead of just a line.
Colors the zones green or red based on volume strength and trend direction to signal potential buying or selling pressure.
Uses EMA (Exponential Moving Average) to detect if the trend is up or down.
Shows labels with Fibonacci % levels and exact price for quick reference.
⚙️ How to Use It?
Set your inputs:
Fibonacci Period: How many bars back the Fibonacci levels are calculated.
EMA Period: For trend detection.
Volume Multiplier: How much volume should exceed average to consider the signal strong.
Level Tolerance and Zone Width: Adjust the sensitivity and size of the price zones.
Interpret zones:
Green zones with high volume and price near Fibonacci level in an uptrend = potential buying area.
Red zones with high volume and price near Fibonacci level in a downtrend = potential selling area.
Gray zones = neutral, no strong signal.
Make your trading decisions:
Consider entering long positions near green zones with confirmation from other indicators or price action.
Consider entering short positions near red zones similarly.
Use zone boundaries as dynamic support/resistance for stop loss or take profit placement.
🚀 Tips for Position Opening
Combine with other confirmation tools (candlestick patterns, RSI, MACD, etc.) to avoid false signals.
Watch volume spikes carefully; strong volume near a Fibonacci zone increases the reliability.
Use the EMA trend filter to avoid trading against the main trend.
🎯 Summary
Dynamic Fib Zones give you a powerful, visual edge by combining Fibonacci, volume, and trend signals — making your entries and exits smarter and more precise!
Happy Trading! 📈✨
ATR + FibsDescription:
This script plots ATR levels and ATR-based Fibonacci extension levels from either the Low of Day, or High of Day, using the daily Average True Range (ATR) to project key price zones. It's designed to help traders quickly assess where price is trading relative to the day’s ATR.
Features:
Visual reference for how far price has moved relative to today's ATR
Projects fib levels using daily ATR from LOD or HOD
Optional display of fib lines, % labels, and price values
Customizable colors and line widths per level
Auto-resets daily with updated highs/lows
Works on all intraday and higher timeframes
Ideal for traders who want to gauge intraday extension, or frame entries using volatility-based levels.
Dynamic Fib Pro by Qabas Algo🔹 Dynamic Fib Pro by Qabas Algo
Dynamic Fib Pro is an intelligent Fibonacci-based indicator that adapts to real market behavior by incorporating volatility and momentum into classic Fibonacci levels. This tool is ideal for traders who want realistic, responsive, and smart support/resistance zones rather than static levels.
⸻
🚀 Key Features:
• Adaptive Fibonacci Levels: Each level is dynamically adjusted based on current volatility and momentum strength, offering more relevant price zones.
• Smart Trend Detection: Option to auto-detect trend using SMA20 vs SMA50 crossover or pure price action logic.
• Volatility-Aware Scaling: Levels expand or contract depending on market volatility, avoiding rigid assumptions.
• Momentum-Based Adjustment: Uses range and average price to assess strength and adjust levels accordingly.
• Custom Styling: Choose from dashed, dotted, or solid lines, and control the max level displayed.
• Optional Percentage Labels: View both classic and adjusted Fibonacci % next to each level (e.g., 61.8% → 78.4%).
⸻
🎯 Use Case:
This indicator is built for discretionary traders, swing traders, and scalpers who want to:
• Identify meaningful dynamic support/resistance levels
• React to price behavior in real time
• Incorporate market volatility and strength into their strategy
⸻
⚙️ Settings Overview:
• Show Fibonacci Levels – Toggle main levels on/off
• Max Level – Limit the highest level to keep the chart clean
• Show Percentage Labels – View classic vs adjusted percentages
• Use Moving Averages – Enable SMA20/50 trend filtering
• Line Style – Choose between solid, dashed, or dotted
⸻
📌 Notes:
• Levels are calculated from the last 100 bars (High/Low range)
• Adjustments use both current volatility and 50-bar momentum strength
• The indicator updates in real time on each new bar
⸻
🧠 Created with precision by Qabas Algo — designed to make Fibonacci smarter.
If you like this tool, leave a comment or follow for more advanced indicators!
Triangular Fib🔍 Features
- Dynamic Lookback & Projection: Automatically adjusts the range and projection horizon based on timeframe changes.
- Triangular Fibonacci Arms: Projects fib levels upward and downward from high/low extremes to highlight potential price inflections.
- Volatility-Shaded Equilibrium: Visual zone highlights areas of consolidation or energy buildup before breakouts.
- Breakout Alerts: Detects and signals bullish/bearish breakouts from triangular fib thresholds.
- Auto-Traced Triangle Wedge: Dotted wedge lines visually represent narrowing price action from range extremes to midpoint.
Ideal for traders who seek visual clarity, price symmetry, and alert-driven decision-making across multiple timeframes. Whether you're swing trading or intraday scouting, this script provides a richly layered roadmap of market potential.
Not financial advice.
Manual Fib Levels (Paul Laurent Trading)📜 Script Description for TradingView
Manual Fibonacci Levels with Whole Number Lines
This script draws infinite horizontal lines for custom Fibonacci retracement and extension levels, based on manually entered high and low points. It also includes additional lines at full whole number levels (e.g., 1.0000, 2.0000, 3.0000), making it easier to visualize key psychological price zones within the Fibonacci range.
Features:
* Custom manual high/low inputs
* Infinite Fib lines (retracement + extension)
* Separate whole-number lines within the Fib range
* Adjustable line color and thickness for both sets
Useful for traders who prefer visual clarity with precise price alignment across major and whole-number levels.
Blackflag FTS (1H Trailing) + MSB-OB FibThis indicator combines a 1-hour trailing stop system with multi-timeframe Fibonacci retracement levels and ZigZag structure detection to assist traders in identifying trend direction and potential reversal zones.
Features:
✅ 1-Hour Trailing Stop: Uses an ATR-based trailing stop mechanism to track trend direction and dynamic support/resistance.
✅ Multi-Timeframe Approach: The trailing stop is calculated on the 1-hour timeframe, while the ZigZag and Fibonacci retracement levels are based on the 15-minute chart.
✅ ZigZag Structure Detection: Helps filter market swings and trend reversals dynamically.
✅ Fibonacci Levels (0.5 & 0.786): Key retracement levels to watch for price reactions.
✅ Alerts for Key Levels: Get notified when the price crosses important levels (1H trailing stop, Fib 0.5, Fib 0.786).
How It Works:
The trailing stop adapts dynamically based on ATR values and determines trend direction.
ZigZag detection filters out minor price movements to highlight major swing points.
Fibonacci levels are calculated based on ZigZag swings, helping traders spot potential reversal zones.
This tool is useful for trend-following traders, breakout traders, and Fibonacci-based strategies.
Let me know if you'd like any modifications! 🚀