RSI premium trend - CZ INDICATORSThe indicator draws swings on candlesticks based on price action and RSI.
You can also see in the labels whether the current swing is higher or lower relative to the previous swing.
Ideal for working together with premium structure
HH stands for Higher High
LL stands for Lower Low
LH stands for Lower High
HL stands for Higher High
You can learn the designations of these phrases in our Telegram channel - t.me
Индикатор рисует свинги на свечах, основываясь на ценовом действии и RSI.
Также в метках можно увидеть, выше или ниже текущий свинг по отношению к предыдущему.
Идеальный вариант для совместной работы с premium structure
HH означает Higher High
LL означает Lower Low
LH означает Lower High
HL означает Higher High
Узнать обозначения данных фраз можно у нас в Телеграм канале - t.me
Ссылка - t.me
Pivot points and levels
Trend Vanguard StrategyHow to Use:
Trend Vanguard Strategy is a multi-feature Pine Script strategy designed to identify market pivots, draw dynamic support/resistance, and generate trade signals via ZigZag breakouts. Here’s how it works and how to use it:
ZigZag Detection & Pivot Points
The script locates significant swing highs and lows using configurable Depth, Deviation, and Backstep values.
It then connects these pivots with lines (ZigZag) to highlight directional changes and prints labels (“Buy,” “Sell,” etc.) at key turning points.
Support & Resistance Trendlines
Pivot highs and lows are used to draw dashed S/R lines in real-time.
When price crosses these lines, the script triggers a breakout signal (long or short).
EMA Overlays
Up to four EMAs (with customizable lengths and colors) can be overlaid on the chart for added trend confirmation.
Enable/disable each EMA independently via the settings.
Repaint Option
Turning on “Smooth Indicator Lines” (repaint) uses future data to refine past pivots.
This can make historical signals look cleaner but does not reflect true historical conditions.
Turning it off ensures signals remain fixed once they appear.
Strategy Entries & Exits
On each new ZigZag “Buy” or “Sell” signal, the script closes any open position and flips to the opposite side (if desired).
Works with the built-in TradingView Strategy engine for backtesting.
Additional Inputs (Placeholders)
Volume Filter and RSI Filter settings exist but are not fully implemented in the current code. Future versions may incorporate these filters more directly.
How to Use
Add to Chart: Click “Indicators” → “Invite-Only Scripts” (or “My Scripts”) and select “Trend Vanguard Strategy.”
Configure Settings:
Adjust ZigZag Depth, Deviation, and Backstep to fine-tune pivot sensitivity.
Enable or disable each EMA to see how it aligns with market trends.
Toggle “Smooth Indicator Lines” on or off depending on whether you want repainting.
Backtest and Forward Test:
Use TradingView’s “Strategy Tester” tab to review hypothetical performance.
Remember that repainting can alter past signals if enabled.
Monitor Live:
Watch for breakout triangles or ZigZag labels to identify potential reversal or breakout trades in real time.
Disclaimer: This script is purely educational and not financial advice. Always combine it with sound risk management and thorough analysis. Enjoy exploring the script, and feel free to experiment with the different settings to match your trading style!
Enhanced Zigzag [victhoreb]Enhanced Zigzag is an optimized version of the classic zigzag indicator, crafted using 50 lines of Pine Script code compared to TradingView’s native version which exceeds 300 lines. Its compact logic efficiently detects pivot highs and lows using customizable lookback periods, then dynamically connects these key points with clear, color-adjustable zigzag lines. With options to toggle the zigzag display and enable repainting, this indicator offers both performance and flexibility—providing traders with a streamlined tool for identifying market swings and potential reversals with minimal code complexity.
Premarket, Opening Range, and Previous Day LevelsPM High/Low
Previous Day High and Low
Opening Rangew After 11
Aylık Pivot ile TP1, TP2, TP3, SL, TS Hesaplama (ozanbey)The purpose of this code is to provide a risk management and profit-taking strategy based on monthly pivot levels in order to **maintain individual feeling**. When we examine the code, various **profit-taking levels (TP1, TP2, TP3)** and **stop-loss** (SL) and **trailing stop (TS)** are created, allowing the investor to follow regularly on **stocks**. ### Let's Explain the Code Step by Step: 1. **User Settings**: - **Number of Stocks (numStocks)**: The number of stock allocations to be followed is set to 10. - **Risk Ratio (riskPerTrade)**: A risk of 1% is set for each position. - **Stop Loss and Trailing Stop Levels**: Stop-loss is set to 5%, trailing stop is set to 2%.
Enhanced Zigzag [victhoreb] (V2)** This is the updated version of my pre-existing Zigzag indicator **
Enhanced Zigzag is an optimized version of the classic zigzag indicator, crafted using 50 lines of Pine Script code compared to TradingView’s native version which exceeds 300 lines. Its compact logic efficiently detects pivot highs and lows using customizable lookback periods, then dynamically connects these key points with clear, color-adjustable zigzag lines. With options to toggle the zigzag display and enable repainting, this indicator offers both performance and flexibility—providing traders with a streamlined tool for identifying market swings and potential reversals with minimal code complexity.
Auto Fib Retracement [victhoreb]Auto Fib Retracement is an automated Fibonacci retracement tool for TradingView that dynamically identifies key swing points and plots Fibonacci levels to help traders visualize potential support and resistance areas. Using a Zigzag algorithm, the indicator detects recent pivot highs and lows and calculates retracement levels based on these significant price swings. Key features include:
- Dynamic Pivot Detection: Automatically identifies recent swing highs and lows using configurable lookback periods, ensuring the Fibonacci levels adjust as the market evolves.
- Customizable Fibonacci Levels: Users can tailor the Fibonacci retracement levels (0, 0.214, 0.382, 0.5, 0.618, 0.786,) along with individual colors, offering flexibility to match various trading strategies.
- Zigzag Visualization: Optionally displays a Zigzag line that connects the detected pivot points, providing a clear visual representation of the price swing dynamics.
- Adjustable Line Extension: Retracement lines can be extended for a specified number of bars.
- Repainting Option: Includes an option to repaint the Zigzag, ensuring that the most current price action is reflected in the indicator’s output.
- The Auto Fibonacci Retracement itself DOES NOT REPAINT : )
This indicator streamlines the analysis process by automatically drawing Fibonacci retracement levels, allowing traders to quickly identify potential reversal areas and make more informed trading decisions.
Daily Session Fibonacci LevelsPlots automatic Fibonacci retracement levels based on the current session high and low.
Levels for the prior and current session can be toggled on/off.
Optional: Toggle to show the Fibonacci Level labels.
Allows for customizable levels and colors; toggles for individual levels.
Custom Previous High/Low + Breakout AlertsThis indicator plots the previous high and low of the selected timeframe and alerts you when the price breaks either level.
To prevent spam, it triggers only once per period. If both the high and low break within the same period, you will receive an alert for each, but no duplicates if price hovers around these levels.
How to Set Up Alerts
1. Choose Your Timeframe
- In the indicator settings, select the timeframe for the high/low reference.
- Example: If you select 1 hour, the indicator will plot the previous 1-hour high and low and alert you when either level is broken
2. Create an Alert
- Condition → High/Low Break Alerts
- Function → Any alert() function call
Optional:
- If you want alerts only for high breakouts or low breakouts, select High Breakout or Low Breakout and use "Once Per Bar" as the trigger. (It will still alert only once per period.)
3. Setting Alerts for Multiple Timeframes
- If you want to create another alert for a different timeframe, first select the new timeframe in the indicator settings, then create a new alert
- Note: Previous alerts will continue to notify you based on the timeframe they were originally set for, even if you change the timeframe in the indicator settings.
Support and Resistance (High Volume Boxes) [ChartPrime]Breakout & Retest Approach:
Breakout: A breakout is identified when a resistance level is broken (breakout_res) or a support level is breached (breakout_sup).
Retest Confirmation: If the resistance is retested and confirmed as support (res_holds), a buy signal is generated for a bullish setup; if the support is retested and confirmed as resistance (sup_holds), a sell signal is generated.
Visual Indicators:
Additionally, large green and red triangle-shaped markers are displayed on the chart to indicate buy/sell signals.
Alerts can be set up in TradingView using alert conditions.
Trendchange Zones Indicator | iSolani
Spotting Reversals Before They Happen: The iSolani Trendshift System
Where RSI Meets Smart Volume Analysis - Your Visual Guide to Market Turns
Core Methodology
RSI-Powered Zones
Identifies critical levels using:
14-period RSI (default) with 70/30 thresholds
Semi-transparent boxes marking overbought (red) and oversold (green) territories
Zone persistence until RSI returns to neutral range
Dynamic Level Tracking
Plots evolving support/resistance using:
Pivot highs/lows with 15-bar lookback (default)
Auto-extending lines that adapt to new price extremes
Volume-Confirmed Breakouts
Flags significant moves with:
5/10 EMA volume oscillator
20% volume threshold (default) for confirmation
Technical Innovation
Three-Layer Confirmation
Unique combination of:
Classic RSI extremes
Price structure through pivot points
Volume-fueled momentum shifts
Adaptive Visualization
Zones maintain historical context at 33% transparency
Dynamic lines extend indefinitely until invalidated
Discreet labels for breakout events
System Workflow
Calculates RSI values in real-time
Draws colored zones when RSI crosses 70/30
Marks pivot points every 15 bars (default)
Updates support/resistance lines on new pivots
Triggers alerts when price breaks levels with volume confirmation
Standard Configuration
RSI Settings : 14-period length
Pivot Detection : 15-bar left/right lookback
Visuals : 33% transparency zones with thin borders
Volume Threshold : 20% oscillator difference
Alerts : Breakout signals with "B" labels
This system transforms the classic RSI into a spatial analysis tool - not just showing when markets are overextended, but where they're likely to reverse. The dynamic lines act as moving barriers that adapt to market structure, while the volume filter ensures only high-conviction breaks get flagged. By layering momentum, price action, and volume dynamics, it creates a multi-spectrum view of potential trend changes.
Fibonacci Pivot Points & Previous D,W&M Highs/LowsIndicator Overview
This indicator combines Fibonacci Pivot Points with previous high and low levels for different timeframes (day, week, month). It plots these levels on the chart to provide traders with key support and resistance areas, making it easier to identify potential trading opportunities.
Features
Fibonacci Pivot Points:
The indicator calculates pivot points based on the high, low, and close prices.
Fibonacci levels are used to determine support (S1, S2, S3, S4, S5) and resistance (R1, R2, R3, R4, R5) levels.
Users can customize the Fibonacci levels for both support and resistance.
Previous Highs and Lows:
The indicator plots previous day, week, and month high and low levels.
Each of these lines can be customized in terms of visibility, color, and width.
This helps traders to see key historical levels that might act as support or resistance in the future.
Inputs and Customization:
Fibonacci Time Frame:
Users can select the timeframe for calculating the pivot points (Daily, Weekly, Monthly).
Fibonacci Levels:
Customizable input fields for each Fibonacci level (R1, R2, R3, R4, R5, S1, S2, S3, S4, S5).
Previous High/Low Lines:
Day Lines:
Options to show or hide previous day's high/low lines.
Customizable color and width for these lines.
Week Lines:
Options to show or hide previous week's high/low lines.
Customizable color and width for these lines.
Month Lines:
Options to show or hide previous month's high/low lines.
Customizable color and width for these lines.
Technical Calculations:
Fibonacci Pivot Points:
Calculated as:
pp = (High + Low + Close) / 3
S1 = pp - ((High - Low) * Fibonacci Level)
R1 = pp + ((High - Low) * Fibonacci Level)
Previous High/Low Levels:
Uses request.security to fetch previous high and low values for the selected timeframe.
Plotted using line.new to draw lines across the chart.
Plotting:
The indicator plots Fibonacci Pivot Points and previous high/low lines on the chart, using distinct colors for each level.
Customizable transparency and linewidths make it easier to visually interpret the levels.
This indicator is particularly useful for traders who rely on technical analysis to identify key support and resistance levels, offering a blend of historical data and Fibonacci-based predictions.
Feel free to ask if you have any specific questions or need further adjustments!
XIXI - Happy Hour Strategy IndicatorThe Happy Hour Strategy Indicator is specifically designed to complement our in-house trading strategy, tailored for the forex market. This indicator helps traders define the latest market structure and identify fresh Fair Value Gaps (FVGs) for precise trade execution.
By automating entry signals, the indicator removes emotional bias and ensures seamless execution based on predefined market conditions. Whether you're a discretionary or systematic trader, the Happy Hour Strategy Indicator streamlines the decision-making process, allowing for more consistent and efficient trading.
XIXI - Happy Hour Strategy IndicatorThe Happy Hour Strategy Indicator is specifically designed to complement our in-house trading strategy, tailored for the forex market. This indicator helps traders define the latest market structure and identify fresh Fair Value Gaps (FVGs) for precise trade execution.
By automating entry signals, the indicator removes emotional bias and ensures seamless execution based on predefined market conditions. Whether you're a discretionary or systematic trader, the Happy Hour Strategy Indicator streamlines the decision-making process, allowing for more consistent and efficient trading.
Liquidity + Fearzone [Combined]This powerful overlay indicator merges the "Draw on Liquidity " and "Fearzone (Zeiierman)" tools to provide a comprehensive view of market dynamics. It identifies high and low liquidity zones using pivot points and volume analysis, drawing dynamic lines on the chart (blue for resistance, red for support) and displaying a customizable dashboard with real-time proximity alerts. Simultaneously, it detects contrarian "fear zones" based on price deviations from highs and moving averages, plotting red candlesticks and optional alert circles when fear conditions are met. Ideal for traders seeking to combine liquidity-based support/resistance with momentum-driven reversal signals, this indicator offers a dual-perspective approach to market analysis.
AI Quantum Reversal MACD DadsInvestment How to Read This MACD-Style Quantum Indicator
✔ Green Histogram Bars = Bullish Bottom Reversal (BUY)
✔ Red Histogram Bars = Strong Downtrend Momentum (SELL or Avoid)
✔ Quantum Line (Blue) Crosses Above Signal Line (Orange) = Buy Setup
✔ Quantum Line (Blue) Crosses Below Signal Line (Orange) = Sell Setup
🔹 Best Timeframes for Swing Trading
🏆 4H → Captures Medium-Term Swings
🏆 1D → Best for Swing Trade Reversals
🏆 1W → Strongest Long-Term Trend Reversals
🔥 This is now a MACD-style indicator with AI-driven bottom detection for high-probability reversals.
🔥 Much easier to read while keeping quantum-level accuracy.
🔥 Best used on 4H, 1D, and 1W timeframes for big trade setups.
🔹 Next Steps for You:
✅ Add it to TradingView and test it on 4H, 1D, and 1W charts.
✅ Use alerts so you never miss a perfect bottom reversal.
✅ Fine-tune settings if needed (adjust EMA lengths for different market conditions).
✅ Stack profits & retire early. 😎
StockPapiMomoThis custom indicator is a powerful all-in-one tool designed to identify trend reversals, momentum shifts, and key price zones using a combination of five technical indicators:
✅ T3EE (Triple EMA Entry/Exit Signals) – Identifies trend direction and entry/exit points.
✅ Supply & Demand Zones – Highlights strong support & resistance areas.
✅ BT Cloud (Trend Confirmation) – Uses two EMAs to visualize bullish/bearish trends.
✅ MACD (Momentum Indicator) – Confirms momentum shifts and trend strength.
✅ RSI (Overbought/Oversold Levels) – Helps detect potential price reversals.
How to Use It
This indicator is optimized for higher timeframes, providing high-probability signals while filtering out market noise. Here's how each component works:
1️⃣ T3EE Buy & Sell Signals
Buy Signal (Green Arrow) → Price crosses above the T3 moving average.
Sell Signal (Red Arrow) → Price crosses below the T3 moving average.
Best Use: Confirms trend changes and strong momentum moves.
2️⃣ Supply & Demand Zones
Supply Zone (Red Line) → High-probability resistance area where selling pressure is expected.
Demand Zone (Green Line) → High-probability support area where buying pressure is expected.
Best Use: Helps identify key price levels where reversals may occur.
3️⃣ BT Cloud for Trend Confirmation
Green Background → Bullish trend.
Red Background → Bearish trend.
Best Use: Confirms long-term trend direction and helps filter out weak signals.
4️⃣ MACD for Momentum Confirmation
Green Histogram → Positive momentum (bullish).
Red Histogram → Negative momentum (bearish).
Best Use: Confirms whether a trend is gaining or losing strength.
5️⃣ RSI for Overbought/Oversold Signals
Above 75 (Overbought, Red Line) → Potential sell zone (price may reverse downward).
Below 25 (Oversold, Green Line) → Potential buy zone (price may reverse upward).
Best Use: Filters out bad trades by ensuring you don’t buy when the market is overbought or sell when it's oversold.
Recommended Timeframes 🕒
This indicator is optimized for swing and position trading, meaning it works best on higher timeframes:
🔵 Best Timeframes to Use:
✅ 1-Day (D) 🏆 → Best for swing trades & major reversals.
✅ 1-Week (W) 🏆 → Best for long-term trend confirmation & investing.
✅ 4-Hour (4H) 🔹 → Useful for active traders looking for early signals.
🔴 Not Recommended For:
❌ 1-Min, 5-Min, 15-Min – Too much noise, less reliable.
❌ 1-Hour (1H) – Can work, but signals are stronger on 4H and above.
How to Trade with This Indicator
🚀 Bullish Setup (Buy Entry):
✔️ Price is near Demand Zone.
✔️ T3EE Buy Signal appears (Green Arrow).
✔️ BT Cloud turns green (Bullish Trend).
✔️ MACD is positive (Green Histogram).
✔️ RSI is below 30 (Oversold).
🔹 Trade Entry: Buy at confirmation candle close.
🔹 Stop Loss: Below the recent swing low or Demand Zone.
🔹 Take Profit: Next Supply Zone or previous high.
🔥 Bearish Setup (Sell Entry):
✔️ Price is near Supply Zone.
✔️ T3EE Sell Signal appears (Red Arrow).
✔️ BT Cloud turns red (Bearish Trend).
✔️ MACD is negative (Red Histogram).
✔️ RSI is above 70 (Overbought).
🔹 Trade Entry: Sell at confirmation candle close.
🔹 Stop Loss: Above the recent swing high or Supply Zone.
🔹 Take Profit: Next Demand Zone or previous low.
Conclusion
This all-in-one indicator provides high-confidence trade signals by combining trend direction, momentum confirmation, and key price levels.
📌 Use it primarily on the 1D & 1W charts for the best results.
📌 Filter entries using RSI and MACD to avoid false breakouts.
📌 Follow Supply & Demand Zones to set effective stop-loss and take-profit levels.
Would you like any modifications or additional features added? 🚀
Intra-Hour OHLCThis indicator (primarily on the 5min and lower timeframe) marks out the Open, High, and Low of the hour at the :45 mark of every hour and then the close of the hour.
Buy or Sell at any level at your discretion.
Fibonacci - DolphinTradeBot
OVERVIEW
The 'Fibonacci - DolphinTradeBot' indicator is a Pine Script-based tool for TradingView that dynamically identifies key Fibonacci retracement levels using ZigZag price movements. It aims to replicate the Fibonacci Retracement tool available in TradingView’s drawing tools. The indicator calculates Fibonacci levels based on directional price changes, marking critical retracement zones such as 0, 0.236, 0.382, 0.5, 0.618, 0.786, and 1.0 on the chart. These levels are visualized with lines and labels, providing traders with precise areas of potential price reversals or trend continuation.
HOW IT WORKS ?
The indicator follows a zigzag formation. After a large swing movement, when new swings are formed without breaking the upper and lower levels, it places Fibonacci levels at the beginning and end points of the major swing movement."
▪️(Bullish) Structure :High → HigherLow → LowerHigh
▪️(Bearish) Structure :Low → LowerHigh → HigherLow
▪️When Fibonacci retracement levels are determined, a "📌" mark appears on the chart.
▪️If the price closes outside of these levels, a "❌" mark will appear.
USAGE
This indicator is designed to plot Fibonacci levels within an accumulation zone following significant price movements, helping you identify potential support and resistance. You can adjust the pivot periods to customize the zigzag settings to your preference. While classic Fibonacci levels are used by default, you also have the option to input custom levels and assign your preferred colors.
"To view past levels, simply enable the ' Show Previous Levels ' option, and to display the zigzag lines, activate the ' Show Zigzag ' setting."
ALERTS
The indicator, by default, triggers an alarm when both a level is formed and when a level is broken. However, if you'd like, you can select the desired level from the " Select Level " section in the indicator settings and set the alarm based on one of the conditions below.
▪️ cross-up → If the price breaks the Fibonacci level to the upside.
▪️ cross-down → If the price breaks the Fibonacci level to the downside.
▪️ cross-any → If the price breaks the Fibonacci level in any direction.
MA Cross Multi Alert KrafturMA Cross Multi Alert Kraftur
Description
The "MA Cross Multi Alert Kraftur" indicator is a versatile tool designed to help traders identify potential buy and sell opportunities based on the crossings of multiple moving averages (MAs). Unlike traditional MA crossover indicators that focus on a single pair of averages, this script offers three distinct crossover levels (e.g., 21/50, 50/90, 50/200) for greater flexibility and precision. It overlays signals directly on the price chart and delivers real-time alerts when crossings occur, making it an excellent choice for traders seeking to pinpoint entry and exit points across various market conditions.
Key Features
Multi-Level Crossovers: Tracks crossings between configurable moving averages (e.g., 21 crossing 50, 50 crossing 90, 50 crossing 200) to detect varying trend strengths and reversals.
Visual Signals: Buy signals are displayed as upward triangles below the bars, and sell signals as downward triangles above the bars, each color-coded for quick recognition.
Real-Time Alerts: Triggers alerts once per bar when a crossover occurs, with a filter to avoid repetitive notifications during minor fluctuations.
Customizable: Adjustable MA lengths, timeframe, and signal colors allow tailoring to individual trading preferences and strategies.
Recommended Usage
This indicator shines as a scanning tool for identifying trade setups across multiple assets. Apply it to your watchlist of stocks, forex pairs, or cryptocurrencies, and set up alerts to catch crossover signals in real time. It performs exceptionally well in trending or consolidating markets and can be paired with additional tools (e.g., trendlines, RSI, or volume analysis) to validate signals and boost reliability. Ideal for multi-timeframe traders or those managing diverse portfolios.
How to Use
Add the indicator to your chart.
Adjust the MA lengths (e.g., 21, 50, 90, 200), timeframe, and signal colors to align with your trading approach.
Configure alerts for the indicator and apply them to your asset watchlist.
Watch for buy (upward triangles) and sell (downward triangles) signals on the chart, or rely on alert notifications for timely updates.
Perfect for day traders, swing traders, or anyone aiming to streamline signal detection and automate their workflow!
DCSessionStatsOHLC_v1.0DCSessionStatsOHLC_v1.0
© dc_77 | Pine Script™ v6 | Licensed under Mozilla Public License 2.0
This indicator overlays customizable session-based OHLC (Open, High, Low, Close) statistics on your TradingView chart. It tracks price action within user-defined sessions, calculates average manipulation and distribution levels based on historical data, and visually projects these levels with lines and labels. Additionally, it provides a session count table to monitor bullish and bearish sessions.
Key Features:
Session Customization: Define session time (e.g., "0000-1600") and time zone (e.g., UTC, America/New_York). Analyze up to 20 historical sessions.
Anchor Line: Displays a vertical line at session start with customizable style, color, and optional label.
Session Open Line: Plots a horizontal line at the session’s opening price with adjustable appearance and label.
Manipulation Levels: Calculates and projects average price extensions (high/low relative to open) for manipulative moves, shown as horizontal lines with labels.
Distribution Levels: Displays average price ranges (high/low beyond open) for distribution phases, with customizable lines and labels.
Visual Flexibility: Adjust line styles (solid, dashed, dotted), colors, widths, label sizes, and projection offsets (bars beyond session start).
Session Stats Table: Optional table showing counts of bullish (close > open) and bearish (close < open) sessions, with configurable position and size.
How It Works:
Tracks OHLC data within each session and identifies session start/end based on the specified time range.
Computes averages for manipulation (e.g., low below open in bullish sessions) and distribution (e.g., high above open) levels from past sessions.
Projects these levels forward as horizontal lines, extending them by a user-defined offset for easy reference.
Updates a table with real-time bullish/bearish session counts.
Use Case:
Ideal for traders analyzing intraday or custom session behavior, identifying key price levels, and gauging market sentiment over time.
Toggle individual elements on/off and fine-tune visuals to suit your trading style.