A simple Python program for calculating and presenting the Fibonacci Retracement of securities using historical market data. Developed as part of college course research project focused on evaluating ...
This program calculates the nth Fibonacci number in O(log(n)). It's possible to calculate F(1_000_000) in less than a second.