Fibonacci Navigator is a powerful Pine Script indicator for TradingView that lets you draw Fibonacci retracement levels on a specific candle based on a given date and timeframe. This tool is perfect for traders looking to analyze price ranges and make informed decisions.
- π Select a specific candle by date and time
- β³ Choose from a variety of timeframes including non-standard ones like 2 minutes, 4 minutes, and more
- π Automatically draw Fibonacci retracement levels on the selected candle
- π‘ Display the price ranges between specified Fibonacci levels
- π¨ Customizable Fibonacci levels and colors
-
Clone or download the repository:
git clone https://github.com/saifshabsug/FibonacciNavigator.git
-
Copy the Pine Script code from
fibonacci_navigator.pine
to your TradingView Pine Script editor. -
Add the indicator to your chart.
-
Configure the indicator settings:
- Candle Date & Time: Input the specific date and time of the candle you want to analyze.
- Timeframe: Select the desired timeframe from the dropdown options.
- The Fibonacci levels and colors are predefined in the script.
The following Fibonacci levels and their corresponding colors are used in this indicator:
Level | Value | Color |
---|---|---|
Level 0 | 32.236 | π΅ Blue |
Level 1 | 16.236 | π΅ Blue |
Level 2 | 8.236 | π΅ Blue |
Level 3 | 4.236 | π΅ Blue |
Level 4 | 2.618 | π’ Green |
Level 5 | 1.1414 | π΄ Red |
Level 6 | 1 | βͺ Gray |
Level 7 | 0 | βͺ Gray |
Level 8 | -0.1414 | π΄ Red |
Level 9 | -1.618 | π’ Green |
Level 10 | -3.236 | π΅ Blue |
Level 11 | -7.236 | π΅ Blue |
Level 12 | -15.236 | π΅ Blue |
Level 13 | -31.236 | π΅ Blue |
This project is in collaboration with Hammam Sawalma.
This project is licensed under the MIT License - see the LICENSE file for details.