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.
Trading & investing are risky and many will lose money in connection with trading and investing activities. All content on this site is not intended to, and should not be, construed as financial advice. Decisions to buy, sell, hold or trade in securities, commodities and other investments involve risk and are best made based on the advice of qualified financial professionals. Past performance does not guarantee future results.
Hypothetical or Simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not been executed, the results may have under-or-over compensated for the impact, if any, of certain market factors, including, but not limited to, lack of liquidity. Simulated trading programs in general are designed with the benefit of hindsight, and are based on historical information. No representation is being made that any account will or is likely to achieve profit or losses similar to those shown.
Testimonials appearing on this website may not be representative of other clients or customers and is not a guarantee of future performance or success.
As a provider of technical analysis tools and strategies, we do not have access to the personal trading accounts or brokerage statements of our customers. As a result, we have no reason to believe our customers perform better or worse than traders as a whole based on any content, tool, or platform feature we provide.
Charts used on this site are by TradingView in which the majority of our technical indicators are built on. TradingView® is a registered trademark of TradingView, Inc. www.TradingView.com TradingView® has no affiliation with the owner, developer, or provider of the Services described herein.
Market data is provided by CBOE, CME Group, BarChart, Massive, CoinAPI. Select U.S. equities data is provided through Massive. CBOE BZX real-time U.S. equities data is licensed from CBOE and provided through BarChart. Real-time futures data is licensed from CME Group and provided through BarChart. Select cryptocurrency data, including major coins, is provided through CoinAPI. All data is provided “as is” and should be verified independently for trading purposes.
This does not represent our full Disclaimer. Please read our full disclaimer.
© 2026 LuxAlgo Global, LLC.

