ZenAlgo - LevelsThis script combines multiple anchored Volume-Weighted Average Price (VWAP) calculations into a single tool, providing a continuous record of past VWAP levels and highlighting when price has tested them. Typically, VWAP indicators show only the current VWAP for a single anchor period, requiring you to either keep re-anchoring manually or juggle multiple instances of different VWAP tools for each timeframe. By contrast, this script automatically tracks both the ongoing VWAP and previously completed VWAP values, along with real-time detection of “tests” (when price crosses a particular VWAP level). It’s especially valuable for traders who want to see how price has interacted with VWAP over several sessions, weeks, or months—without switching between separate indicators or manually setting anchors.
Below is a comprehensive explanation of each component, why multiple VWAP lines working together can be more informative than a single line, and how to adjust the script for various markets and trading styles:
Primary VWAP vs. Historical VWAP Lines - Standard VWAP indicators typically focus on the current line only. This script also calculates a primary VWAP, but it “locks in” each completed VWAP value when a new time anchor is detected (e.g., new weekly bar, new monthly bar, new session). As a result, you retain an ongoing history of VWAP lines for every completed anchored period. This is more powerful than manually setting up multiple VWAP tools—one for each desired timeframe—because everything is handled in a single script. You avoid chart clutter and the risk of forgetting to reset your manual VWAP at the correct bar.
Why Combine Multiple Anchored VWAP Lines in One Script? - Viewing several anchored VWAP lines together offers synergy . You see not only the current VWAP but also previous ones from different sessions or months, all within the same chart pane. This synergy becomes apparent if multiple historical VWAP lines cluster near the same price level, indicating a potentially significant zone of volume-based support or resistance. Handling this manually would involve repeatedly setting separate VWAP indicators, each reset at specific points, which is time-consuming and prone to error. In this script, the process is automated: as soon as the anchor changes, a completed VWAP line is stored so you can observe how price eventually reacts to it, repeatedly or not at all.
Automated “Test” Detection - Once a historical VWAP line is set, the script tracks when price crosses it in subsequent bars. If the high and low of a bar span that line, the script marks it in red (both the line and its label). It also keeps a counter of how many times each line has been tested. This method goes beyond a simple visual approach by quantifying the retests. Because all these lines are created and managed in one place, you don’t have to manually label the lines or check them one by one.
Advantages Over Manually Setting Multiple VWAPs
You save screen space: Instead of layering several VWAP indicators, each with unique settings, this single script plots them all on one overlay.
Automation: When a new anchor period begins, the script “closes out” the old VWAP and starts a new one. You never need to remember to reset it manually.
Retest Visualization: The script not only draws each line but also changes color and updates the label automatically if a line gets tested. Doing this by hand would be labor-intensive.
Unified Parameters: All settings (e.g., array size, max distance, test count limit) apply uniformly. You can manage them from one place, instead of configuring multiple separate tools.
Extended Insight with Multiple VWAP Lines
Since VWAP reflects the volume-weighted average price for each chosen period, historical lines can show zones where the market had a fair-value consensus in previous intervals. When the script preserves these lines, you see potential support/resistance areas more distinctly. If, for instance, price continually pivots around an old VWAP line, that may reveal a strong volume-based level. With several older VWAP lines on the chart, you gain an immediate sense of where these volume-derived averages have appeared and how price reacted over time. This wider perspective often proves more revealing than a single “current” VWAP line that does not reflect previous anchor sessions.
Handling of Illiquid Markets and Volume Limitations
VWAP is inherently tied to volume data, so its reliability decreases if volume reporting is missing or if the asset trades with very low liquidity. In such cases, a single large trade might momentarily skew the VWAP, resulting in “false” test signals when the high/low range intersects an abnormal price swing. If you suspect the data is incomplete or the market is unusually thin, it’s wise to confirm the validity of these VWAP lines before using them for any decision-making. Additionally, unusual market conditions—like after-hours trading or sudden high-volatility events—may cause VWAP to shift quickly, setting up multiple lines in a short time.
Key User-Configurable Settings
Hide VWAP on Day timeframe and above : Lets you disable the primary VWAP plot on daily or higher timeframes for a cleaner view.
Anchor Period : Select from Session, Week, Month, Quarter, Year, Decade or Century. Controls how frequently the script resets and preserves the VWAP line.
Offset : Moves the current VWAP line by a specified number of bars if you need a shifted perspective.
Max Array Size : Caps how many past VWAP lines the script will remember. Prevents clutter if you’re charting very long histories.
Max Distance : Defines how far back (in bar index units) a line is kept. If a line’s start bar is older than this threshold, it’s removed, keeping the chart uncluttered.
Max Red Labels : Limits the number of tested (red) VWAP lines that appear. If price tests a large number of old lines, only the newest red labels remain once you hit the set limit.
Workflow Overview
As soon as a new anchor period begins (e.g., a new weekly candle if “Week” is chosen), the script ends the current VWAP and stores that final value in its internal arrays.
It creates a dotted line and label representing the completed VWAP, and keeps track of whether it has been tested or not.
Subsequent bars may then cross that line. If a bar’s high/low includes the line’s value, it’s flagged as tested, labeled red, and a test counter increases.
As new anchored periods come, old lines remain visible—unless they fall outside your maxDistance or you exceed the maximum stored line count.
Real-World Benefits
Combining multiple VWAP lines—ranging, for example, from session-based lines for intraday perspectives to monthly or quarterly lines for broader context—provides a layered view of the volume-based fair price. This can help you quickly spot zones where price repeatedly intersects old VWAPs, potentially highlighting where bulls or bears took action historically. Because this script automates the management of all these lines and flags their retests, it removes a great deal of repetitive manual work that would typically accompany multiple, separate VWAP indicators set to different anchors.
Limitations & Practical Use
As with any volume-related tool, the script depends on reliable volume data. Assets trading on smaller venues or during illiquid periods may produce spurious signals. The script does not signal buy or sell decisions; rather, it helps visually map out where volume-weighted averages from previous periods might still be relevant to market behavior. Always combine the insight from these historical VWAP lines with your existing analytical approach or other technical and fundamental tools you use.
Conclusion
This script unifies past and present VWAP lines into one overlay, automatically detecting new anchor resets, storing the final VWAP values, and indicating whenever old lines are retested by price. It offers synergy through the simultaneous display of multiple historical VWAP lines, making it quicker and easier to detect potential support/resistance zones and better reflect changing market volumes over time. You no longer need to manually create, configure, or reset multiple VWAP indicators. Instead, the script handles all aspects of line creation, retest detection, and clutter management, giving you a robust framework to observe how historical VWAP data aligns with current price action.
By understanding the significance of multiple anchored VWAP lines, you can assess market structure from multiple angles in a single view. As always, ensure you confirm the reliability of the volume data for your particular asset and use these lines in conjunction with other analyses to form a well-rounded perspective on current market behavior.
Cerca negli script per "weekly"
Fixed Date VWAP [victhoreb]**Fixed Date VWAP**
Fixed Date VWAP is a custom TradingView indicator that provides a versatile method for calculating the Volume Weighted Average Price (VWAP) by anchoring the calculation either to a specific fixed date or to a defined period (such as daily, weekly, or monthly). This dual approach allows traders to customize the VWAP based on their preferred time frame, making it ideal for both short-term and long-term analysis.
**Key Features:**
- **Dual Anchoring Options:**
- *Fixed Date:* Begin the VWAP calculation from a user-defined date. The fixed date can be easily selected either by dragging the vertical date bar directly on the chart or through the settings panel.
- *Period:* Reset the calculation at the start of each chosen time frame (e.g., daily, weekly, monthly, etc.).
- **Customizable Deviation Bands:**
Up to three sets of deviation bands are plotted around the VWAP. Each band uses user-defined multipliers to determine its distance from the VWAP, helping to identify potential support, resistance, and volatility areas.
- **Visual Customization:**
Users can adjust the visibility of each band, choose their preferred colors, and enable a fill between the bands for enhanced chart readability.
- **Flexible Anchoring Utility:**
One of the major benefits of Fixed Date VWAP is its ability to adapt the anchor point to significant chart events, such as pivot points, enhancing the relevance of the VWAP in technical analysis.
Whether you're analyzing intraday movements or broader market trends, Fixed Date VWAP offers a dynamic and flexible perspective on price action, supporting more informed and strategic trading decisions.
TAKA (Timeframe Adjustment Kasane Ashi)TAKA (Timeframe Adjustment Kasane Ashi)
概要 | Overview
**TAKA (Timeframe Adjustment Kasane Ashi)**インジケーターは、「HTF Candles」スクリプト(「informanerd」作)と、TradingViewのビルトインスクリプト「Multi-Time Period Charts」に触発されて作られました。このスクリプトは、ユーザーが高時間足のローソク足を現在のチャートにオーバーレイ表示できる高度にカスタマイズ可能なインターフェースを提供します。時間足、ローソク足タイプ、そしてボディ、ボーダー、ウィックのスタイリングオプションを簡単に調整できます。
The TAKA (Timeframe Adjustment Kasane Ashi) indicator was inspired by the "HTF Candles" script (created by "informanerd") and TradingView's built-in script "Multi-Time Period Charts." This script provides a highly customizable interface that allows users to overlay higher timeframe candlesticks onto the current chart. You can easily adjust the timeframe, candle type, and styling options for the body, borders, and wicks.
TAKAを使用することで、複数の時間足を通じて市場の大きなトレンドを把握でき、短期的な取引でも長期的な視点を得ることができます。短期トレーダーから長期投資家まで、異なる時間軸での価格動向を視覚的に確認することが可能になります。
By using TAKA, you can understand the larger trends of the market through multiple timeframes and gain a longer-term perspective even in short-term trading. It allows traders and investors of all types to visually confirm price movements across different timeframes.
主な特徴 | Main Features
高時間足(HTF)のローソク足表示 | Higher Timeframe (HTF) Candlestick Display
ユーザーが指定した高時間足(例:日足、週足、月足など)のローソク足を現在のチャートにオーバーレイ表示できます。この機能により、トレーダーは異なる時間軸のチャート上で高時間足のローソク足を視覚的に確認し、市場の大きな動きを把握できます。
Users can overlay higher timeframe candlesticks (e.g., daily, weekly, monthly) onto the current chart. This feature allows traders to visually confirm higher timeframe candlesticks on charts with different timeframes, helping them identify larger market movements.
例: もし15分足のチャートを使用している場合でも、日足のローソク足をオーバーレイ表示し、広い視点で市場動向を分析できます。
Example: Even when using a 15-minute chart, you can overlay daily candlesticks to analyze the market from a broader perspective.
カスタマイズ可能なローソク足タイプ | Customizable Candle Types
Candles(通常のローソク足)、Heikin Ashi(平滑化されたローソク足)、Bars(バー)の3つのローソク足タイプから選択できます。Heikin Ashiは、価格のノイズを減らし、トレンドを視覚的に把握しやすくするため、トレンドを平滑化します。
You can choose from three candlestick types: Candles (regular candlesticks), Heikin Ashi (smoothed candlesticks), and Bars. Heikin Ashi helps smooth out trends and reduces price noise, making it easier to visually interpret market trends.
例: Heikin Ashiローソク足を使用すると、上昇トレンドや下降トレンドがより明確に視覚化されます。
Example: Using Heikin Ashi candlesticks makes it easier to visualize uptrends and downtrends.
ローソク足の色やスタイルのカスタマイズ | Customizable Candle Colors and Styles
ローソク足のボディ(本体)、ボーダー、ウィック(髭)の色を、上昇時と下降時で個別に設定できます。また、ローソク足の幅やスタイル(ソリッド、ドット、破線)も自由に調整可能です。
The body, border, and wick colors of the candlesticks can be customized separately for rising and falling candles. You can also adjust the width and style of the candlesticks (solid, dotted, dashed).
例: 上昇したローソク足を緑、下降したローソク足を赤に設定することで、視覚的に強調できます。
Example: Setting rising candles to green and falling candles to red visually emphasizes the trend.
時間残り表示 | Time Remaining Display
ローソク足の閉じるまでの残り時間を表示するオプションがあります。これにより、次のローソク足が完成するまでの時間を確認し、取引のタイミングを計りやすくなります。
There is an option to display the remaining time until the candlestick closes. This helps traders to track the time until the next candle forms and plan their trading decisions accordingly.
例: 5分足のチャートで、現在の5分足ローソク足が閉じるまでの残り時間を表示し、次のローソク足の形成を意識した取引が可能になります。
Example: On a 5-minute chart, displaying the remaining time for the current candle helps traders plan for the next candlestick.
新しく追加された特徴・機能(TAKA (Timeframe Adjustment Kasane Ashi) v2.0.1以降)| New Features in TAKA (Timeframe Adjustment Kasane Ashi) v2.0.1 and Later
時間足別の移動平均(MA)設定 | Timeframe-specific Moving Average (MA) Settings
ユーザーは、異なる時間足ごとに移動平均(MA)を設定できるようになりました。これにより、1時間足の移動平均、4時間足の移動平均、日足の移動平均など、各時間軸でのトレンドを視覚的に分析できます。
Users can now set moving averages (MA) for different timeframes. This allows you to analyze trends on different timeframes, such as the 1-hour MA, 4-hour MA, and daily MA.
例: 15分足の移動平均を使用して短期的なトレンドを確認し、日足の移動平均を使用して市場全体のトレンドを把握することができます。
Example: Use the 15-minute MA to confirm short-term trends, and the daily MA to understand the overall market trend.
移動平均にタイムフレーム別設定オプション | Timeframe-Specific MA Settings
MA1、MA2、MA3に異なるタイムフレームを設定でき、複数の時間軸での市場の動きを同時に確認できます。
You can set different timeframes for MA1, MA2, and MA3, allowing you to check market movements across multiple timeframes simultaneously.
例: MA1を15分足、MA2を1時間足、MA3を日足に設定して、各時間軸のトレンドを比較できます。
Example: Set MA1 to 15 minutes, MA2 to 1 hour, and MA3 to daily, and compare trends across each timeframe.
時間足別のカスタムタイムフレーム設定 | Custom Timeframe Settings for Each Timeframe
時間足別にカスタマイズできるタイムフレーム設定が追加されました。これにより、例えば5分足、15分足、1時間足、日足、週足など、異なる時間足ごとに適切な高時間足(HTF)の設定を行うことができます。
A new feature allows you to customize the timeframe settings for each timeframe, such as 5 minutes, 15 minutes, 1 hour, daily, and weekly, to use the appropriate higher timeframes (HTF) for each.
例: 1時間足のチャートで4時間足の高時間足を選択し、15分足のチャートで日足の高時間足を選択することができます。
Example: Choose the 4-hour HTF for the 1-hour chart, and the daily HTF for the 15-minute chart.
使用方法 | How to Use
TAKAインジケーターは、任意のチャートに任意の時間足で適用できます。ただし、1分未満の非常に低い時間足では、バー間にギャップが発生する場合があり、ローソク足が正しく描画されないことがあります。
The TAKA indicator can be applied to any chart at any time frame. However, very low timeframes (less than 1 minute) may show gaps between bars and the candlesticks may not render correctly.
「Same as chart」オプションを「Resolution」フィールドで選択すると、インジケーターはローソク足を描画するために適切な高時間足解像度を自動的に選択します。
When the "Same as chart" option is selected in the "Resolution" field, the indicator will automatically select the appropriate higher timeframe resolution for drawing the candlesticks.
リリースノート | Release Notes
TAKA (Timeframe Adjustment Kasane Ashi) v2.0.1以降 | v2.0.1 and Later
新機能と修正 | New Features and Fixes:
時間足別の移動平均(MA)設定 | Timeframe-specific Moving Average (MA) Settings.
高時間足ローソク足のカスタムタイムフレームオプション | Custom Timeframe Options for HTF Candlesticks.
各時間足に対する時間足カスタマイズ設定の追加 | Added Custom Timeframe Settings for Each Timeframe.
TAKAインジケーターで、強力で柔軟な市場分析をお楽しみください!
Enjoy powerful and flexible market analysis with the TAKA indicator!
VWAP [cryptalent]VWAP Indicator with Adjustable Source
Overview
This TradingView indicator calculates Daily, Weekly, and Monthly VWAP (Volume Weighted Average Price) with the flexibility to select different price sources (Open, High, Low, Close, HLC3, etc.). It also displays previous period VWAP levels, helping traders analyze past liquidity zones.
Key Features:
✅ Adjustable Source – Users can choose the price used for VWAP calculations (e.g., Close, High, Low, Open).
✅ Multi-Timeframe VWAP – Tracks Daily, Weekly, and Monthly VWAP to provide a broader market view.
✅ Historical VWAP Levels – Displays previous VWAP values for comparison and reference.
✅ Step Line Style – Ensures clear distinction between different periods and prevents overlapping.
✅ Visible in the Price Scale – The latest and historical VWAP values are displayed in the right-hand price scale for easy reference.
Customization:
You can easily modify the input settings to match your trading style.
Adjust the VWAP source price to test different perspectives (e.g., Open vs. High vs. Close).
Dynamic Pivot PointsDynamic Pivot Point Indicator
The Dynamic Pivot Point is an indicator used on the TradingView platform that dynamically calculates pivot points and displays them on the chart. This indicator provides automatically adjustable support and resistance levels for different timeframes. By visualizing dynamic levels that match current market conditions, traders can plan their strategies more effectively.
Features
Adapts to Timeframes
The indicator automatically selects the appropriate pivot calculation method based on the user's current timeframe. For example:
For short timeframes such as 1, 3, or 5 minutes, it uses daily (1D) data.
For medium timeframes like 15, 30, or 60 minutes, it uses weekly (1W) data.
For longer timeframes such as 120, 180, or 240 minutes, it uses monthly (1M) data.
For very long timeframes like 360, 480 minutes, daily (D), or weekly (1W), it uses 12-month (12M) data.
Dynamic Pivot Levels
The indicator automatically calculates pivot levels based on the specified high and low values.
Flexible Line Style Options
Users can choose different line styles (Dashed, Dotted, Solid) to improve visual clarity on the chart.
Clean and Clear Visualization
The indicator automatically removes previous lines and displays the latest levels clearly on the chart, preventing clutter and allowing traders to focus more efficiently.
How It Works
Identifying High and Low Levels
The indicator retrieves previous and current high and low levels based on the selected timeframe.
New high and low levels are updated by comparing them with previous levels.
Calculating Pivot Levels
Pivot points are calculated using Fibonacci ratios between high and low levels.
These levels represent dynamic support and resistance zones.
Drawing Lines
The calculated levels are displayed as lines on the chart, each represented with different colors and styles.
Use Cases
Support and Resistance Levels
The indicator dynamically calculates and displays support and resistance levels, serving as reference points for buy and sell decisions.
Trend Analysis
Fibonacci levels help identify trend strength and potential reversal points.
Risk Management
Pivot points assist in setting stop-loss and take-profit levels.
Multi-Timeframe Analysis
Since the indicator adapts to different timeframes, it can be used for both short-term and long-term analysis.
Advantages
✅ Automatic Calculation: No manual calculations are required, as it updates dynamically.
✅ Flexible Timeframe Support: Adapts to different timeframes.
✅ Visual Clarity: Line styles and colors make it easy to distinguish levels on the chart.
✅ Fibonacci Integration: Adds depth to technical analysis.
Conclusion
The Dynamic Pivot Point indicator is a useful tool for both beginners and experienced traders. By dynamically calculating pivot points and Fibonacci levels, it simplifies market analysis and aids in strategy development. With its flexible structure and clear visualization, it can be effectively used across all timeframes.
6 dakika önce
Sürüm Notları
This indicator is written for Support Resistance Traders
Window Seasonality IndicatorThis is a time window seasonal returns indicator. That is, it will provide the mean returns for a given time window based on a given number of lookbacks set by the user. The script finds matching time windows, e.g., 1st week of March going back 5 years or 9:00-10:00 window of every day going 50 days, and then calculates an average return for that window close price with respect to the close price in the immediately preceding time window, e.g. last week of February or 8:00-9:00 close price, respectively.
There are 4 input options:
1) Historical Periods to Average: Set the number of matching historical windows with which to calculate an average price. The max is 730 lookback windows. Note: for monthly or weekly windows, setting too large a number will cause the script to error out.
2) Use Open Price: calculates the seasonal returns using the open price rather than close price.
3) Show Bands: select from 1 Gaussian standard deviation or a nonparamateric ranked confidence interval. As a rough heuristic, the Gaussian band requires at least 30 lookback periods, and the ranked confidence interval requires 50 or more.
4) Upper Percentile: set the upper cutoff for ranked confidence interval.
5) Lower Percentile: set the lower cutoff for ranked confidence interval.
Please be aware, this indicator does not use rigorous statistical methodology and does not imply predictive power. You'll notice the range bands are very wide. Do not trade solely based on this indicator! Certain time windows, such as weekly and monthly, will make more sense applied to commodities, where annual cycles play a role in its supply and demand dynamics. Hourly windows are more useful in looking at equities markets. I like to look at equities with 1-hr windows to see if there is some pattern to overnight behavior or for market open and close.
Volume Profile With HVN & LVN detectorVolume Profile Indicator
Based on the works of tradeforopp
Overview
The Volume Profile Indicator is a powerful technical analysis tool that visually represents the distribution of trading volume over price levels within a specified timeframe. It helps traders identify key support and resistance zones, high-volume trading areas, and low-volume rejection zones. The indicator includes customizable settings for Volume Point of Control (VPOC), High Volume Nodes (HVNs), and Low Volume Nodes (LVNs), making it a versatile tool for price action analysis and volume-based decision-making.
Key Features
🔹 Customizable Volume Profile
Adjustable number of rows to define the resolution of the volume profile.
Configurable timeframe aggregation for profile calculation (e.g., Daily, Weekly).
Selectable price resolution timeframe for precise profile construction.
Extendable volume profile for future sessions.
Fully customizable profile color and transparency settings.
🔹 Volume Point of Control (VPOC)
Displays the most traded price level within the selected timeframe.
Option to extend multiple VPOCs across the chart.
Adjustable VPOC line width and color customization.
Option to display VPOC labels when working with higher timeframe profiles.
🔹 High Volume Nodes (HVNs)
Identifies high-volume price levels where significant trading activity has occurred.
Configurable HVN strength to adjust detection sensitivity.
Two display modes:
Lines: Plots HVN levels as horizontal lines.
Areas: Highlights HVN regions with colored boxes.
Separate bullish and bearish HVN color settings.
🔹 Low Volume Nodes (LVNs)
Identifies low-volume price levels, which often act as rejection zones.
Configurable LVN strength to fine-tune detection.
Two display modes:
Lines: Marks LVN levels as horizontal lines.
Areas: Highlights LVN regions with shaded boxes.
Separate bullish and bearish LVN color settings.
🔹 Optimized for Performance
Efficient use of arrays for data storage and retrieval.
Global functions for HVN and LVN detection.
Uses security calls to access lower timeframe price and volume data.
Use Cases
✅ Identify Support & Resistance Levels
The indicator highlights key price levels where significant buying or selling interest exists.
✅ Detect Breakout & Reversal Zones
Low-volume areas (LVNs) often indicate price rejection zones, while high-volume areas (HVNs) suggest strong price acceptance zones.
✅ Improve Trade Entries & Exits
Traders can use the Volume Point of Control (VPOC) and volume clusters to refine entry and exit points.
✅ Enhance Price Action Strategies
By incorporating volume-based analysis, this indicator provides deeper market insights beyond traditional support/resistance and trendlines.
Customization & Settings
📌 Volume Profile Settings:
Rows: Defines the granularity of the volume profile.
Profile Timeframe: Specifies the aggregation period (e.g., Daily, Weekly).
Resolution Timeframe: Determines the price resolution for volume analysis.
Profile Extend %: Controls how much the profile extends into the next session.
📌 Volume Point of Control (VPOC):
Enable/Disable VPOC visualization.
Extend past VPOC levels to the right.
Display VPOC labels for higher timeframe profiles.
Adjustable VPOC line width and color.
📌 High Volume Nodes (HVNs):
Enable/Disable HVN detection.
Define HVN strength (volume threshold).
Choose between Line Mode or Area Mode.
Configure bullish and bearish HVN colors.
📌 Low Volume Nodes (LVNs):
Enable/Disable LVN detection.
Define LVN strength (volume threshold).
Choose between Line Mode or Area Mode.
Configure bullish and bearish LVN colors.
Long and Short Term Highs and LowsLong and Short Term Highs and Lows
Overview:
This indicator is designed to help traders identify significant price points by marking new highs and lows over two distinct timeframes—a long-term and a short-term period. It achieves this by drawing optional channel lines that outline the highest highs and lowest lows over the chosen time periods and by plotting visual markers (triangles) on the chart when a new high or low is detected.
Key Features:
Dual Timeframe Analysis:
Long Term: Uses a user-defined “Time Period” (default 52) and “Time Unit” (default: Weekly) to determine long-term high and low levels.
Short Term: Uses a separate “Time Period” (default 50) and “Time Unit” (default: Daily) to compute short-term high and low levels.
Optional Channel Display:
For both long and short term periods, you have the option to display a channel by plotting the highest and lowest values as lines. This visual channel helps to delineate the range within which the price has traded over the selected period.
New High/Low Markers:
The indicator identifies moments when the highest high or lowest low is updated relative to the previous bar.
When a new high is established, an up triangle is plotted above the bar.
Conversely, when a new low occurs, a down triangle is plotted below the bar.
Separate input toggles allow you to enable or disable these markers independently for the long-term and short-term setups.
Inputs and Settings:
Long Term High/Low Period Settings:
Show New High/Low? (STW): Toggle to enable or disable the plotting of new high/low markers for the long-term period.
Time Period: The number of bars used to calculate the highest high and lowest low (default is 52).
Time Unit: The timeframe on which the long-term calculation is based (default is Weekly).
Show Channel? (SCW): Toggle to display the channel lines that connect the long-term high and low levels.
Short Term High/Low Period Settings:
Show New High/Low?: Toggle to enable or disable the plotting of new high/low markers for the short-term period.
Time Period: The number of bars used for calculating the short-term extremes (default is 50).
Time Unit: The timeframe on which the short-term calculations are based (default is Daily).
Show Channel?: Toggle to display the channel lines for the short-term highs and lows.
Indicator Logic:
Channel Calculation:
The script uses the request.security function to pull data from the specified timeframes. For each timeframe:
It calculates the lowest low over the defined period using ta.lowest.
It calculates the highest high over the defined period using ta.highest.
These values can be optionally plotted as channel lines when the “Show Channel?” option is enabled.
New High/Low Detection:
For each timeframe, the indicator compares the current high (or low) with its immediate previous value:
New High: When the current high exceeds the previous bar’s high, an up triangle is drawn above the bar.
New Low: When the current low falls below the previous bar’s low, a down triangle is drawn below the bar.
Usage and Interpretation:
Trend Identification:
When new highs (or lows) occur, they can signal the start of a strong upward (or downward) movement. The indicator helps you visually track these critical turning points over both longer and shorter periods.
Channel Breakouts:
The optional channel display offers additional context. Price movement beyond these channels may indicate a breakout or a significant shift in trend.
Customizable Timeframes:
You can adjust both the time period and time unit to fit your trading style—whether you’re focusing on longer-term trends or short-term price action.
Conclusion:
This indicator provides a dual-layer analysis by combining long-term and short-term perspectives, making it a versatile tool for identifying key highs and lows. Whether you are looking to confirm trend strength or spot potential breakouts, the “Long and Short Term Highs and Lows” indicator adds a valuable visual element to your TradingView charts.
CMP vs ATH PercentageThis indicator helps traders and investors track how the current market price (CMP) compares to the all-time high (ATH) price of an asset. It calculates the percentage difference between the CMP and ATH and displays it visually on the chart. A label is placed on the latest bar, showing key information like:
ATH (All-Time High Price)
CMP (Current Market Price)
Percentage Comparison (CMP as a percentage of ATH)
Additionally, the indicator plots a horizontal line at the ATH level to provide a clear visual reference for the price history.
Use Cases:
Identify price levels relative to historical highs.
Gauge whether the price is nearing or far from its ATH.
Quickly assess how much the price has recovered or declined from the ATH.
Customization:
You can modify the label's style, color, or text formatting according to your preferences. This indicator is useful for long-term analysis, especially when tracking stocks, indices, or other financial instruments on a weekly timeframe.
Note:
This indicator is designed to work on higher timeframes (e.g., daily or weekly) where ATH levels are more meaningful.
Price Level Multi Timeframe [Snowdex]Price Level Multi-Timeframe Indicator
This indicator visualizes important price levels from multiple timeframes (e.g., daily, weekly, monthly) directly on the chart. It helps traders identify significant support and resistance levels for better decision-making.
Features:
Displays price levels for multiple timeframes: daily (1D), weekly (1W), monthly (1M), quarterly (3M), semi-annual (6M), and yearly (12M).
Customizable options to show or hide levels and adjust their colors.
Highlights high, low, and close levels of each timeframe with labels and dotted lines.
Includes options to extend levels visually for better clarity.
Benefits:
Easily compare price levels across timeframes.
Enhance technical analysis with multi-timeframe insights.
Identify key areas of support and resistance dynamically.
Opening Score with DivergenceOverview
The Opening Score Indicator is a versatile tool designed to help traders assess market sentiment, trend direction, and potential reversals. By combining Opening Range Breakout (ORB), VWAP, Trend, Volatility, and Divergence Detection, this indicator provides a composite score that adapts to different market conditions.
This version includes divergence detection between the Opening Score and price, which highlights potential trend reversals or continuations before they happen. When a regular divergence occurs, the histogram bar turns orange, signaling an increased probability of a trend change.
Best for Both Intraday & Longer-Term Charts
📊 Optimized for intraday trading → Works well on 1m to 30m timeframes for short-term strategies.
📈 Also effective on longer-term charts → Can be used on 1-hour, 4-hour, daily, or weekly charts to identify macro trends and momentum shifts.
🕰️ Adapts to different market conditions → Whether you’re a day trader, swing trader, or position trader, the Opening Score helps you track trend health and reversals.
How It Works
📊 Composite Opening Score Calculation
• ORB Signal → Detects bullish/bearish breakouts based on the opening range.
• VWAP Signal → Measures price positioning relative to VWAP for trend confirmation.
• Trend Signal → Uses a moving average to determine market direction.
• Volatility Signal → Tracks ATR changes to assess market strength.
• Divergence Detection → Identifies regular and hidden divergences for potential reversals or trend continuation.
🔹 Reversal Alerts with Color-Coded Histogram
• Green Bars → Normal bullish Opening Score.
• Red Bars → Normal bearish Opening Score.
• Orange Bars → Warning! Regular Divergence detected → Possible trend reversal.
🔹 Hidden & Regular Divergence Detection
• Regular Divergence (Reversal Signals)
• 📉 Bearish Regular Divergence → Price makes a Higher High, but Opening Score makes a Lower High → 🔻 Possible Downtrend Reversal.
• 📈 Bullish Regular Divergence → Price makes a Lower Low, but Opening Score makes a Higher Low → 🔼 Possible Uptrend Reversal.
• Hidden Divergence (Trend Continuation Signals)
• 📉 Bearish Hidden Divergence → Price makes a Lower High, but Opening Score makes a Higher High → 🔻 Trend Likely to Continue Down.
• 📈 Bullish Hidden Divergence → Price makes a Higher Low, but Opening Score makes a Lower Low → 🔼 Trend Likely to Continue Up.
How to Use It
✅ Watch for Reversal Alerts (Orange Bars) → These highlight potential market turning points.
✅ Use the Zero Line as a Trend Filter → A score above 0 suggests bullish conditions, while below 0 signals bearish conditions.
✅ Combine with Market Structure & Volume Profile → Works well when paired with support/resistance levels, liquidity zones, and order flow data.
✅ Adjust settings based on timeframe → Increase moving average length & lookback periods for longer-term analysis.
Why Use This Indicator?
🚀 Works for both short-term and long-term traders → Adapts to intraday and higher timeframes.
📊 Multi-Factor Analysis → Combines multiple key market indicators for better accuracy.
🎯 Customizable Weighting → Adjust the influence of each signal to suit your trading style.
✅ No Clutter – Only the Opening Score is plotted → Keeps your chart clean & efficient.
🔔 Recommended for Intraday Trading (1m – 30m) AND Longer-Term Analysis (1H – Weekly) → Use this indicator to enhance your trend detection & reversal strategy! 🚀
Momentum TheoryMomentum Theory is a mechanical pattern-recognition tool for rapid multi-timeframe analysis. It utilizes higher timeframe breakout levels and peak levels to quickly identify multi-timeframe Swing Points that help in setting a bias, formulating a setup, and executing an entry. It takes advantage of the fractal nature of the market by applying one concept for top-down analysis that scalpers, day traders, and swing traders can use.
✅ Rapid Multi-Timeframe Analysis
✅ Mechanical Pattern-Recognition Used to Filter Setups
✅ For Scalpers, Day Traders, and Swing Traders
--- 📷 INDICATOR GALLERY ---
--- ⚡ ANALYSIS FEATURES ---
✔ Multi-Timeframe Map
Displays breakout levels, peak levels, bar flow, and swing points of higher timeframes. Read how the market is moving with a quick glance.
✔ Bar Flow
Displays whether the previous higher timeframe bar closed in breakout, fakeout, inside, or outside. Aids to quickly read market flow.
There are 4 Bar Types: Breakout , Fakeout , Inside , Outside
✔ Momentum Cycles
Displays which part of the Momentum Cycle the timeframe is currently in to anticipate future movement.
Read more information below at Momentum Theory Concept
✔ Quick Analysis
Calculates a percentage bias based on the position of the higher timeframes to set an overall bias. Great for when trying to narrow down a large watchlist to a few pairs.
✔ Market Snapshots
Takes a snapshot of the entire market on all valid trigger bars for future review. Tracks Quick Analysis, Momentum Cycles, and Bar Flow at that exact point in time.
Limited to the last 150 entry bars. Use TradingView Bar Replay to access more history.
--- ⛰️ LEVELS FEATURES ---
✔ Breakout Bias
Shows the location of all the higher timeframe breakout levels and if price is currently bullish or bearish. Breakout bias shows the overall bias of the timeframe.
✔ Peak Bias
Shows which peak level has been triggered of the higher timeframe and if price closed above or below it. Peak bias shows the current momentum of the timeframe.
✔ Trigger Bars
Displays when the lower and middle timeframes are moving in alignment. Spot when the lower timeframes are starting to move together.
⚠️ Trigger bars are an indication of breakout bias alignment at the lowest timeframes. They are NOT signals to be taken blindly without further analysis.
✔ Automatic Range Detection
Detects if the current and higher timeframe is in a range and plots those levels on the chart.
Ranges are created when the following 3 bar scenarios occur:
Inside Bar - Peaks of current bar closed inside previous bar's peaks
Outside Bar - Peaks of current bar are outside previous bar's peaks, but closed inside.
Mirrored Fakeout Bars - 2 opposite facing fakeout bars in a row
✔ Key Levels Highlights
Highlights the relevant levels for each timeframe and if current price is above or below them.
✔ Visual Elements
Highlights key elements like breakout level flips, fakeout bars, intraday session trading times, off session times, and higher timeframe swing points.
--- 🔥 OTHER FEATURES ---
✔ Built-In Alerts
Multiple built-in alert types to notify you of significant events in the market.
✔ Dark and Light Modes
Adjustable theme colors to trade your chart the way you want.
✔ Plug-and-Play
Automatically changes the relevant levels depending on the viewed timeframe. No initial settings to configure. Just add it to your chart and start trading!
H4 - Monthly Setups / Weekly Momentum
H1 -Weekly Setups / Daily Momentum
M15 - Daily Setups / H8 Momentum
M5 -H8 Setups / H2 Momentum
M3 - H4 Setups / H1 Momentum
M1 - H1 Setups / M15 Momentum
--- 💡 MOMENTUM THEORY CONCEPT ---
The best trade setups are found at swing points for 3 reasons:
They are the highest probability point the market will continue pushing.
They provide the best Stop Loss protection.
They offer the greatest Risk-to-Reward.
The goal of trading is to identify when these swing points occur to take the best trade setups.
Every swing point consists of a push towards a peak, a peak formation, and a push away from a peak. There is no way to know how long a push towards or away from a peak will last, but the peak formation can be identified by 2 elements:
A fakeout of a previous peak level
A flip of its last breakout level
We can track the movement of the market by looking at which peak level is triggered relative to its breakout level. How price behaves at the previous peak levels shows where momentum is headed. It continues to build towards a new peak until it fakes out the previous peak level and flips its breakout level, creating a swing point.
Swing points on the higher timeframes show up as multiple swing points on the lower timeframes, but they often won't be moving in sync. When 2 timeframe swing points get in alignment, the market will move smoothly together. You find the lower timeframe swing point the exact same way you find the higher timeframe one.
The market is constantly moving from one swing point to the next in a repeatable cycle. By using higher timeframe breakout levels and peak levels triggered, we can track where we are in this cycle to anticipate its future movement. This is the Momentum Cycle and it repeats itself over and over.
By using the exact same concept, we can identify mechanical alignment patterns on the lower timeframes to create setups that work in every phase of the market cycle. Identify your own patterns or use the suggested ones below. Watch the Live Trading Examples to see how these patterns are used.
✔ Range Setups
✔ Continuation Setups
✔ Reversal Setups
--- 🧩 EXTENDING MOMENTUM THEORY ---
If the best trade setups are found at swing points, then that must mean that every trading strategy that's worth learning must have some type of method to identify that specific move. Since Momentum Theory specializes in identifying the swing point, it can easily fit into most trading strategies by removing discretion and inserting a mechanical process to filter your existing strategy's setups. By using only non-negotiable levels such as Previous Day High / Low, you can convert most discretionary patterns into mechanical ones to hopefully help increase your consistency. My hope is that you can build your own library of mechanical setups that are specific to your strategy that go beyond the ones that I've provided.
--- 📝 HOW TO USE ---
⚠ Click on "Indicators > Invite-Only > Momentum Theory" to add it to your charts.
1) Determine directional bias on the higher timeframe chart.
2) Identify the cycle and setup pattern on the middle timeframe chart and wait for the momentum timeframe to be triggered.
3) Execute entries when the lower timeframes are aligned. Market is fractal and you can pick whatever timeframe you want for entry. Trade as simple or complex as you want.
⚠️ Trigger bars are an indication of breakout bias alignment at the lowest timeframes. They are NOT signals to be taken blindly without further analysis.
--- 🎞️ LIVE TRADING EXAMPLES ---
Market Analysis with Momentum Theory
Day Trading with Mechanical Setups (using Momentum Theory Scanner)
Momentum Theory Scalping Concepts - Asia Session - GOLD
[Daily] CRT with OHLC Reference Here’s a breakdown of Daily CRT:
1. What is Daily CRT?
Daily CRT focuses on the price action of daily candles, treating them as ranges that can be broken or manipulated.
The theory suggests that certain candles on the daily chart form ranges that act as key levels for price expansion or reversal.
These ranges are not just simple support and resistance levels but are tied to the concept of liquidity draws, where price is likely to move towards areas where liquidity is concentrated (e.g., highs, lows, or key levels).
2. Key Components of Daily CRT
Ranging Candle: The first candle in the CRT setup establishes the range. This candle’s high and low become the key levels to watch.
Manipulation Candle: The second candle often manipulates the range by either breaking it or testing it. This is where turtle soup (false breakouts) can occur.
Distribution Candle: The third candle is where the price either confirms the breakout or reverses, leading to a potential expansion in the opposite direction.
3. How to Use Daily CRT
Identify the Range: On the daily chart, identify a candle that forms a clear range (high and low). This is your Ranging Candle.
Watch for Manipulation: The next candle (Manipulation Candle) will often test or break the range. If it breaks the range but then reverses back inside, it’s a turtle soup (false breakout), indicating a potential reversal.
Trade the Distribution: The third candle (Distribution Candle) is where you look for confirmation. If the price breaks the range and continues in the same direction, it’s a true breakout. If it reverses, it’s a false breakout, and you can trade the reversal.
4. Daily CRT and Key Levels
Daily CRT works best when combined with higher timeframe key levels (e.g., weekly or monthly highs/lows, order blocks, fair value gaps, etc.).
The daily candle ranges often align with these key levels, providing confluence for potential reversals or expansions.
5. Time Alignment in Daily CRT
Time is a critical factor in CRT. The PDF emphasizes that the highest probability CRT setups occur at specific times of the day or week.
For example, the purge (breakout or reversal) of a daily CRT often happens during key trading sessions (e.g., London open, New York open).
6. Practical Steps for Daily CRT
Determine the Draw on Liquidity: Use higher timeframe analysis (weekly or monthly) to identify where price is likely to move (e.g., towards a key level or liquidity pool).
Identify the Daily Range: On the daily chart, mark the high and low of the ranging candle.
Watch for Manipulation: Observe the next candle to see if it breaks the range or tests it. Look for signs of turtle soup (false breakouts).
Trade the Distribution: Once the third candle confirms the direction (either breakout or reversal), enter the trade with proper risk management.
7. Example of Daily CRT
Ranging Candle: On Monday, a daily candle forms a range between 1.1000 (low) and 1.1100 (high).
Manipulation Candle: On Tuesday, the price breaks below 1.1000 but then reverses back above it, forming a turtle soup (false breakout).
Distribution Candle: On Wednesday, the price confirms the reversal by breaking above 1.1100, signaling a potential bullish expansion.
8. Integration with Other Concepts
Daily CRT should not be used in isolation. It works best when combined with other ICT concepts like:
Market Profiles: Understanding whether the market is in a ranging, expansion, or reversal phase.
Orderflow: Identifying bullish or bearish orderflow to confirm the direction of the CRT.
Key Levels: Using higher timeframe key levels to add confluence to the CRT setup.
Time: Aligning the CRT with key times (e.g., London open, New York open) for higher probability setups.
9. Risk Management in Daily CRT
Always use proper risk management when trading CRT setups. The PDF suggests risking no more than 0.5% of your account per trade.
Use stop-losses and position sizing to protect your capital, especially since CRT setups can involve false breakouts (turtle soups).
10. Summary
Daily CRT is a powerful tool for identifying key levels and potential price expansions or reversals on the daily chart.
It involves analyzing three key candles: the Ranging Candle, the Manipulation Candle, and the Distribution Candle.
The theory is most effective when combined with higher timeframe key levels, market profiles, orderflow, and proper time alignment.
By mastering Daily CRT, you can improve your ability to predict market movements and frame high-probability trades.
Multi Timeframe MAsThis Pine Script indicator, titled "Multi Timeframe MAs," allows you to plot Exponential Moving Averages (EMAs) or Simple Moving Averages (SMAs) from multiple timeframes on a single chart. This helps traders and analysts visualize and compare different moving averages across various timeframes without having to switch between charts.
Key Features:
Multiple Timeframes:
The script supports six different timeframes, ranging from minutes to weekly intervals.
Users can input their desired timeframes, including custom settings such as "60" (60 minutes), "D" (daily), and "W" (weekly).
Moving Average Types:
Users can choose between Exponential Moving Averages (EMA) and Simple Moving Averages (SMA) for each timeframe.
The script utilizes a ternary operator to determine whether to calculate an EMA or an SMA based on user input.
Customizable Periods:
Each moving average can have a different period, allowing for flexibility in analysis.
The default periods are set to commonly used values (e.g., 15, 20, 5, 12).
Visibility Controls:
Users can toggle the visibility of each moving average line, enabling or disabling them as needed.
This feature helps declutter the chart when specific moving averages are not required.
Black Stepped Lines:
All moving averages are plotted as black, stepped lines to provide a clear and consistent visual representation.
This makes it easy to distinguish these lines from other elements on the chart.
Example Use Cases:
Trend Analysis: Compare short-term and long-term trends by visualizing moving averages from different timeframes on a single chart.
Support and Resistance Levels: Identify key support and resistance levels across multiple timeframes.
Cross-Timeframe Strategy: Develop and test trading strategies that rely on the confluence of moving averages from different timeframes.
This script offers a powerful tool for traders and analysts who want to gain deeper insights into market movements by examining moving averages across multiple timeframes. With its customizable settings and user-friendly interface, it provides a versatile solution for a wide range of trading and analytical needs.
Doji Double Top & Double Bottom
FUNCTION :
This indicator checks if 2 consecutive candlesticks are formed in such a way that both the lows or both the highs of the consecutive candlesticks are almost at the same level and either of them is a doji
TIMEFRAMES :
it works on daily, weekly, monthly and higher timeframes
CRITERIA :
There is maximum difference value between 2 consecutive candlesticks' lows or 2 consecutive candlesticks' highs
Minimum value of the doji's wick size
Maximum value of the doji's body size
These 3 conditions need to be fulfilled for the 2 consecutive candlesticks to be considered as a Double top or Double bottom by this indicator
EXAMPLES :
Here the indicator is giving only double Bottom signals on CRUDE OIL chart
Here the indicator is giving only double top signals on GOLD chart
Here the indicator gives both double top & double bottom signals on EUR/USD Daily chart
Here the indicator is giving both double top & double bottom signals on EUR/USD Half-Yearly chart
DEFINITIONS :
There are 2 types -
DOJI DOUBLE BOTTOM - if the lows of 2 consecutive candlesticks are almost at the same level & either of them is doji then it is called Double Bottom and market is supposed to go higher after forming it.
DOJI DOUBLE TOP - if the highs of 2 consecutive candlesticks are almost at the same level & either of them is doji then it is called Double Top and market is supposed to go lower after forming it.
SETTINGS :
There are options to change the value of each of the 3 parameters within the indicator's settings for daily, weekly & monthly chart [
LIMITATIONS :
You should not trade based on the signals from this indicator solely, you should check other parameters too before making trading decision
LevelUp^ Minervini Trend Template ScreenerThe Minervini Trend Template is a stock screener based on the work of Mark Minervini, a two-time winner of the U.S. Investing Championship. The goal is to identify stocks that are in strong uptrends.
Historical analysis demonstrates that nearly all of the highest performing stocks exhibited a strong uptrend prior to making significant advances. Based on Mark's research, 99% of these stocks were trading above their 200-day simple moving average, and 96% were above their 50-day simple moving average, prior to becoming true market leaders.
🔹 Minervini Trend Template Requirements
✓ Price is above the 150-SMA and 200-SMA.
✓ 150-SMA is above the 200-SMA.
✓ 200-SMA is trending up for at least one month.
✓ 50-SMA is above the 150-SMA and the 200-SMA.
✓ Price is above the 50-SMA.
✓ Price is within 25% of the 52-week high.
✓ Price is 30%+ above the 52-week low.
🔹 Screening Features - Setting Your Search Criteria
There are various search options that can be customized.
▪ Symbol Type
The screener supports all equity types from stocks to ETFs to crypto. You can narrow the scope of your search by choosing only the symbol types of interest.
▪ Percent Change - Weekly, Monthly and YTD
Further narrow your search by specifying minimum percent changes on a weekly, monthly and/or year-to-date basis.
▪ Distance From 52-Week High
The screener looks for stocks within 25% of their 52-week high, as defined by Mark's Trend Template. You can further tighten this criteria by specifying a smaller percentage, for example, search for stocks within 5% of their 52-week high.
🔹 Installation And Usage
▪ Mark this indicator as a Favorite.
▪ Use the Pine Screener to search for stocks.
▪ Save the search results to a watchlist.
▪ View the watchlist in TradingView.
🔹 Note
The Trend Template as originally defined by Mark included an RS Rating based on a proprietary calculation from Investor's Business Daily. My preference in technical analysis and screening is to only use tools and calculations that can be researched and verified. There is no RS Rating requirement in this screener. All the other Trend Template requirements are included.
ICT Digital open Daily DividersDescription for "ICT Digital Open Daily Dividers" TradingView Indicator
Overview
The "ICT Digital Open Daily Dividers" is a versatile and comprehensive TradingView Pine Script indicator designed for traders who utilize Institutional Order Flow methodologies, particularly in ICT (Inner Circle Trader) trading. This indicator provides a structured visual framework to assist traders in identifying key daily market sessions, critical opening prices, and distinguishing different trading days, especially focusing on the Sunday open, which is a crucial element in the ICT trading strategy.
Core Functionalities
Daily Vertical Lines: The script plots vertical lines at the start of each trading day, which helps to demarcate daily trading sessions. These lines are customizable, allowing traders to choose their color, style (solid, dashed, or dotted), and width. This feature helps in visually segmenting each trading day, making it easier to analyze daily price action patterns.
Sunday Open Differentiation: Unlike many other daily divider indicators, this script uniquely provides the option to highlight the Sunday open at 6 PM EST with distinct lines. This feature is especially valuable for ICT traders who consider the Sunday open as a critical reference point for weekly analysis. The color, style, and width of the Sunday open lines can be set separately, providing a clear visual distinction from regular weekday separators.
12 AM Open Toggle: For markets that are influenced by midnight opens, the indicator includes an option to shift the daily open line to 12 AM instead of the default 6 PM. This flexibility allows traders to adapt the indicator to different market dynamics or trading strategies.
Timezone Customization: The indicator allows traders to set the timezone for the open lines, ensuring that the vertical lines align accurately with the trader’s specific market hours, whether they follow New York time or any other timezone.
Session Time Filters: The script can hide or show specific trading session markers, such as the New York session open and close, which are pivotal for ICT traders. These markers help in focusing on the most active and liquid trading times.
Customizable Style Settings: The script includes comprehensive styling options for the plotted lines and session markers, allowing traders to personalize their charts to suit their visual preferences and improve clarity.
Day of the Week Labels: The indicator can plot labels for each day of the week, providing a quick reference to the day’s price action. This feature is particularly useful in reviewing weekly trading patterns and performance.
Use in ICT Trading
In ICT trading, the concept of the "open" is fundamental. The "ICT Digital Open Daily Dividers" indicator serves multiple purposes:
Market Structure Identification: By clearly marking daily opens, traders can easily identify market structure changes such as breakouts, retracements, or consolidations around these key levels.
Reference Points: The Sunday open is often a key level in ICT analysis, serving as a benchmark for assessing market direction for the upcoming week. This indicator’s ability to plot Sunday opens separately makes it uniquely suited for ICT strategies.
Time-based Analysis: ICT methodology often involves analyzing the market at specific times of the day. This indicator supports such analysis by marking significant session opens and closes.
Uniqueness and Advantages
The "ICT Digital Open Daily Dividers" stands out from other similar indicators due to its specialized features:
Sunday Open Highlighting: Few indicators offer the capability to specifically mark the Sunday open with distinct styling options.
Flexibility in Time Adjustments: With options to adjust the open time to either 6 PM or 12 AM, this indicator caters to a broader range of trading strategies and market conditions.
Enhanced Visualization: The wide range of customization options ensures that traders can tailor the indicator to their specific needs, enhancing the usability and visual clarity of their charts.
Compliance with TradingView's Pine Script Community Guidelines
The description adheres to TradingView's guidelines by being comprehensive, clear, and informative. It highlights the utility of the script, its unique features, and its application in trading strategies without making exaggerated claims about performance or profitability. The detailed customization options and unique functionalities are emphasized to differentiate this script from other standard daily divider indicators.
The Final Countdown//Credit to ©SamRecio for the original indicator that this is based on, which is called, "HTF Bar Close Countdown".
Here are the key differences between the two indicators (That a user would care about):
1.) 10 timeframe slots (double the original number).
2.) Many more timeframe options ('1', '3', '5', '10', '15', '30', '45', '1H', '2H', '4H', '6H', '8H', '12H', 'D', 'W').
3.) Ability to structure timeframes however you want (Higher up top descending, vice versa, or just randomly.).
4.) Support for hour-based timeframes (1H, 2H, etc.).
5.) Displays minutes as numbers, hours with a number followed by H (ex. 1H), and anything above with a letter (D for day, W for week).
6.) Dynamic colors based on remaining time percentage (green->yellow->red) with two user-defined thresholds.
7.) Alerts for when timeframes are close to closing (yellow->red).
8.) More granular timeframe selection options.
9.) Background colors for an additional visual alert.
------Colors background the selected color for each timeframe (Default is all timeframes are blue with 80% transparency).
------This does not repaint, so the color will persist once the red condition is over.
------As soon as you leave the timeframe though, it will be erased and the new timeframe will begin tracking red conditions.
------It always starts from the current bar, so it is not applicable to historical bars unless you leave it running for an extended period of time.
------Do note that since this is not actual paint or colored pencils, the colors do not blend.
------The most recent timeframe to enter a red condition will be the background that you see unless you leave the timeframe and return.
--------------------------------------------------------------------------------------------------------------------
Now for the description and instructions....
IT'S THE FINAL COUNTDOWN!
This indicator helps shorter-timeframe traders track multiple timeframe closings simultaneously, providing visual, audio and notification alerts when bars are nearing their close. It's particularly useful for traders who want to prepare for potential price action around bar closings across different timeframes. If you're a HODL till you're broke kind of trader, you don't need this.
-------------------------------
Multi-Timeframe Tracking
-------------------------------
- Monitors up to 10 different timeframes simultaneously
- Supports various timeframes from 1 minute to weekly (1m, 3m, 5m, 10m, 15m, 30m, 45m, 1H, 2H, 4H, 6H, 8H, 12H, Daily, Weekly)
- Timeframes can be arranged in any order (ascending, descending, or custom)
-----------------
Visual Display
-----------------
- Shows a countdown timer for each selected timeframe
- Dynamic color changes based on time remaining:
Green: More than 15% of bar time remaining
Yellow: Between 15% and 5% remaining
Red: Less than 5% remaining
- Customizable background colors appear when timeframes enter their red zone
----------------
Alert System
----------------
- Built-in alerts trigger when any timeframe enters its red zone
- Each timeframe can have its alerts toggled independently
------
-------------
--------------------------
- Setup Instructions -
--------------------------
-------------
------
-------------------------
Timeframe Selection
-------------------------
- Choose up to 10 timeframes to monitor
- Each timeframe has its own toggle switch to turn it on/off
- Default configuration starts from 5m and goes up to 12H
-------------------------
Visual Customization
-------------------------
- Adjust the table size, position
- Customize frame and border colors
- Modify the yellow and red threshold percentages
--------------------------------
Background Color Settings
--------------------------------
- Enable/disable background colors for each timeframe
- Choose custom colors for each timeframe's background
- Default setting is blue (with a fixed 80% transparency)
-------------
Usage Tips
-------------
- Use the countdown table to prepare for multiple timeframe closes as big moves (especially reversals) tend to begin come after higher timeframe changes (sometimes to the second).
- Watch for color changes to anticipate important closing periods to avoid getting trapped in bad trade (please always use stop losses if trading, in general).
- Set up alerts for critical timeframes that require immediate attention (2H, 4H, etc.).
- Use background colors as an additional visual cue for timeframe closes.
- Position the table where it won't interfere with your chart analysis.
Working HoursWorking Hours Visualization
Description:
This script is designed to visually highlight specific "Working Hours" sessions on the chart using background colors. It is tailored and optimized for the 15-minute timeframe, ensuring accurate session representation and proper functionality. If you choose to use this script on other timeframes, adjustments may be necessary to maintain its effectiveness.
Key Features:
Working Hours Highlighting: Displays background colors to mark predefined working hours, helping you focus on specific trading sessions.
Future Session Projection: Highlights working hours for future candles, providing a clear visual guide for planning trades.
Customizable Appearance: Offers adjustable colors, transparency, and session timings to suit individual preferences.
Weekly Separators: Includes optional weekly separators to visually distinguish trading weeks.
Important Notes:
Timeframe Compatibility:
This script is optimized for the 15-minute timeframe.
Using it on other timeframes may require optimization of session inputs and related logic.
Please feel free to reach out if you need assistance with adjustments for different timeframes.
Customization:
You can customize session timings, colors, and transparency levels through the input settings.
Support:
If you encounter any issues or need help optimizing the script for your specific needs, don't hesitate to contact me.
Candle Counter by ComLucro - Multi-Timefram - 2025_V01Candle Counter by ComLucro - Multi-Timeframe - 2025_V01
The Candle Counter by ComLucro - Multi-Timeframe is a highly customizable tool designed to help traders monitor the number of candles across various timeframes directly on their charts. Whether you're analyzing trends or tracking specific market behaviors, this indicator provides a seamless and efficient way to enhance your technical analysis.
Key Features:
Flexible Timeframe Selection: Track candle counts on yearly, monthly, weekly, daily, or hourly intervals to suit your trading style.
Dynamic Label Positioning: Choose to display labels above or below candles, offering greater control over your chart layout.
Customizable Colors: Adjust label text colors to match your chart's aesthetics and improve visibility.
Clean and Organized Visualization: Automatically generates labels for each candle without overcrowding your chart.
How It Works:
Select a Timeframe: Choose from yearly, monthly, weekly, daily, or hourly intervals based on your analysis needs.
Automatic Counting: The indicator calculates and displays the number of candles for the selected period directly on your chart.
Label Customization: Adjust the position (above or below the candles) and color of the labels to align with your preferences.
Why Use This Indicator?
This script is perfect for traders who need a clear and visual representation of candle counts in specific timeframes. Whether you're monitoring trends, evaluating price action, or developing strategies, the Candle Counter by ComLucro adapts to your needs and helps you make informed decisions.
Disclaimer:
This script is intended for educational and informational purposes only. It does not constitute financial advice. Always practice responsible trading and ensure this tool aligns with your strategies and risk management practices.
About ComLucro:
ComLucro is dedicated to providing traders with practical tools and educational resources to improve decision-making in the financial markets. Discover other scripts and strategies developed to enhance your trading experience.
OCM Quarter Point Autopilot - A Multi-Timeframe Quarter TheoryDescription:
The OCM Quarter Point Autopilot indicator automates the application of Quarters Theory across multiple timeframes and instruments. It creates a comprehensive grid of support and resistance levels based on two user-defined price points (Monthly QTPs).
Key Features:
- Automatically calculates and displays quarter points across 5 timeframes:
• Monthly (Black lines)
• Weekly (Blue lines)
• Daily (Green lines)
• 4-Hour (Red lines)
• 1-Hour (Purple lines)
- Shows both upper and lower ranges, which can be toggled on/off
- Visual hierarchy through color-coding for easy timeframe identification
- Extends lines 2 years into the past and 6 months into the future
Usage:
1. Enter two Monthly Quarter Trading Points (QTPs)
2. The indicator automatically:
- Calculates midpoints (weekly)
- Quarter points (daily)
- Eighth points (4-hour)
- Further subdivisions (1-hour)
Benefits:
- Identifies potential support/resistance levels
- Helps spot key price targets
- Works on any instrument where psychological levels matter
- Provides multiple timeframe analysis in one view
Best suited for traders who:
- Follow multi-timeframe analysis
- Trade using support/resistance levels
- Want to identify potential price targets
- Need structured price levels for entries/exits
The indicator combines the systematic approach of Quarters Theory with automated calculation and visualization, making it easier to identify key price levels across multiple timeframes.
Price Action Health CheckThis is a price action indicator that measures market health by comparing EMAs, adapting automatically to different timeframes (Weekly/Daily more reliable) and providing context-aware health status.
Key features:
Automatically adjusts EMA periods based on timeframe
Measures price action health through EMA separation and historical context
Provides visual health status with clear improvement/deterioration signals
Projects a 13-period trend line for directional context
Trading applications:
Identify shifts in market health before major trend changes
Validate trend strength by comparing current readings to historical averages
Time entries/exits based on health status transitions
Filter trades using timeframe-specific health readings
I like to use it to keep SPX in check before deciding the market is going down.
Note: For optimal analysis, use primarily on Weekly and Daily timeframes where price action patterns are more significant.
Edufx AMD~Accumulation, Manipulation, DistributionEdufx AMD Indicator
This indicator visualizes the market cycles using distinct phases: Accumulation, Manipulation, Distribution, and Reversal. It is designed to assist traders in identifying potential entry points and understanding price behavior during these phases.
Key Features:
1. Phases and Logic:
-Accumulation Phase: Highlights the price range where market accumulation occurs.
-Manipulation Phase:
- If the price sweeps below the accumulation low, it signals a potential "Buy Zone."
- If the price sweeps above the accumulation high, it signals a potential "Sell Zone."
-Distribution Phase: Highlights where price is expected to expand and establish trends.
-Reversal Phase: Marks areas where the price may either continue or reverse.
2. Weekly and Daily Cycles:
- Toggle the visibility of Weekly Cycles and Daily Cycles independently through the settings.
- These cycles are predefined with precise timings for each phase, based on your selected on UTC-5 timezone.
3. Customizable Appearance:
- Adjust the colors for each phase directly in the settings to suit your preferences.
- The indicator uses semi-transparent boxes to represent the phases, allowing easy visualization without obstructing the chart.
4. Static Boxes:
- Boxes representing the phases are drawn only once for the visible chart range and do not dynamically delete, ensuring important consistent reference points.