7 Indicator Bottom and Top finder
The script is a trading indicator for the TradingView platform designed to generate and visualise buy and sell signals based on various technical indicators. It utilises short periods and smoothes data to achieve high sensitivity to volatile markets. The functionality, application and use of the script are explained below:
1. how it works
The script combines several technical indicators to create a summarised signal for buy and sell decisions. It includes:
a. Calculation of the indicators:
BBTrend: Determines the difference between two moving averages (shorter and longer period).
VMC (RSI): Uses the Relative Strength Index (RSI) for trend evaluation.
SMI (Stochastic Momentum Index): Measures the difference in current and previous prices.
RSI: A classic momentum indicator.
OBV RSI: Combines the On-Balance Volume indicator with the RSI.
SQMOM_LB (Squared Momentum): Measures the speed of price changes.
MACD: Utilises the difference between fast and slow moving averages and their signal.
b. Generation of signals:
Each indicator provides an individual signal based on set thresholds:
Each indicator provides an individual signal based on defined threshold values:
1: Signal for buy (strongly positive).
-1: Sell signal (strongly negative).
0: No signal (neutral).
c. Signal evaluation and aggregation:
All signals are totalled to calculate a strength for buy and sell signals.
The stronger signal (buy or sell) is prioritised, smoothed and limited to a maximum signal value.
d. Identification of extremes (tops and bottoms):
Extrema detection uses dynamic thresholds that depend on market volatility.
Peaks (tops) and troughs (bottoms) are marked, signalling potential turning points in the market.
e. Visualisation:
A histogram shows the strength of buy and sell signals (green for buy, red for sell).
Circles mark tops and bottoms in the chart.
Threshold lines (upper and lower limits) and a centre line help with interpretation.
2. application
The script is used as follows:
Installation:
Copy the code into a new indicator in the TradingView environment.
Add the indicator to a chart.
Customisation of parameters:
Users can customise the input values (input) to suit their trading strategy and market conditions, e.g. indicator length, thresholds and smoothing parameters.
Signal interpretation:
Green bars: Strong buying opportunity.
Red bars: Strong selling opportunity.
Circles: Potential reversal points (top/bottom).
Optimisation:
The indicator can be fine-tuned by adjusting the periods (shorter for volatile markets) and threshold values.
3. use
Short-term trading: The indicators' short periods and high sensitivity are ideal for volatile markets and short-term strategies.
Recognising market turns: Extrema detection helps to find potential tops and bottoms.
Evaluate signal strength: The histogram allows you to visually assess the signal strength.
Note: This indicator should not be used alone, but in combination with other analysis methods, such as fundamental analysis or additional technical analysis.
Summary
The ‘Volatile and Optimised Multi-Signal Evaluator’ script combines several indicators in a flexible and sensitive tool that identifies buy and sell signals as well as market reversal points in volatile environments. It offers the user a variety of customisation options and a clear visual representation of market dynamics.
圖表形態
Monthly Start LinesThis script automatically draws vertical lines on the chart at the start of each new month
Fear & Greed Index (Zeiierman) copyThe Fear & Greed Index (Zeiierman) is a sentiment analysis tool designed to measure market emotions, ranging from extreme fear to extreme greed. It typically aggregates various market indicators—such as volatility, momentum, demand, and technical analysis—to determine the prevailing sentiment among investors.
Extreme Fear: Suggests that investors are highly pessimistic, which may indicate a potential buying opportunity.
Fear: Shows a cautious or bearish market sentiment.
Neutral: Reflects a balanced market outlook.
Greed: Indicates rising optimism and potentially overbought conditions.
Extreme Greed: Suggests excessive investor confidence, which could be a sign of an overheated market and possible corrections.
Refined Highs and Lows MarkerSince having been at this Trading thing since 1983 I know for a fact that marking and following Highs and Lows and the Higher highs and Lower lows in between "Tops" and "Bottoms" since nearly the beginning of time. This script shows those highs and lows based on three candles where the middle candle will be your Hi or Lo. The idea here is to at say a "Bottom" to locate the Red lowest Lo, then a red or Green Hi and finally a "Green" higher Lo. This outline typically can indicate a reversal point. The same is also true of "Tops" in where you will see the "green" highest hi followed by a green or red Lo. The last point should be a "RED" lower Hi from which to potentially sell. The script does not always abandon a Hi for a newer hi where there is no lo between them, and the same is also true of lows. You can manually place in a triangle icon and putting a proper color to it. Higher "Highs" and higher "Lows" are marked in Green and lower highs and lower lows are marked with red. I personally use a 13 SMA which shows candles/price fully below it when heading down and fully above the SMA when heading up. This script should be used in conjunction with perhaps one other indicator of your preference. Enjoy and build.
TF_VXMV Active Trend FollowingTF_VXMV Active Trend Following Algorithm
// Version 1.1
// Date : 26. June 2023
// (28/06/2023) Update 1.1 : added crypto as input.
// Scope:
// - can be used for Stocks, Futures, Indices, Bonds, ETFs, Forex
// Features:
// - the algorithm adjusts the stop-loss multiplier according to the market cap of the security (stocks only)
// - furthermore the multiplier gets adjusted by the VIX regime that is currently prevailing (high vol-> increased multiplier)
// - all multipliers have default values prescribed that are derived from benchmark calibration back-tests, they can be
// manually adjusted in TradingView indicator settings.
//
// The original algorithm is based on Wilders Trend Following algorithm.
// Details can be found in his book, or better in the two papers that were published on the indicator, which can be found here
// (1) www.researchgate.net
// (2) www.researchgate.net
//
// Copyright ©TradeFlags, Andreas Aigner 2023
// For implementation of this algorithm into your own application please contact me.
Trader Martiny IndicatorTrader Martiny Indicator
Based on the 8-period exponential moving average, colors the candles according to the possible reversal. Green for buy, red for sell.
Change Candle Color When 5 EMA Not ConnectedThis custom TradingView indicator changes the color of candlesticks to yellow whenever the 5-period Exponential Moving Average (EMA) is not "connected" to the current candle.
How It Works:
The 5 EMA is calculated based on the closing prices of the last 5 candles.
A candle is considered "not connected" to the EMA if:
The high and low of the current candle are both either above or below the 5 EMA, implying a significant deviation from the EMA.
When this condition is met, the candle color is changed to yellow to highlight this disconnection.
The default behavior of the script is to not display the 5 EMA line, keeping the chart uncluttered while focusing on the candlestick colors.
Usage:
This indicator is useful for scalping or short-term trading strategies, as it helps identify when the price has moved significantly away from the 5 EMA. A yellow candle could signal potential overextension or a possible reversal if the price is far from the EMA. Traders can use this as part of their risk management or entry/exit decision-making process.
Customization:
The indicator doesn't display the 5 EMA line, but you can modify the script to show it if needed by uncommenting the plot(ema5) line.
You can adjust the period of the EMA by modifying the ema5 period in the code, though the default setting is 5 periods.
crt - b1r1nc1winning circle crt indicator
b1r1nc1
Candle Range Trading (CRT) Indicator
The CRT Indicator identifies potential trading opportunities by analyzing specific candlestick patterns. This script is designed to detect both bullish and bearish CRT patterns and provides visual cues directly on your chart.
Features:
Pattern Detection:
Analyzes two consecutive candles to identify the CRT pattern.
Detects both bullish and bearish setups based on the relative positions of the candles.
IB of New Hour (Customizable)Purpose: Tracks first x candles of each hour to define a price range
Customizable settings:
Border color of the IB box
Fill color of the IB box
Number of candles to define IB
Box width in hours (1-24)
Functionality:
Calculates highest high and lowest low for specified number of candles
Creates a rectangular box representing the initial balance
Adapts to different timeframes (1, 5, 15, 30, 60-minute charts)
Limits storage of boxes to prevent memory overload
Box Placement:
Starts at first candle of the hour
Width calculated based on current timeframe and user-specified hours
Maintains consistent visual representation across different chart timeframes
Indicator for helping you with bias
bhushan s Trades ZonesExpected Behavior on the Chart
Upper Zone: When the price crosses or goes above the highest high over the past length bars, the background color will change to the color you set (default is blue, with transparency 80%).
Lower Zone: Similarly, when the price drops below the lowest low over the past length bars, the background color will also change.
Lines: The upper and lower boundaries (highest high and lowest low) will be marked with horizontal lines in green and red, respectively.
Alerts: If the price breaks above or below these zones, the respective alert will trigger.
Example Scenario:
If you're using this on a 1-hour chart and set the length to 20, the script will look back 20 hourly bars to calculate the highest and lowest prices during that period. If the price breaks above the highest or below the lowest level, the background color will change accordingly, and you'll be alerted if you have set up an alert.
Soportes Resistencias y POCEste indicador es particularmente útil para traders que siguen estrategias basadas en acción del precio (Price Action) o que desean combinarlo con análisis técnico para aumentar la precisión en sus decisiones de trading.
Cómo Aplicarlo en el Trading:
Soportes y Resistencias:
Identifica áreas donde el precio puede reaccionar, ya sea rebotando o rompiendo estos niveles.
Útil para configurar operaciones de compra (en soportes) o venta (en resistencias), especialmente en combinación con patrones de velas o indicadores adicionales.
POC (Punto de Control):
Ayuda a visualizar el precio promedio donde hubo mayor interacción en cada vela.
Ideal para confirmar zonas de equilibrio, detectar posibles cambios de tendencia o planificar puntos de entrada/salida basados en el balance del mercado.
Auto Fibonacci LinesThis TradingView script is a modded version of the library called "VisibleChart" created by Pinecoder.
This version has the option for users to change the Fibonacci lines and price labels. This makes the script user-friendly.
Fibonacci extensions are a tool that traders can use to establish profit targets or estimate how far a price may travel after a retracement/pullback is finished. Extension levels are also possible areas where the price may reverse. This study automatically draws horizontal lines that are used to determine possible support and resistance levels.
It's designed to automatically plot Fibonacci retracement levels on chart, aiding in technical analysis for traders.
First, the highest and lowest bars on the chart are calculated. These values are used for Fibonacci extensions.
These values update as traders scroll or zoom their charts, this shows that it is a useful indicator that can dynamically calculate and draw visuals on visible bars only.
Closing Prices for Indices AMMOthe "Closing Prices for Indices" indicator displays the daily closing prices of four major stock indices: FTSE 100, DAX 40, Dow Jones Industrial Average, and NASDAQ Composite. The indicator updates the prices based on their respective market closing times:
FTSE 100 and DAX 40: Updates at 4:30 PM UK time.
Dow Jones and NASDAQ Composite: Updates at 9:00 PM UK time.
Key features:
Customizable Labels: Option to display labels showing the closing prices directly on the chart.
Color-Coded Lines: Plots each index's closing price using distinct, customizable colors for easy differentiation.
User-Friendly Settings: Includes options for customizing line and label colors.
This indicator is perfect for traders and analysts looking to monitor and compare key index closing prices visually on their charts.
TRENDSYNC BUY/SELL BY SIMPLY_DANTE-FXTrendSync Buy and Sell Indicator
PS: Kindly give me feedback on the comment section, I will really appriciate
Created By: Simply_Dante-FX
About the Author:
Simply_Dante-FX is a skilled trader and developer with a focus on creating custom indicators and strategies for technical analysis. With a strong understanding of market behavior, he has designed the TrendSync Buy and Sell indicator to help traders identify high-probability buy and sell signals based on a combination of trend-following, momentum, and price action strategies. Simply_Dante-FX aims to provide tools that enhance trading decisions and improve the overall trading experience.
---
Description:
The TrendSync Buy and Sell indicator is designed to help traders identify potential buy and sell signals based on a combination of trend-following and momentum-based strategies. This custom indicator combines a range of technical tools, including the Simple Moving Average (SMA), Average True Range (ATR), and the Relative Strength Index (RSI), to filter and confirm entry points.
---
How It Works:
1. Trend Identification (SMA):
- The indicator uses the 200-period Simple Moving Average (SMA) to determine the overall trend direction.
- A Buy Signal is generated when the price is above the SMA, indicating an uptrend.
- A Sell Signal is generated when the price is below the SMA, indicating a downtrend.
2. Range Filtering (ATR):
- The Average True Range (ATR) is used to filter out signals that occur during periods of low volatility.
- The ATR is multiplied by a user-defined range filter multiplier (default is 1.2) to ensure the signal is coming from a sufficiently volatile market condition.
3. Momentum Confirmation (RSI):
- The RSI is used as a momentum filter. For Buy Signals, the RSI must be above the user-defined threshold (default is 50), indicating bullish momentum.
- For Sell Signals, the RSI must be below the opposite threshold (100 - RSI Threshold), indicating bearish momentum.
4.Price Action Conditions:
- Buy and Sell signals are further confirmed by price action:
- Buy Signal: Identifies higher lows during an uptrend.
- Sell Signal: Identifies higher highs during an uptrend, or lower highs in a downtrend.
5. Unified Signal:
- The script combines the various conditions to generate a unified signal, ensuring that only high-probability trade opportunities are highlighted.
How to Use It:
1.Buy Signal: Look for a green label below the bar, which indicates a potential buying opportunity. This signal is generated when:
- The price is above the 200-period SMA (uptrend).
- The RSI is above the defined threshold (momentum confirmation).
- The ATR-based range filter confirms sufficient market movement.
2. Sell Signal: Look for a red label above the bar, which indicates a potential selling opportunity. This signal is generated when:
- The price is below the 200-period SMA (downtrend).
- The RSI is below the defined threshold (momentum confirmation).
- The ATR-based range filter confirms sufficient market movement.
3. Visual Confirmation: The script also plots the 200-period SMA for easy identification of the overall trend direction.
4.Alert Setup: You can set up an alert using the “Unified Buy/Sell Alert” condition to notify you when a buy or sell signal is triggered.
Disclaimer:
- Risk Warning: The TrendSync Buy and Sell indicator is a tool for technical analysis and is not a guaranteed method for predicting market movements. Trading carries risk, and it is essential to use proper risk management techniques and not rely solely on any one indicator.
- No Financial Advice: This indicator does not constitute financial advice, and the author, Simply_Dante-FX, does not take responsibility for any trading losses or profits resulting from the use of this tool.
- Performance: Past performance is not indicative of future results. Always conduct your own analysis and use additional tools and strategies to confirm trade decisions.
Use this indicator with caution, and always ensure that you understand the risks involved in trading before committing real capital.
Dragon Harmonic Pattern [TradingFinder] Dragon Detector🔵 Introduction
The Dragon Harmonic Pattern is one of the technical analysis tools that assists traders in identifying Potential Reversal Zones (PRZ). Resembling an "M" or "W" shape, this pattern is recognized in financial markets as a method for predicting bullish and bearish trends. By leveraging precise Fibonacci ratios and measuring price movements, traders can use this pattern to forecast market trends with high accuracy.
The Dragon Harmonic Pattern is built on the XABCD structure, where each point plays a significant role in shaping and forecasting price movements. Point X marks the beginning of the trend, representing the initial price movement. Point A indicates the first retracement, usually falling within the 0.380 to 0.620 range of the XA wave.
Next, point B signals the second retracement, which lies within 0.200 to 0.400 of the AB wave. Point C, acting as the hump of the pattern, is generally located within 0.800 to 1.100 of the XA wave. Finally, point D represents the endpoint of the pattern and the Potential Reversal Zone (PRZ), where the primary price reversal occurs.
In bullish scenarios, the Dragon Pattern indicates a reversal from a downtrend to an uptrend, where prices move upward from point D. Conversely, in bearish scenarios, prices decline after reaching point D. Accurate identification of this pattern through Fibonacci ratio analysis and PRZ examination can significantly increase the success rate of trades, enabling traders to adjust their strategies based on key market levels such as 0.618 or 1.100.
Due to its high accuracy in identifying Potential Reversal Zones (PRZ) and its alignment with Fibonacci ratios, the Dragon Harmonic Pattern is considered one of the most popular tools in technical analysis. Traders can use this pattern to pinpoint entry and exit points with greater confidence while minimizing trading risks.
Bullish :
Bearish :
🔵 How to Use
The Dragon Harmonic Pattern indicator helps traders identify bullish and bearish patterns in the market, allowing them to capitalize on available trading opportunities. By analyzing Fibonacci ratios and the XABCD structure, the indicator highlights Potential Reversal Zones (PRZ).
🟣 Bullish Dragon Pattern
In the Bullish Dragon Pattern, the price transitions from a downtrend to an uptrend after reaching point D. At this stage, points X, A, B, C, and D must be carefully identified.
Fibonacci ratios for these points are as follows: Point A should fall within 0.380 to 0.620 of the XA wave, point B within 0.200 to 0.400 of the AB wave, and point C within 0.800 to 1.100 of the XA wave.
When the price reaches point D, traders should look for bullish signals such as reversal candlesticks or increased trading volume to enter a buy position. The take-profit level can be set near the previous price high or based on the 1.272 Fibonacci ratio of the XA wave, while the stop-loss should be placed slightly below point D.
🟣 Bearish Dragon Pattern
In the Bearish Dragon Pattern, the price shifts from an uptrend to a downtrend after reaching point D. In this pattern, points X, A, B, C, and D must also be identified. Fibonacci ratios for these points are as follows: Point A should fall within 0.380 to 0.620 of the XA wave, point B within 0.200 to 0.400 of the AB wave, and point C within 0.800 to 1.100 of the XA wave.
Upon reaching point D, bearish signals such as reversal candlesticks or decreasing trading volume indicate the opportunity to enter a sell position. The take-profit level can be set near the previous price low or based on the 1.272 Fibonacci ratio of the XA wave, while the stop-loss should be placed slightly above point D.
By combining the Dragon Harmonic Pattern indicator with precise Fibonacci ratio analysis, traders can identify key opportunities while minimizing risks and improving their decision-making in both bullish and bearish market conditions.
🔵 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 Dragon Harmonic Pattern is an advanced and practical technical analysis tool that aids traders in accurately predicting bullish and bearish trends by identifying Potential Reversal Zones (PRZ) and utilizing Fibonacci ratios. Built on the XABCD structure, this pattern stands out for its flexibility and precision in identifying price movements, making it a valuable resource among technical analysts. One of its key advantages is its compatibility with other technical tools such as trendlines, support and resistance levels, and Fibonacci retracements.
By using the Dragon Harmonic Pattern indicator, traders can accurately determine entry and exit points for their trades. The indicator analyzes key Fibonacci ratios—0.380 to 0.620, 0.200 to 0.400, and 0.800 to 1.100—to identify critical levels such as price highs and lows, offering precise trading strategies. In bullish scenarios, traders can profit from rising prices, while in bearish scenarios, they can capitalize on price declines.
In conclusion, the Dragon Harmonic Pattern is a highly reliable tool for identifying trading opportunities with exceptional accuracy. However, for optimal results, it is recommended to combine this pattern with other analytical tools and thoroughly assess market conditions. By utilizing this indicator, traders can reduce their trading risks while achieving higher profitability and confidence in their trading strategies.
Dynamic Market Structure DetectorTitle: Dynamic Market Structure Detector – Real-Time BoS & ChoCH Signals
Short Description:
Identify market structure dynamically with real-time Break of Structure (BoS) and Change of Character (ChoCH) signals. Highlight untested support and resistance zones to improve trading precision.
Full Description:
The Dynamic Market Structure Detector is a powerful TradingView indicator designed for traders who want to automate the identification of key market structure levels. This indicator simplifies market analysis by dynamically tracking swing highs and lows, marking critical Break of Structure (BoS) and Change of Character (ChoCH) points, and highlighting untested support and resistance zones.
Key Features:
1. Real-Time Signals:
• Marks Break of Structure (BoS) and Change of Character (ChoCH) points as they occur.
• Automatically updates as the market evolves.
2. Dynamic Swing Highs and Lows:
• Tracks swing highs and lows based on user-defined sensitivity (Swing Length).
• Adjust swing length to tailor signals for intraday or swing trading.
3. Untested Zones Highlight:
• Visualize untested support and resistance zones dynamically.
• Opacity settings allow customization for better chart readability.
4. Customizable Inputs:
• Swing Length:
Adjust the sensitivity of BoS and ChoCH signals.
• Smaller Swing Length values (e.g., 3–5): Capture short-term market movements, ideal for intraday trading.
• Larger Swing Length values (e.g., 10–20): Focus on significant market structure changes for swing or positional trading.
Experiment with these values to find the best fit for your trading style.
• Untested Zone Opacity:
Control the visibility of highlighted support and resistance zones.
• Lower opacity values (e.g., 10–50): Make the zones more prominent, helpful for darker chart backgrounds.
• Higher opacity values (e.g., 70–90): Provide subtle highlights, better suited for lighter chart setups.
• A value of 100% renders the zones completely transparent (invisible).
Use this setting to customize the visual appearance of your chart while still retaining key zone information.
5. User-Friendly Visualization:
• Color-coded labels for BoS (Green) and ChoCH (Red).
• Highlight zones for untested areas using customizable colors (Support: Blue, Resistance: Orange).
Why Use This Indicator?
• Simplifies market structure analysis by automating key calculations.
• Helps traders identify potential trend reversals and continuation points.
• Reduces the need for manual charting, saving time and effort.
• Provides visual clarity on untested zones for better decision-making.
Recommended Usage:
• Intraday Traders: Use smaller Swing Length values (e.g., 3–5) to capture short-term market movements.
• Swing Traders: Opt for higher Swing Length values (e.g., 10–20) to focus on larger market structure changes.
• Monitor untested zones for potential price reactions, enhancing your trade entries and exits.
Notes :
This indicator is best suited for traders who prefer price action trading and market structure analysis. While the indicator provides reliable insights, it is recommended to use it in conjunction with other analysis tools for a holistic trading approach.
Credits:
Developed by TradeTech Analysis to empower traders with automated tools for smarter trading decisions.
RSI OB/OS Strategy Analyzer█ OVERVIEW
The RSI OB/OS Strategy Analyzer is a comprehensive trading tool designed to help traders identify and evaluate overbought/oversold reversal opportunities using the Relative Strength Index (RSI). It provides visual signals, performance metrics, and a detailed table to analyze the effectiveness of RSI-based strategies over a user-defined lookback period.
█ KEY FEATURES
RSI Calculation
Calculates RSI with customizable period (default 14)
Plots dynamic overbought (70) and oversold (30) levels
Adds background coloring for OB/OS regions
Reversal Signals
Identifies signals based on RSI crossing OB/OS levels
Two entry strategies available:
Revert Cross: Triggers when RSI exits OB/OS zone
Cross Threshold: Triggers when RSI enters OB/OS zone
Trade Direction
Users can select a trade bias:
Long: Focuses on oversold reversals (bullish signals)
Short: Focuses on overbought reversals (bearish signals)
Performance Metrics
Calculates three key statistics for each lookback period:
Win Rate: Percentage of profitable trades
Mean Return: Average return across all trades
Median Return: Median return across all trades
Metrics calculated as percentage changes from entry price
Visual Signals
Dual-layer signal display:
BUY: Green triangles + text labels below price
SELL: Red triangles + text labels above price
Semi-transparent background highlighting in OB/OS zones
Performance Table
Interactive table showing metrics for each lookback period
Color-coded visualization:
Win Rate: Gradient from red (low) to green (high)
Returns: Green for positive, red for negative
Time Filtering
Users can define a specific time window for the indicator to analyze trades, ensuring that performance metrics are calculated only for the desired period.
Customizable Display
Adjustable table font sizes: Auto/Small/Normal/Large
Toggle option for table visibility
█ PURPOSE
The RSI OB/OS Strategy Analyzer helps traders:
Identify mean-reversion opportunities through RSI extremes
Backtest entry strategy effectiveness across multiple time horizons
Optimize trade timing through visual historical performance data
Quickly assess strategy robustness with color-coded metrics
█ IDEAL USERS
Counter-Trend Traders: Looking to capitalize on RSI extremes
Systematic Traders: Needing quantitative strategy validation
Educational Users: Studying RSI behavior in different market conditions
Multi-Timeframe Analysts: Interested in forward returns analysis
Breakout Detection using EMAs and Mansfield Relative StrengthThis script identifies breakout opportunities based on a combination of price action, volume, and relative strength. It is designed for daily timeframe charts and helps traders pinpoint strong bullish setups with the following criteria:
Price Action: Stock price is above both the 10-day EMA and 5-week EMA.
EMA Trends: The 10-day EMA is above the 20-day EMA, and the 5-week EMA is above the 10-week EMA, confirming bullish momentum.
Customizable Parameters: Customize the index for the Mansfield Relative Strength, the volume multiplier, and the price breakout look-back period.
Price Breakout: The price is at a 3-month high, indicating strength.
Volume Breakout: A volume spike occurs, surpassing the 20-day average volume by a user-defined multiplier.
Features:
Generates clear breakout signals with a green triangle below the bar.
Integrated Mansfield Relative Strength for relative performance analysis.
Alerts for when all conditions are met, ensuring you never miss an opportunity.
How to Use:
Add this script to a daily chart of your chosen stock.
Look for green triangle signals indicating a potential breakout.
Adjust the parameters to suit your trading strategy and preferred index for the Mansfield Relative Strength.
This tool is ideal for swing traders looking to combine technical analysis with relative strength metrics for high-conviction bullish setups.
Bollinger Bands Reversal Strategy Analyzer█ OVERVIEW
The Bollinger Bands Reversal Overlay is a versatile trading tool designed to help traders identify potential reversal opportunities using Bollinger Bands. It provides visual signals, performance metrics, and a detailed table to analyze the effectiveness of reversal-based strategies over a user-defined lookback period.
█ KEY FEATURES
Bollinger Bands Calculation
The indicator calculates the standard Bollinger Bands, consisting of:
A middle band (basis) as the Simple Moving Average (SMA) of the closing price.
An upper band as the basis plus a multiple of the standard deviation.
A lower band as the basis minus a multiple of the standard deviation.
Users can customize the length of the Bollinger Bands and the multiplier for the standard deviation.
Reversal Signals
The indicator identifies potential reversal signals based on the interaction between the price and the Bollinger Bands.
Two entry strategies are available:
Revert Cross: Waits for the price to close back above the lower band (for longs) or below the upper band (for shorts) after crossing it.
Cross Threshold: Triggers a signal as soon as the price crosses the lower band (for longs) or the upper band (for shorts).
Trade Direction
Users can select a trade bias:
Long: Focuses on bullish reversal signals.
Short: Focuses on bearish reversal signals.
Performance Metrics
The indicator calculates and displays the performance of trades over a user-defined lookback period ( barLookback ).
Metrics include:
Win Rate: The percentage of trades that were profitable.
Mean Return: The average return across all trades.
Median Return: The median return across all trades.
These metrics are calculated for each bar in the lookback period, providing insights into the strategy's performance over time.
Visual Signals
The indicator plots buy and sell signals on the chart:
Buy Signals: Displayed as green triangles below the price bars.
Sell Signals: Displayed as red triangles above the price bars.
Performance Table
A customizable table is displayed on the chart, showing the performance metrics for each bar in the lookback period.
The table includes:
Win Rate: Highlighted with gradient colors (green for high win rates, red for low win rates).
Mean Return: Colored based on profitability (green for positive returns, red for negative returns).
Median Return: Colored similarly to the mean return.
Time Filtering
Users can define a specific time window for the indicator to analyze trades, ensuring that performance metrics are calculated only for the desired period.
Customizable Display
The table's font size can be adjusted to suit the user's preference, with options for "Auto," "Small," "Normal," and "Large."
█ PURPOSE
The Bollinger Bands Reversal Overlay is designed to:
Help traders identify high-probability reversal opportunities using Bollinger Bands.
Provide actionable insights into the performance of reversal-based strategies.
Enable users to backtest and optimize their trading strategies by analyzing historical performance metrics.
█ IDEAL USERS
Swing Traders: Looking for reversal opportunities within a trend.
Mean Reversion Traders: Interested in trading price reversals to the mean.
Strategy Developers: Seeking to backtest and refine Bollinger Bands-based strategies.
Performance Analysts: Wanting to evaluate the effectiveness of reversal signals over time.
EBL - Enhanced BOS LogicEBL - Enhanced BOS Logic
The EBL (Enhanced Break of Structure Logic) script is a powerful tool for traders who want to identify and act on key structural shifts in the market. By combining visual cues, such as horizontal lines and dynamic arrows, the script highlights critical points of interest where market behavior may indicate significant bullish or bearish momentum.
What Makes EBL Unique?
Break of Structure (BOS) Identification:
The script dynamically detects when price breaks above or below significant highs and lows, marking these levels as key BOS points.
Once a BOS level is confirmed, it is displayed on the chart as a horizontal line, allowing traders to easily identify areas of potential support and resistance.
Real-Time Validation and Invalidations:
Bullish BOS levels remain active until a bearish candle closes below the initiating bullish candle.
Similarly, bearish BOS levels remain active until a bullish candle closes above the initiating bearish candle.
If a BOS level is invalidated, both the corresponding line and its arrow are automatically removed to maintain chart clarity.
Visual Clarity with Arrows and Lines:
Customizable triangle arrows (green for bullish and red for bearish) appear alongside lines to signal entry opportunities.
Traders can adjust line length, colors, and visibility of arrows to fit their charting style.
Alerts for Confirmation:
Receive alerts when bullish or bearish structures are confirmed, ensuring you never miss a signal even when away from your chart.
How the Script Works
Detection of Bullish and Bearish Structures:
The script identifies a "Bullish Break" when the price closes above the high of a bullish candle followed by a bearish one.
A "Bearish Break" is detected when the price closes below the low of a bearish candle followed by a bullish one.
Line and Arrow Placement:
Horizontal lines are drawn at the high or low of the respective BOS level.
Triangular arrows are plotted just below or above the respective levels to indicate potential trade opportunities.
Automatic Cleanup:
When a line is invalidated by opposing market movement, both the line and its connected arrow are automatically removed from the chart.
How to Use EBL
Settings:
Adjust line colors (green for bullish, red for bearish) to suit your charting theme.
Customize arrow visibility or hide lines if you prefer a less cluttered chart.
Set the horizontal line length to match your desired timeframe and analysis depth.
Trading Concepts:
Trend Reversal Zones: Use invalidated BOS levels as signals for possible trend reversals.
Momentum Trading: Follow confirmed BOS levels to identify areas where price momentum is likely to continue.
Dynamic Support and Resistance: Leverage the lines to identify evolving support and resistance zones.
Alerts:
Enable alerts to receive notifications when bullish or bearish trends are confirmed, allowing you to stay informed without constant monitoring.
Conceptual Basis
This script is based on the widely used market structure concept, which is fundamental to price action trading. By tracking the highs and lows created by bullish and bearish movements, the EBL script provides an objective and systematic approach to identifying and trading key structural points in the market.
With the EBL - Enhanced BOS Logic, traders can visually and systematically track market structure, identify potential trade setups, and maintain a cleaner chart with automated line and arrow management. This script is ideal for trend-following, scalping, and swing trading strategies across all markets and timeframes.
Bearish Gap Down DetectionThis indicator is designed to identify bearish gap downs in price action and visually mark them on your chart. A gap down occurs when today's opening price is below the previous day's low, and the closing price remains below that low, signaling a potential bearish continuation or reversal.
Features:
Precise Gap Down Detection: Identifies only confirmed bearish gap downs, avoiding false signals.
Clear Visual Markers: Marks detected gap downs with a red downward triangle above the bar for easy identification.
Minimalist Design: Focuses solely on gap down detection, without any reliance on moving averages or additional noise.
Use Cases:
Trend Reversals: Spot potential downward trends as they develop.
Momentum Confirmation: Use alongside other indicators or strategies to confirm bearish momentum.
Swing Trading Opportunities: Ideal for traders looking to capitalize on significant price movements.
How It Works:
The script detects a gap down when:
Today's opening price is below the previous day's low.
Today's closing price stays below the previous day's low.
When these conditions are met, the indicator plots a red triangle above the price bar, signaling a bearish gap down.
Best Practices:
Apply this script to daily or higher timeframes for more reliable results.
Combine it with other indicators, such as support/resistance levels or volume analysis, for enhanced decision-making.