2 concepts
The Fibonacci sequence is where each term is the sum of the two preceding terms. F(1)=1, F(2)=1, F(n)=F(n-1)+F(n-2).
Fibonacci retracement predicts support/resistance levels during trend corrections using Fibonacci ratios.