Skip to main content

Fibonacci Bollinger Bands in new light

Fibonacci Bollinger Bands indicator is a very nice, trustworthy and easy to grasp indicator. (The afl is available on various website, with the candle bar. As for me western bar gives more clear result I`ve channged the code with little effort. I will post Chart and AFL later)



Fibonacci Bollinger Band is based on the same principles as the standard Bollinger Bands indicator. The upper and lower bands of Fibonacci Bollinger Bands indicator depends on volatility just like the Bollinger Bands indicator does. There is a difference though, in standard B bands standard deviation is used as the measure of volatility. In Fibonacci B Bands Wilders Smoothed ATR is used.





The middle band is a moving average and it is used to establish the intermediate-term trend. The 3 upper bands are constructed by using the Wilders Smoothed ATR and multiplying it by each of the Fibonacci factors and then adding the results to the middle band. Three 3 lower bands are constructed in the same was as the upper bands except their results are subtracted from the middle band. Fibonacci factors that we get here are : 1.6180, 2.6180, and 4.2360
The Fibonacci Bollinger Bands indicator may provide good clues to price reversals. It may indicates the probable support and resistance levels. But it should be used with other technical analysis methods or indicators. (Hope I wou

Comments

Popular posts from this blog

Trading System : Using KPL with MIDAS curve

Firsly, the KPL Swing is a simple trend following mechanical trading system. It automates the entry and exit signal. This trading system is very simple and easy to use. It works across multiple time frames and does not require any in-depth knowledge of TA. In KPL System no targets are given as no one knows how high (or low) the stock price will reach. A trailing stoploss locks in the gains and removes emotions from trading. Secondly, the the MIDAS System. The MIDAS system of technical market analysis is based on the concept of Volume Weighted Average Price (VWAP). VWAP calculations is being used widely worldwide. A standard VWAP calculation represents the total value of shares traded in a particular stock on a particula  day divided by the total volume of shares traded in that stock on that day. Here i`m giving a chart using bothe KPL and MIDAS (three lines) curves. As example, BERGER symbol (data updated at 4 Aug, 2010) has been used. In chart its visible that both ...

Make your Amibroker Chart Colorful

You can make any chart of Amibroker Colorful with gradient effect. Just copy and paste this code above any afl codes, save, open parameter and choice two of your favorite color. Its done! code are : SetChartBkGradientFill( ParamColor("BgTop", ColorRGB( 172,172,172 )), ParamColor("BgBottom", ColorRGB( 172,172,172 )),ParamColor("titleblock",ColorRGB( 172,172,172 ))); This tip is not intended for primary level user. To change Amibroker`s default Background color visit http://tatunnel.blogspot.com/2010/07/change-amibroker-chart-background-color.html