Weekly/Daily/Hourly/Minutes Colored Background IntervalsThis is my "Weekly/Daily/Hourly/Minutes Colored Background Intervals" assistant. I wouldn't describe it as an indicator, it just exhibits coloration of referenced periods of time with bgcolor() in Pine. With the arrival of 2021, I pondered the necessity of needing a visualization pre-2021 to visually recognize periodicity of market movements by the week, day, hour, or an adjustable period of minutes. While this script is simply generic, I hope you may find useful in your endeavors as a member on TradingView.
Explaining the script's usage, the "Minutes" input can be adjusted from anywhere between 5-55 minutes for only intraday. This can be modified to accommodate 90 minutes (1.5hrs) or any other minutes period desirable by tweaking certain numbers up to 1440. Minutes and Hourly backgrounds are disabled by default for most daily traders. Changing the input() code to `true` will provide them on by default when the script loads, if you choose that route. Each time periods background color is enable/disable capable. All of the colors are easily adjustable to any combination you can ponder for your visual acuity with the color swatch provided by input(type=input.color). The coloring can be "swapped" by input() depending on how you wish to start and end the day visually. I thought this would come in handy. The weekly background can have different starting points, whether it be Sunday, Monday, or any other day such as Friday for example.
The entire script's contents isn't intended for complete re-use as is for publicly published scripts. It's more along the lines of code that could be used to personally modify indicators you have, depending on the time frames you may actually be trading on. The code is basically modular, so you can use bits and pieces of it in your personally modified Pine Editor scripts that you wish to customize for yourself. I will say that the isXxx() functions are completely reusable in any script without any need for author permission inquiries from me, as easy as copy and paste. Those may come in handy for many folks. If you find them useful in certain circumstances, use isXxx() functions as you please. Day of the week detection by functions will have applications beyond my current intended use for them.
Of notable mention, this is a miniature lesson by example of how the new input(type=input.color) may be used. I'm also using `var` inside functions to aid in computational efficiency of the script runtime. The colors are permanently stored at the very beginning of the scripts operation inside the function and just reused from that point onward. Its a rare use case, but well suited for this scripts intention. Once again I have demonstrated the "Power of Pine" for developers of any experience level to learn from via code elegance.
When available time provides itself, I will consider your inquiries, thoughts, and concepts presented below in the comments section, should you have any questions or comments regarding this indicator. When my indicators achieve more prevalent use by TV members , I may implement more ideas when they present themselves as worthy additions. Have a profitable future everyone!
在腳本中搜尋"weekly"
Weekly Monthly Yearly Open LevelsThis script displays the weekly, monthly, and yearly opens for the last few periods.
I added an option to extend the previous opens to the current period as well.
Crypto Daily-Weekly Range + KZsWeekly OHL + Daily OHL + Intraday Killzones
For markets that open the daily candle at 12AM UTC
Daily-Weekly Range + KZsWeekly OHL + Daily OHL + Intraday Kill zones
For markets that open daily candle at 10pm UTC
SPY Weekly Trading Strategy - ARK IndicatorDisclaimer: This is not financial advise, please consult with your licensed Financial Advisor for investment advise
Hello everyone,
This Script is designed to spot trends and provide you with an entry and exit points.
Rules of Trading with this Indicator:
1- The best risk/reward ratio of this indicator is that you buy at the very first buy Signal "B" and Sell at the very first Sell Signal "S"
2- and Repeat ....as simple as that
Few notes:
1- The repeats of the buy/sell signal are just confirmation of the the trend so to maximize the chances of being profitable, always start when the trend flips (From Sell to buy and vice versa).
2- No signal indicates that you maybe on an up/down trend depending on what the last signal was but the trend is starting to get weak
3- Once a trend is spotted by the algorithm, it will plot a line to establish, entry and exit depending on the direction of the trend (green for buying and red for selling)
4- you will notice that during up trend since the indicator recommends buying only entry points will be suggested with the help of a green line to give you an exact entry point, it is important that the price reaches that entry point for you to pull the trigger, however once the trend gets exhausted it will start to plot a red line so you are mentally prepared that a counter trend might be just around the corner (this is a pretty useful feature)
5- Recommended Settings: The most important setting that you need to be mindful of is "Signal Frequency", based on my observation so far, 2 works best with Weekly & monthly Charts, 8 with Daily Charts , and 10 with hourly charts or lower. As you know the price of a security depends on countless variables, including but not limited to general market condition, success/failure of the underlying security, and the psychology of the market participants of the security, so you can play around with the signal frequency to see what gives you the optimal/profitable signal in the historical candles.
6- the indicator comes with 3 moving averages since some traders/investors like to use moving averages, if you don't need them feel free to turn them off in the settings. they aren't part of any thing used behind the scene.
any questions feel free to contact me by commenting below.
Note: if you have any useful ideas on how to enhance the indicator, please don't be shy!
Warm regards & best of luck!
Ahmad
HT: Weekly LevelsIndicator draws several most important weekly levels on the lower timeframe: last week high/low, halfback, week close and current week open. These levels often act as support/resistance for price movements. Also, they can help to assess week character and control of power.
Indicator can be used on any timeframe, lower than weekly, for any type of instrument, including futures. It also provides an option to draw levels for any selected week back in time.
Important notes:
• Levels for the last week are drawn after the new week opens.
• Half-back is calculated as a middle line between week High and Low.
Parameters:
Date – user can select date, belonging to week, for which levels will be plotted. Works only if “Use” check box is on. Otherwise, levels will be plotted for the last week. (“time” value doesn’t matter; unfortunately, there is no way to hide the input box)
Time zone – your chart time zone (as UTC offset). Only needed if you use “Date” parameter.
Visuals – controls visibility and colors
Script is published as an open source. It uses two libraries: Levels Lib and Functions Lib. First one demonstrates how to work with pine-script object model and arrays. You can also reuse it in your custom scripts where there is need to construct any support/resistance levels. The second library contains some useful functions for working with time and dates.
Disclaimer
This indicator should not be used as a standalone tool to make trading decisions but only in conjunction with other technical analysis methods.
Daily Weekly Monthly Highs & Lows [Dova Lazarus]Daily Weekly Monthly Highs & Lows
📊 Overview
This Pine Script indicator displays key support and resistance levels by plotting the highs and lows from Daily, Weekly, and Monthly timeframes on your current chart. It's designed as an educational tool to help traders understand multi-timeframe analysis and identify significant price levels.
🎯 Key Features
Multi-Timeframe Support & Resistance
- Daily Levels: Shows previous daily highs and lows
- Weekly Levels: Displays weekly highs and lows
- Monthly Levels: Plots monthly highs and lows
- Smart Display: Only shows relevant timeframes based on your current chart timeframe
Fully Customizable Appearance
- Individual Colors: Set unique colors for each timeframe
- Line Styles: Choose between Solid, Dashed, or Dotted lines
- Line Width: Adjust thickness from 1-4 pixels
- Lookback Periods: Control how many historical levels to display
User-Friendly Options
- Enable/Disable: Toggle any timeframe on/off
- Line Extension: Option to extend lines into the future
- Clean Interface: Organized settings groups for easy configuration
🔧 Settings
Timeframes Group
- Show Daily/Weekly/Monthly Levels: Enable or disable each timeframe
- Lookback Periods: Number of historical levels to display (1-10)
Line Settings Group
- Color: Choose custom colors for each timeframe
- Style: Select line appearance (Solid/Dashed/Dotted)
- Width: Set line thickness (1-4 pixels)
Display Options Group
- Extend Lines Forward: Project lines 20 bars into the future
📈 How to Use
1. Add to Chart: Apply the indicator to any timeframe chart
2. Configure Timeframes: Enable the timeframes you want to see
3. Customize Appearance: Set colors and line styles for easy identification
4. Identify Levels: Use the plotted levels as potential support/resistance zones
5. Plan Trades: Look for price reactions at these key levels
💡 Trading Applications
- Support & Resistance: Identify key price levels where reversals may occur
- Entry Points: Look for bounces or breaks at these levels
- Stop Loss Placement: Use levels to set logical stop losses
- Target Setting: Previous highs/lows can serve as profit targets
- Multi-Timeframe Analysis: Understand the bigger picture context
🎓 Educational Value
This indicator is perfect for:
- Learning Pine Script: Clean, well-commented code structure
- Understanding Multi-Timeframe Analysis: See how different timeframes interact
- Practicing Technical Analysis: Identify key support/resistance concepts
- Code Study: Full variable names and detailed comments for learning
⚙️ Technical Details
- Version: Pine Script v6
- Overlay: True (plots directly on price chart)
- Max Lines: 500 (handles multiple timeframes efficiently)
- Compatibility: Works on all timeframes (shows relevant levels only)
🔍 What Makes This Different
- Educational Focus: Designed for learning with clear code structure
- Simplified Interface: Easy-to-use settings without overwhelming options
- Visual Clarity: Clean line display with customizable appearance
- Practical Application: Real trading tool, not just a demonstration
📋 Requirements
- TradingView account (any plan)
- Basic understanding of support/resistance concepts
- Any chart timeframe (indicator adapts automatically)
🚀 Quick Start
1. Add indicator to your chart
2. Default settings work great out of the box
3. Customize colors if desired (Green=Daily, Orange=Weekly, Red=Monthly)
4. Watch for price reactions at the plotted levels
5. Use as part of your technical analysis toolkit
---
*This indicator is designed as an educational tool and should be used in conjunction with other forms of analysis. Past performance does not guarantee future results.*
Initial balance - weeklyWeekly Initial Balance (IB) — Indicator Description
The Weekly Initial Balance (IB) is the price range (High–Low) established during the week’s first trading session (most commonly Monday). You can measure it over the entire day or just the first X hours (e.g. 60 or 120 minutes). Once that session ends, the IB High and IB Low define the key levels where the initial weekly range formed.
Why Measure the Weekly IB?
Week-Opening Sentiment:
Monday’s range often sets the tone for the rest of the week. Trading above the IB High signals bullish control; trading below the IB Low signals bearish control.
Key Liquidity Zones:
Large institutions tend to place orders around these extremes, so you’ll frequently see tests, breakouts, or rejections at these levels.
Support & Resistance:
The IB High and IB Low become natural barriers. Price will often return to them, bounce off them, or break through them—ideal spots for entries and exits.
Volatility Forecast:
The width of the IB (High minus Low) indicates whether to expect a volatile week (wide IB) or a quieter one (narrow IB).
Significance of IB Levels
Breakout:
A clear break above the IB High (for longs) or below the IB Low (for shorts) can ignite a strong trending move.
Fade:
A rejection off the IB High/Low during low momentum (e.g. low volume or pin-bar formations) offers a high-probability reversal trade.
Mid-Point:
The 50% level of the IB range often “magnetizes” price back to it, providing entry points for continuation or reversal strategies.
Three Core Monday IB Strategies
A. Breakout (Open-Range Breakout)
Entry: Wait for 1–2 candles (e.g. 5-minute) to close above IB High (long) or below IB Low (short).
Stop-Loss: A few pips below IB High (long) or above IB Low (short).
Profit-Target: 2–3× your risk (Reward:Risk ≥ 2:1).
Best When: You spot a clear impulse—such as a strong pre-open volume spike or news-driven move.
B. Fade (Reversal at Extremes)
Entry: When price tests IB High but shows weakening momentum (shrinking volume, upper-wick candles), enter short; vice versa for IB Low and longs.
Stop-Loss: Just beyond the IB extreme you’re fading.
Profit-Target: Back toward the IB mid-point (50% level) or all the way to the opposite IB extreme.
Best When: Monday’s action is range-bound and lacks a clear directional trend.
C. Mid-Point Trading
Entry: When price returns to the 50% level of the IB range.
In an up-trend: buy if it bounces off mid-point back toward IB High.
In a down-trend: sell if it reverses off mid-point back toward IB Low.
Stop-Loss: Just below the nearest swing-low (for longs) or above the nearest swing-high (for shorts).
Profit-Target: To the corresponding IB extreme (High or Low).
Best When: You see a strong initial move away from the IB, followed by a pullback to the mid-point.
Usage Steps
Configure your session: Measure IB over your chosen Monday timeframe (whole day or first X hours).
Choose your strategy: Align Breakout, Fade, or Mid-Point entries with the current market context (trend vs. range).
Manage risk: Keep risk per trade ≤ 1% of account and maintain at least a 2:1 Reward:Risk ratio.
Backtest & forward-test: Verify performance over multiple Mondays and in a paper-trading environment before going live.
4C Expected Move (Weekly Options)This indicator plots the Expected Move (EM) calculated from weekly options pricing, for a quick visual reference.
The EM is the amount that a stock is predicted to increase or decrease from its current price, based on the current level of implied volatility.
This range can be viewed as support and resistance, or once price gets outside of the range, institutional hedging actions can accelerate the move in that direction.
The EM range is based on the Weekly close of the prior week.
It can be useful to know what the weekly EM range is for a stock to understand the probabilities of the overall distance, direction and volatility for the week.
To use this indicator you must have access to a broker with options data (not available on Tradingview).
Look at the stock's option chain and find the weekly expected move. You will have to do your own research to find where this information is displayed depending on your broker.
See screenshot example on the chart. This is the Thinkorswim platform's option chain, and the Implied Volatility % and the calculated EM is circled in red. Use the +- number in parentheses, NOT the % value.
Input that number into the indicator on a weekly basis, ideally on the weekend sometime after the cash market close on Friday, and before the Market open at the beginning of the trading week.
The indicator must be manually updated each week.
It will automatically start over at the beginning of the week.
Daily and Weekly Moving Averages on Daily ChartThis script is designed to be used on Swing and Position style approaches.
Based on moving averages that I use with the integration of a weekly moving average that is visible on the daily chart /all timeframes.
The moving averages are:
9EMA;
21EMA;
10 week SMA ;
50EMA;
150EMA;
and 200EMA.
Base script from CaptainBrett with Matt Caruso's chat with Richard Moglen showing me that this can be done on Tradingview. When searching for the script, I couldn't find it within the public library.
Please Enjoy
MRP WEEKLY LEVELIntraday Indicator: #MRP_WEEKLY_LEVEL
This indicator plots support and resistance levels based on fibonnaci levels for the entire week.
1. Understanding The Levels:
Intermediate Zone is two pink coloured lines.
Resistance is two blue coloured lines above intermdiate zone.
Support is two blue coloured lines below intermediate zone.
Buy target and Sell Target 1 & 2 are yellow and red coloured lines on both sides.
-Price is strong when it is above the Intermediate Zone.
-Price is weak when it is below the Intermediate Zone.
-Price remains range bound when it stays inside the Intermediate Zone.
-Price is very strong when it's above Weeky Resistance Zone
-Price is very weak when it's below Weekly Support Zone
-Buy Target & Sell Target are the zones where you should take or trail your profit.
2.For Buying/Selling:
-Buy only when 30min close above Resistance Zone . SL below Resistance Zone .
-If 30min close is in huge range, you can buy/sell after pullback to Resistance/ Support Zone .
-Also you can buy/sell if 30min close is above/below Buy/Sell target zone if you missed the rally.
-Sell only when the 30min close below Support Zone . SL above Support Zone .
Wurucututu's Daily/Weekly/Monthly HLOCThis script draws the High/Low range for a daily, weekly, or monthly periods. By default is set to weekly.
Also it draws the open and close for each period, painting it in red if open greater than close, and green otherwise.
You can forward shift ranges to see how current price action interacts with ranges from past periods. By default this is set to zero.
For instance, here is the interaction of current week with previous week range (i.e. a 1 week shift forward).
And here is a 7 month shift forward.
Silver Fundamental (Weekly)This script helps to determine the fundamentals of silver. The value of fundamental strength ranges between 0 to 1. This is developed by considering the COT data and then normalizing it in a particular way so that it helps in determining the trend of silver.
Note: Use this only in Weekly Chart because COT's are announced Weekly.
I hope this script helps people in the tradingview community. And please, do share your reviews after using it.
Godspeed :)
Weekly & Daily Key LevelsWeekly & Daily Key Levels Indicator
This is a multi-timeframe support and resistance indicator that displays critical weekly and daily price levels for A+ -grade trading decisions.
What It Does:
Weekly Levels:
Current Weekly Open (purple) - Key pivot for the week
Previous Weekly High/Low (green/red) - Major support/resistance zones
Previous Weekly Close (gray) - Institutional reference point
Mid-Week Level (orange) - 50% retracement level between weekly high/low
Gap Zones - Visual highlighting of weekly gaps with fill tracking
Daily Levels:
Previous Day Open, High, Low, Close - Essential intraday reference points
Previous Day VWAP (Volume Weighted Average Price) - Institution money flow level
Key Features:
Support/Resistance Zones:
Adjustable zone width around weekly high/low
Color-coded fills (green resistance, red support)
Helps identify optimal entry/exit ranges vs precise lines
Gap Analysis:
Automatic weekly gap detection
Visual gap fill zones (lime = gap up, orange = gap down)
Gap fill tracking and alerts
Real-Time Analysis Table:
Current price position vs all weekly levels
Current price position vs all daily levels
Trading bias indicators (BULLISH/BEARISH/NEUTRAL)
Gap status monitoring
Smart Alerts:
Weekly high/low breakouts
Daily high/low breakouts
Weekly open and mid-level crosses
Gap fills
VWAP crosses
Best Use Cases:
Swing Trading: Use weekly levels for major support/resistance and trade direction
Day Trading: Combine daily levels with weekly context for high-probability setups
Institutional Trading: VWAP and weekly open are key levels where smart money operates
Gap Trading: Track and trade gap fill scenarios
Multi-Timeframe Analysis: See the "big picture" structure on any timeframe
Settings:
Toggle individual level displays
Adjustable zone widths
Customizable alerts
Clean visual presentation that doesn't clutter charts
Adjustments settings based on your trading style. Works on all instruments and timeframes. I am open to any suggested improvements.
4C Options Expected Move (Weekly + 0DTE)This indicator plots the calculated Expected Move for BOTH Weekly and Zero Dated Expiration (0DTE) Daily options, for a quick visual reference.
Please Note: This indicator is different from our original "4C Expected Move (Weekly Options)" indicator, as it now packages the ability to ALSO plot 0DTE options expected moves along with Weekly expected moves. Many other newer features have also been implemented.
Background Information
The Expected Move (EM) is the amount that a stock is predicted to increase or decrease from its current price, based on the current level of options pricing and implied volatility.
This range can be viewed as possible support and resistance, or, once price gets outside of the range, institutional hedging actions can accelerate the move in that direction.
It can be useful to know what the weekly EM range is for a stock to understand the probabilities of the overall distance, direction and volatility for the week.
About the Indicator
This indicator plots the calculated Expected Move for BOTH Weekly and Zero Dated Expiration (0DTE) options, for a quick visual reference.
For the weekly EM, the range is based on the Weekly close of the prior week.
For the Daily EM based on 0DTE options, the range is based on the Daily close of the prior day.
The indicator will automatically start a new weekly EM plot at the beginning of the week, and a new daily EM at the beginning of each day.
The EM values must be updated weekly and/or daily.
Features
Plots the EM for the week
Plots the EM for the day, for symbols that offer daily expiration options
Plots the 2 Standard Deviation EM for both the weekly and daily EM
Labels with calculated values are plotted near the levels for quick visual aid
Settings
Can toggle weekly EM on/off
Can toggle Daily EM on/off
Can toggle 2 Standard Deviation lines on/off
Can toggle labels for all EM on/off
Robust line settings
Can adjust label location left/right based on personal preference
Can enter symbol into settings as a reference
Handy instructions in the settings
How To Set Up The Indicator
To use this indicator you must have access to a broker with options data (not available on Tradingview).
Usually, you can look at the stock's option chain to find the weekly expected move.
You will have to do your own research to find where this information is displayed depending on your broker. You may also need to find the information elsewhere if your broker does not have this information.
You can also do your calculation of the EM using the following formula (please do your own research):
Expected Move = Option Price x Implied Volatility x Square Root of Time
See screenshot example below
This is the Thinkorswim platform's option chain, and the Implied Volatility % and the calculated EM are on the right side of the option chain.
The Expected Move is circled in blue. Use the +- number in parentheses, NOT the % value.
For the weekly EM, input the number that corresponds to the weekly option into the indicator. This must be done on a weekly basis, and It is typically best to use the EM for the next week expiration that is generated AFTER the Friday close and/or before the Monday open of the upcoming week.
For the daily EM, input the number that corresponds to the daily 0DTE option into the indicator. This must be done on a daily basis, and it is typically best to use the EM value for the 0DTE option that is generated the night before (after market close), or before the market opens for that 0DTE. .
P1 - Multi-Instrument Weekly Levels - Version 11.9.25.5Levels based on RDGD channels.
// ===========================================================================
// Multi-Instrument Weekly Levels + MSL X + Alerts + ES to SPX Converter
// Version: 11.9.25.5
//
// VERSION TRACKING:
// Format: xx.xx.xx.x (Month.Day.Year.Revision)
// - First number: Month (11 = November)
// - Second number: Day (9 = 9th)
// - Third number: Year (25 = 2025)
// - Fourth number: Revision (5 = updated MSL/NPL values and reorganized settings)
//
// CHANGE LOG:
// 11.9.25.5 - Updated MSL/NPL values and reorganized settings layout
// 11.9.25.4 - Updated NQ Monday and Weekly levels
// 11.9.25.3 - Fixed showSPXLevels variable name (capital L)
// 11.9.25.2 - Updated SPY, QQQ, ES, YM, RTY, GC weekly and daily levels
// 11.9.25.1 - Initial version saved as starting script
// ===========================================================================
Smart Weekly Lines — Clean & Scroll-Proof (Pine v6)Because your chart deserves structure. Elegant weekly dividers that stay aligned, scroll smoothly, and project future weeks using your wished UTC offset.
Smart Weekly Lines draws precise, full-height vertical lines marking each new week — perfectly aligned to your local UTC offset. It stays clean, smooth, and consistent no matter how far you scroll.
Features
• Accurate weekly boundaries based on your local UTC offset (supports half-hour zones like India +5.5)
• Clean, full-height lines that never cut off with zoom or scroll
• Adjustable color, opacity, width, and style (solid, dashed, dotted)
• Future week projection for planning and alignment
• Optional visibility: show only on Daily and Intraday charts
Works with any market — stocks, crypto, forex, or futures.
Built for traders who value clarity, structure, and precision.
Developed collaboratively with the assistance of ChatGPT under my direction and testing.
Weekly High/Low Weekday Stats by [M1rage]Weekly High/Low Weekday Stats by
---------------------------------------------------------------------------------------------------------------------
Индикатор показывает, в какие дни недели чаще всего формируются недельные High и Low инструмента. Поддерживает режимы 24/5 (FX) и 24/7 (крипто). Работает на Daily (D) таймфрейме.
Что делает:
Скользит по дневным барам, собирает недельные экстремумы.
Для каждой завершённой недели фиксирует день недели недельного High и Low.
Строит таблицу-частот Mon..Fri (24/5) или Mon..Sun (24/7) с процентами/счётчиками.
Опционально помечает на графике лейблами бары, где сформировались недельные High/Low (для быстрой визуальной проверки).
Параметры:
Lookback (years) — глубина истории (примерно 52 недели × годы).
Show percentages — показывать проценты.
Show raw counts — показывать «сырые» счётчики.
Show debug labels (weekly H/L) — лейблы H/L на графике для завершённых недель.
Debug: keep last N weeks — сколько последних недель держать на графике лейблами (старые удаляются).
Market mode — режим рынка: 24/5 (Mon..Fri) или 24/7 (Mon..Sun).
Table theme — цветовая тема таблицы: Dark Theme / Light Theme
(меняет цвет текста, шапки, внешней рамки и внутренних границ).
Очень короткие праздничные недели фильтруются, чтобы не искажать статистику.
---------------------------------------------------------------------------------------------------------------------
The indicator shows on which weekdays a symbol most often sets its weekly High and Low. It supports 24/5 (FX) and 24/7 (crypto) modes. Works on the Daily (D) timeframe.
What it does:
Scans daily bars to build weekly extremes.
For each completed week, records the weekday of the weekly High and Low.
Builds a frequency table Mon–Fri (24/5) or Mon–Sun (24/7) with percentages/counts.
Optionally labels on the chart the bars where the weekly High/Low formed (for quick visual verification).
Inputs:
Lookback (years) — history depth (≈ 52 weeks × years).
Show percentages — display percentages.
Show raw counts — display raw counts.
Show debug labels (weekly H/L) — H/L labels on the chart for completed weeks.
Debug: keep last N weeks — how many recent weeks to keep as labels on the chart (older labels are deleted).
Market mode — market schedule: 24/5 (Mon–Fri) or 24/7 (Mon–Sun).
Table theme — table color theme: Dark Theme / Light Theme (changes text color, header, outer frame, and inner grid).
Very short holiday weeks are filtered out to avoid skewing the statistics.
HTF 3rd Weekly High/LowThis indicator plots horizontal lines for the high and low of a selected past weekly candle, allowing traders to visualize higher time frame (HTF) structure on lower time frame charts (e.g., 1H, 4H, etc.).
Features:
Custom Weekly Range Selection: Use the dropdown to choose which weekly candle to reference — from the current week (0) to up to five weeks back.
Clean Horizontal Lines: High and low levels of the selected week are drawn as persistent horizontal lines.
Automatic Text Labels: Labels like Week-3H and Week-3L are shown on the right side of the chart, matching the week selected.
Customization:
Line colors
Line width and style (solid, dotted, dashed)
Text label offset
Automatic Refresh: Levels and labels are redrawn at the start of each new week to stay current with your selection.
Daily/Weekly/Monthly LevelsDaily/Weekly/Monthly Levels
TLDR
Shows Daily/Weekly/Monthly reversal levels. These can act as support/resistance levels.
Can only see what's in your candle history. I.e. It won't see old monthlies on your 1m chart! Use Daily to see everything with the most history.
Can only see levels higher than or equal to your current time frame. I.e. it will not see daily levels if you're looking at a weekly chart.
Doesn't keep levels that have been closed through. Does keep levels that have been only wicked.
This indicator shows you daily, weekly and monthly horizontal reversal levels to save you the hassle of doing it yourself. It's a little aid to speed up your TA routine.
Usage Details and Limitations
All daily, weekly, and monthly levels will be marked with lines on the chart automatically. Levels will only be visible from that level's TF or lower, i.e. you can't see the daily levels from the weekly chart, but you can see all levels from daily or lower charts. No levels will be displayed if you select a time frame higher than 1 month.
New levels will not be drawn if they are very close to existing levels. You can change the 'closeness' threshold in settings. It is specified as a percentage move from the existing level.
However, higher TF levels will REPLACE lower TF levels if they are too close. If you set the 'closeness' setting to 0, all levels will be drawn.
Levels will only be drawn if they are in your displayed candle range! I.e. the lower you go in timeframe, the less history you can see, and so levels originating from further back might be missed!
One technique you might have is to load up the daily timeframe and use that to mark any nearby levels of interest.
How does it work?
Basically, it looks for reversal candles on the D/W/M Timeframes, and draws a line for you from the open of the reversal candle (of that TF), so long as you are on a TF equal or lower than that level.
New bars on that TF that close through that TF's old levels will clear that level. Wicks do not clear.
Each newly found level will not be drawn if it's within the percentage distance of an existing level of equal or higher time frame.
Each new level also checks for existing levels on lower TFs that it can replace. E.g. if a monthly bar closes and produces a monthly level equal to an existing daily or weekly level, that daily or weekly level will be replaced. Use the settings to specify your 'closeness' allowance.
Please remember, it can only see as far back as your candle history, so you won't see old monthlies on a 1 minute chart! Use the daily TF to see all three levels at once with maximum history.






















