Composite Z-Score with Linear Regression Bands [UAlgo]The Composite Z-Score with Linear Regression Bands is a technical indicator designed to provide traders with a comprehensive analysis of price momentum, volatility, and volume. By combining multiple moving averages with slope analysis, volume/volatility compression-expansion metrics, and Z-Score calculations, this indicator aims to highlight potential breakout and breakdown points with high accuracy. The inclusion of linear regression bands further enhances the analysis by providing dynamic support and resistance levels, which adapt to market conditions. This makes the indicator particularly useful in identifying overbought/oversold conditions, volume squeezes, and the overall direction of the trend.
🔶 Key Features
Multi-Length Slope Calculation: The indicator uses multiple Hull Moving Averages (HMA) across various lengths to calculate slope angles, which are then converted into Z-Scores. This helps in capturing both short-term and long-term price momentum.
Volume/Volatility Composite Analysis: By calculating a composite value derived from both volume and volatility, the indicator identifies periods of compression (squeezes) and expansion, which are crucial for detecting potential breakout opportunities.
Linear Regression Bands: The inclusion of dynamic linear regression bands provides traders with adaptive support and resistance levels. These bands are enhanced by the composite value, which adjusts the band width based on market conditions, offering a clearer view of possible price reversals.
Overbought/Oversold Detection: The indicator highlights overbought and oversold conditions by comparing Z-Scores against the upper and lower bounds of the regression bands, which can signal potential reversal points.
Customizable Inputs: Users can customize key parameters such as the lengths of the moving averages, the regression band period, and the number of deviations used for the bands, allowing for flexibility in adapting the indicator to different market environments.
🔶 Interpreting the Indicator
Z-Score Plots: The individual Z-Score plots represent the normalized slope of the Hull Moving Averages over different periods. Positive values indicate upward momentum, while negative values suggest downward momentum. The combined Z-Sum provides a broader view of the overall market momentum.
Composite Value: The composite value is a ratio of volume to volatility, which highlights periods of market compression and expansion. When the composite value rises, it suggests increasing market activity, often preceding a breakout.
Why are we calculating values for multiple lengths?
The Composite Z-Score with Linear Regression Bands indicator employs a multi-timeframe analysis by calculating Z-scores for various moving average lengths. This approach provides a more comprehensive view of market dynamics and helps to identify trends and potential reversals across different timeframes. By considering multiple lengths, we can:
Capture a broader range of market behaviors: Different moving average lengths capture different aspects of price movement. Shorter lengths are more sensitive to recent price changes, while longer lengths provide a smoother representation of the underlying trend.
Reduce the impact of noise: By combining Z-scores from multiple lengths, we can help to filter out some of the noise that can be present in shorter-term data and obtain a more robust signal.
Enhance the reliability of signals: When Z-scores from multiple lengths align, it can increase the confidence in the identified trend or potential reversal. This can help to reduce the likelihood of false signals.
In essence, calculating values for multiple lengths allows the indicator to provide a more nuanced and reliable assessment of market conditions, making it a valuable tool for traders and analysts.
Linear Regression Bands: The central line represents the linear regression of the Z-Sum, while the upper and lower bands represent the dynamic resistance and support levels, respectively. The deviation from the regression line indicates the strength of the current trend. When price moves beyond these bands, it may signal an overbought (above upper band) or oversold (below lower band) condition.
Volume/Volatility Squeeze: When the price moves between the regression bands and the volume/volatility-adjusted bands, the market is in a squeeze. Breakouts from this squeeze can lead to significant price moves, which are indicated by the filling of areas between the Z-Score plots and the bands.
Color Interpretation: The indicator uses color changes to make it easier to interpret the data. Teal colors generally indicate upward momentum or strong conditions, while red suggests downward momentum or weakening conditions. The intensity of the color reflects the strength of the signal.
Overbought/Oversold Signals: The indicator marks potential overbought and oversold conditions when Z-Scores cross above or below the upper and lower regression bands, respectively. These signals are crucial for identifying potential reversal points in the market.
🔶 Disclaimer
Use with Caution: This indicator is provided for educational and informational purposes only and should not be considered as financial advice. Users should exercise caution and perform their own analysis before making trading decisions based on the indicator's signals.
Not Financial Advice: The information provided by this indicator does not constitute financial advice, and the creator (UAlgo) shall not be held responsible for any trading losses incurred as a result of using this indicator.
Backtesting Recommended: Traders are encouraged to backtest the indicator thoroughly on historical data before using it in live trading to assess its performance and suitability for their trading strategies.
Risk Management: Trading involves inherent risks, and users should implement proper risk management strategies, including but not limited to stop-loss orders and position sizing, to mitigate potential losses.
No Guarantees: The accuracy and reliability of the indicator's signals cannot be guaranteed, as they are based on historical price data and past performance may not be indicative of future results.
Wyszukaj w skryptach "reversal"
ATR Divergences [UAlgo]Divergence is a concept in financial markets that highlights inconsistencies between the price of an asset and a given indicator. This script focuses on identifying divergences using the Average True Range (ATR). Divergence occurs when there is a disparity between the direction of the price and the oscillator, providing valuable insights for traders anticipating potential trend reversals.
This script employs pivot points (with using High-Low values of the candles) to identify potential divergences between the oscillator (ATR) and price movements. Here's how each type of divergence is determined:
Key Features:
Regular Bullish Divergence:
Oscillator registers a higher low.
Price records a lower low.
Indicative of potential upward reversal.
Hidden Bullish Divergence:
Oscillator indicates a lower low.
Price exhibits a higher low.
Signals a concealed bullish continuation pattern.
Regular Bearish Divergence:
Oscillator shows a lower high.
Price marks a higher high.
Suggests a possible downward reversal.
Hidden Bearish Divergence:
Oscillator reflects a higher high.
Price displays a lower high.
Indicates a hidden bearish continuation pattern.
Usage and Customization:
ATR Length: Adjustable parameter for customizing the Average True Range calculation period.
Plot Options: Choose to display Regular Bullish, Hidden Bullish, Regular Bearish, and/or Hidden Bearish divergences.
Wait for Candle Close: Option to wait for candle closure before plotting signals.
How to Interpret:
Regular divergences may indicate potential trend reversals, while hidden divergences suggest a continuation of the current trend. Traders can leverage these signals to make informed decisions in their trading strategies.
Feel free to customize the parameters based on your trading preferences. Happy Trading!
Trend Reversal PredictorTrend Reversal Predictor - An Indicator for Identifying Potential Trend Reversals
This indicator is designed to help traders identify potential trend reversals in the financial markets. It combines multiple criteria including trend identification, volume analysis, average net price movement, and RSI (Relative Strength Index) crossing its moving average to highlight potential danger zones where a trend reversal may occur.
How it Works:
1. Trend Identification: The script uses the Hull Moving Average (HMA) and Parabolic SAR to determine the prevailing trend. The HMA is a smoothing indicator that reduces lag and provides a clear representation of the trend direction.
2. Danger Zone Identification: The script analyzes volume-related metrics and average net price movement to identify potential danger zones where trend reversals might occur. It calculates the rate of change of buying and selling volume and compares it to their respective averages. Additionally, it considers the average net price movement over a specified period.
3. RSI Integration: The script incorporates the RSI, a momentum oscillator, to evaluate overbought and oversold conditions. It calculates the RSI based on user-defined length and source inputs. It also calculates the RSI's moving average using different types of moving averages (SMA, EMA, etc.) specified by the user.
4. Trend Ending Prediction: By combining the conditions of trend identification, volume analysis, average net price movement, and RSI crossing its moving average, the script identifies potential trend reversal points or danger zones. These danger zones are highlighted on the chart using different colors to represent potential uptrend and downtrend reversals.
How to Use:
2. Danger Zone Highlighting: The script highlights potential danger zones on the chart using orange color for uptrend danger zones and blue color for downtrend danger zones. These danger zones suggest areas where a trend reversal may occur.
3. Additional Analysis: Traders can further analyze the danger zones based on their trading strategy and risk management. Consider other technical indicators, price action, and fundamental factors to make informed trading decisions.
Please note that this script provides potential signals for trend reversals but does not guarantee their occurrence. It is important to use this indicator in conjunction with other technical analysis tools and risk management techniques to make well-informed trading decisions.
By understanding the underlying concepts and using the provided visual cues, traders can leverage the Trend Reversal Predictor to potentially identify potential trend reversals in the markets.
RSI MTF Ob+OsHello Traders,
This indicator use the same concept as my previous indicator "CCI MTF Ob+Os".
It is a simple "Relative Strength Index" ( RSI ) indicator with multi-timeframe (MTF) overbought and oversold level.
It can detect overbought and oversold level up to 5 timeframes, which help traders spot potential reversal point more easily.
There are options to select 1-5 timeframes to detect overbought and oversold.
Aqua Background is "Oversold" , looking for "Long".
Orange Background is "Overbought" , looking for "Short".
Have fun :)
CCI MTF Ob+OsHello Traders,
This is a simple Commodity Channel Index (CCI) indicator with multi-timeframe (MTF) overbought and oversold level.
It can detect overbought and oversold level up to 5 timeframes, which help traders spot potential reversal point more easily.
There are options to select 1-5 timeframes to detect overbought and oversold.
Green Background is "Oversold" , looking for "Long".
Red Background is "Overbought" , looking for "Short".
Have fun :)
Signals Pirate™ Doji ScalperSignalsPirate™ Doji Scalper is provides users with an instant screener for the one of the most useful candlestick formations in trading and investing, while also providing signals for points of price reversals and variable levels of support and resistance! This package can take your technical analysis to the next level.
Doji candles are a great indication of indecisiveness in the market, and depending on when they occur can indicate upcoming volatility or even a trend reversal! The candles can be identified by their small bodies (distance between open and close price) and long top and bottom wicks (the candle high and lows).
The simplicity of this package ensures traders of all levels of expertise can utilise this tool and experience its benefits to the fullest. Outside of user preference and customisation options, the only variable that alters package performance is the ‘Sensitivity’ option, which dictates how frequently Doji candles will be detected based on how the candles are formed. A value of 10 indicates more lenient classification of Doji candles, where a value of 1 requires a perfect Doji formation before signalling!
The other options available for your alteration are:
The visibility of the variable levels of support and resistance, which are calculated using a variation of the ATR indicator to gauge asset volatility, as well as price action pivot points to indicate where trader interest may be.
Trend reversal labels for both potentially ‘Weak’ and ‘Strong’ reversals. These labels are created based on how price reacts to the varying levels of support and resistance, as well as the candlestick pattern and formation around those crucial levels.
The default settings are the best settings we’ve found so far but you can change them to build your own unique trading strategy. We’d recommend experimenting with these values to find the best results for the asset you are trading, and your own personal trading and investing style.
Direction for use:
1. Use on any asset class and time frame.
2. Fine tune the Doji Sensitivity variable.
3. Be cautious of upcoming volatility after a Doji signal, especially if the signal occurs near the support and resistance levels or after a large move, which could indicate a trend reversal.
4. Watch for Reversal signals, which can provide confluence with the Doji signals and give an early indication that price may soon start moving in the opposite direction.
As mentioned previously, this is a candlestick detection system that dynamically operates to function with superior accuracy regardless of what you’re trading. But with the level of customisation available, this can easily be fine tuned to accommodate scalping, reversal trading, or even long term investing.
We hope you love this package, and it takes your trading and investing to the next level. Please let us know if you have any questions or queries regarding the logic behind the bundle, or if you have any suggestions for improvements etc. We love your feedback and are constantly striving to continuously improve!
Socrates Reversals PlotterSOCRATES Reversals Plotter
Introduction
This script is intended for users of the Socrates platform. This is located on ask-socrates.com which is property of AE Global Solutions, Inc.
Background
It is cumbersome to track the reversal system on the proprietary platform especially when users want to combine it with real-time data on TradingView. Some active reversals, especially those on the daily level change quite often and updating the charts regularly takes a lot of time. Therefore I've created this script primarily for the following reasons:
Simplify the process of keeping the charts updated
Standardize the look of the graphs so that they can be quickly understood when shared with other users for studying purposes and discussions
Features
v1.0 (20201203)
Add up to 5 daily/weekly/monthly reversals which will plot and format automatically
Easily hide daily/weekly/monthly reversals as a group
Highlight the range of a given unit of reversals. This takes the values of the lowest bullish and highest bearish reversals. They are expected to be written in #01 fields
Don't forget to use the option to "Save As Default" at the bottom of the Inputs tab. This will make sure all your reversals are stored even if you remove the indicator from your graph
Ultimate Pattern Scanner ProChart Patterns and Harmonic Patterns using just ONE indicator!
This is a automatic scanner for well know patterns like Head and Shoulder to get started. I'm planning to add more patterns in the near future. It works as follows:
1. Is going to plot the pattern on the chart, lines in blue
2. Is going to show you when the pattern has finished to form, triangles and diamonds
3. It is possible to get an alert when the pattern has form
For example: is going to give a possible entry when the price has broken the trend line of the two shoulders if we take the Head and Shoulder pattern as an example.
Please let me know in the comments if you would like to have more patterns.
======================================================
This versions supports:
1. Head And Shoulder Pattern
- Show possible entries when the trend formed by the shoulders has been broken
2. Bat Harmonic Pattern
- Show Possible Reversals Zones in green or red boxes
- Alerts when any pattern has form
======================================================
======================================================
Next Versions:
- All the harmonic patterns
- Triangles
- Elliot Waves impulses
- Double Top and Bottom
- Triple top and bottom
- Rising and Falling Wedge
- The cup and the handle, etc
- ABCD pattern
Let me know in the comments if you are interested in something like this so I CAN GIVE YOU ACCESS. I'll appreciate your feedback.
thanks
TripleTrend with RSI ReversalTripleTrend with RSI Reversal
The TripleTrend with RSI Reversal indicator is a comprehensive trading tool designed to identify trend direction, potential trend reversals, and trade entry/exit signals. It combines three independent SuperTrend indicators with varying sensitivities to provide a multi-layered view of the market trend. Additionally, it incorporates an RSI (Relative Strength Index) module to detect potential price reversals based on overbought/oversold conditions and to filter trend flip signals.
This indicator aims to provide clear visual cues on the chart, including trend lines, trend flip labels, and RSI-based reversal warnings, helping traders make more informed decisions.
Key Features
Triple SuperTrend Analysis
Utilizes three configurable SuperTrend lines, each with its own ATR period and multiplier, allowing for a nuanced view of short, medium, and long-term trends.
RSI Reversal Signals
Identifies potential market turning points when the RSI deeply penetrates overbought or oversold zones, plotting distinct visual cues and labels.
Trend Flip Labels
Displays labels on the chart when one, two, or all three SuperTrends change direction simultaneously, indicating the strength of the new trend. These labels also include the current RSI value.
Customizable RSI Filtering
Offers an option to filter out trend flip labels when the RSI is within a user-defined neutral range, reducing signals in choppy market conditions.
Configurable Alerts
Provides various alert conditions for trend flips and signal confirmations.
How It Works
SuperTrend Calculation:
- The indicator plots three separate SuperTrend lines. Each SuperTrend is calculated using an Average True Range (ATR) period and a multiplier.
- A SuperTrend line below the price indicates an uptrend (typically colored green).
- A SuperTrend line above the price indicates a downtrend (typically colored red).
- The sensitivity of each SuperTrend can be adjusted independently.
RSI Reversal Detection:
- A standard RSI is calculated.
- The indicator monitors if the RSI moves significantly beyond the user-defined Upper Threshold (overbought) or Lower Threshold (oversold).
- The depth of this penetration is measured as a percentage. If this percentage exceeds the Upper reversal range percent trigger (for overbought) or Lower reversal range percent trigger (for oversold), a blue line is plotted above the high (for potential bearish reversal) or below the low (for potential bullish reversal) of the signal candle.
- A "REV" label appears at the start of this blue line, showing the penetration percentage and the current RSI value.
Trend Flip Labels:
- When one or more SuperTrends flip direction, the indicator checks RSI conditions.
- For buy signals (trend flips upwards), labels appear if the RSI is below the RSI Upper threshold (i.e., not extremely overbought).
- For sell signals (trend flips downwards), labels appear if the RSI is above the RSI Lower threshold (i.e., not extremely oversold).
- Labels indicate which SuperTrend(s) flipped ("1", "2", "3", "1 2", etc.) and the current RSI value.
- An optional Custom RSI Filter can be enabled. If active, trend flip labels will not be shown if the RSI value is between the Custom RSI filter high limit and Custom RSI filter low limit, helping to avoid signals during market indecision.
Usage Guide
Interpreting SuperTrend Lines:
- The three SuperTrend lines act as dynamic levels of support (in an uptrend) or resistance (in a downtrend).
- A break of a SuperTrend line by the price suggests a potential change in that specific trend's direction.
- Confluence of trends (e.g., all three lines indicating an uptrend) suggests a stronger overall trend.
Trend Flip Labels:
- Single Trend Flip Labels ("1", "2", or "3"): Indicate an early change in one of the SuperTrends. These can be used for more aggressive entries or to signal a potential shift in momentum. The label includes the RSI value at the time of the flip.
- Double Trend Flip Labels ("1 2", "1 3", "2 3"): Offer stronger confirmation as two SuperTrends align in a new direction.
- Triple Trend Flip Labels ("1 2 3"): Represent the strongest trend confirmation, as all three SuperTrends have flipped simultaneously.
- Green labels suggest buy signals; red labels suggest sell signals.
- Always consider the accompanying RSI value on the label and the overall market context.
RSI Reversal Signals (Blue Lines & "REV" Labels):
- REV is for Reverse
- A blue line appearing above the price with a "REV" label suggests the RSI is deeply overbought, indicating potential uptrend exhaustion or a bearish reversal.
- A blue line appearing below the price with a "REV" label suggests the RSI is deeply oversold, indicating potential downtrend exhaustion or a bullish reversal.
- These are counter-trend signals and should be used with caution, preferably with confirmation from other indicators or price action. They can also serve as warnings to take profit on existing trend-following trades.
- Trend flip labels are suppressed when an RSI Reversal line is active, prioritizing the exhaustion signal.
Combining Signals:
- Look for trend flip labels (especially double or triple) that align with the broader market structure and occur when the RSI is not in extreme territory (as per label logic).
- Use RSI Reversal signals as potential early warnings of a trend ending or for high-probability counter-trend setups if strongly supported by other factors.
- If the Use custom RSI filter is enabled, be aware that trend flip labels will be hidden if the RSI is within the specified neutral zone. This can help avoid weaker signals in range-bound markets.
Settings Customization
Trend 1, 2, 3 Settings:
- ATR Period: Adjusts the lookback period for ATR calculation. Shorter periods make the SuperTrend more sensitive to price changes.
- Source: The price source used for calculations (default is hl2).
- ATR Multiplier: Controls the distance of the SuperTrend line from the price. Smaller multipliers result in tighter stops and more signals; larger multipliers result in wider stops and fewer signals.
- Show single/double/triple trend flip labels: Toggle visibility for these specific label types.
Label settings:
- Label Size: Adjusts the size of all indicator labels.
- Show reversal labels: Toggles visibility for the "REV" labels associated with RSI Reversal signals.
RSI Settings (Change often):
- RSI Length: The lookback period for the RSI calculation.
- RSI Upper threshold: The RSI level considered overbought.
- RSI Lower threshold: The RSI level considered oversold.
RSI Reversal detection settings:
- Upper reversal range percent trigger: Percentage of penetration into the (RSI Upper Threshold to 100) zone required to trigger an upper reversal signal. Higher values mean RSI needs to be deeper into overbought.
- Lower reversal range percent trigger: Percentage of penetration into the (RSI Lower Threshold to 0) zone required to trigger a lower reversal signal. Higher values mean RSI needs to be deeper into oversold.
Custom RSI filter settings:
- Use custom RSI filter: Enable/disable this filter for trend flip labels.
- Custom RSI filter high limit: If the filter is active, no trend flip labels will show if RSI is below this value (and above the low limit).
- Custom RSI filter low limit: If the filter is active, no trend flip labels will show if RSI is above this value (and below the high limit).
Alerts
- Individual trend flips (TripleTrend: Trend 1/2/3 flipped).
- Multiple trend flips (TripleTrend: 2 Trends flipped, TripleTrend: 3 Trends flipped).
- Confirmed buy/sell signals based on label logic (TripleTrend: Early/Double/Triple trend buy/sell signals).
- Configure these alerts in TradingView to receive notifications for specific market events detected by the indicator.
How I use TripleTrend with RSI Reversal
I use it on 5, 10 and 30 minute time frames.
I adjust the settings, especially the RSI thresholds for what I am trading, the day could be in the lower or upper regions of the RSI, I adjust as needed, when needed. I then use the REV (aka REVERSAL) indicators to indicate when to get out or caution me to not enter at that point. Unless I see something else which indicates otherwise.
Disclaimer
Trading involves substantial risk of loss and is not suitable for every investor. The TripleTrend indicator is to be used at your own risk and is only created to help you make decisions, it is not intended to make decisions for you. Past performance is not indicative of future results. Always do your own research and risk assessment before making any trading decisions. By using this indicator you use it at your own risk.
HTF ReversalsHTF Reversals — Big Turtle Soup & Relief Patterns
A multi-timeframe reversal indicator based on the logic of how pivots form and how true reversals begin. Designed for traders who want to catch high-probability turning points on higher timeframes, with visual clarity and actionable signals.
“Reversals don’t start from nowhere — they begin with a failed expansion and a reclaim of a prior range. This script helps you spot those moments, before the crowd.”
How It Works
Detects High Timeframe (HTF) “CR” Candles:
The script scans for large-bodied candles (“CR” candles) on higher timeframes (Monthly, Weekly, 3-Day). These candles often mark the end of a trend expansion and the start of a potential reversal zone.
Looks for “Inside” Candles:
After a CR candle, the script waits for a smaller “inside” candle, which signals a pause or failed continuation. The relationship between the CR and inside candle is key for identifying a possible reversal setup.
Engulfing Confirmation (Optional):
If the inside candle doesn’t immediately trigger a reversal, the script can wait for an engulfing move in the opposite direction, confirming the failed expansion and increasing the probability of a reversal.
Entry & Target Calculation:
For each valid setup, the script calculates a retracement entry (using Fibonacci levels like 0.382 or 0.618) and a logical target (usually the CR candle’s high or low).
Visuals: Lines & Boxes:
Each signal is marked with a horizontal line (entry) and a colored box extending from the HTF close to the entry price, visually highlighting the reversal zone for the same duration as the signal’s expected play-out.
Dashboard & Alerts:
A dashboard table summarizes the latest signals for each timeframe. Custom alerts notify you of new setups in real time.
Why It Works
Pivot Logic:
Reversals often start when a strong expansion candle (pivot) is followed by a failed attempt to continue in the same direction. This script codifies that logic, looking for the “pause” after the expansion and the first sign of a reclaim.
Multi-Timeframe Edge:
By focusing on higher timeframes, the indicator filters out noise and highlights only the most significant reversal opportunities.
Objective, Repeatable Rules:
All conditions are clearly defined and repeatable, removing subjectivity from reversal trading.
Visual Clarity:
The combination of lines and boxes makes it easy to see where reversals are likely to start and where your risk/reward lies.
How to Use
Add the indicator to your chart and select your preferred timeframes (Monthly, Weekly, 3-Day).
Watch for new signals on the dashboard or via alerts.
Use the entry line and box as your trade zone; the target is also displayed.
Combine with your own confluence (price action, volume, etc.) for best results.
This indicator is best used as a framework for understanding where high-probability reversals are likely to occur, not as a standalone buy/sell tool. Always use proper risk management.
Three Bar Reversal Pattern [ActiveQuants]This indicator identifies bullish and bearish three-bar reversal patterns , offering traders a visual tool to spot potential trend reversals. By analyzing consecutive candlesticks, volume trends, and candlestick morphology, it highlights signals while filtering out false patterns. Ideal for traders using price action strategies, it simplifies pattern recognition and enhances decision-making with customizable parameters.
█ KEY FEATURES
Pattern Detection Logic :
Bullish Reversals : Detects two consecutive bearish candles followed by a bullish candle that closes above the open of the first bearish candle .
Bearish Reversals : Identifies two consecutive bullish candles followed by a bearish candle that closes below the open of the first bullish candle .
Volume Confirmation :
Filters signals using a Volume SMA (user-defined length) to ensure reversals occur with above-average volume, adding validity to the pattern.
Candlestick Filtering :
Shooting Star Filter : Discards bullish patterns if the third candle is a Shooting Star (body confined to the lower portion of the candle’s range, adjustable via Shooting Star Body Limit ).
Hammer Filter : Discards bearish patterns if the third candle is a Hammer (body confined to the upper portion of the candle’s range, adjustable via Hammer Body Limit ).
Customizable Display :
Toggle visibility of bullish/bearish patterns and customize their colors.
Adjust the Show Last parameter to limit plotted labels to recent bars.
Alerts Integration :
Separate Bullish/Bearish Alerts : Generate independent alerts for bullish and bearish patterns. Traders can selectively enable one or both alerts via TradingView’s alert system.
Real-time notifications ensure you never miss a potential reversal signal.
█ CONCLUSION
The Three Bar Reversal Pattern Indicator streamlines the identification of reversal setups by combining candlestick patterns, volume analysis, and customizable filters. Its focus on price action dynamics makes it invaluable for traders seeking to capitalize on trend exhaustion or market sentiment shifts.
█ IMPORTANT NOTES
⚠ Use with Confluence : Reversal signals should be validated with additional tools like support/resistance levels, trendlines, or momentum oscillators.
⚠ Adapt Parameters : Adjust Volume SMA Length , Show Last , and body limits ( Shooting Star Body Limit and Hammer Body Limit ) to suit your timeframe and asset volatility.
█ RISK DISCLAIMER
Trading involves significant risk, and you may lose capital. Past performance is not indicative of future results. This tool provides informational signals only and does not constitute financial advice. Use it at your own risk and consult a qualified financial professional before making trading decisions.
Incorporate this indicator into your strategy to refine reversal entries, manage risk, and align with market momentum.
📈 Happy trading! 🚀
Trade Wave [Bluechip Algos]Trade Wave is a momentum-based indicator designed to show reversal signals. Most of the time, markets are in range bound and this indicator tries to show you the overbought and oversold zone of the time frame you select. It works well during range bound market giving you reversal signals at highs and lows of the range. One can make use of "Momentum tuning" in inputs section to pick the level of momentum aggressiveness. If value is higher, signals will be lesser and if value is low signals will be more. One can also choose different types of stop-losses and targets.
Stop Loss Types:
Fixed SL: Set a fixed stop loss value for consistent risk management.
Dynamic SL: Adjusts with the market, providing a flexible stop loss that moves with price changes.
Previous Candle SL: Stop losses based on the recent low (for sell signals) or high (for buy signals) of the last few candles.
Target Types:
Fixed Target: Set a fixed target value for consistent profit goals.
Dynamic Target: Adjusts with market movements to maximize potential gains.
Risk:Reward Target: Define targets based on SL risk:reward ratios (e.g., 1:2), allowing for personalized risk management strategies.
Suggestion: It's better to take reversal confirmation from multiple time frames instead of relying on just one.
TechniTrend: Candle Pattern Detector (CPD) v3TechniTrend: Candle Pattern Detector (CPD)
The "TechniTrend: Candle Pattern Detector (CPD)" is a powerful tool designed to enhance the analysis of candlestick patterns across financial charts to understand market behavior. This indicator detects a wide range of reversal and continuation patterns, providing traders with insights into potential market movements. It incorporates dynamic filtering and customizable settings for precision in pattern recognition, allowing users to tailor the detection criteria to different trading styles.
🔷 Key Features
Comprehensive Pattern Detection: Identifies numerous candlestick patterns, including bullish and bearish reversals, continuation setups, and indecision formations.
Dynamic Filtering Options: Filter patterns are based on trend conditions, moving average positioning, and additional criteria to increase signal accuracy.
Customizable Input Settings: Provides adjustable parameters, such as body ratios and shadow length requirements, enabling traders to fine-tune detection thresholds.
Real-Time Alerts: Generates alerts when patterns are detected, ensuring traders can respond swiftly to market opportunities.
Graphical Representation: Visualizes detected patterns on the chart using intuitive labels, colors, and markers, helping to identify key signals quickly.
Supported Patterns
The indicator covers a wide range of candlestick patterns.
❇️ 51 Candlestick Patterns
🟢 Bullish Reversal Candlestick Patterns:
Bullish engulfing - Hammer - Morning star - Piercing line - Three white soldiers - Inverted hammer - Three Inside Up - Bullish Harami - Tweezer Bottom - White Marubozu - Dragonfly Doji - Three Outside Up - Bullish Counterattack Line - Bullish Abandoned Baby - Bullish Tri-Star - Hammer Doji - Morning Star Doji
🔴 Bearish Reversal Candlestick Patterns:
Bearish engulfing - Shooting star - Evening star - Hanging man - Three black crows - Dark cloud cover - Hanging Man Doji - Three Inside Down - Bearish Harami - Tweezer Top - Black Marubozu - Three Outside Down - Bearish Counterattack Line - Gravestone Doji - Evening Star Doji - Bearish Abandoned Baby - Bearish Tri-Star
🟩 Bullish Continuation Candlestick Patterns:
Rising Three Methods - Bullish Kicker - Mat Hold Bullish - Three Line Strike - Upside Tasuki Gap - Rising Window
🟥 Bearish Continuation Candlestick Patterns:
Falling Three Methods - Bearish Kicker - Mat Hold Bearish - Three Line Strike Bearish - Downside Tasuki Gap - Falling Window - On Neck Bearish
🟡 Indecision Candlestick Patterns:
Doji - Long Legged Doji - Spinning top - High Wave
Usage Recommendations
Optimized for Any Market: Designed for stocks, forex, cryptocurrencies, and other assets.
Ideal for Multi-Timeframe Analysis: Use it across different timeframes for better market timing.
Customization Options
Pattern Detection Settings: Users can adjust parameters like body-to-range ratios, shadow length requirements, and gap conditions for accurate detection.
Moving Average Filtering: Choose separate moving averages for reversal and continuation patterns to filter out false signals.
Table Display: These tables display pattern counts, allowing traders to assess the frequency and significance of various candlestick formations quickly.
Alert Configurations: Set custom alerts for specific patterns to stay informed about potential trading opportunities.
Story of Candlestick Pattern:
Candlestick patterns have a rich history rooted in ancient Japanese trading practices dating back to the 17th century. They were first developed by rice traders to visualize price movements and detect patterns reflecting market psychology. The logic behind candlestick patterns lies in the emotions driving market participants—fear, greed, uncertainty, and hope—captured through the open, high, low, and close prices.
Each pattern tells a story about buyers' and sellers' behavior, illustrating shifts in sentiment that can signal reversals or continuations in the market trend. By recognizing these patterns, traders can anticipate potential price movements and make informed decisions. The longevity and continued relevance of candlestick analysis highlight its effectiveness in understanding market dynamics.
🔓 Unlock Access
Check out the Author's Instructions or Dm me to Access the full version of the candlestick analysis with TechniTrend: Candle Pattern Detector (CPD).
Alternative Shark Harmonic Pattern [TradingFinder] ALT Shark🔵 Introduction
The Alternative Shark harmonic pattern, similar to the original Shark harmonic pattern introduced by Scott Carney, is a powerful tool in technical analysis used to identify potential reversal zones (PRZ) in financial markets.
These harmonic patterns help traders spot key turning points in market trends by relying on specific Fibonacci ratios. The Alternative Shark pattern is particularly unique due to its distinct Fibonacci retracements within the PRZ, which differentiate it from the standard Shark pattern and provide traders with more precise entry and exit signals.
By focusing on harmonic patterns and utilizing tools like the Harmonic Pattern Indicator, traders can easily identify both the Shark and Alternative Shark patterns, making it easier to find PRZs and capture potential trend reversals. This enhanced detection of potential reversal zones allows for better trade optimization and improved risk management.
Incorporating the Alternative Shark pattern into your technical analysis strategy enables you to enhance your trading performance by identifying market reversals with greater accuracy, improving the timing of your trades, and reducing risks associated with sudden market shifts.
🟣 Understanding the Types of Alternative Shark Pattern
The Alternative Shark harmonic pattern, much like the original Shark pattern, forms at the end of price trends and is divided into two types: Bullish and Bearish Alternative Shark patterns.
Bullish Alternative Shark Pattern :
This pattern typically forms at the end of a downtrend, signaling a potential reversal into an uptrend. Traders can use this pattern to identify buy entry points. The image below illustrates the core components of the Bullish Alternative Shark Pattern.
Bearish Alternative Shark Pattern :
Conversely, the Bearish Alternative Shark Pattern appears at the end of an uptrend and signals a potential reversal to a downtrend. This variation allows traders to adjust their strategies for selling. The image below outlines the characteristics of the Bearish Alternative Shark Pattern.
🟣 Differences Between Shark and Alternative Shark Patterns
Although both patterns share similar structures and serve as tools for identifying price reversals, there is one key difference between them :
AB to XA Ratio : In the Shark pattern, the AB leg retraces between 1 and 2 of the XA leg, whereas in the Alternative Shark pattern, this retracement is reduced to 0.382 to 0.618 of the XA leg. This difference in the retracement ratio leads to slightly different trade signals and can affect the timing of entry and exit points.
Other ratios and reversal signals remain consistent between the two patterns, but this difference in the AB to XA ratio provides traders with more nuanced opportunities to optimize their trades.
🔵 How to Use
🟣 Trading with the Bullish Alternative Shark Pattern
The Bullish Alternative Shark Pattern functions similarly to the traditional Bullish Shark, acting as a reversal pattern that helps traders recognize the end of a downtrend and the beginning of an uptrend.
The main distinction lies in the reduced AB retracement, which can offer more refined entry signals. Once the pattern completes, traders can look to enter buy trades and place a stop-loss below the lowest point of the pattern for effective risk management.
🟣 Trading with the Bearish Alternative Shark Pattern
The Bearish Alternative Shark Pattern operates much like the Bearish Shark pattern but with the adjusted AB to XA ratio. This difference provides traders with unique entry points for sell trades. Once the pattern is fully identified, traders can enter short positions, placing a stop-loss above the highest point of the pattern to safeguard against market fluctuations.
🔵 Setting
🟣 Logical Setting
ZigZag Pivot Period : You can adjust the period so that the harmonic patterns are adjusted according to the pivot period you want. This factor is the most important parameter in pattern recognition.
Show Valid Forma t: If this parameter is on "On" mode, only patterns will be displayed that they have exact format and no noise can be seen in them. If "Off" is, the patterns displayed that maybe are noisy and do not exactly correspond to the original pattern.
Show Formation Last Pivot Confirm : if Turned on, you can see this ability of patterns when their last pivot is formed. If this feature is off, it will see the patterns as soon as they are formed. The advantage of this option being clear is less formation of fielded patterns, and it is accompanied by the latest pattern seeing and a sharp reduction in reward to risk.
Period of Formation Last Pivot : Using this parameter you can determine that the last pivot is based on Pivot period.
🟣 Genaral Setting
Show : Enter "On" to display the template and "Off" to not display the template.
Color : Enter the desired color to draw the pattern in this parameter.
LineWidth : You can enter the number 1 or numbers higher than one to adjust the thickness of the drawing lines. This number must be an integer and increases with increasing thickness.
LabelSize : You can adjust the size of the labels by using the "size.auto", "size.tiny", "size.smal", "size.normal", "size.large" or "size.huge" entries.
🟣 Alert Setting
Alert : On / Off
Message Frequency : This string parameter defines the announcement frequency. Choices include: "All" (activates the alert every time the function is called), "Once Per Bar" (activates the alert only on the first call within the bar), and "Once Per Bar Close" (the alert is activated only by a call at the last script execution of the real-time bar upon closing). The default setting is "Once per Bar".
Show Alert Time by Time Zone : The date, hour, and minute you receive in alert messages can be based on any time zone you choose. For example, if you want New York time, you should enter "UTC-4". This input is set to the time zone "UTC" by default.
🔵 Conclusion
The Alternative Shark harmonic pattern, despite its structural similarity to the traditional Shark pattern, introduces a key difference in the AB to XA ratio, making it a valuable addition to the trader’s toolkit. This subtle variation enables traders to pinpoint reversal points with greater accuracy and fine-tune their trading strategies.
As with any technical pattern, it is crucial to use the Alternative Shark pattern in combination with other technical indicators and strong risk management practices. Incorporating this pattern into a broader trading strategy can help traders enhance their ability to detect and capitalize on market reversals more effectively.
Cypher Harmonic Pattern [TradingFinder] Cypher Pattern Detector🔵 Introduction
The Cypher Pattern is one of the most accurate and advanced harmonic patterns, introduced by Darren Oglesbee. The Cypher pattern, utilizing Fibonacci ratios and geometric price analysis, helps traders identify price reversal points with high precision. This pattern consists of five key points (X, A, B, C, and D), each playing an important role in determining entry and exit points in the financial markets.
The reversal point typically occurs in the XD region, with the Fibonacci ratio ranging between 0.768 and 0.886. This zone is referred to as the Potential Reversal Zone (PRZ), where traders anticipate price changes to occur.
The Cypher harmonic pattern is popular among professional traders due to its high accuracy in identifying market trends and reversal points. The pattern appears in two forms: bullish Cypher pattern and bearish Cypher pattern.
In the bullish Cypher pattern, after a price correction, the price moves upward, while in the bearish Cypher pattern, the price moves downward after a temporary increase. These patterns help traders use technical analysis to identify strong reversal points in the PRZ and execute more optimal trades.
Bullish Cypher Pattern :
Bearish Cypher Pattern :
🔵 How to Use
The Cypher pattern is one of the most complex and precise harmonic patterns, leveraging Fibonacci ratios to help traders identify price reversals. This pattern is comprised of five key points, each playing a critical role in determining entry and exit points.
The Cypher pattern appears in two main types :
Bullish Cypher pattern : This pattern appears as an M shape on the chart and indicates a trend reversal to the upside after a price correction. Traders can prepare for buying after identifying this pattern in technical analysis.
Bearish Cypher pattern : This pattern appears as a W shape and signals the start of a downtrend after a temporary price increase. Traders can use this pattern to enter short positions.
🟣 How to Identify the Cypher Pattern on a Chart
Identifying the Cypher pattern requires precision and the use of advanced technical analysis tools. The pattern consists of four main legs, each identified using Fibonacci ratios and geometric analysis.
To spot the Cypher pattern on a chart, first, identify the five key points : X, A, B, C, and D.
XA leg : The initial move from point X to A.
AB leg : The first correction after the XA move, where the price moves to point B.
BC leg : After the correction, the price moves upwards to point C.
CD leg : The final price move that reaches point D, where a price reversal is expected.
In a bullish Cypher pattern, point D indicates the start of a new uptrend, while in a bearish Cypher pattern, point D signals the beginning of a downtrend. Correctly identifying these points helps traders determine the best time to enter a trade.
🟣 How to Trade Using the Cypher Pattern
Once the Cypher pattern is identified on the chart, traders can use it to set entry and exit points. Point D is the key point for trade entry. In the bullish Cypher pattern, the trader can enter a long position after point D forms, while in the bearish Cypher pattern, point D serves as the ideal point for entering a short position.
🟣 Entering a Buy Trade with the Bullish Cypher Pattern
In a bullish Cypher pattern, traders wait for the price to reach point D, after which they can enter a buy position. At this point, the price is expected to start rising.
🟣 Entering a Sell Trade with the Bearish Cypher Pattern
In a bearish Cypher pattern, the trader enters a sell position at point D, expecting the price to move downward after reaching this point. For additional confirmation, traders can use technical indicators such as RSI or MACD.
🟣 Risk Management in Cypher Pattern Trades
Risk management is one of the most critical aspects of any trade, and this holds true for trading the Cypher pattern. Traders should always use stop-loss orders to prevent larger losses in case the pattern fails.
In the bullish Cypher pattern, the stop-loss is usually placed slightly below point D to exit the trade if the price continues to drop.
In the bearish Cypher pattern, the stop-loss is placed above point D to limit losses if the price rises unexpectedly.
🟣 Combining the Cypher Pattern with Other Technical Tools
The Cypher pattern is a powerful tool in technical analysis, but combining it with other methods such as price action and technical indicators can improve trading accuracy.
🟣 Combining with Price Action
Traders can use price action to confirm the Cypher pattern. Candlestick patterns like reversal candlesticks can provide additional confirmation for price reversals at point D.
🟣 Using Technical Indicators
Incorporating technical indicators such as RSI and MACD can also help traders receive stronger signals for entering trades based on the Cypher pattern. These indicators help identify overbought or oversold conditions, allowing traders to make more informed decisions.
🟣 Advantages and Disadvantages of the Cypher Pattern in Technical Analysis
Advantages :
High accuracy : The Cypher pattern, using Fibonacci ratios and geometric analysis, provides high precision in identifying reversal points.
Applicable in various markets : This pattern can be used in a wide range of financial markets, including forex, stocks, and cryptocurrencies.
Disadvantages :
Rarit y: The Cypher pattern appears less frequently on charts compared to other harmonic patterns.
Complexity : Accurately identifying this pattern requires significant experience, which may be challenging for novice traders.
🔵 Setting
🟣 Logical Setting
ZigZag Pivot Period : You can adjust the period so that the harmonic patterns are adjusted according to the pivot period you want. This factor is the most important parameter in pattern recognition.
Show Valid Forma t: If this parameter is on "On" mode, only patterns will be displayed that they have exact format and no noise can be seen in them. If "Off" is, the patterns displayed that maybe are noisy and do not exactly correspond to the original pattern.
Show Formation Last Pivot Confirm : if Turned on, you can see this ability of patterns when their last pivot is formed. If this feature is off, it will see the patterns as soon as they are formed. The advantage of this option being clear is less formation of fielded patterns, and it is accompanied by the latest pattern seeing and a sharp reduction in reward to risk.
Period of Formation Last Pivot : Using this parameter you can determine that the last pivot is based on Pivot period.
🟣 Genaral Setting
Show : Enter "On" to display the template and "Off" to not display the template.
Color : Enter the desired color to draw the pattern in this parameter.
LineWidth : You can enter the number 1 or numbers higher than one to adjust the thickness of the drawing lines. This number must be an integer and increases with increasing thickness.
LabelSize : You can adjust the size of the labels by using the "size.auto", "size.tiny", "size.smal", "size.normal", "size.large" or "size.huge" entries.
🟣 Alert Setting
Alert : On / Off
Message Frequency : This string parameter defines the announcement frequency. Choices include: "All" (activates the alert every time the function is called), "Once Per Bar" (activates the alert only on the first call within the bar), and "Once Per Bar Close" (the alert is activated only by a call at the last script execution of the real-time bar upon closing). The default setting is "Once per Bar".
Show Alert Time by Time Zone : The date, hour, and minute you receive in alert messages can be based on any time zone you choose. For example, if you want New York time, you should enter "UTC-4". This input is set to the time zone "UTC" by default.
🔵 Conclusion
The Cypher harmonic pattern is one of the most powerful and accurate patterns used in technical analysis. Its high precision in identifying price reversal points, particularly within the Potential Reversal Zone (PRZ), has made it a popular tool among professional traders. The PRZ, located between the Fibonacci ratios of 0.768 and 0.886 in the XD region, offers traders a clear indication of where price reversals are likely to occur.
However, to use this pattern successfully, traders must employ proper risk management and combine it with supplementary tools like technical indicators and price action. By understanding how to utilize the PRZ, traders can enhance the accuracy of their trade entries and exits.
Ultimately, the Cypher pattern, when used in conjunction with the PRZ, helps traders make more precise decisions in the financial markets, leading to more successful and well-informed trades.
FloWave Oscillator [StabTrading]The FloWave Oscillator is a powerful trading tool designed to identify market trends and reversals by analysing reversal zones based on momentum and fear algorithms.
Serving as the first stage in a comprehensive trading system, it is intentionally straightforward, allowing traders to clearly see potential entry points across all charts and timeframes.
By inputting their own market sentiment, traders can customize the algorithm to align with their trading style. This flexibility helps traders navigate complex market environments with greater precision, whether they are seeking to capitalize on short-term opportunities or ride longer-term trends.
💡 Features
Reversal Zones - The FloWave Oscillator identifies key reversal zones driven by momentum and fear dynamics. Lighter green zones signal the initial stages of a potential reversal, while darker green zones indicate that a trend flip is imminent.
Trading Style Customization - The indicator allows traders to adjust their trading style with sensitivity settings ranging from Very Aggressive to Very Conservative. This flexibility lets traders tailor the indicator to their preferred time horizon—whether they seek to scalp short-term opportunities or capture long-term reversals.
🔥 Sensitivity Settings
Very Aggressive/Aggressive - These settings increase the indicator's sensitivity, generating more frequent signals, ideal for traders focused on short-term gains or those navigating choppy markets.
Neutral - Offers a balanced approach, combining both aggressive and conservative elements. It's a starting point for traders to evaluate performance before adjusting to more specific styles.
Conservative/Very Conservative - These settings reduce signal frequency, focusing on stronger, more reliable reversals. Best suited for long-term traders aiming to minimize risk and avoid premature market entries or exits.
🛠️ Usage/Practice
In the above example we’ll analysis how the indicator accurately predicts both the tops and bottoms of a market cycle.
Top of the Bull Market - The trendline initially shows two light red reversal zones, signalling a potential weakening in the upward momentum. As the trend progresses, a dark red zone emerges, confirming that a more substantial trend reversal to the downside is likely. This sequence provides an early warning, allowing traders to prepare for a possible market shift.
First Bull Signal - In the following phase, the indicator mirrors the previous action but in the opposite direction, identifying a reversal towards the upside. This behaviour demonstrates the indicator's ability to adapt to changing market conditions.
Bottom of the Bear Market - As the market continues its downward trajectory, the indicator presents two dark green reversal zones, highlighting areas where the selling pressure may be easing. These dark green zones offer three distinct opportunities to dollar-cost average (DCA) into the asset, allowing traders to build or enhance their positions during the end of the bear cycle. The indicator’s sensitivity in this phase ensures that traders can navigate the bearish market with confidence.
Continuation of Bull Cycle - In this segment, the indicator does not display any dark green reversal zones, implying that the uptrend remains robust. The absence of these zones suggests that the upward momentum is likely to continue, providing traders with another opportunity to add to their long positions. This scenario underscores the indicator’s capacity to identify when a trend is strong enough to warrant additional investment.
Potential Correction in an Uptrend - A light red zone appears, signalling a possible correction within the ongoing uptrend. However, the absence of a dark red zone indicates that the correction may be minor and that the overall trend is still upward. Traders might view this as a conservative point to take some profits off the table, managing risk while staying aligned with the broader bull market.
Bearish Signal - Eventually, a dark red reversal zone emerges, indicating that the trend has lost its upward momentum. This signal serves as a strong indicator that the uptrend may be concluding, prompting traders to consider exiting their positions or taking a more defensive stance. As the market enters a sideways phase, the trader can switch to a more aggressive trading style, seeking opportunities to scalp within the range while navigating the flat market conditions.
In this example, we demonstrate how to identify scalp trading opportunities by combining the Very Conservative and Very Aggressive settings. The key strategy is to use the Very Conservative trend to confirm the validity of reversal zones identified by the Very Aggressive setting.
The VC trend doesn’t indicate a buy reversal zone, but it shows an upward divergence. This suggests that the reversal buy zone on the VA chart is a potential entry point due to the supportive VC trend.
Multiple sell zones appear on the VA chart, but the VC trend shows a strong and steady uptrend. This suggests that we should wait for confirmation from the VC trend before considering a sell position, as the market is still moving upward strongly.
The VA chart shows several buy zones, but the VC trend indicates a strong downtrend, and no buy zone appears on the conservative setting. This suggests waiting for the next VA buy zone, confirmed by an upward divergence on the VC trend, before entering a trade.
Similar to Point 3 but in the opposite direction, the VA chart shows sell zones, but the VC trend indicates caution. The strategy would be to wait for confirmation from the VC trend before making a move.
🔶Conclusion
When used in conjunction with other indicators like the MeanRevert Matrix, the FloWave Oscillator becomes an integral part of a comprehensive trading system. It helps traders make informed decisions by providing clear signals that are aligned with the current market sentiment and broader economic trends. By following the implementation guidelines and adjusting the indicator settings as market conditions change, traders can effectively enhance their trading performance.
Donchian Trend Ranges [AlgoAlpha]🚀🔗 Donchian Trend Ranges 🔗🚀
Elevate your trading game with the Donchian Trend Ranges indicator from AlgoAlpha! 🌟📈 This advanced tool helps you visualize market trends and potential reversal points using Donchian channels, volatility measures, and average true range (ATR).
Key Features
⚙️ Customizable Parameters: Adjust the lookback period and range multiplier to fit your trading style.
🎨 Color-Coded Trends: Easily distinguish between uptrends and downtrends with customizable colors.
📊 Dynamic Channels: Visualize multiple dynamic channels based on Donchian ranges and volatility.
☁️ Trend Clouds: See market strength and weakness with upper and lower trend clouds.
🔔 Signal Alerts: Get notified of potential trend shifts and take profit points.
How to Use
🛠 Add the Indicator: Add the indicator to favorites. Customize settings such as the lookback period and range multiplier to match your trading needs.
🔍 Analyze Trends: The indicator calculates the highest and lowest prices over a specified period to create dynamic channels. It then uses standard deviation and ATR to adjust these channels for market volatility, plotting upper and lower ranges. Green bars indicate an up trend and red bars for a down trend.
🔔 Set Alerts: Enable notifications for bullish and bearish trend shifts, as well as weak and strong take profit points, ensuring you never miss an opportunity.
How it Works
The Donchian Trend Ranges indicator calculates the highest and lowest prices over a specified period to create a basis line. It creates a range around the basis based on standard deviations and the clouds' width is determined by a 14 period ATR. The basis line and bar colors changes based on whether the closing price is above or below it, indicating trends. Clouds around these lines represent market reversal zones that can be used as entry levels when used in confluence with momentum indicators, visual signals ("X" and "◆") marking strong and weak take profit points are also printed when the prices revert from the clouds towards the basis. Integrated alerts notify you of significant events like trend shifts and take profit signals, keeping you informed without constant monitoring.
Unleash the power of the Donchian Trend Ranges in your trading strategy! 🌐📈✨
JK EMA-WMA ADX Strategy with RSI Reversals and Chandelier ExitThis Pine script is a comprehensive trading strategy indicator for TradingView that combines three different technical analysis techniques: the Modified EMA-WMA ADX Trading Strategy, RSI Reversals, and the Chandelier Exit strategy. Here's a breakdown of what the script does:
Inputs: The script starts by defining several user inputs that allow traders to customize various parameters such as the lengths for EMA, WMA, ADX, RSI, and Chandelier Exit calculations, as well as thresholds for ADX, bullish/bearish RSI levels, and visual options like showing labels and highlighting the current trading state.
EMA-WMA ADX Strategy: The script calculates the Exponential Moving Average (EMA), Weighted Moving Average (WMA), and Average Directional Index (ADX) using the user-defined input lengths. It then determines buy and sell signals based on the crossover/crossunder of the EMA and WMA, combined with conditions on the ADX value and its rising/falling state.
RSI Reversals: The Relative Strength Index (RSI) is calculated, and its slope is determined over a specified number of periods. Bullish and bearish reversals are identified based on the RSI crossing the user-defined bullish and bearish levels, combined with the slope condition.
Chandelier Exit: The script implements the Chandelier Exit strategy, which involves calculating an Average True Range (ATR) channel based on the highest high and lowest low over a specified period, multiplied by a user-defined multiplier. The channel lines are plotted, and buy/sell signals are generated when the price crosses these lines, indicating a potential trend change.
Plotting: The script plots the EMA, WMA, buy/sell signals for the EMA-WMA ADX strategy, bullish/bearish reversal signals for RSI, and the Chandelier Exit channel lines. It also includes options to show buy/sell labels and highlight the current trading state with colored areas.
Alerts: The script can generate alerts for various conditions, including Chandelier Exit direction changes, buy/sell signals for the Chandelier Exit, and combined buy/sell signals from the EMA-WMA ADX strategy.
Overall, this script aims to provide a comprehensive trading strategy by combining multiple technical analysis techniques and allowing traders to customize various parameters. It can be used as a standalone strategy or as a starting point for further customization and experimentation.
SpiceIn the chart photo is a description for each shape and letter, saying what each one is.
BB, Reversals are off by default.
BB + Reversals + Next bar confirmation - The way this should be used is by waiting for a 1 or 2 bar confirmation closed above/below the high/low of the Reversal candle. So if its a Top R, a yellow box will print as a confirmed 1 bar if it closed below the top R's low, then you can wait for the second bar to close also below the Top R's low. Vice versa with the Bot R.
RSI arrows - Essentially showing you when the multi time frame RSIs are coming back up above 30, or below 70. Respective to what time frames you have selected.
Three Line Strike - A trend continuation candlestick pattern consisting of four candles
Leledc Exhaustion suggest the trend may be reversing. Combined with the moving average as a trend filter, the indicator can signal the end of a pull back and the continuation of the trend.
EMAs - Help measuring the trend direction over a period of time.
Credit to all these amazing creators -
Multi Timeframe RSI (LTF) by @millerrh
3 Line Strike by @Lij_MC 'MarketVision A'
Leledc Exhaustion by @glaz, used updated version by @Joy_Bangla
If anyone uses the BB reversals source code to put into their own indicator/strategy, you are free to do so. Just send me a message I'd love to see your work with it! :)
Thanks to Lij_MC's MarketVision A indicator for inspiring me to add more features. At first it was just the RSI Arrows and the BB reversals candles + Condition but then I found MarketVision A and loved the extra Leledc and 3 Line Strike features.
Hope you enjoy this Spice!
No Signal is 100% correct at what it's trying to do. Use caution when trading!
Practice Risk Management.
Trend & Contrarian (Expo)Trend & Contrarian (Expo) is a powerful trend tool with adaptive contrarian- signals. A strong trend is displayed by the background color and the unique Trend dots/line can be used to confirm a strong trend or to identify early trend reversals. The contrarian-signals are adapting dynamically to price moves and should be used as 'preparation' or 'warning' prior to trigger, should be confirmed by a trend reversals signal or by other indicators.
The contrarian signals should only be used if the user fully understands how they work, please test the feature before entering a trade based on it. However, these signals can be very valuable if used correctly.
Green background color ➞ Strong Positive Trend
Red background color ➞ Strong Negative Trend
No background color? ➞ No strong trend. The Trend Dots/line determine the trend
HOW TO USE
Identify strong trends
Identify trend reversals
Identify contrarian signals
INDICATOR IN ACTION
4-hour chart
I hope you find this indicator useful , and please comment or contact me if you like the script or have any questions/suggestions for future improvements. Thanks!
I will continually work on this indicator, so please share your experience and feedback as it will enable me to make even better improvements. Thanks to everyone that has already contacted me regarding my scripts. Your feedback is valuable for future developments!
-----------------
Disclaimer
Copyright by Zeiierman.
The information contained in my scripts/indicators/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
My scripts/indicators/strategies/ideas are only for educational purposes!
ACCESS THE INDICATOR
• Contact me on TradingView or use the links below
Tonislonis ReversalsHello,
so this is one of my so called "algos", which I crafted to give me indication of one certain pattern happening. I saw that this "pattern" had some pretty nice returns, if you use it on daily chart on big cap stocks and mix it with order flow or unusual option activity (sweeps).
Best entries happen when the yellow triangle appears little bit away from 13 EMA. Check the order flow and if everything looks like you have an edge, then take a trade and take profit near 13 EMA.
Not gonna share any code, because it's my magical "black box", which I built and be grateful that I'm even publishing it. Not gonna share anymore information about this. Just if you like it then use it and if not then don't.
Now go out there and make a living from it taking trades as some freaking yellow triangles show you entries lol.