tosin2013/fibonacci_price_target
0
Fibonacci Price Targets
This repository contains a Python script that calculates potential price targets for financial assets based on Fibonacci retracement and extension levels.
Key Features
- Flexible Inputs: The script allows users to specify the following:
- Asset's historical price data (e.g., OHLC data in a CSV format)
- The starting and ending points for the Fibonacci calculation
- Fibonacci retracement levels (e.g., 0.236, 0.382, 0.5, 0.618, 0.786)
- Fibonacci extension levels (e.g., 1.0, 1.382, 1.618, 2.618)
- Clear Visualization: The script generates a plot of the asset's price chart with the calculated Fibonacci levels overlaid, aiding in visual analysis.
