Spaces:
Runtime error
Runtime error
File size: 807 Bytes
63aabc0 2e63bd5 63aabc0 2e63bd5 63aabc0 2e63bd5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
license: apache-2.0
title: Fibonacci Price Targets
sdk: gradio
emoji: π
colorFrom: green
colorTo: purple
---
# 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. |