Improved Multi-Timeframe (MTF) 21 EMA - plots same as live dataThis multi-timeframe 21-period exponential moving average uses an improved calculation to accurately calculate the indicator's value with every new bar on the time frame your chart is set to. Previously the indicator only recalculated with every new update on the timeframe used in its security function. This means that this improved script plots the real, current value of your indicator across your chosen timeframes on your chart's resolution and no longer only plots only the indicator's monthly/weekly/daily/4 hour/ect closing value on the your chart.
Input values are fixed to their default (close,21) configuration to make this indicator's improved calculation possible.
When using "Plot Higher Timeframe?" the script will set the indicator to only plot its value in closest larger timeframe. This option overrides the two following options. For example, when using the daily resolution, only the weekly value will plot, or when using the one hour (60m) resolution, only the 4 hour (240m) value will plot.
The "Omit Higher Timeframes?" option will set the indicator to only plot starting from the 1/2/3/4/5/6/7th closest larger timeframe. For example, when using the daily resolution and this option set to 0, all values from the weekly resolution and up will plot, but if set to 1, all values from the monthly resolution and up will plot instead.
The "Plot Yearly/Quarterly/Monthly/Weekly/Daily/4 Hour/1 Hour/15 Minute/5 Minute?" options allow enabling/disabling a specific timeframe. All are enabled by default. For example, if you do not want the yearly value of the indicator to ever plot, you can disable the "Plot Yearly?" option.
Cerca negli script per "weekly"
Improved Multi-Timeframe (MTF) MACD - plots same as live dataThis multi-timeframe MACD uses an improved calculation to accurately calculate the indicator's value with every new bar on the time frame your chart is set to. Previously the indicator only recalculated with every new update on the timeframe used in its security function. This means that this improved script plots the real, current value of your indicator across your chosen timeframes on your chart's resolution and no longer only plots only the indicator's monthly/weekly/daily/4 hour/ect closing value on the your chart.
Input values are fixed to their default (close,12,26) configuration to make this indicator's improved calculation possible.
When using "Plot Higher Timeframe?" the script will set the indicator to only plot its value in closest larger timeframe. This option overrides the two following options. For example, when using the daily resolution, only the weekly value will plot, or when using the one hour (60m) resolution, only the 4 hour (240m) value will plot.
The "Omit Higher Timeframes?" option will set the indicator to only plot starting from the 1/2/3/4/5/6/7th closest larger timeframe. For example, when using the daily resolution and this option set to 0, all values from the weekly resolution and up will plot, but if set to 1, all values from the monthly resolution and up will plot instead.
The "Plot Yearly/Quarterly/Monthly/Weekly/Daily/4 Hour/1 Hour/15 Minute/5 Minute?" options allow enabling/disabling a specific timeframe. All are enabled by default. For example, if you do not want the yearly value of the indicator to ever plot, you can disable the "Plot Yearly?" option.
Pivot Point Monthly - bitcoin by Simon-RoseMonthly Version:
I have written 3 Indicators because i couldn't find what i was looking for in the library, so you can turn each one on and off individually for better visibility.
This are Daily, Weekly and Monthly Pivot Points with their Resistance and Support Points
and also on the Daily with the range between them.
I will also publish some Ideas to show you how to use them if you are not familiar with the traditional pivot points strategy already.
Unlike the usually 3 support & resistances i added 4 of them, specifically for trading bitcoin (on traditional markets this level of volatility usually never gets touched)
Here you can see which lines are what for reference, as the Feature to label lines is missing in Pinescript (if you have a workaround pls tell me ;) )
This is the basic calculation used :
PP = (xHigh+xLow+xClose) / 3
R1 = vPP+(vPP-Low)
R2 = vPP + (High - Low)
R3 = xHigh + 2 * (vPP - Low)
R4 = xHigh + 3 * (vPP - Low)
S1 = vPP-(High - vPP)
S2 = vPP - (High - Low)
S3 = xLow - 2 * (High - PP)
S4 = xLow - 3 * (High - PP)
If you have any questions or suggestions pls write me :)
Happy trading
Cheers
Daily Version:
Weekly Version:
Pivot Points Daily - bitcoin by Simon-RoseDaily Version:
I have written 3 Indicators because i couldn't find what i was looking for in the library, so you can turn each one on and off individually for better visibility.
This are Daily, Weekly and Monthly Pivot Points with their Resistance and Support Points
and also on the Daily with the range between them.
I will also publish some Ideas to show you how to use them if you are not familiar with the traditional pivot points strategy already.
Unlike the usually 3 support & resistances i added 4 of them, specifically for trading bitcoin (on traditional markets this level of volatility usually never gets touched)
Here you can see which lines are what for reference, as the Feature to label lines is missing in Pinescript (if you have a workaround pls tell me ;) )
This is the basic calculation used :
PP = (xHigh+xLow+xClose) / 3
R1 = vPP+(vPP-Low)
R2 = vPP + (High - Low)
R3 = xHigh + 2 * (vPP - Low)
R4 = xHigh + 3 * (vPP - Low)
S1 = vPP-(High - vPP)
S2 = vPP - (High - Low)
S3 = xLow - 2 * (High - PP)
S4 = xLow - 3 * (High - PP)
If you have any questions or suggestions pls write me :)
Happy trading
Cheers
Weekly Version:
Monthly Version:
RSI + Trend Kijun LTThis script is a simple RSI + 1 indication on trend :
- RSI 14 periods that you can personalize :
- period and upper/lower boundary can be customize
- Coloration when RSI exceeds the upper/lower limits
- Indication on long term trend :
- if intraday or daily : weekly trend (haussier / baissier Ⓦ)
- if weekly : monthly trend (haussier / baissier Ⓜ)
- The trend is calculate by the following expression : last confirmed close (not real time) weekly/monthly compared to Kijun-Sen weekly/monthly
Ce script est un simple RSI + 1 indication de tendance :
- RSI 14 périodes que vous pouvez personnaliser :
- Période et limite supérieure/inférieure personnalisables
- Coloration lorsque le RSI dépasse les limites supérieures/inférieures
- Indication de la tendance à long terme :
- si intrajournalier ou journalier : tendance hebdomadaire (haussier / baissier Ⓦ)
- si hebdomadaire : tendance mensuelle (haussier / baissier Ⓜ)
- La tendance est calculée par l'expression suivante : dernière clôture confirmée (pas en temps réel) hebdomadaire/mensuelle par rapport à Kijun-Sen hebdomadaire/mensuelle.
NB : Maybe in futur, possibility to add daily trend when intraday / Peut-être à l'avenir, possibilité d'ajouter une tendance journalière en intrajournalier.
FTC (The Strat)The FTC indicator is for detecting Full Timeframe Continuity on a 60 min chart.
The indicator checks the current candle color of the daily, weekly and monthly charts while on the 60 minute chart.
If all of the 60 minute, daily, weekly and monthly candles are of the same color then there is a Full Timeframe Continuity.
Thus a chart can have FTC Up, FTC Down or be neutral.
A neutral condition occurs when there is at least one candle color in opposition on the 60 minute, daily, weekly or monthly timeframes.
The FTC indicator is visible on the top of the chart above the current candle.
Colors have been selected to display as best as possible on both black as well as white backgrounds.
Green indicates FTC Up.
Red indicates FTC Down.
Yellow indicates FTC Neutral.
(defaults)
Colors, symbols and positions can be configured with a configuration menu.
Click the 'gear' on the indicator after it has been applied to access the configuration menu.
The indicator can be applied to any timeframe chart. However, nothing will be displayed unless the timeframe is 60 minutes.
This version is in open beta for testing. Please provide feedback.
Disclaimer: All scripts from this account are for informational purposes only and do not produce buy or sell recommendations.
© 2018 Crinklebine
Overlay Higher Timeframe EMA 10Plot the daily and weekly EMA 10 on any timeframe.
The Daily EMA 10 is useful for helping a trader decide whether the price is overextended without switching back to the daily timeframe and losing focus. It will change colour to indicate which order the EMA 10 and EMA 20 is in.
The Weekly EMA 10 is useful for helping a trader decide whether to take a trade based on long term momentum. If it is over the current price then the market has more momentum to the downside and if it is under then the market has more momentum to the upside. It will also change colour depending on which order the EMA 10 and EMA 20 is in. The weekly is often forgotten in trade planning.
You can switch the Daily and the Weekly on and off independently and change styles if you wish.
ForexATRPositionSizerThis script allows me to size up my trades based on account size and ATR. Default is Weekly ATR.
Inputs:
1) Account Size
2) % Unit of Risk
3) ATR Time Frame
4) ATR Period
5) ATR Multiple
The indicator will calculate a trade size for you (1000 = 0.01 lots) across all pairs adjusted by ATR.
1 Unit of Risk (%) is equivalent to ATR Multiple * ATR Weekly of movement.
For example:
Assume you have a 10000 dollar account.
You equate 1% of Equity to N*ATR of movement on weekly chart.
Suppose N*ATR = 100 pips.
Therefore, your trade size will equate to 0.1 lots.
This allows the trader to equalize the effect of equity fluctuations relative to any one given pair.
Multi-Timeframe VWAPShows the Daily, Weekly, Monthly, Quarterly, and Yearly VWAP.
Also shows the previous closing VWAP, which is usually very near the HLC3 standard pivot for the previous time frame. i.e. The previous daily VWAP closing price is usually near the current Daily Pivot. Tickers interact well with the previous Daily and Weekly closing VWAP.
Enabling the STDEV bands shows 3 separate standard deviation levels, defaulted at 1, 2, and 3. The lookback period for the bands is always changing with each new bar, since the standard deviation is calculated from the current bar to the beginning of the period. This is different from bollinger bands, as the lookback is constant (usually 20 periods is the textbook default).
The STDEV bands interval of interest can be changed from Day (D), Week (W), Month (M), Quarter (Q), Year (Y).
Tickers tend to bounce very well on Daily, Weekly, and Yearly VWAP (Yes... Year). Use this code and observe the Year VWAP on several major symbols through the past few years and eyes will be opened.
reallifetrading.com DeanMA + vwap w/ 50+200 smaThis script functions in 2 modes, "intraday" & daily/weekly/monthly.
By changing your chart to any "intraday" timeframe, this mode will automatically switch based on which timeframe you are view on your TradingView charts.
INTRADAY: the script will show the "Dean Moving Average" (10ema on 15/min). NOTE: This 10ema on 15/min will calculate correctly even if using a 5 min chart.
DAILY/WEEKLY/MONTHLY: the script will show the 50 sma in green and 200 sma in purple. If you are viewing a daily chart, it will show the 50-daily sma, if you are viewing a weekly chart, it will show the 50-week sma, etc.
Any questions: DM me
Relative Strength of 2 securities - Jayy This is an update of the Relative Strength to index as used by Leaf_West.. 4th from the top. my original RS script is 3rd from the top.
In this use of the term " Relative Strength" (RS) what is meant is a ratio of one security to another.
The RS can be inerpreted in a fashion similar to price action on a regual security chart.
If you follow his methods be aware of the different moving averages for the different time periods.
From Leaf_West: "on my weekly and monthly R/S charts, I include a 13 EMA of the R/S (brown dash line) and
an 8 SMA of the 13 EMA (pink solid line). The indicator on the bottom of the weekly/monthly charts is an
8 period momentum indicator of the R/S line. The red horizontal line is drawn at the zero line.
For daily or 130-minute time periods (or shorter), my R/S charts are slightly different
- the moving averages of the R/S line include a 20EMA (brown dash line), a 50 EMA (blue dash line) and
an 8 SMA of the20 EMA (pink solid line). The momentum indicator is also slightly different from the weekly/monthly
charts – here I use a 12 period calculation (vs 8 SMA period for the weekly/monthly charts)."
Leaf's website has gone but I if you are interested in his methods message me.
What is different from my previous RS: The RS now displays RS candles. So if you prefer to watch price action of candles to
a line chart which only plots the ratio of closes then this will be more interesting to you.
I have also thrown in a few options to have fun with.
Jayy
SuperTrend Oscillator v3Version 3: Improved aesthetically, complete turnaround for the strategy with which to use this indicator.
Once again, thanks to BlindFreddy and ChrisMoody for the bits of code that were assembled into this indicator.
Make the chart yours using the share button for the indicator with barcolors functionality.
Changes from v2 and looking forward: Indicator now uses a 14 length SuperTrend with no ATR multiplier. This my preferred use and I'd be grateful to hear your case for a different length/multiplier. Removed the Bollinger Bands and retracement dots due to these being gimmicky and marginally useful. There may be a version 4 should a similar concept using a rate of change analysis turn out to be useful. I have also tried -in vain- to plot internal trend peaks as horizontal S/R levels. Please pm if you are willing to help in that respect.
Strategy: The indicator will display the trend as a red/green area. It measures the spread between the closing price and the SuperTrend line, much like a CCI (close and ma). When the area contracts warning bars of the opposite trend color will warn of a reversal. When this happens, these areas will either be defended, reviving the trend, or will break, causing a trend flip. SuperTrend is unique in that breaks are typically large candles, and that its levels, especially on Weekly, Daily, Hourly, Minute timeframes, these levels will be defended (think similar to a 200sma or a 21ema). The STO making new highs within (internal) a trend is an overextension sign.
CVX Example: This is not a full analysis of CVX's stock , just an example potential trades. On the posted chart I used a weekly and a daily STO.
Long 1:The weekly showed warnings and then flipped. The daily made a double bottom, showed warnings and then flipped the daily STO at trendline support.
Long 2:The weekly still shows an uptrend, the daily made a weak break to downtrend and reversed back upwards at trendline support, forming a double bottom. Note the conservative exit when the STO made an internal new high.
Long 3: looking forward on CVX stock , the current downtrend made a weak break and is showing sings of reversal (pin bar) at horizontal support. Go long on flip of the daily (conservative) or flip of the hourly (aggressive).
SuperTrend OscillatorVersion 3: Improved aesthetically, complete turnaround for the strategy with which to use this indicator.
Once again, thanks to BlindFreddy and ChrisMoody for the bits of code that were assembled into this indicator.
Make the chart yours using the share button for the indicator with barcolors functionality.
Changes from v2 and looking forward: Indicator now uses a 14 length SuperTrend with no ATR multiplier. This my preferred use and I'd be grateful to hear your case for a different length/multiplier. Removed the Bollinger Bands and retracement dots due to these being gimmicky and marginally useful. There may be a version 4 should a similar concept using a rate of change analysis turn out to be useful. I have also tried -in vain- to plot internal trend peaks as horizontal S/R levels. Please pm if you are willing to help in that respect.
Strategy: The indicator will display the trend as a red/green area. It measures the spread between the closing price and the SuperTrend line, much like a CCI (close and ma). When the area contracts warning bars of the opposite trend color will warn of a reversal. When this happens, these areas will either be defended, reviving the trend, or will break, causing a trend flip. SuperTrend is unique in that breaks are typically large candles, and that its levels, especially on Weekly, Daily, Hourly, Minute timeframes, these levels will be defended (think similar to a 200sma or a 21ema). The STO making new highs within (internal) a trend is an overextension sign.
CVX Example: This is not a full analysis of CVX's stock, just an example potential trades. On the posted chart I used a weekly and a daily STO.
Long 1:The weekly showed warnings and then flipped. The daily made a double bottom, showed warnings and then flipped the daily STO at trendline support.
Long 2:The weekly still shows an uptrend, the daily made a weak break to downtrend and reversed back upwards at trendline support, forming a double bottom. Note the conservative exit when the STO made an internal new high.
Long 3: looking forward on CVX stock, the current downtrend made a weak break and is showing sings of reversal (pin bar) at horizontal support. Go long on flip of the daily (conservative) or flip of the hourly (aggressive).
Momentum of Relative strength to Index Leaf_West styleMomentum of Relative Strength to index as used by Leaf_West. This is to be used with the companion Relative Strength to Index indicator Leaf_West Style. Make sure you use the same index for comparison. If you follow his methods be aware of the different moving averages for the different time periods. From Leaf_West: "on my weekly and monthly R/S charts, I include a 13 EMA of the R/S (brown dash line) and an 8 SMA of the 13 EMA (pink solid line). The indicator on the bottom of the weekly/monthly charts is an 8 period momentum indicator of the R/S line. The red horizontal line is drawn at the zero line.
For daily or 130-minute time periods (or shorter), my R/S charts are slightly different - the moving averages of the R/S line include a 20EMA (brown dash line), a 50 EMA (blue dash line) and an 8 SMA of the20 EMA (pink solid line). The momentum indicator is also slightly different from the weekly/monthly charts – here I use a 12 period calculation (vs 8 SMA period for the weekly/monthly charts)." Leaf's methods do evolve and so watch for any changes to the preferred MAs etc..
Relative strength to Index set up as per Leaf_WestRelative Strength to index as used by Leaf_West. If you follow his methods be aware of the different moving averages for the different time periods. From Leaf_West: "on my weekly and monthly R/S charts, I include a 13 EMA of the R/S (brown dash line) and an 8 SMA of the 13 EMA (pink solid line). The indicator on the bottom of the weekly/monthly charts is an 8 period momentum indicator of the R/S line. The red horizontal line is drawn at the zero line.
For daily or 130-minute time periods (or shorter), my R/S charts are slightly different - the moving averages of the R/S line include a 20EMA (brown dash line), a 50 EMA (blue dash line) and an 8 SMA of the20 EMA (pink solid line). The momentum indicator is also slightly different from the weekly/monthly charts – here I use a 12 period calculation (vs 8 SMA period for the weekly/monthly charts)." Leaf's methods do evolve and so watch for any changes to the preferred MAs etc..
CM_Pivot Points Daily To IntradayNew Pivots Indicator With Options for Daily, 4 Hour, 2 Hour, 1 Hour, 30 Minute Pivot Levels!
Great for Forex Traders! - Take a Look at Chart with Weekly, Daily, and 4 Hour levels. Weekly Pivots Indicator is separate - Link is Below.
Plot one Pivot Level or Multiple at the Same Time via Check Boxes in the Inputs tab.
Defaults to 4 Hour Pivot Levels - Adjust in Inputs Tab.
S3 and R3 are turned off by Default - You can Activate Them In The Inputs Tab.
These Intraday Options were Requested By Users Using My CM_ Pivots Point Custom Indicator that Plots Daily, Weekly, Monthly, Quarterly, and Yearly Pivot Levels. Link is Below.
Now Both Longer-Term Traders and Shorter Term Traders Have All The Pivot Levels They Need. From Yearly Levels All The Way Down to 30 Minute Levels!
***The Candles On The Chart Are Custom Heikin-Ashi Paint Bars. Link is Below
CM_ Pivot Points Custom
Daily, Weekly, Monthly, Quarterly, Yearly Pivot Levels
Heikin-Ashi Paint Bars
CM_Pivot Points_CustomCustom Pivots Indicator - Plots Yearly, Quarterly, Monthly, Weekly, and Daily Levels.
I created this indicator because when you have multiple Pivots on one chart (For Example The Monthly, Weekly, And Daily Pivots), the only way to know exactly what pivot level your looking at is to color ALL S1 Pivots the same color, but create the plot types to look different. For example S1 = Bright Green with Daily being small circles, weekly being bigger circles, and monthly being even bigger crosses for example. This allows you to visually know exactly what pivot levels your looking at…Instantly without thinking. This indicator allows you to Choose any clor you want for any Pivot Level, and Choose The Plot Type.
JJ Thursday Expiry Highlighter - NiftyThursday Expiry Highlighter
This indicator shades the background of all Thursday trading sessions on your chart — ideal for Nifty, Bank Nifty, and other Indian markets where the weekly options expiry typically occurs on Thursdays.
Features:
Highlights entire Thursday columns on any timeframe (intraday or daily).
Adjustable highlight color and transparency for maximum visibility without obscuring candles.
Makes expiry days stand out for quick recognition in both live trading and historical analysis.
Use Cases:
Quickly identify weekly option expiry days for planning.
Visually backtest expiry-day patterns or volatility setups.
Combine with other indicators for expiry-specific strategies.
Disclaimer:
This tool is for educational and informational purposes only. It does not provide financial advice and should not be relied upon as a sole basis for making investment decisions. Market conditions can change, and there is no guarantee of accuracy. Always do your own research and consult a licensed financial professional before trading or investing.
JJ Tuesday Expiry Highlighter – SensexHighlights every Tuesday across your chart for quick identification of Indian market weekly expiry days (Sensex expiry = Tuesday).
Features:
• Works on all timeframes
• Customizable highlight color
• Optional "Expiry" label on daily charts
• Useful for options traders tracking weekly expiry trends
Disclaimer:
This script is for informational and educational purposes only.
It does not constitute financial advice or a recommendation to trade.
Please do your own research and consult a licensed financial advisor.
Pro Tip:
Duplicate this script and change `dayofweek.tuesday` to `dayofweek.thursday` to mark Nifty expiry days as well.
Daily Signal Alert**📄 English Description (English version)**
**Indicator Name:** Daily Signal Alert + Multi-Indicator Dashboard & Volume Profile
This all-in-one indicator combines multiple technical analysis tools into a single dashboard to help you read market movements easily and make better trading decisions.
It provides technical signals, key support/resistance levels, and a basic volume profile, along with a smart alert system.
**Included Indicators:**
1. **Exponential Moving Averages (EMA 9/20/50):**
* Shows current trend by comparing EMA9 & EMA20 with EMA50.
* Generates bullish and bearish crossover signals.
2. **MACD (12/26/9):**
* Generates bullish and bearish crossovers between MACD line and Signal line.
3. **Relative Strength Index (RSI 14):**
* Detects overbought (RSI > 70) and oversold (RSI < 30) conditions.
4. **Average Directional Index (ADX 14):**
* Measures trend strength and indicates if the trend is bullish or bearish.
5. **Candle Behavior (Squeeze):**
* Compares the current candle size with the previous one to detect momentum squeeze/expansion.
6. **Relative Volume (RVOL):**
* Shows if current volume is above or below average.
7. **Traditional Pivot Levels (Daily / Weekly / Monthly / Auto):**
* Displays key support and resistance levels.
8. **Approximate Volume Profile (POC / VAH / VAL):**
* Identifies Point of Control (POC) and Value Area range.
**Features:**
* Option to display all signals or only the latest one (removing old ones).
* Dashboard table summarizing indicator states with automatic coloring.
* Automatic alerts when any signal appears.
* Auto mode for pivot timeframe selection.
* Basic volume profile to highlight accumulation/distribution zones.
**How to Use:**
* Enable or disable “Show All Signals” depending on your trading style.
* Monitor the dashboard to quickly check indicator states.
* Use Pivot Levels & Volume Profile for key market zones.
* Enable alerts to get notified immediately after a candle closes.
**📄 Arabic Description (الوصف العربي)**
**اسم المؤشر:** Daily Signal Alert + Multi-Indicator Dashboard & Volume Profile
هذا المؤشر المتكامل يجمع بين عدة أدوات تحليل فني في لوحة واحدة، ليساعدك على قراءة حركة السوق بسهولة واتخاذ قرارات تداول أفضل.
المؤشر يعرض إشارات فنية، مستويات دعم ومقاومة، وجانب من تحليل حجم التداول، بالإضافة إلى نظام تنبيه ذكي.
**المؤشرات المدمجة:**
1. **المتوسطات المتحركة الأسية (EMA 9/20/50):**
* يعرض الاتجاه الحالي عبر مقارنة EMA9 و EMA20 مع EMA50.
* إشارات تقاطع صاعدة وهابطة.
2. **مؤشر الماكد (MACD 12/26/9):**
* يعطي إشارات تقاطع صاعدة وهابطة بين خط الماكد وخط الإشارة.
3. **مؤشر القوة النسبية (RSI 14):**
* يحدد حالات التشبع الشرائي (RSI > 70) والتشبع البيعي (RSI < 30).
4. **مؤشر الاتجاه المتوسط (ADX 14):**
* يقيس قوة الاتجاه مع تحديد إذا كان صاعداً أو هابطاً.
5. **سلوك الشموع (Squeeze):**
* يقارن حجم الشمعة الحالية مع السابقة لتحديد ضغط أو انفراج الحركة.
6. **حجم التداول النسبي (RVOL):**
* يحدد إذا كان حجم التداول أعلى أو أقل من المتوسط.
7. **مستويات Pivot التقليدية (Daily / Weekly / Monthly / Auto):**
* تعرض نقاط الدعم والمقاومة الرئيسية.
8. **بروفايل الحجم التقريبي (POC / VAH / VAL):**
* يحدد نقطة التحكم (POC) ومنطقة القيمة.
**المزايا:**
* عرض جميع الإشارات أو آخر إشارة فقط (مع حذف الإشارات القديمة).
* جدول ملخص لحالة كل مؤشر مع تلوين تلقائي.
* تنبيهات تلقائية عند ظهور أي إشارة فنية.
* دعم الوضع التلقائي لاختيار إطار مستويات الـ Pivot.
* عرض بروفايل حجم تداول تقريبي لمناطق التجميع/التوزيع.
**طريقة الاستخدام:**
* فعّل أو عطّل عرض جميع الإشارات حسب أسلوبك.
* راقب الجدول لمعرفة حالة المؤشرات لحظياً.
* استخدم مستويات الـ Pivot والبروفايل لتحديد مناطق الدعم والمقاومة.
* فعّل التنبيهات لتصلك الإشارات فور إغلاق الشمعة.
Rapid Candle Analysis: Bias & HT Pattern V2Indicator Title: Rapid Candle Analysis: Bias & HT Pattern
Description
Elevate your price action trading with the Rapid Candle Analysis indicator, a powerful and highly customizable tool designed to give you an immediate, objective edge in any market. This indicator projects higher timeframe (HTF) candles directly onto your chart, allowing you to instantly assess market bias and monitor developing price action without ever leaving your current timeframe.
The indicator features two distinct, independent modules that can be used separately or together for a comprehensive view of the market's structure and intent.
Core Mechanisms & How to Use Them
The indicator is split into two powerful sections:
1. Bias Analysis (2-Candle View)
This is your go-to module for a quick and clean read on the market's directional bias.
What it does: It displays the last two completed candles from your chosen higher timeframe (e.g., Daily, Weekly, 4-Hour).
Why it's powerful: By looking at the last two closed candles, you can objectively determine if the market is bullish, bearish, or consolidating. This removes emotional bias and helps you align your trades with the dominant HTF momentum.
Key Features:
Smart Time Labels: The candles are intelligently labeled for instant context. For Daily timeframes, you'll see "Previous Day" and the specific date of the candle before it. For Weekly, Monthly, and even yearly timeframes, you get clear labels like "Last Week" or "Last Quarter". For hourly timeframes, it shows the precise time.
Customizable Projections: Project the high and low of the most recently completed candle into the future to identify key potential support and resistance levels.
Full Customization: Control the timeframe, colors, and projection distance to fit your exact trading style.
Example Usage:
You are trading on the 15-minute chart. You set the Bias Analysis timeframe to "Daily".
The indicator shows you that the "Previous Day" candle was a strong bullish candle that closed near its highs. The candle before it (labeled with its date) was also bullish.
Your takeaway: The daily bias is strongly bullish. You can now focus on finding long entries on your 15-minute chart, knowing you are trading in harmony with the higher timeframe trend.
2. HT Candle Pattern (3-Candle View)
This module is your real-time window into how the current session's price action is unfolding on the higher timeframe.
What it does: It displays the last two completed HTF candles PLUS the current live, developing candle.
Why it's powerful: It allows you to see the current price action in the context of the previous candles. Is the live candle engulfing the previous one? Is it forming a pin bar at a key level? This module gives you the answers in real-time.
Key Features:
Live Candle Monitoring: Watch the current HTF candle form tick-by-tick, helping you anticipate potential reversals or continuations.
Contextual Analysis: See how the live candle interacts with the high/low of the previous candles.
Independent Timeframe: You can set this to a different timeframe than the Bias module (e.g., Daily for Bias, 4-Hour for Pattern Analysis).
Example Usage:
You have identified a key resistance level on your chart. You set the HT Candle Pattern timeframe to "4-Hour".
As the price approaches your resistance level on the 5-minute chart, you watch the live 4-hour mini-candle.
You notice the live 4H candle is forming a long upper wick, showing that sellers are stepping in at that resistance.
Your takeaway: This is a sign of rejection on the higher timeframe. You can now look for a short entry, confident that the HTF is confirming your analysis.
Why This Indicator is Different
Dual Independent Modules: Use the Bias and Pattern modules together or separately, each with its own timeframe, for ultimate flexibility.
Clean & Uncluttered: The mini-candles are projected neatly to the side of your chart, keeping your main price action area clean.
Objective Analysis: Removes the need to constantly switch timeframes, reducing confusion and helping you make faster, more objective decisions.
High Performance: The indicator is optimized to only perform its drawing calculations on the last bar, ensuring your chart remains fast and responsive.
Disclaimer : This is a powerful analysis tool, not a signal generator. Always use it in conjunction with your own trading strategy, risk management, and understanding of market structure.
Innotrade Liquidity Sweep Order Block Suite for Sniper EntryThe Innotrade LSOB Suite is not just another indicator; it is a comprehensive, multi-layered trading system designed to provide a complete market perspective on a single chart. In today's markets, traders are often overwhelmed by using multiple, disconnected indicators. This suite solves that problem by integrating several powerful, conceptually distinct analytical methods into one cohesive framework.
The core philosophy is built on the principle of confluence. A high-probability trade setup occurs when market structure, trend, momentum, and volume analysis align. This suite is designed to clearly visualize these points of confluence, helping traders move beyond single-indicator signals and make more informed decisions.
Core Features & Underlying Concepts
This is a "mashup" by design, and each component has been carefully selected and calibrated to serve a specific purpose within the broader system. Here’s how they work together:
1. Market Structure & Key Zones - The LSOB Engines
Innotrade LSOB Logic (Proprietary): This is the heart of the indicator. It goes beyond simple order blocks by first identifying a genuine liquidity sweep of a recent high or low. It then establishes a potential zone of interest and waits for a specific price action pattern—a confirmed re-entry and rejection—before generating a high-probability signal. This multi-step validation process is a core part of our proprietary algorithm designed to filter out weak or false zones.
LSOB Fractal Logic: This serves as a complementary method for identifying zones. It uses a more classic fractal-based detection to find areas where price has aggressively reversed after sweeping a fractal high/low. These zones are excellent for identifying potential S/R flips and continuation trades.
2. Trend & Momentum - The Directional Bias
Octo MA Super Suite: This isn't just a collection of moving averages. The eight MAs, with their optional clouds and slope-based coloring, act as a dynamic "river" of trend across multiple timeframes. A trader can instantly gauge whether they should be looking for long or short opportunities by observing the price's position relative to the MA cluster and the color of the flow.
MC Orderflow Signals (Proprietary Weighting): This module provides entry timing and confirmation. It combines multiple momentum oscillators (including concepts from DCO, RSI, and Stochastics) into a single, proprietary weighted aggregate value. A signal is generated only when this aggregate value crosses its own moving average, indicating a statistically significant shift in short-term momentum. This fusion and weighting prevent the common issue of contradictory signals from using these oscillators separately.
3. Signal Confirmation - The Final Check
PVSRA Candle Coloring: Volume is a critical component of confirmation. PVSRA (Price, Volume, Support/Resistance Analysis) colors candles based on the interplay between volume and price spread. A bullish LSOB zone becomes a much higher probability entry if a green or blue PVSRA "vector" candle appears, confirming institutional buying pressure.
Wick Analysis (Advancing/Retracing): This unique pattern identifies potential exhaustion or absorption at key levels. An "Advancing Wick" pattern at the bottom of a bullish LSOB zone, for example, can signal that selling pressure is drying up, adding another layer of confidence to a long entry.
4. High-Level Context - The Bigger Picture
PSY Levels & Daily Open: These tools map out the key psychological levels for the week and the daily opening price. They act as "magnets" or barriers for price and are crucial for setting realistic profit targets and stop losses. A trade signal that aligns with a rejection from a weekly PSY level is often a very powerful setup.
Multi-Timeframe Dashboard: This provides an at-a-glance overview of ATR (volatility) and RSI conditions across six user-defined timeframes, ensuring you are not trading against the broader market flow.
How to Use the Suite: A Practical Strategy
The power of the suite lies in combining these elements. Here is a sample workflow for a high-probability long setup:
Establish Trend: Check the Octo MAs. Is the price generally above the main cluster? Is the MA "flow" predominantly green? This confirms a bullish bias.
Identify Zone: Wait for the price to pull back into a green Innotrade LSOB Zone or a Fractal LSOB Zone. These are your high-interest buy areas.
Wait for Confirmation: As the price interacts with the zone, look for one or more confirming signals:
An MC Orderflow "B" signal appears.
A bullish PVSRA candle (Green/Blue) prints.
An Advancing Wicks pattern forms.
Final Check: Is the entry well above the weekly PSY Low? Is the multi-timeframe dashboard not showing extreme bearishness? If conditions are met, the trade has a high degree of confluence.
Why Is This an Invite-Only Script?
The decision to make this a closed-source, invite-only script was made to protect the intellectual property at its core.
Proprietary Algorithms: The specific calculation, weighting, and validation logic within the Innotrade LSOB signal engine and the MC Orderflow module are unique and the result of extensive research and backtesting. They are not based on publicly available code.
Protection of Key Parameters: To preserve the integrity and effectiveness of these core systems, the most sensitive parameters (such as lookback periods, invalidation tolerances, and oscillator weightings) have been internalized within the code. This prevents misuse and ensures the indicator operates as designed.
Value Proposition: While the suite uses concepts familiar to many traders (MAs, RSI, etc.), its value comes from the unique way these elements are integrated, weighted, and filtered to produce a cohesive and actionable trading framework. This is a complete system, not just a collection of indicators, justifying its exclusivity.
We believe this suite offers a distinct and powerful edge by simplifying complex analysis and focusing on the power of confluence.
PanelWithGrid v1.4📈 Multi-Timeframe Candle Panel + Custom Grid v1.4
🔥 Professional Trading Tool for Multi-Timeframe Analysis
This advanced indicator displays a comprehensive panel of candle data across multiple timeframes (from 1 minute to daily) while plotting a fully customizable grid based on historical price levels. Perfect for traders who use dynamic support/resistance levels!
🌟 Key Features:
✅ Smart Custom Grid:
Choose your reference timeframe (1min to weekly)
Select which previous candle to use as reference (1st, 2nd, 3rd, etc. back)
Adjust grid spacing in points
✅ Multi-Timeframe Dashboard:
Displays Open, Close, High, Low and Price Difference for:
Current timeframe
30M, 1H, 2H, 3H, 4H, 6H, 12H, 1D
✅ Smart Confluence Alerts:
Visual signals when all timeframes align (bullish/bearish)
Special 1H candle analysis after 30 minutes
✅ Clean Visualization:
Thick red line marking reference level
Blue (above) and gold (below) grid lines at regular intervals
Informative label showing reference value and candle used
⚙ How To Use:
1️⃣ Set Grid Timeframe (e.g. "D" for daily, "60" for 1H)
2️⃣ Choose Reference Candle ("1" = most recent, "2" = previous, etc.)
3️⃣ Adjust Grid Spacing (e.g. 5 points between levels)
4️⃣ Watch for Confluence across timeframes
💡 Pro Tip: Use higher timeframes (Daily/Weekly) for significant levels and lower timeframes (1H/4H) for intraday trading.
🔔 Like & Favorite to support future updates!
Optimized Code | Pine Script v5 | TradingView
🎯 Perfect For: Swing Trading, Day Trading, Multi-Timeframe Analysis