A Python program that generates the Fibonacci sequence and displays it with a simple animation in the terminal. The program shows each number in the sequence one by one, creating a visual effect as it ...
├── notebooks/ │ └── fib_backtest.ipynb # Main analysis notebook (18 cells) ├── src/ │ ├── backtest.py # Trade simulation engine │ ├── data_loader.py # CSV data loading & preprocessing │ ├── fib.py # ...