Essa's Indicator 2.0Essa's Indicator V2: Beginner's Guide
This custom TradingView indicator has been designed to help you identify key trading opportunities based on session highs/lows, volatility, and moving averages. Below is a breakdown of the main features:
1. Exponential Moving Averages (EMAs)
Fast EMA (Blue Line): Tracks the short-term market trend (default: 9-period EMA).
Slow EMA (Red Line): Tracks the longer-term market trend (default: 21-period EMA).
You can turn on/off the EMAs using the "Show EMAs" option in the settings.
EMAs help smooth out price action and give a clearer picture of trends. A crossover of the fast EMA above the slow EMA can signal an upward trend, while the reverse may indicate a downward trend.
2. Session Highs and Lows
The indicator tracks price highs and lows for three major trading sessions:
London Session (Red): Highlighted in red. Active between 08:00 and 17:00 (LDN timezone) or 03:00 and 12:00 (NY timezone).
New York Session (Blue): Highlighted in blue. Active between 12:00 and 21:00 (LDN timezone) or 07:00 and 16:00 (NY timezone).
Asia Session (Yellow): Highlighted in yellow. Active between 22:00 and 08:00 (LDN timezone) or 18:00 and 03:00 (NY timezone).
Highs and lows for each session are plotted on the chart as lines. Breakouts from these levels can signal important trading opportunities:
London High/Low: Red lines.
New York High/Low: Blue lines.
Asia High/Low: Yellow lines.
The background color also changes depending on the active session:
London: Light red background.
New York: Light blue background.
Asia: Light yellow background.
3. Breakout Alerts
You can set alerts when the price breaks above or below session highs/lows:
Break Above London High: Alert triggered when the price crosses the London session high.
Break Below London Low: Alert triggered when the price falls below the London session low.
Similar alerts exist for the New York and Asia sessions as well.
4. Volatility-Adjusted EMA
The EMAs in this indicator are adjusted based on volatility (ATR - Average True Range). This allows the EMAs to respond to market conditions more dynamically, giving you more accurate trend readings in volatile markets.
5. ZigZag Feature (Optional)
You can enable the ZigZag feature to help visualize the price action's highs and lows:
ZigZag Lines: Highlight major peaks and troughs in price movements, helping you spot trends more easily.
This is helpful for identifying reversals or trend continuations.
6. Fractal Markers
This indicator uses fractals to mark potential turning points in the market:
Green Triangles (Above the Price): Indicate up fractals (potential reversal points where the price could move upwards).
Red Triangles (Below the Price): Indicate down fractals (potential reversal points where the price could move downwards).
Fractals can be a helpful confirmation tool when identifying entry and exit points.
7. Custom Timezone Options
You can choose between London (LDN) and New York (NY) timezones in the settings to adapt the session times to your trading location. This ensures the session high/low markers are displayed correctly for your trading region.
By default, the New York (NY) timezone is enabled for FXCM charts in the UK.
For BTC charts, you will need to switch to the appropriate time zone manually.
Thanks
Essa
Pivot points and levels
Absolute ZigZagThis ZigZag Indicator is a bit unique in it's kind.
It uses my own Absolute ZigZag Lib to calculate the pivots:
Instead of using percentages or looking more than 1 bar left or right, this Zigzag library calculates pivots by just looking at the current bar highs and lows and the ones of one bar earlier. This is a very fast and accurate way of calculating pivots.
The library also features a solution for bars that have both a higher high and a higher low like seen below.
You can also use your own colors for the labels and the lines:
You can also quickly select a one-colored theme without changing all colors at once:
Technical Analysis ExpressionsDescription:
The indicator allows to display different moving averages and price levels from any timeframe. Instead of setting each plot one by one, you can specify all of them in one expression.
Inputs:
There's only one input, which is a text area where you can specify each plot as an expression. Each expression must be on a new line. Each expression can specify the source of the displayed values, the plot color and the timeframe from which that value is taken.
Here's an example expression that will plot SMA(20) of Close price from Daily timeframe, and the plot is going to be red. This will also plot an EMA(50) of High price from current timeframe, and the plot is going to be green (notice that you can specify the color as one of the standard Pinescript colors, or using a HEX color, and even using transparency if needed):
SMA(close, 20) red "D"
EMA(high, 50) #00ff00
You can also specify the color to be "chart.fg" which is the Foreground Color of current chart (it depends on whether the "Dark Theme" is enabled in Tradingview). The available moving averages are: SMA, EMA, WMA, HMA, RMA, VWMA. The available sources are: open, high, low, close, hl2, hlc3, hlcc4, ohlc4.
Chronos Trend Level Oracle (CTLO)The Chronos Trend Level Oracle (CTLO) is a powerful technical analysis tool designed to identify significant trend levels that can act as support and resistance, helping traders navigate market trends and potential reversal points.
Key Components:
Setup Identification:
Bullish Setup: 9 consecutive closes lower than the close 4 bars earlier.
Bearish Setup: 9 consecutive closes higher than the close 4 bars earlier.
CTLO Support Level:
Established when a Bullish Setup completes.
Represents the lowest low of the CTLO Period (default 9 bars) preceding the Setup completion.
CTLO Resistance Level:
Established when a Bearish Setup completes.
Represents the highest high of the CTLO Period (default 9 bars) preceding the Setup completion.
Level Persistence:
A CTLO level remains active until an opposite Setup completes.
When a new Setup completes, it clears the opposite level.
Visual Representation:
Support levels are displayed as green circles.
Resistance levels are displayed as red circles.
Both use translucency for better chart visibility.
How to Use the CTLO:
Trend Identification:
The presence of a CTLO Support level suggests an underlying bullish trend.
The presence of a CTLO Resistance level suggests an underlying bearish trend.
The absence of either level indicates a possible trend transition or consolidation.
Support and Resistance:
Use CTLO levels as potential support (green) or resistance (red) areas.
These levels often act as price reaction points where bounces or rejections may occur.
Breakouts and Breakdowns:
A decisive close above a CTLO Resistance level could signal a bullish breakout.
A decisive close below a CTLO Support level could signal a bearish breakdown.
Use the optional alerts to be notified of these events.
Trend Continuation:
Price respecting a CTLO Support level can be seen as bullish, suggesting potential long entries.
Price respecting a CTLO Resistance level can be seen as bearish, suggesting potential short entries.
Reversal Anticipation:
As price approaches a CTLO level, watch for signs of reversal (e.g., candlestick patterns, divergences).
Failed breakouts/breakdowns at CTLO levels can lead to strong moves in the opposite direction.
Multiple Timeframe Analysis:
Apply CTLO on different timeframes for a more comprehensive market view.
Higher timeframe CTLO levels often carry more significance.
Combine with Price Action:
Look for candlestick patterns or chart formations near CTLO levels for higher probability setups.
Double tops/bottoms or other reversal patterns at CTLO levels can be particularly significant.
Risk Management:
Use CTLO levels to set stop-loss orders or profit targets.
For breakout trades, consider using the CTLO level as a new stop-loss after the breakout occurs.
Gann BoxHello, friends. I want to introduce you to the Gann box indicator. Let me explain what it is and how to use it.
1. Dimensions:
- 1:1: A ratio of time to price, showing equilibrium between them.
- 1:2: A level where price moves twice as fast as time.
- 2:1: A level where time moves twice as fast as price.
- Additional ratios may include 1:4, 4:1, and others.
2. Key Elements:
- Levels: Lines that indicate key support and resistance levels.
- Time Frames: Used to forecast future price movements.
- Trend Analysis: Helps determine current trends and possible reversals.
3. Application:
- Traders use the Gann box to identify entry and exit points.
- Suitable for both short-term and long-term trading.
The Gann box has the following dimensions:
1. 52 Bars: Gann often used this dimension on the weekly timeframe, as there are 52 weeks in a year, making the box represent exactly one year.
2. 144 Bars: This was frequently used by Gann on the annual timeframe, as the square root of 144 is 12. There are 12 months in a year, 12 zodiac signs, and Jupiter's orbital period around the Sun is 12 years. All these factors strongly support the use of this dimension on this timeframe. However, this dimension performs well across all other timeframes, so feel free to use it anytime.
3. 360 and 90 Bars: These are universal sizes of the Gann box and can be applied at any time and on any timeframe.
In the indicator, you can adjust the size of the box using the "⚙️ Box Size" setting.
To start using this indicator, follow these steps:
1. Set the "Start" Marker: Place it at the beginning of the impulse, whether it’s an upward or downward movement.
2. Set the "End" Marker: Place it at the end of the impulse.
Once you have done this, the indicator will calculate the price step and the box will be constructed based on the size you selected earlier.
Let me show you how I identified the first impulse on BTC so you can understand me better:
This impulse was the first on the daily timeframe that determined the entire calculation of the box for the future.
After determining the impulse, the box was constructed. I used a box size of 144 bars as an example, but you might say that there are actually many more bars, why is that?
It's simple; the box can have derivatives of length and height. In the indicator, you can choose how many times you want to increase the height or length separately. Moreover, following Gann's methods and rules for constructing the box, there are no mistakes; this is the correct construction. In the indicator, the setting responsible for increasing the height is ⚙️ Height Increase, while the setting for increasing the length is ⚙️ Length Increase. However, everything is done according to the rules, and the increase in length and height occurs in fixed numbers: 1, 2, 4, 8, 16, 32.
This is done to make your analysis more flexible, while still adhering to all construction rules.
The indicator also provides the option to increase or decrease the price step. It is not always the case that the default calculated price step suits us. Therefore, I created the ability to decrease and increase it by as many times as the rules for constructing Gann's box allow. You can increase or decrease the price step by 1, 10, 100, and 1000 times, which also makes the box settings more flexible and suitable for any market and asset.
How to use this function correctly? First, we need to understand what we want to do with the price step. If we want to increase it, we switch the "⚙️ Multiply | Divide" mode to "Multiply." Now we need to change the value in the "⚙️ Multiplier | Price Step Divisor" mode to the desired amount. After these actions, the price step will be increased. Decreasing the price step occurs in a similar manner.
The Gann box can be oriented both upwards and downwards. The parameter "⚙️ Long | Short | Auto" determines the direction of the box construction. By default, the setting is "Auto." The indicator has logic that understands in which direction to build the box. However, if you encounter difficulties and the indicator selects the incorrect direction, you can force it to build the box in your desired direction by changing the setting from "Auto" to "Long" or "Short."
Let me show you an example of constructing the box downwards:
The indicator also includes a table that displays all the most important information about the box parameters in the upper right corner. This is designed to help avoid confusion during the use and analysis of the Gann box.
I have tried to make the box parameters as flexible as possible for you, and I have also done the same for the style settings. You can enable and disable corners, additional levels, the base of the box, and value labels separately. All these elements of the box can be customized by color to suit your visual preferences. The same can be done with the table that displays the data.
A little about additional levels, by the way. Additional levels are constructed based on the intersection points of the corners. Both price and time levels built on these intersections are also very important and work excellently. You can customize them or disable them completely through the indicator settings.
I wish you good luck using the indicator!
itradesize /\ Previous Liquidity x ICTI’d like to introduce a clean and simple RTH gap and liquidity levels indicator with additional Asian and London ranges, along with standard deviation levels and many customizable options.
Previous D/W/M highs and lows are areas where liquidity tends to accumulate. This is because many traders place stop-loss orders around these levels, creating a concentration of buy stops above the previous day's high and sell stops below the previous day's low. High-frequency trading algorithms and institutional traders often target these areas to capture liquidity.
What the indicator could show in summary?
- Regular trading hours gap with deviations
- Asia with deviations (lines or boxes)
- London with deviations (lines or boxes)
- Weekdays on chart
- 3 AM candle marker
- Previous D/W/M levels
- Important opening times (08:00, 09:30, 10:00, 14:00, 00:00, 18:00)
- Daily separators
By marking out the previous day's highs and lows, traders can create a framework for their trading day. This helps in identifying potential setups and understanding where significant price action might occur. It also aids in filtering out noise and focusing on the most relevant price levels.
These levels can also act as potential reversal points. When the market reaches a previous high or low, it might reverse direction, especially if it has raided the liquidity resting there. This concept is part of a strategy where traders look for the market to raid these levels and then reverse, providing trading opportunities
The indicator shows previous liquidity levels on a daily, weekly, and monthly basis. It also displays opening times at 8:30, 9:30-10:00, 14:00-00:00, and 18:00. Opening times are crucial in trading because they help define specific periods when market activity is expected to be higher, which can lead to better trading opportunities. The script has been made mostly for indices.
You can create various entry and exit strategies based on the indicator. Please remember, that adequate knowledge of ICT is necessary for this to be beneficial.
You might wonder why only these times are shown. This is because these are the times when the futures market is active or should be active. It's important to note that opening times can vary between different asset classes.
18:00 A new daily candle open
00:00 Midnight open
02:00 New 4-hour candle open
08:30 High-impact news
09:30 NY Equities open
10:00 New 4-hour candle open
The concept of "Asian Killzone Standard Deviations" involves using the Asian trading session's price range to project potential price movements during subsequent trading sessions, such as the London or New York sessions. This is done by calculating standard deviations from the Asian range, which can help traders identify potential support and resistance levels.
You can create a complete model by exclusively focusing on the Asian time zone. Deviations within this zone may have varying impacts on future price movements, and the Interbank Price Delivery Agreement (IPDA) often reflects Asia's high, close, and low prices.
A similar approach can be taken with the London time zone. The standard deviation levels within each zone could potentially serve as support or indicate reversals, including liquidity hunts. It's important to backtest these ideas to gain reliable insights into when and where to apply them.
* Asian Range: This is the price range established during the Asian trading session. It serves as a reference point for calculating standard deviations.
* London Range: The same applies to the London range as well. Combine standard deviation projections with other technical analysis tools, such as order blocks or fair value gaps, to enhance accuracy.
* Standard Deviations: These are statistical measures that indicate the amount of variation or dispersion from the average. In trading, they are used to project potential price levels beyond the current range.
You can also use regular trading hours gap as a standalone model. The 4 STDV and 2.5 STDV levels are important for determining the high or low of the current price action.
The RTH gap is created when there is a difference between the closing price of a market at the end of one trading day and the opening price at the start of the next trading day. This gap can be upward (gap higher), downward (gap lower), or unchanged. It is significant because it often indicates market sentiment and can create inefficiencies that traders look to exploit.
Alternatively, you can combine these elements to create a complete strategy for different scenarios.
Support Resistance DynamicsThe Support Resistance Dynamics indicator is an advanced technical analysis tool designed to identify and visualize key support and resistance levels in real-time. This innovative indicator stands out from traditional support and resistance tools by employing a dynamic approach that adapts to market conditions.
Key Features:
Dynamic Level Calculation: Unlike static support and resistance indicators, this tool continuously updates levels based on recent price action, providing traders with the most relevant and up-to-date information.
Logarithmic Scale Option: The indicator offers a unique logarithmic scale feature, essential for analyzing long-term trends or assets with significant price changes. This allows for more accurate level plotting across various timeframes and price ranges.
Customizable Display: Users can adjust the number of support and resistance lines displayed, allowing for a clean and uncluttered chart view while focusing on the most significant levels.
Adaptive Slope Calculation: The indicator uses an innovative approach to calculate the slope of support and resistance lines, offering options from dynamic adaptation to fixed long-term periods. This ensures the lines remain relevant in both trending and ranging markets.
Enhanced Visualization: With customizable line colors, styles, and transparency, traders can easily distinguish between support and resistance levels, improving chart readability and analysis.
Flexible Period Settings: From dynamic calculations based on recent pivots to fixed long-term periods, the indicator adapts to various trading styles and timeframes.
The Support Resistance Dynamics indicator is particularly useful for:
Identifying potential reversal points in trends
Setting more accurate entry and exit points for trades
Placing stop-loss orders with greater precision
Recognizing breakout levels for potential new trends
By combining dynamic calculation methods with customizable visual elements, this indicator provides traders with a powerful tool for market analysis. Whether you're a day trader looking for short-term opportunities or a long-term investor analyzing macro trends, the Support Resistance Dynamics indicator offers valuable insights to enhance your trading strategy.
This indicator is provided for informational and educational purposes only. It should not be considered as financial advice or a recommendation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading involves significant risk of loss. Users should conduct their own research and due diligence before making any investment decisions. The creator of this indicator is not responsible for any losses incurred from its use. Always test thoroughly on demo accounts before applying to live trading.
Gunn Square Levels Greetings, dear friend. I want to present an indicator based on another interesting method of analyzing support and resistance levels by William Gunn - Gunn Square Levels.
1. Structure of the Square of 9:
- The Square of 9 is a 9x9 grid where each cell corresponds to a specific numerical value.
- Each number in the square has its unique properties and meanings in the context of market analysis.
2. Price Levels:
- The square helps identify key support and resistance levels. For example, if an asset's price approaches the edge of the square, it may indicate potential reversals or trend continuations.
3. Time Cycles:
- Gann believed that time could be measured in cycles, and each cycle could repeat. The Square of 9 helps identify these cycles, allowing traders to see when a trend change might occur.
4. Harmony and Numerical Ratios:
- Gann used numbers that held special significance in his methods, such as 1, 2, 3, 5, 8, 13, 21, etc. These numbers frequently appear in nature and have harmonious relationships, which also apply to markets.
5. Application in Trading:
- Traders can use the Square of 9 analysis methods to determine entry and exit points, as well as to set stop-loss and target levels. For instance, if the price reaches a certain level in the square, it may signal a trading opportunity.
6. Complexity and Practice:
- The method requires practice and an understanding of market dynamics. It can be complex for beginners, but when applied correctly, it can yield results.
The indicator allows for the automation of level construction using this method. Moreover, it includes not only the Square of 9 but also the Square of 4 and the Circle of 12, which are also very important in William Gann's methods.
So, how do you work with this indicator? Let's break it down step by step. The first thing you need to do when activating the indicator is to select two bars that will denote the beginning and the end of the impulse. This is necessary for the indicator to calculate the price step, which is very important for correctly constructing levels. Here’s an example of how I defined the first impulse, and you can see how well the price reacts to it:
In the upper right corner, there is a table that will display information regarding the modes of the indicator's operation.
Now, let’s discuss the modes of its operation in more detail:
Parameter 1 - mode, is intended for switching the indicator's operation modes. You can choose which square you want to use to view the levels. The options include calculations based on the Square of 9, Square of 4, and Circle of 12. Each of these options was utilized by Gann.
Parameter 2 - "Long|Short|Auto". It is responsible for constructing your levels in the desired direction. By default, the mode is set to "Auto," allowing the direction of the levels to be determined automatically based on built-in logic. However, if you notice that the indicator is building levels incorrectly, you can always force it to construct levels in the direction you need using the "Long" and "Short" settings.
The next parameters "Degree for square 9", "Degree for square 4", and "The degree for the circle 12" are responsible for selecting the degree on the square or circle, depending on the chosen mode.
In the Square of 9, there are cardinal and diagonal crosses, and I have designated a specific direction for each cross. If you are using calculations for the Square of 9, you should use the "Degree for square 9" settings. This parameter includes options for selecting the numerical sequence direction that corresponds to the diagonal and cardinal crosses in the Square of 9. For example, if we choose the direction as ↗️, it means we are taking the diagonal cross in the Square of 9, with the direction from the center moving diagonally up to the right. The levels will correspond to this specific direction. The same applies to all other levels and modes.
Very important parameters are "Multiplier | Divider price step" and "Action." Now, let me explain their purpose. Sometimes, the calculated price step may be either too large for our chart or too small. This affects the levels, which can be either too narrow or too wide.
"Multiplier | Divider price step" allows us to adjust the price step within the rules that must be followed according to Gann's methods, enabling us to be more flexible in our analysis.
"Action" is used to choose whether to increase or decrease the price step. For example, if I want to reduce the price step by a factor of 10, I set the "Action" mode to "Divider," and then assign the most suitable value to the "Multiplier | Divider price step" parameter. The options range from 1 to 1000. The same applies when increasing the price step.
Now you know how to use this indicator. To summarize, the most important thing is to correctly identify the impulse, and then the indicator will do the rest for you.
Gann fan [ALMCorp] The Gann fan is an indicator that will allow you to use the Gann Fan correctly. I think it's no secret to many that William Gunn often used geometric shapes, astrology, patterns of numbers and degrees between them in his analysis. This indicator is one of those that will help you use its methods correctly.
How does the indicator work?
First you need to set a time stamp labeled "Start" at the very beginning of the pulse, and the second time stamp labeled "End" must be set at the end of the pulse. Thus, the indicator will calculate the price step according to the formula, which will then be used in calculations for the correct construction of angles.
The very first thing we need to do is to mark the beginning and end of the pulse.
After that, the indicator will calculate the price step using the formula. And if this movement is long, then the corners will be built up. In order for this to happen automatically, it is necessary that the "Start" label be lower than the "End" label. If that's the case, the fan will automatically line up. If the "Start" label is higher than the "End" label, then the fan will automatically be built down.
The "⚙️ Long | Short | Auto" parameter is responsible for ensuring that when building corners, they are always built in the direction you need. The default mode is "Auto", but if you see that the indicator builds levels up, for example, and you need to go down, then you can force it to build levels down using the "Short" parameter, and vice versa.
Sometimes it happens that the price step is too large for the correct construction of our levels, and to adjust the price step according to the Gann rules, there is a setting "Multiplier | Divider price step", which will allow us to reduce or increase the price step by the number of times that the Gann fan rules allow.
But to choose whether you want to decrease the step or increase it, we will need to use the "⚙️ Action" setting. There are two modes: these are "Multiplier" and "Divider" respectively.
On the chart, I marked the intersections of global fans and showed that their intersection points are strong dates for the price, and it receives a reaction at this time.
To sum up, the Gann fan is a very powerful tool, and now that you know how to use it correctly, you can improve your trading. Good luck.
Wedge BreakoutThe Wedge Breakout indicator is designed to identify and signal potential breakouts from a wedge pattern, a common technical analysis formation. A wedge pattern typically forms when the price moves within converging trendlines, indicating a potential upcoming breakout either upwards (bullish) or downwards (bearish).
Identifying Pivot Points:
The indicator first calculates pivot points, which are significant highs and lows that define the wedge's upper and lower boundaries.
Pivot Lows: It identifies the lowest price points over a specified length (input_len), which serves as the lower boundary of the wedge.
Pivot Highs: Similarly, it identifies the highest price points over the same length, forming the upper boundary of the wedge.
Drawing Trendlines:
The pivot points are connected to form dashed trendlines that represent the upper and lower boundaries of the wedge.
The indicator uses the SimpleTrendlines library to manage and draw these trendlines dynamically:
Green Trendline: Indicates an upward slope (bullish).
Red Trendline: Indicates a downward slope (bearish).
Calculating the Breakout Conditions:
A breakout is confirmed when the price action fulfills two conditions:
The candle's high exceeds the upper trendline's highest point.
The candle's low drops below the lower trendline's lowest point.
This condition suggests that the price is squeezing within the wedge pattern and is about to break out.
Determining Breakout Direction:
The direction of the breakout is determined by the candle's closing position relative to its opening:
Bullish Breakout (Upward): When the candle closes above its opening price (close > open) after breaching both trendlines, it suggests a bullish breakout. This condition is marked with a green upward triangle .
Bearish Breakout (Downward): When the candle closes below its opening price (close < open) after breaching both trendlines, it suggests a bearish breakout. This condition is marked with a red downward triangle.
Visual Representation:
Green Triangle Up: Plotted below the bar to indicate a potential bullish breakout.
Red Triangle Down: Plotted above the bar to indicate a potential bearish breakout.
Used library:
www.tradingview.com
FiboTrace.V33FiboTrace.V33 - Advanced Fibonacci Retracement Indicator is a powerful and visually intuitive Fibonacci retracement indicator designed to help traders identify key support and resistance levels across multiple timeframes. Whether you’re a day trader, swing trader, or long-term investor, FiboTrace.V33 provides the essential tools needed to spot potential price reversals and continuations with precision.
Key Features:
• Dynamic Fibonacci Levels: Automatically plots the most relevant Fibonacci retracement levels based on recent swing highs and lows, ensuring you always have the most accurate and up-to-date levels on your chart.
• Gradient Color Zones: Easily distinguish between different Fibonacci levels with visually appealing gradient color fills. These zones help you quickly identify key areas of price interaction, making your analysis more efficient.
• Customizable Levels: Tailor FiboTrace.V33 to your trading style by adjusting the Fibonacci levels and colors to match your preferences. This flexibility allows you to focus on the levels most relevant to your strategy.
• Multi-Timeframe Versatility: Works seamlessly across all timeframes, from 1-minute charts for day traders to weekly and monthly charts for long-term investors. The indicator adapts to your trading horizon, providing reliable signals in any market environment.
• Confluence Alerts: Receive alerts when price enters zones where multiple Fibonacci levels overlap, indicating strong support or resistance. This feature helps you catch high-probability trade setups without constantly monitoring the charts.
How to Use:
• Identify Entry and Exit Points: Use the plotted Fibonacci levels to determine potential entry and exit points. Price retracements to key Fibonacci levels can signal opportunities to enter trades in the direction of the prevailing trend.
• Spot Reversals and Continuations: Watch for price action around the gradient color zones. A bounce off a Fibonacci level may indicate a trend continuation, while a break could signal a potential reversal.
• Combine with Other Indicators: For best results, consider using FiboTrace.V33 in conjunction with other technical indicators, such as moving averages, RSI, or MACD, to confirm signals and enhance your trading strategy.
Timeframe Recommendations:
• Shorter Timeframes (1-minute to 1-hour): Ideal for quick, intraday trades, though signals might be more prone to noise due to rapid market fluctuations.
• Medium Timeframes (4-hour to daily): Perfect for swing trading, offering more reliable Fibonacci levels that capture broader market trends.
• Longer Timeframes (weekly to monthly): Best for long-term investors, where Fibonacci levels act as strong support and resistance based on significant market moves.
• General Tip: Fibonacci retracement levels are more reliable on higher timeframes, but combining them with other indicators like moving averages or RSI can enhance signal accuracy across any timeframe.
Why FiboTrace.V33?
FiboTrace.V33 is more than just a Fibonacci retracement tool—it’s an essential part of any trader’s toolkit. Its intuitive design and advanced features help you stay ahead of the market, making it easier to identify high-probability trading opportunities and manage risk effectively.
[DarkTrader] Pivot Point HeatmapThe indicator calculates pivot points using price data from different timeframes such as 12M, 1M, 1W, 3D, and 1D. For each timeframe, it retrieves the high, low, open, and close prices of the previous bar. The pivot point is calculated as the average of the high, low, and close prices, which provides a central level where market sentiment may shift. This calculation is repeated for each timeframe, ensuring a multi-dimensional view of potential interest zones.
Importance of Pivot Points :
Pivot points are essential tools in technical analysis, providing traders with levels that act as potential support and resistance zones. These zones help identify price levels where reversals or breakouts are more likely to occur.
Visual Representation :
The core feature of this indicator is its ability to visualize pivot points as a heatmap on the chart. Instead of showing just the latest pivot points, it tracks the historical pivot swipe, providing a dynamic view of how price interacts with these key levels. Each pivot point is represented by a line, color-coded based on its position relative to other points, creating a gradient effect that highlights the most critical price areas.
Customization Options :
Traders can customize various aspects of the heatmap to suit their preferences. The indicator offers options to toggle pivot swipe history, enabling traders to either focus on the most recent price interactions or consider how price has behaved over time. The background color and pivot line colors are fully customizable, making it easy to match the heatmap with your chart's theme or emphasize certain price levels.
Detecting Sweeps and Price Interaction :
Another important feature is the detection of price interactions with pivot levels. If the current bar's high and low cross a pivot point, it signals that the pivot level has been "swept" by price action, potentially indicating a change in market sentiment. The indicator either extends the line if the pivot point remains relevant or deletes it if price has broken through. This dynamic adjustment helps traders stay updated on which pivot levels are still valid.
Fractal Levels [BigBeluga]The Fractal Levels - BigBeluga indicator is a specialized tool that detects significant market highs and lows, ranking them by their normalized volume. This indicator is designed to help traders identify crucial price levels that are likely to influence market behavior, enabling better decision-making in trading. By gathering normalized volume around each fractal point, it creates a comprehensive view of the strength and relevance of price reversal points, which can be visualized as numbers or zones on the chart.
🔵KEY FEATURES & USAGE
● High and Low Detection with Volume Ranking:
The indicator detects market highs and lows using a user-defined length setting. For each detected fractal point (high or low), it collects normalized volume from a set number of bars before and after the fractal point (the number is based on the length input). This collection allows the indicator to produce an average of the normalized volume, which is then displayed as a number above or below the corresponding fractal arrows, visually indicating the importance of the high or low.
● Plotting Levels from Fractals:
From these high and low points, the indicator plots key levels. In settings, traders can choose between a wide or tight zone type.
If a price level coincides with multiple pivot points, the indicator highlights this as a significant zone. These zones represent areas where price tends to react, making them critical for identifying potential support and resistance levels.
● Fractal Boxes with Delta Volume Data:
Fractal boxes are shown as gray boxes, representing areas where price pivots occurred, and they also contain delta volume information. Delta volume is calculated by summing the positive and negative volumes within the length range, producing the total delta inside each fractal box. This is particularly useful for analyzing volume shifts around key levels.
● Broken Levels Highlighting:
When a plotted level is broken (price closes above or below it), the level can be removed from the chart automatically. However, in the settings, you can enable a feature to highlight broken levels as gray areas, providing insight into past price behavior. This is helpful for tracking historical support and resistance zones.
> Important note: If no volume data provided indicator wont work
🔵 CUSTOMIZATION
Fractal Length and Filter Settings:
Adjust the Length parameter to control the number of bars used to detect pivot highs and lows. A longer length will result in fewer fractals being identified, focusing on more significant price moves. The Filter option allows you to set a volume threshold, filtering out minor fractals that do not meet the minimum volume requirements.
Levels Detection (Wide or Tight):
Choose between Wide and Tight zones for fractal levels detection. A tight zone focuses on smaller price areas around pivot points, while a wide zone expands the detection range, highlighting larger zones of influence around fractals.
Delta Volume Display for Fractals:
Toggle Delta Volume Fractals to show or hide the delta volume information inside fractal boxes. When enabled, the indicator calculates and displays the total delta volume within the range of bars surrounding each fractal point.
Broken Levels Visibility:
Enable Broken Levels to highlight levels that have been crossed by price. When disabled, broken fractal levels will be removed from the chart after price crosses them.
🔵CONCLUSION
The Fractal Levels indicator provides traders with an advanced way to analyze price highs and lows by combining fractal detection with volume dynamics. By identifying key market levels through normalized volume ranking, delta volume analysis, and level plotting, this tool is invaluable for spotting potential support and resistance zones. Whether you're focusing on short-term trading or longer-term price movements, Fractal Levels offers the precision and flexibility needed to optimize your strategy.
OVN H/L OVN H/L (Overnight High/Low)
Description:
The "OVN H/L" indicator is designed to plot the highest and lowest price levels within a specified time interval on your chart. This tool is especially useful for traders who focus on key support and resistance levels established during specific trading sessions, such as overnight or pre-market hours.
Features:
Custom Time Interval: Input your desired start and end times in HH
format (UTC+0). Handles intervals that span midnight seamlessly. Session Count Control: Choose the number of past sessions to display on the chart. Helps keep your chart organized by limiting the number of lines. Line Extension Options: Option to extend lines indefinitely to the right. If disabled, lines can be set to end or be interrupted upon price crossing. Upper and Lower Line Customization: Color Selection: Customize the color of the upper (high) and lower (low) lines separately. Line Width: Adjust the thickness of the lines from 1 to 5. Line Style: Choose between solid, dashed, or dotted lines for both upper and lower lines. Dynamic Line Management: Automatically updates high and low levels during the specified interval. Draws lines after the interval ends, reflecting the captured high and low. Price Interaction Detection: If line extension is disabled, lines will adjust if the price crosses them, providing visual cues.
Usage:
Overnight Trading: Identify key high and low levels from overnight sessions that may influence the upcoming trading day. Intraday Analysis: Customize the time interval to focus on specific market sessions (e.g., London or New York sessions). Support and Resistance Levels: Use the plotted lines as potential support and resistance zones for trading strategies.
How to Use:
Apply the Indicator: Add the "OVN H/L" indicator to your chart from the TradingView indicator library. Configure Time Settings: In the indicator settings, set the start and end times for the interval you're interested in. Adjust Appearance: Customize the colors, widths, and styles of the upper and lower lines to your preference. Set Session Display: Determine how many previous sessions' lines you wish to display. Line Extension Preference: Decide whether you want the lines to extend indefinitely or to end/interact based on price movement. Analyze Price Action: Use the high and low lines to identify key levels for potential entries, exits, or stop-loss placements.
Notes:
Time Zones: The script uses UTC+0 for time calculations. Ensure you adjust the input times accordingly if your chart is in a different timezone. Compatibility: Best used on intraday timeframes where sessions and intervals are relevant. Limitations: The indicator may not display correctly on historical data beyond the number of sessions specified.
Conclusion:
The "OVN H/L" indicator is a versatile tool that enhances your chart analysis by highlighting significant price levels within custom time intervals. By visualizing these critical zones, traders can make more informed decisions and refine their trading strategies.
Pure Price Action ICT Tools [LuxAlgo]The Pure Price Action ICT Tools indicator is designed for pure price action analysis, automatically identifying real-time market structures, liquidity levels, order & breaker blocks, and liquidity voids.
Its unique feature lies in its exclusive reliance on price patterns, without being constrained by any user-defined inputs, ensuring a robust and objective analysis of market dynamics.
🔶 MARKET STRUCTURES
A Market Structure Shift, also known as a Change of Character (CHoCH), is a pivotal event in price action analysis indicating a potential change in market sentiment or direction. An MSS occurs when the price reverses from an established trend, signaling that the prevailing trend may be losing momentum and a reversal might be underway. This shift is often identified by key technical patterns, such as a higher low in a downtrend or a lower high in an uptrend, which indicate a weakening of the current trend's strength.
A Break of Structure typically indicates the continuation of the current market trend. This event occurs when the price decisively moves beyond a previous swing high or low, confirming the strength of the prevailing trend. In an uptrend, a BOS is marked by the price breaking above a previous high, while in a downtrend, it is identified by the price breaking below a previous low.
While a Market Structure Shift (MSS) can indicate a potential trend reversal and a Break of Structure (BOS) often confirms trend continuation, they do not assure a complete reversal or continuation. MSS and BOS levels can also function as liquidity zones or areas of price consolidation rather than definitively signaling a change in market direction. Traders should approach these signals cautiously and validate them with additional factors before making trading decisions. For further details on other components of the tool, please refer to the following sections.
🔶 ORDER & BREAKER BLOCKS
Order and Breaker Blocks are key concepts in price action analysis that help traders identify significant levels in the market structure.
Order Blocks are specific price zones where significant buying or selling activity has occurred. These zones often represent the actions of large institutional traders or market makers, who execute substantial orders that impact the market.
Breaker Blocks are specific price zones where a strong reversal occurs, causing a break in the prevailing market structure. These blocks indicate areas where the price encountered significant resistance or support, leading to a reversal.
In summary, Order and Breaker Blocks are essential tools in price action analysis, providing insights into significant market levels influenced by institutional trading activities. These blocks help traders make informed decisions about potential support and resistance levels, trend reversals, and breakout confirmations.
🔶 BUYSIDE & SELLSIDE LIQUIDITY
Both buy-side and sell-side liquidity zones are critical for identifying potential turning points in the market. These zones are where significant buying or selling interest is concentrated, influencing future price movements.
In summary, buy-side and sell-side liquidity provide crucial insights into market demand and supply dynamics, helping traders make informed decisions based on the availability of orders at different price levels.
🔶 LIQUIDITY VOIDS
Liquidity voids are gaps or areas on a price chart where there is a lack of trading activity. These voids represent zones with minimal to no buy or sell orders, often resulting in sharp price movements when the market enters these areas.
In summary, liquidity voids are crucial areas on a price chart characterized by a lack of trading activity. These voids can lead to rapid price movements and increased volatility, making them essential considerations for traders in their analysis and decision-making processes.
🔶 SWING POINTS
Reversal price points are commonly referred to as swing points. Traders often analyze historical swing points to discern market trends and pinpoint potential trade entry and exit points.
Do note that in this script these are subject to backpainting, that is they are not located where they are detected.
The detection of swing points and the unique feature of this script rely exclusively on price action, eliminating the need for numerical user-defined settings. The process begins with detecting short-term swing points:
Short-Term Swing High (STH): Identified as a price peak surrounded by lower highs on both sides.
Short-Term Swing Low (STL): Recognized as a price trough surrounded by higher lows on both sides.
Intermediate-term and long-term swing points are detected using the same approach but with a slight modification. Instead of directly analyzing price candles, previously detected short-term swing points are utilized. For intermediate-term swing points, short-term swing points are analyzed, while for long-term swing points, intermediate-term ones are used.
This method ensures a robust and objective analysis of market dynamics, offering traders reliable insights into market structures. Detected swing points serve as the foundation for identifying market structures, buy-side/sell-side liquidity levels, and order and breaker blocks presented with this tool.
In summary, swing points are essential elements in technical analysis, helping traders identify trends, support, and resistance levels, and optimal entry and exit points. Understanding swing points allows traders to make informed decisions based on the natural price movements in the market.
🔶 SETTINGS
🔹 Market Structures
Market Structures: Toggles the visibility of the market structures, both shifts and breaks.
Detection: An option that allows users to detect market structures based on the significance of swing levels, including short-term, intermediate-term, and long-term.
Market Structure Labels: Controls the visibility of labels that highlight the type of market structure.
Line Style: Customizes the style of the lines representing the market structure.
🔹 Order & Breaker Blocks
Order & Breaker Blocks: Toggles the visibility of the order & breaker blocks.
Detection: An option that allows users to detect order & breaker blocks based on the significance of swing levels, including short-term, intermediate-term, and long-term.
Last Bullish Blocks: Number of the most recent bullish order/breaker blocks to display on the chart.
Last Bearish Blocks: Number of the most recent bearish order/breaker blocks to display on the chart.
Use Candle Body: Allows users to use candle bodies as order block areas instead of the full candle range.
🔹 Buyside & Sellside Liquidity
Buyside & Sellside Liquidity: Toggles the visibility of the buyside & sellside liquidity levels.
Detection: An option that allows users to detect buy-side & sell-side liquidity based on the significance of swing levels, including short-term, intermediate-term, and long-term.
Margin: Sets margin/sensitivity for a liquidity level detection.
Visible Levels: Controls the amount of the liquidity levels/zones to be visualized.
🔹 Liquidity Voids
Liquidity Voids: Enable display of both bullish and bearish liquidity voids.
Threshold Multiplier: Defines the multiplier for the threshold, which is hard-coded to the 200-period ATR range.
Mode: Controls the lookback length for detection and visualization. Present considers the last X bars specified in the option, while Historical includes all available data.
Label: Enable display of a label indicating liquidity voids.
🔹 Swing Highs/Lows
Swing Highs/Lows: Toggles the visibility of the swing levels.
Detection: An option that allows users to detect swing levels based on the significance of swing levels, including short-term, intermediate-term, and long-term.
Label Size: Control the size of swing level labels.
🔶 RELATED SCRIPTS
Pure-Price-Action-Structures.
Market-Structures-(Intrabar).
Buyside-Sellside-Liquidity.
Order-Breaker-Blocks.
[DarkTrader] Past & Future LevelThis indicator plots key pivot levels for each trading day, helping you visualize significant price levels and their potential impact on future price action.
Displays five crucial pivot levels for the current day :
High Pivot: The highest price level of the previous day.
Mid Pivot: The midpoint between the previous day's high and low.
Low Pivot: The lowest price level of the previous day.
75% Pivot: A level calculated as 75% of the range between the previous day's high and low.
25% Pivot: A level calculated as 25% of the range between the previous day's high and low.
Customizable Display :
Show Only Last Pivot: Choose whether to display only the most recent pivot levels or all available levels.
Show Price Level: Option to display the exact price value next to each pivot line.
Line Width and Color: Customize the width and color of the pivot lines and labels for better visibility and clarity.
How It Works :
The indicator calculates the daily high and low at the start of each trading day and plots the key pivot levels based on these values. The lines and labels are updated dynamically to reflect the current bar’s position, ensuring accurate and real-time representation of important price levels.
Usage :
Utilize these pivot levels to identify potential support and resistance areas, assess market sentiment, and make informed trading decisions. The levels provide a clear visual reference for possible price action, aiding in the development of effective trading strategies.
PulsarStruct Minor PremiumPulsarStruct Minor Premium
Introduction:
PulsarStruct Minor Premium is a powerful market analysis indicator designed for traders focused on lower timeframes and minor market structures. This tool is specifically built to track micro-structures and identify breakouts of key accumulation and distribution zones, helping traders make quick, informed decisions.
Unlike traditional multi-timeframe (HTF or MTF) indicators, PulsarStruct Minor Premium concentrates on local movements within minor structures, giving you an edge in tracking the immediate dynamics of the market.
This indicator is part of a package that includes Orion, Phoenix, and OptiStruct™ Premium from AlbaTherium, making it an ideal complement to these tools. By combining PulsarStruct Minor Premium with the multi-timeframe insights of these other indicators, you can optimize both local and broader market analysis.
Key Features:
Minor structure analysis: Track small market movements and their impacts on critical zones.
Breakout detection: Identify key breakouts from accumulation and distribution levels to anticipate future market movements.
Optimized entry signals: Focus on micro-breakouts and reversals for precise entry opportunities.
Analysis without volume dependency: The indicator operates based purely on price action, independent of volume.
How It Works:
PulsarStruct Minor Premium detects accumulation and distribution zones within minor market structures. By identifying these critical areas, the indicator pinpoints potential breakout levels, signaling traders when a significant shift in the market structure is occurring.
The tool’s logic is built to focus on micro-breakouts, which are often the first signals of trend continuation or reversal. It uses an algorithm that tracks price action across local structures and generates signals based on price movements relative to these key levels.
Practical Examples:
Accumulation and Distribution within a Range:
Imagine a consolidation period within a minor structure where accumulation takes place around a key support level. PulsarStruct Minor Premium marks this zone of interest. As the price starts to break out from the accumulation zone, the indicator signals a potential long entry in alignment with the trend.
Accumulation example: A 1 minute chart shows accumulation around a minor support level, followed by a bullish breakout. The indicator confirms the breakout, signaling a long entry opportunity.
Distribution example: Similarly, in a bearish market, a distribution phase around a key resistance level is followed by a breakout to the downside, confirming a short entry opportunity.
Example:
Accumulation and Distribution Example
Pro-Trend Entry Setup:
When trading with the trend, PulsarStruct Minor Premium helps identify high-probability entry points by detecting breakouts from accumulation or distribution levels. The indicator aligns these breakouts with the prevailing trend, offering precise entry signals.
Pro-trend Long Entry example: In an uptrend, the price pulls back into an accumulation zone, followed by a breakout above a minor high. The indicator detects the breakout, signaling a long entry aligned with the trend.
Pro-trend Short Entry example: In a downtrend, a small distribution phase forms at resistance, and a breakout below a minor support is detected, offering a short entry in line with the trend.
Example:
Pro-Trend Example
Minor Structure Breakouts:
PulsarStruct Minor Premium detects breakouts of minor structures, allowing traders to enter trades based on local setups. The indicator tracks price movements relative to these critical levels and provides signals for both long and short trades.
Breakout example: A local support level breaks under selling pressure, signaling a bearish reversal. The indicator alerts traders before the broader market reacts.
Example:
Breakout Example
Conclusion:
PulsarStruct Minor Premium is an essential tool for traders who focus on lower timeframes and minor structures. By concentrating on accumulation/distribution phases and key breakout levels, it allows for faster, more precise decision-making. For users of Orion, Phoenix, or OptiStruct™ Premium , this indicator provides a perfect complement, adding a layer of structured analysis that integrates seamlessly with multi-timeframe strategies.
Whether you’re looking for rapid entries or confirmations in micro-breakouts, PulsarStruct Minor Premium will help you stay in sync with market movements. Take advantage of this innovative tool and optimize your trading performance.
First 5-Minute ORB Levels with Hour Offset### Indicator Overview: First 5-Minute ORB Levels with Hour Offset
This indicator is designed for traders who want to track the high and low of the first 5-minute candle of a trading session, specifically starting at 9:30 am EST (New York time) by default. The lines representing these levels, known as the "Opening Range Breakout" (ORB) levels, are extended across the trading session until the market close at 4:00 pm EST. The indicator provides the following features:
1. **Real-Time Updates**:
- As the first 5-minute candle of the session forms (from 9:30 am to 9:35 am EST), the indicator dynamically updates the high and low lines.
- After the candle completes, the lines are locked in place and extend horizontally across the chart until market close.
2. **Customizable Hour Offset**:
- Users can adjust the start time of the session by specifying an hour offset. This feature is particularly useful for traders operating in different time zones or those who want to analyze custom session times.
- For example, if you trade in a time zone where the session starts at 8:30 am local time instead of 9:30 am EST, you can set the hour offset to `-1` to adjust the start time accordingly.
3. **Visual Labels**:
- The indicator places labels at the end of the lines, clearly marking the "5m ORB High" and "5m ORB Low" levels. These labels are updated in real-time as the first 5-minute candle forms and are fixed in place once the candle closes.
### How to Adjust the Settings:
1. **Hour Offset**:
- **Description**: The hour offset allows you to shift the start time of the session. The default start time is 9:30 am EST, but you can change this using the hour offset.
- **How to Adjust**:
- Open the indicator settings.
- Locate the "Hour Offset" field.
- Enter a positive or negative integer value to shift the session start time.
- **Example**:
- `0` (default): Start at 9:30 am EST.
- `-1`: Start at 8:30 am EST.
- `+1`: Start at 10:30 am EST.
- The indicator will then track the first 5-minute candle starting at the adjusted time and plot the high and low accordingly.
2. **Line and Label Appearance**:
- The lines representing the ORB levels are green by default, and the labels are also green with white text for clear visibility on the chart. The labels are positioned to the right of the lines to avoid cluttering the chart.
### Use Cases:
- **Opening Range Breakout Strategy**: Traders often use the ORB strategy to identify potential breakout points during the trading day. By marking the high and low of the first 5-minute candle, this indicator helps traders quickly identify key levels where price might break out or reverse.
- **Custom Session Analysis**: If you trade in a different time zone or need to analyze a different session (e.g., pre-market or after-hours), the hour offset feature allows you to adapt the indicator to your needs.
This indicator is particularly valuable for intraday traders who rely on the initial volatility of the trading session to make informed decisions.
[DarkTrader] Harmonic SNRThe Harmonic SNR indicator identifies key price levels (pivots) based on harmonic swings and highlights these levels as potential support and resistance zones. It works by analyzing price swings on two different timeframes simultaneously and compares the resulting pivot points to find matching levels between the timeframes.
Once the matching levels are identified, the script filters out the ones that are too close to each other based on a user-defined minimum distance. This helps in displaying only the most relevant levels on the chart. The valid levels are then sorted and plotted as lines on the chart to provide visual reference points for potential support and resistance areas. These harmonic levels can help traders identify key price zones where the market may react or reverse.
The difference between Harmonic SNR algorithm and traditional Classic Support and Resistance (SNR) lies in the methodology of identifying key price levels, the comparison of timeframes, and the way the levels are filtered and plotted.
1. Method of Calculation
Classic SNR :
Support and resistance levels are often identified based on historical price highs and lows, psychological round numbers, or areas where price has reversed multiple times in the past.
This approach is more static and often relies on manual identification or simple horizontal lines that mark historical levels.
Harmonic SNR :
This indicator uses pivot highs and lows from harmonic swings based on a defined swing period. It calculates swing points programmatically (using pivot calculations) and identifies key price levels algorithmically.
It compares pivot points across two different timeframes (intraday and a higher timeframe) to filter out important price levels, providing a more dynamic and multi-timeframe perspective.
2. Multi-Timeframe Comparison
Classic SNR :
Classic SNR typically focuses on one timeframe and doesn’t involve comparing key levels across different timeframes.
It marks levels purely based on historical price behavior within the single timeframe of analysis.
Harmonic SNR :
This algorithm compares price swings from two different timeframes (e.g., intraday and daily or higher timeframes). Only levels that appear in both timeframes are considered valid.
This makes the harmonic SNR more selective, filtering out weaker levels and highlighting only those that are significant on both timeframes.
3. Dynamic Filtering and Distance Control
Classic SNR :
Traditional SNR does not typically involve filtering based on the distance between levels. It can plot multiple levels even if they are very close to each other, which can clutter the chart.
Harmonic SNR :
This script introduces a filtering mechanism based on a user-defined minimum distance between two levels. If two levels are too close to each other (within a specified threshold), one is excluded to avoid redundancy.
This distance control adds an additional layer of precision to your SNR levels, making them more reliable by avoiding over-clustered levels.
Indicator In Use :
By using harmonic swing points, this indicator indirectly reflects harmonic price movement, which is rooted in the natural oscillation of the market. This gives your SNR levels a dynamic, harmonic-based foundation.
Deep Crab Harmonic Pattern [TradingFinder] Reversal Zones🔵 Introduction
The Deep Crab pattern is a 5-point extension harmonic structure (X-A-B-C-D) used in technical analysis to identify potential reversal points in financial markets. Like the original Crab pattern, it heavily relies on a 1.618 XA projection to form the Potential Reversal Zone (PRZ).
However, the key difference lies in the B point, which must be an 0.886 retracement of the XA leg. The D point in this pattern typically extends beyond the X point, signaling a strong potential reversal in price movement.
Bullish Deep Crab :
The Bullish Deep Crab is a pattern used in technical analysis to spot potential trend reversals. It signals a shift from a downtrend to an uptrend. Traders enter a buy position at the D point and set a stop-loss below point X, anticipating a price increase.
Bearish Deep Crab :
The Bearish Deep Crab is a reversal pattern that indicates the potential end of an uptrend. Traders enter a sell position at point D and set a stop-loss above point X, expecting the price to fall afterward.
🟣 Crab Vs Deep Crab
The Crab and Deep Crab patterns are both used to identify reversal points in technical analysis, but they differ in terms of correction depth :
Crab : The B point retraces between 38.2% to 61.8% of the XA leg, and point D extends beyond X, indicating a price reversal after a smaller correction.
Deep Crab : The B point retraces more deeply, around 88.6% of the XA leg, and point D has a stronger extension, signaling a reversal after a deeper correction.
The Deep Crab is more suited for identifying stronger price movements.
🔵 How to Use
To effectively use the Deep Crab pattern, it’s essential to correctly identify its five key points (X, A, B, C, and D) based on Fibonacci retracements and extensions. Traders look for a deep retracement at point B, followed by an extended move to point D, which typically signals a strong price reversal.
Once these points are established, traders can strategically enter positions at point D with appropriate stop-loss and take-profit levels, capitalizing on the anticipated market reversal. Proper use of Fibonacci tools is crucial for accurate pattern identification.
🟣 Bullish Deep Crab
To use the Bullish Deep Crab pattern, a trader identifies point D as the key price reversal point in a downtrend. Using Fibonacci tools, points X, A, B, and C are identified, with point B showing an 88.6% retracement of XA, and CD extending 1.618% of XA.
The trader enters a buy position at point D and sets a stop-loss below X, expecting a reversal from a downtrend to an uptrend.
🟣 Bearish Deep Crab
In the Bearish Deep Crab pattern, point D acts as the reversal point in an uptrend. After identifying points X, A, B, and C, D extends 1.618% of XA. Point B retraces 88.6% of XA. Traders enter a sell position at point D and place a stop-loss above X, anticipating a drop in price.
🔵 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 Deep Crab pattern is a valuable reversal tool in technical analysis, known for its deep retracement and extended price movements.
Unlike other harmonic patterns, it emphasizes identifying critical points where price action is likely to reverse sharply. This pattern works well in both bullish and bearish market scenarios, offering clear signals for entry and exit points.
However, successful application requires a deep understanding of market behavior and precise use of technical tools like Fibonacci retracement. Overall, mastering this pattern can enhance trading strategies and risk management.
[DarkTrader] Swing OrderflowSwing Orderflow is a indicator that helps traders detect key swing highs and lows in price action. It is designed to enhance your charting experience by highlighting important support and resistance levels while providing clear visual cues on market structure changes. By tracking swing pivots and price trends, this indicator enables traders to make more informed decisions regarding potential entry and exit points in the market.
This indicator is inspired by @Fractalyst Indicator :
The core functionality of the script revolves around detecting swing highs and lows based on a customizable swing period. It identifies these pivots by comparing price movements over a specific time window, marking the points where price either peaks or bottoms out. Swing highs are plotted as resistance levels when the price breaks above a certain threshold, while swing lows are plotted as support levels when price breaks below it. These key points are represented with dotted lines and labels on the chart for easy reference.
Indicator In Use :
Swing High Calculation
A swing high occurs when the high of a specific bar (or candle) is greater than the highs of the surrounding bars within a defined range (called the swing period).
Function used to find the highest price within a specified range : ta.highest(period)
If the current price is greater than the highest price of this period, it's marked as a potential swing high.
A swing high generally represents a resistance level, where the price has reached a peak before declining.
Swing Low Calculation
A swing low occurs when the low of a specific bar is lower than the lows of the surrounding bars within the swing period.
Function used to find the lowest price within a specified range : ta.lowest(period)
If the current price is lower than this lowest price, it's identified as a swing low.
Swing lows represent support levels, where the price reaches a bottom before bouncing back.
These points are plotted on the chart, and the script also tracks whether price breaks above the swing high or below the swing low to determine trends or possible reversals.
BSL (Buy Side Liquidity)
BSL represents the Buy Side Liquidity, where traders are expected to have their buy orders (usually stop-loss orders for short positions).
When the price reaches a swing high, traders who are short may have stop orders placed above this level. Once these levels are breached, the script identifies this as a liquidity area where stop orders get triggered, causing potential upward price movement.
The script marks the swing high with a "BSL" label and line to indicate this key resistance and liquidity zone.
SSL (Sell Side Liquidity)
SSL refers to the Sell Side Liquidity, where traders place sell orders (usually stop-loss orders for long positions).
Swing lows are important levels where traders holding long positions place their stop orders. When the price drops below a swing low, it triggers these sell orders, causing potential downward price movement.
The script marks the swing low with an "SSL" label and line, signaling this key support and liquidity zone.
In essence, BSL and SSL represent areas where liquidity is pooled, making them critical points in price action. These liquidity areas, when breached, often lead to aggressive price moves, allowing traders to anticipate trends.
[DarkTrader] Strong High LowThe Strong High Low indicator calculates strong high and low pivots based on price action and the Average True Range (ATR). The calculation for both the high and low pivots involves analyzing recent candle behavior to identify significant levels where price reversal is likely. Specifically, it looks for consecutive bearish or bullish candles to determine whether a strong high or low has been established.
Indicator In Use :
For strong highs, the indicator checks if three consecutive candles are bearish, meaning their closing price is lower than their opening price. It further examines prior candles to confirm that they followed a specific pattern where a reversal could occur. If one of these earlier candles closed higher than it opened, the indicator assumes that this was a strong high, and it records either the high of the second or third candle from the pattern, depending on their relationship to each other.
Similarly, for strong lows, the indicator searches for three consecutive bullish candles where the close is higher than the open. The algorithm then reviews prior candles in the sequence to ensure that the market condition supports a potential low pivot. If an earlier candle closes lower than it opens, it marks this as a strong low. The final low point for the pivot is chosen based on a comparison between the second and third candles of the pattern.
Once the high and low pivots are determined, the indicator adjusts these levels using the ATR value. The ATR is added to the strong high pivot and subtracted from the strong low pivot to create slightly modified levels. This helps accommodate market volatility by widening the range of the high and low pivots, making the levels more reliable in reflecting potential reversal zones.
Finally, the strong high and low pivot lines are drawn on the chart, extending both to the left and right of the current price, based on the user-defined offset values. These lines give a visual cue of where key resistance and support levels exist, with labels marking the exact pivot values for easy reference.
TradeCreator Pro - Moving Averages, RSI, Volume, Trends, Levels█ Overview
TradeCreator Pro is designed to help you build successful trades by streamlining the processes of trade planning, evaluation, and execution. With a focus on data accuracy, speed, precision, and ease of use, this all-in-one tool assists in identifying optimal entry and exit points, calculating risk/reward ratios, and executing trades efficiently. Whether you’re a beginner or an experienced trader, TradeCreator Pro empowers you to make informed, data-driven decisions with real-time signals and fully customizable settings.
█ Key Benefits & Use Cases
TradeCreator Pro is designed to help you effortlessly discover profitable trades by evaluating and testing multiple setups across different assets and timeframes. Key use cases include:
Quick Strategy Testing: Rapidly test multiple setups and strategies, gaining immediate insights into their potential outcomes.
Risk/Reward Evaluation: Quickly identify which trade ideas are worth pursuing based on their profitability and associated risk.
Multi-Timeframe Testing: Seamlessly test the same trading setup across various timeframes and tickers.
Backtesting: Analyze the historical performance of specific setups to gauge their effectiveness.
Key Level Identification: Instantly spot critical support and resistance levels, improving your decision-making process.
Custom Alerts: Set personalized notifications for key levels, ensuring timely action on potential trade opportunities.
█ Core Features
Dashboard: A real-time view of critical metrics such as trend strength, support/resistance levels, volume profiles, RSI divergence, and trade scoring. Designed to provide a comprehensive snapshot of your trading environment and potential trading outcome.
Trend Analysis: Detect prevailing trends by analyzing multiple moving averages, support/resistance zones, volume profile and linear regressions for RSI and closing prices.
Support & Resistance Identification: Automatically identify support and resistance levels.
Volume Profile: Visualize volume profile and its point of control across support/resistance ranges, helping you spot key consolidation areas.
RSI & Price Divergence Detection: Identify potential divergences between RSI and price through linear regressions, providing valuable trade signals.
Risk Management Tools: Set equity loss levels based on specified leverage, allowing you to manage risk effectively for both long and short trades.
Entry & Exit Recommendations: Identify multiple options for optimal entry and exit levels based on current market conditions.
Trade Scoring: Score each trade setup on a 0-100 scale, factoring in potential ROI, ROE, P&L, and Risk-Reward Ratios to ensure high-quality trade execution.
Dynamic Execution & Monitoring: Benefit from multi-stage exit strategies, dynamic trailing stop losses, and the ability to backtest setups with historical data.
Alerts & Automation: Customize alerts for key market movements and opt for manual or automated trading through TradingView’s supported partners.
█ How to Use
Installation: Add TradeCreator Pro to your TradingView chart.
Trend Adjustment: The system automatically detects the current market trend, but you can fine-tune all trend detection parameters as needed.
Trading Parameter Configuration: Customize entry, exit, profitability, and risk-reward settings to match your trading style.
Entry and Exit Level Refinement: Use the automated suggestions, or choose from conceptual or arbitrary levels for greater control.
Stop Loss and Profit Target Fine-Tuning: Apply the system’s recommendations or adjust them by selecting from multiple available options.
Backtest Setup: Run the backtester to analyze past performance and assess how the strategy would have performed historically.
Set Alerts: Stay informed by setting alerts to notify you when a trade setup is triggered.
█ Notes
The first time you apply the indicator to a chart, it may take a few moments to compile. If it takes too long, switch timeframes temporarily to restart the process.
█ Risk Disclaimer
Trading in financial markets involves significant risk and is not suitable for all investors. The use of TradeCreator Pro, as well as any other tools provided by AlgoTrader Pro, is purely for informational and educational purposes. These tools are not intended to provide financial advice, and past performance is not indicative of future results. It is essential to do your own research, practice proper risk management, and consult with a licensed financial advisor before making any trading decisions. AlgoTrader Pro is not responsible for any financial losses you may incur through the use of these tools.