Reversal Detection Indicator / Pro Panel EditionThe Reversal Detection Indicator – Pro Panel Edition is a powerful technical analysis tool designed to help traders identify high-probability market reversal zones with precision and confidence. Whether you're day trading, swing trading, or scalping, this indicator enhances your decision-making process by combining real-time price action analysis with dynamic visual alerts.
Indikatoren und Strategien
Scalping Strategy: EMA + RSIthis is best for 1 to 3 min scalping,this stratagy base on long ema and short ema, i use rsi level 30 to 70, fpr comfarmation .
Daily OHLC from 8:00 UTCDisplays Daily Open, High, and Low price levels, resetting at 8:00 AM UTC each day. Ideal for intraday trading reference points.
Ichimoku Cloud Breakout AlertsIchimoku Cloud Breakouts, Bullish and Bearish. Set alerts and use in confluence with Ichimoku
Forex Majors - Bullish/Bearish Pin Bars & Marubozu with ATRFor the guys at Binguru.
The indicator displays notification or alerts when certain events are triggered. In the indicator itself these events are Pin bar or Maribozu events. But you can edit yourself what events you want. You can add indicators or any other condition.
S/R + Reversal + Smart Breakouts [Lite]Support and Resistance Level Break Alert System, best used in confluence with Ichimoku Cloud.
Baby Pips Forex SessionsThis indicator visually maps the major Forex trading sessions based on the session times provided by BabyPips Forex Market Hours Tool.
It highlights the four primary trading sessions:
Tokyo: 09:00 – 18:00 (Asia/Tokyo)
London: 08:00 – 17:00 (Europe/London)
New York: 08:00 – 17:00 (America/New_York)
Sydney: 17:00 – 02:00 (GMT-4)*
Each session is shown with customizable colors and can display:
Session name
Open and close lines
Tick range (optional)
Average price (optional)
Use this tool to easily identify overlapping sessions and potential periods of increased market volatility.
Note: Timezones and session hours align with BabyPips' tool for accuracy and consistency. Ensure your chart is set to an intraday timeframe for the indicator to work correctly.
Deadzone Pro @DaviddTechDeadzone Pro by @DaviddTech – Adaptive Multi-Strategy NNFX Trading System
Deadzone Pro by @DaviddTech is a meticulously engineered trading indicator that strictly adheres to the No-Nonsense Forex (NNFX) methodology. It integrates adaptive trend detection, dual confirmation indicators, advanced volatility filtering, and dynamic risk management into one powerful, visually intuitive system. Ideal for traders seeking precision and clarity, this indicator consistently delivers high-probability trade setups across all market conditions.
🔥 Key Features:
The Setup:
Adaptive Hull Moving Average Baseline: Clearly identifies trend direction using an advanced, gradient-colored Hull MA that intensifies based on trend strength, providing immediate visual clarity.
Dual Confirmation Indicators: Combines Waddah Attar Explosion (momentum detector) and Bull/Bear Power (strength gauge) for robust validation, significantly reducing false entries.
Volatility Filter (ADX): Ensures entries are only made during strong trending markets, filtering out weak, range-bound scenarios for enhanced trade accuracy.
Dynamic Trailing Stop Loss: Implements a SuperTrend-based trailing stop using adaptive ATR calculations, managing risk effectively while optimizing exits.
Dashboard:
💎 Gradient Visualization & User Interface:
Dynamic gradient colors enhance readability, clearly indicating bullish/bearish strength.
Comprehensive dashboard summarizes component statuses, real-time market sentiment, and entry conditions at a glance.
Distinct and clear buy/sell entry and exit signals, with adaptive stop-loss levels visually plotted.
Candlestick coloring based on momentum signals (Waddah Attar) for intuitive market reading.
📈 How to Interpret Signals:
Bullish Signal: Enter when Hull MA baseline trends upward, both confirmation indicators align bullish, ADX indicates strong trend (>25), and price breaks above the previous trailing stop.
Bearish Signal: Enter short or exit long when Hull MA baseline trends downward, confirmations indicate bearish momentum, ADX confirms trend strength, and price breaks below previous trailing stop.
📊 Recommended Usage:
Timeframes: Ideal on 1H, 4H, and Daily charts for swing trading; effective on shorter (5M, 15M) charts for day trading.
Markets: Compatible with Forex, Crypto, Indices, Stocks, and Commodities.
The Entry & Exit:
🎯 Trading Styles:
Choose from three distinct trading modes:
Conservative: Requires full alignment of all indicators for maximum accuracy.
Balanced (Default): Optimized balance between signal frequency and reliability.
Aggressive: Fewer confirmations needed for more frequent trading signals.
📝 Credits & Originality:
Deadzone Pro incorporates advanced concepts inspired by:
Hull Moving Average by @Julien_Eche
Waddah Attar Explosion by @LazyBear
Bull Bear Power by @Pinecoders
ADX methodology by @BeikabuOyaji
This system has been significantly refactored and enhanced by @DaviddTech to maximize synergy, clarity, and usability, standing apart distinctly from its original components.
Deadzone Pro exemplifies precision and discipline, aligning fully with NNFX principles to provide traders with a comprehensive yet intuitive trading advantage.
Upside Reversal ScreenerIndicator mainly intended to be used in Pinescript screener to find Upside Reversals - where an instruments drops in price then reverses.
The minimum drop (as % or % of instrument ATR) and minimum recovery (as fraction of drop) can be specified.
When used as an indicator (Set the "Running in Screener" input to False in the settings) an up arrow will show under the days where an upside reversal occurred.
To use in a screener, set it as a favourite indicator, so it will be showin in the PineScript screener.
The indicator publishes the Open, High, Low, Close (or last) prices, % price change, % of drop (from high), the recovery (as % of drop), and if the stock matched the reverse settings.
Market Phases (ZigZag + MA + RSI)This script is a TradingView Pine Script that visualizes market phases using the ZigZag pattern, Moving Averages (MA), and the Relative Strength Index (RSI). It allows traders to identify key market conditions, such as accumulating, distributing, bullish, and bearish phases based on price movements and momentum indicators.
#### Components
1. ZigZag Settings:
- Depth: Controls the sensitivity of the ZigZag indicator. A higher value results in fewer price points being considered as reversals.
- Deviation: Defines the minimum percentage change needed to identify a ZigZag point, preventing small fluctuations from being registered.
- Backstep: Specifies the number of bars to look back for identifying highs and lows.
2. Moving Average Settings:
- MA Length: The number of periods used to calculate the moving average.
- MA Type: The type of moving average to use, either Simple Moving Average (SMA) or Exponential Moving Average (EMA).
3. RSI Settings:
- RSI Length: The period for calculating the RSI.
- Overbought Level: The threshold above which the asset is considered overbought.
- Oversold Level: The threshold below which the asset is considered oversold.
4. Calculations:
- Moving Average and RSI Calculation: The script calculates either an SMA or EMA and the RSI based on user-defined settings.
5. ZigZag Enhanced Calculation:
- It identifies swing highs and lows to determine the ZigZag points for improved trend analysis.
6. Trend Direction:
- The script checks the direction of the trend based on the latest ZigZag points.
7. Market Phase Determination:
- The script defines the market phase (Accumulation, Distribution, Bullish, Bearish) based on the trend direction and levels from the RSI and relationship with the moving average.
8. Background Colors:
- The background is tinted according to the identified market phase for visual clarity.
9. Labels and Plotting:
- Labels are generated at the last bar with the current phase and RSI value.
- The moving average and last ZigZag points are plotted on the chart for further reference.
### Conclusion
This script provides a comprehensive view of market conditions by integrating multiple indicators, helping traders make informed trading decisions based on market dynamics. The ability to visualize phases and key indicators aids in recognizing potential entry and exit points in trading strategies.
If you have any questions or need further modifications, feel free to ask!
Falcon SignalsThis script is a TradingView Pine Script for a trading strategy called "Falcon Signals." It combines multiple technical indicators and strategies to generate buy and sell signals. Here’s a breakdown of what the script does:
1. Supertrend Indicator:
The script calculates the Supertrend indicator using the Average True Range (ATR) and a specified multiplier (factor). The Supertrend is used to define the trend direction, with a green line for an uptrend and a red line for a downtrend.
2. EMA (Exponential Moving Average):
Two EMAs are used: a fast EMA (9-period) and a slow EMA (21-period). The script checks for crossovers of the fast EMA above or below the slow EMA as a basis for buying and selling signals.
3. RSI (Relative Strength Index):
The RSI (14-period) is used to measure the momentum of the price. A buy signal is generated when the RSI is less than 70, while a sell signal is generated when it’s greater than 30.
4. Take Profit (TP) and Stop Loss (SL):
The script allows users to set custom percentages for take profit and stop loss. The take profit is set at a certain percentage above the entry price for buy signals, and the stop loss is set at a percentage below the entry price, and vice versa for sell signals.
5. Trailing Stop:
A trailing stop can be enabled, which dynamically adjusts the stop loss level as the price moves in the favorable direction. If the price moves against the position by a certain trailing percentage, the position will be closed.
6. Engulfing Patterns:
The script checks for bullish and bearish engulfing candlestick patterns, indicating potential reversals. A bullish engulfing pattern is marked with a teal label ("🔄 Reversal Up"), and a bearish engulfing pattern is marked with a fuchsia label ("🔄 Reversal Down").
7. Plotting:
The script plots various indicators and signals:
Entry line: Shows where the buy or sell signal is triggered.
Take profit and stop loss levels are plotted as lines.
EMA and Supertrend lines are plotted on the chart.
Trailing stop line, if enabled, is also plotted.
8. Buy and Sell Labels:
The script places labels on the chart when buy or sell signals are triggered, indicating the price at which the order should be placed.
9. Exit Line:
The script plots an exit line when the trailing stop is hit, signaling when a position should be closed.
10. Alerts:
Alerts are set for both buy and sell signals, notifying the trader when to act based on the strategy's conditions.
This strategy combines trend-following (Supertrend), momentum (RSI), and price action patterns (EMA crossovers and engulfing candlestick patterns) to generate trade signals. It also offers the flexibility of take profit, stop loss, and trailing stop features.
Cumulative Relative Volume (CRVOL) + Day/Week/Month H/L/O + EMAsThis indicator leverages @LeviathanCapital Cumulative Relative Volume (CRVOL) concept.
CRVOL is designed to visualize the relationship between volume and price movement, accumulating relative volume based on whether the bar closed up or down. This provides a running total of buying or selling pressure relative to the average volume over a specified period.
Building upon this foundation, this indicator incorporates several enhancements by @smiley1910 aimed at identifying potential trading opportunities. User-configurable Exponential Moving Averages (EMAs) have been added to help smooth the CRVOL data and highlight potential trend direction or areas of dynamic support and resistance.
Furthermore, the indicator plots the current daily, weekly, and monthly open CRVOL values, alongside the previous day's high and low CRVOL levels. Plotting these previous highs and lows on the CRVOL indicator itself presents a novel approach to using CRVOL, offering a new way to visualize and interpret this powerful indicator. These reference points are intended to assist in identifying potential divergences between price and CRVOL, as well as spotting key level reclaims that could signal trend continuations or reversals.
For example, as demonstrated in the shown chart, a divergence appears below the previous monthly low CRVOL level. A long position may then be considered when CRVOL reclaims and moves back above that previous monthly low, with a potential target of CRVOL then reaching the previous monthly high – recognizing that some of these setups may result in longer-term swings than others. As with any technical indicator, it is advisable to use this in conjunction with price action analysis and other forms of confirmation for optimal results. The combined features offer a multifaceted approach to analyzing volume-driven market dynamics.
SECTORSSP500 Sector indicator relative to each other. Sectors above 50 buy and less than 50 is sell signal.
Volumatic Trend [ChartPrime]
A unique trend-following indicator that blends trend logic with volume visualization, offering a dynamic view of market momentum and activity. It automatically detects trend shifts and paints volume histograms at key levels, allowing traders to easily spot strength or weakness within trends.
⯁ KEY FEATURES
Trend Detection System:
Uses a custom combination of weighted EMA (swma) and regular EMA to detect trend direction.
A diamond appears on trend shift, indicating the starting point of a new bullish or bearish phase.
Volume Histogram Zones:
At each new trend, the indicator draws two horizontal zones (top and bottom) and visualizes volume activity within that trend using dynamic histogram candles.
Gradient-Based Candle Coloring:
Candle color is blended with a gradient based on volume intensity. This helps highlight where volume spikes occurred, making it easy to identify pressure points.
Volume Summary Labels:
A label at the end of each trend zone displays two critical values:
- Delta: net volume difference between bullish and bearish bars.
- Total: overall volume accumulated during the trend.
⯁ HOW TO USE
Monitor diamond markers to identify when a new trend begins.
Use volume histogram spikes to assess if the trend is supported by strong volume or lacking participation.
A high delta with strong total volume in a trend indicates institutional support.
Compare gradient strength of candles—brighter areas represent higher-volume trading activity.
Can be used alone or combined with other confirmation tools like structure breaks, liquidity sweeps, or order blocks.
⯁ CONCLUSION
Volumatic Trend gives you more than just trend direction—it provides insight into the force behind it. With volume-graded candles and real-time histogram overlays, traders can instantly assess whether a trend is backed by conviction or fading strength. A perfect tool for swing traders and intraday strategists looking to add volume context to their directional setups.
Trader Kit: MAs | ADR% | ATR% | $ Vol | RVol | Float%Trader Kit is a data-rich indicator designed to give traders quick access to essential technical context — from price structure and volatility to volume dynamics and sector strength.
🔧 Key Features
Moving Average Ribbon
Eight customizable moving averages with full control over:
Type (SMA, EMA, SMMA, WMA, VWMA, HMA)
Source (close, hl2, etc.)
Length
Color
Visibility toggle
→ Alerts can be placed on any MA.
Volatility Metrics
ADR%: Measures the average high-low range over the past 20 days (can be edited), ignoring gaps. It reflects how much a stock typically moves within the day.
ATR%: Measures the average true range over 14 periods (can be edited), including gaps. It reflects total daily volatility, accounting for overnight moves.
Volume Intel
Lookback period for all volume parameters.
Average Volume
Average Dollar Volume: Volume × price, formatted with K/M/B. A vital liquidity gauge — high $Vol often indicates institutional interest and facilitates smoother trade execution.
Relative Volume: Compares current volume to its 20-day average. Spikes in Rel. Vol often signal unusual interest or developing setups.
Up/Down Volume Ratio: Sum of up days’ volume vs. down days over the lookback period. Useful for identifying accumulation vs. distribution behavior.
Market Context
Market Cap
Float %: Shows the tradable portion of shares — lower float often means more volatility.
% from Open: Measures current positioning within the daily range.
% from 52-Week High / Low: Identifies strength or weakness relative to long-term extremes.
RSI (14): Included for basic momentum context.
Sector & Industry Mapping
Automatically detects the asset’s sector and industry, then maps each to the most relevant ETF proxy. The script displays the daily % change from open for both ETFs — providing a quick lens into relative strength at the group level.
Pivot Points
Marks recent high and low pivots based on user-defined length. Each pivot includes price and optional % change from the previous opposite pivot.
Customizable Stats Table
A dynamic, 2-column table presenting all selected metrics with the following controls:
Position: Top/Bottom Left, Center, Right
Text size: Tiny, Small, Normal, Large
Individual metric toggles
Custom label color
Option to apply a unified color or retain color styling per stat
👉 Companion tool: FunkyQuokka’s $Vol Indicator (click chart below)
🙏 Credits & Shoutouts
Portions of this script were inspired by or adapted from the work of:
@jfsrevg, @Fred6724, @TraderWillHu, @TheScrutiniser
With appreciation to the PineCoders community for tools, documentation, and support.
Crafted by @FunkyQuokka for traders who value structure, context and clarity.
Forex Majors - Stochastic Signals‘How will the price change and where will the market go next?’ - is a question that all traders and long-term investors are concerned about. Many spend years trying different trading approaches and only lose time and money. The author offers his own analytical method VPA, with the help of which you will be able to confidently predict the market direction, and your decisions to buy or sell will be based on logic and analysis of the price-volume relationship.
Translated with DeepL.com (free version)
JACK Pivot Breakout StrategyThis script is quite robust and includes comprehensive logic for pivot breakouts, EMA analysis, and support/resistance breaks.
Apply this script to TradingView or similar charting platforms to visualize pivot points, EMAs, and support/resistance lines.
Adjust the parameters (slPips, tpPips, etc.) to suit your trading style and risk tolerance.
Monitor the generated alerts for actionable trading opportunities.
High and Low DayHigh and Low Day
This indicator automatically tracks and displays the daily high and low of the current trading session directly on your chart.
Each new day, it resets the levels and plots horizontal lines:
Green Line for the daily high
Red Line for the daily low
It also adds labels (“High Day” and “Low Day”) for easy visual reference.
The levels update in real time as new highs or lows are formed throughout the day.
You can toggle the visibility of these lines and labels using the "Mostrar Linhas do Dia Atual" (Show Current Day Lines) setting.
Perfect for intraday traders looking to keep track of key support and resistance levels during the trading day.
Swing High + LowThis Indicator Marks Swing Points
It Also Displays Higher High / Higher Low / Lower Low / Higher Low
Camarilla Pivots Extended KothaThis strategy is based on Camarilla Pivot Points, a popular technical analysis tool used to identify potential support and resistance levels in the market.
Key Points:
Camarilla Pivots are calculated using the previous day's high, low, and close prices.
The strategy generates 6 levels (R1–R6 for resistance and S1–S6 for support) that help determine price levels where the market might reverse or break out.
R1–R4 represent potential resistance levels.
S1–S4 represent potential support levels.
R5 & R6 offer additional levels for more refined market action.
How it's used:
Resistance Levels (R1–R6): These levels indicate where price could struggle to rise further and potentially reverse downward.
Support Levels (S1–S6): These levels act as potential price floors where the market might bounce upwards.
This strategy helps traders identify key price levels to watch for potential entry and exit points, particularly useful in volatile markets or for intraday trading.
*This system doesn't predict price direction; it merely highlights key levels to watch for potential reversals or breakouts.
XLEVEL RISK ON/OFFThis is a risk on/off indicator .
SHOWS all macro indicators like
VIX,SP500,DXY, US10Y, OIL, GOLD .
If the background color is red its risk off.
If the background color is blue its risk on.
If gray and its mixed.
It helps me a lot with trade decisions.
Custom Volume Indicator (v6)Candle is green if volume is more than average line and it closes more than current days open and previous days close.
candle is red if opposite is true
candle is blue if current days close is less than todays open but is more than previous days close.
quarterly low volume is displayed with orange.
XLevel%W52This is a simple yet very helpful indicator.
On the top fuchsia color is % change from 52 weeks low.
In the middle yellow line is %change from last year close. Year to date % change.
On the bottom aqua color is % pull back from 52 weeks high. Which I use for entries to trends.