Fib Bands
Dec 27, 2016

The Fib Bands indicator tool provides a multi-layered volatility envelope based on Fibonacci ratios, Average True Range (ATR), and a Simple Moving Average (SMA) to help traders identify potential exhaustion levels and trend reversals.
Usage
The Fib Bands are best utilized in ranging market conditions or as a means to identify overextended price action within a trend. Traders can use the bands to find short-term reversals in the direction of the major trend.
Typical usage involves:
- Multi-Timeframe Analysis: Applying the indicator to two different timeframes (e.g., 15-minute and 55-minute). High-probability setups often occur when both timeframes show the same trigger.
- Entry Logic: Identify a "limiting band" that defines the instrument's current volatility. When price closes outside this band and subsequently returns inside, a trade can be considered. For a long entry, traders may look for a move one tick above the high of the previous bar after price returns inside the band.
- Risk Management: Stop-loss orders are typically placed below the recent swing low for longs or above the recent swing high for shorts.
- Profit Taking: Targets are often set at the opposite band of the chart, with trailing stops applied once price crosses the middle SMA line.
Details
The script is an implementation of a concept popularized by Big Mike on futures.io. It constructs three sets of bands around a central SMA. Unlike standard Bollinger Bands which use standard deviation, this indicator uses the Average True Range (ATR) multiplied by Fibonacci constants (1.618, 2.618, and 4.236). This approach provides a structured view of price volatility that respects traditional Fibonacci expansion levels.
Settings
- #bars back SMA: Sets the lookback period for the central Simple Moving Average.
- #bars back ATR: Determines the period used to calculate the Average True Range, which defines the width of the bands.
- factor fib. band 1: The multiplier for the first set of bands (default 1.618).
- factor fib. band 2: The multiplier for the second set of bands (default 2.618).
- factor fib. band 3: The multiplier for the third set of bands (default 4.236).
FAQ
How do I interpret the different band levels?
The bands represent different tiers of volatility. The outer bands (Band 3) typically represent extreme price exhaustion, while the inner bands (Band 1 and 2) act as more frequent support and resistance zones in standard market conditions.
Can I use this for trend following?
While designed for reversals in ranging markets, it can be used in trending markets to find pullbacks. In a strong uptrend, price returning to the SMA or the lower Band 1 can offer a "buy the dip" opportunity.
How can I access the Fib Bands?
You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
Free indicator
Get free access to this indicator on the platforms below.
Unlock the entire LuxAlgo Library
Every indicator, every strategy, full charts, and complete access to Quant — our AI agent.