Click here to Login








Bollinger Bands and Fibonacci Ratios

by Brian Brown, 4946 days ago
Share |


Another technical analysis tool that is based on the standard Bollinger Bands indicator is the Fibonacci Bollinger Bands. It is almost the same as the standard Bollinger Bands with the difference that instead of using the standard deviation to calculate the volatility of the asset, the Fibonacci Bollinger Bands uses Wilders Smoothed indicator (Wilder Volatility Index - Average True Range), also known as ATR - Average True Range.

Once the Wilders Smoothed value, ATR, is calculated, three upper bands and 3 lower bands are created by multiplying this ATR value with positive and negative Fibonacci factors and then adding the result to the middle band, which is based on the simple moving average of the close price. These Fibonacci factors are: 1.618, 2.618 and 4.236.

The trading indicator name is "bbandsFibo" and the 7 lines that compose the Fibonacci Bollinger Bands can be created using the following formula:

per = 20;
bbf = BbandsFibo(per);
UpperBand3 =SMA(close, per) + ( 4.236 * bbf);
UpperBand2=SMA(close, per) + ( 2.618 * bbf);
UpperBand1=SMA(close, per) + ( 1.618 * bbf);
MidPoint0=SMA(close, per);
LowerBand1=SMA(close, per) - ( 1.618 * bbf);
LowerBand2=SMA(close, per) - ( 2.618 * bbf);
LowerBand3=SMA(close, per) - ( 4.236 * bbf);

Plot(MidPoint0,"",colorGreen);
Plot(UpperBand1,"",colorRed);
Plot(LowerBand1,"",colorRed);
Plot(UpperBand2,"",colorAqua);
Plot(LowerBand2,"",colorAqua);
Plot(UpperBand3,"",colorYellow);
Plot(LowerBand3,"",colorYellow);

The Bollinger Bands Fibonacci Ratios indicator is used in stock, commodity and Forex trading and it can be added to a trading system to detect price reversals, which often occur when the stock or commodity price touches the upper (crosses above) or lower band (crosses below). These bands widen when the volatility as measured by the Average True Range becomes higher and decreases as the volatility of the asset decreases.

Another technical indicator derived from the Bollinger Bands can be downloaded here Percent Bollinger Bands. For Fibonacci-based indicator, you can download Fibonacci Trading with the Retracement Levels/Ratios and Fibonacci retracement: Golden ratio




You have to log in to bookmark this object
What is this?
Additional Information




Type: Trading Indicator

Object ID: 706


Country:
All

Market: All

Style:
Technical Analysis

Reviews
You must log in first

Join now
and get instant access for free to the trading software, the Sharing server and the Social network website.
Click here


Related objects
Show All
TSI - Trend Strength Index (by clonex, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 30 Notes Report an item
VWAP - Volume-Weighted Average Price (by Brian Brown, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 71 Notes Report an item
Last Gap Up/Gap Down Price Size (by Tom Huggens, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 24 Notes Report an item
Price Display Indicator (by QuantShare, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 14 Notes Report an item
Swing Trading Indicator (STI) (by SystemTrade, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 60 Notes Report an item
Analyst Rating (Yahoo Historical Buy/Sell Recommendations) (by Stefan Kroscen, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 57 Notes Report an item
Simple Moving Median Indicator (by QuantShare, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 23 Notes Report an item
Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object

Technical Analysis


Fundamental Analysis



Random Blog Posts

Stock Market Prediction

Trading Indicators using the Rank and Percentile functions

How to Create Custom Metrics for Your Trading Positions

How to search for a trading item

How to create market indicators using the composite function - Part 3

How to create market indicators using the composite function - Part 2

Create a Pivot Table that displays the Relative Strength Index - RSI

6 Stock Trading Items Related to the New York Stock Exchange - NYSE

Show All

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2024 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items



Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.