Fibonacci Calculator

With our Fibonacci calculator you can generate basic Fibonacci retracements and extension values in both up and down trends, by entering the high and low values of your choice. This is a powerful tool for predicting approximate price targets.

 Fibonacci Calculator
Fibonacci Calculator
Input Trading Range
Low  
High  
Clear   Calculate
  BULL BEAR
38%
50%
62%

The tool calculates F(n) - Fibonacci value for the given number, as well as the previous 4 values, using those to display a visual representation. Because the Fibonacci value for 20000 has 4179 decimals and it needs quite an impressive amount of processing, the maximum allowed value is 20000.

How it works
This tool uses the Math_Fibonacci package for PEAR (PHP library). The algorithm takes advantage of the golden ratio and is able to give you the result quickly. However, since the complexity is very high for large numbers this tool is limited to F(20000).