Fibonacci Series and Stock Prices Analysis
Fibonacci Series and Stock Prices Analysis
The Fibonacci series is one of the most famous sequences in mathematics, named after the Italian
mathematician Leonardo of Pisa, also known as Fibonacci. This sequence has many interesting
properties and applications in various fields such as computer science, mathematics, art, and even
nature.
The Fibonacci series is a sequence of numbers in which each number (called Fibonacci number) is
the sum of the two preceding ones. It starts with 0 and 1, and continues indefinitely.
From n = 2 onward, each Fibonacci number is the sum of the previous two Fibonacci numbers.
Golden Ratio:
The ratio of successive Fibonacci numbers tends to approach the Golden Ratio (phi ~ 1.618). This
means that as the numbers get larger, the ratio F(n+1) / F(n) approaches phi.
Recursive Nature:
The Fibonacci sequence is inherently recursive, meaning each term is defined in terms of previous
terms. This makes it easy to implement in computer programs using recursion.
2. Computer Algorithms: Fibonacci sequence is used in algorithms like the Fibonacci search
3. Art and Architecture: Fibonacci sequence and the Golden Ratio are used in art, design, and
architecture.
4. Finance: Fibonacci retracement levels are used in financial analysis to predict future movements
of stock prices.
F(0) = 0
F(1) = 1
finance, particularly in technical analysis of stock prices. Traders use Fibonacci tools, such as
The key ratios derived from the Fibonacci sequence that are frequently used in stock trading are:
- 23.6%
- 38.2%
- 78.6%
2. Plot Fibonacci Levels: Fibonacci retracement levels (like 38.2%, 50%, or 61.8%) can act as
3. Confirmation with Other Indicators: Traders combine Fibonacci levels with other indicators like
4. Set Profit Targets: Fibonacci extension levels like 161.8% or 261.8% are used to predict future
price targets.
It often works due to self-fulfilling prophecies where traders place buy or sell orders around these
levels. Additionally, human psychology, which tends to gravitate toward Fibonacci-based patterns,
In summary, Fibonacci tools are widely used in technical analysis for identifying potential reversal or
continuation points in stock prices, making them valuable for disciplined traders.