Fibonacci Pivot Points Alerts
Jul 11, 2019

The Fibonacci Pivot Points Alerts indicator calculates and plots horizontal support and resistance levels based on Fibonacci ratios to help traders identify potential price reversal or breakout zones.
Usage
The tool is primarily used to identify key price levels where the market might find support or resistance. Traders can monitor price interactions with the Pivot Point (P), Support levels (S1, S2, S3), and Resistance levels (R1, R2, R3).
Users can set up alerts for specific scenarios:
- Level Crossings: Create alerts for when the price crosses a specific Fibonacci level (e.g., only R1 or only S2).
- Generic Alerts: A single alert can be configured to trigger whenever the price crosses any of the calculated levels.
Details
This script utilizes the classic Pivot Point formula combined with Fibonacci retracement levels (0.382, 0.618, and 1.000) to determine the offset from the central pivot.
- Pivot Point (P): (Previous High + Previous Low + Previous Close) / 3
- Resistance 1 (R1): P + (High - Low) * 0.382
- Support 1 (S1): P - (High - Low) * 0.382
- Resistance 2 (R2): P + (High - Low) * 0.618
- Support 2 (S2): P - (High - Low) * 0.618
- Resistance 3 (R3): P + (High - Low) * 1.000
- Support 3 (S3): P - (High - Low) * 1.000
The indicator uses modern drawing features to render levels as lines with labels. Due to platform limitations regarding the number of active drawing objects, historical lines will eventually disappear as new ones are created. Additionally, to avoid false signals during calculation resets, alerts are processed starting from the second bar of each new session.
Settings
- Period: Determines the timeframe used to calculate the high, low, and close values for the pivot levels. Options include Day, Week, Month, and Year.
FAQ
How can I access Fibonacci Pivot Points Alerts?
You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
Can I change the Fibonacci ratios used?
The current version uses fixed standard Fibonacci ratios (0.382, 0.618, 1.0) for the calculations to maintain consistency with traditional Fibonacci pivot strategies.
Why don't alerts trigger on the very first bar of a new day?
Alerts are programmed to skip the first bar of a new period to ensure the levels have stabilized and to prevent erroneous triggers during the session transition.
Free indicator
Get free access to this indicator on the platforms below.
Unlock the entire LuxAlgo Library
Every indicator, every strategy, full charts, and complete access to Quant — our AI agent.