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.
Search in scripts for "weekly"
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:
💎💎💎 We are the Masters- by edegrano-Donna-Leah 2How to Use the "💎💎💎 We are the Masters" Script
1. Set Your Timeframes
EMA Timeframes (emaTF1, emaTF2, emaTF3):
Choose 3 different chart timeframes on which you want to analyze the EMA bias. These timeframes will determine how the script evaluates the market trend via EMAs.
Trendline Timeframes (tf1, tf2, tf3):
Choose 3 timeframes for the linear regression trendlines. These smooth out price action and indicate the trend slope.
2. Set Linear Regression Length (regLen)
This controls the length (number of bars) the linear regression trendline uses to calculate the trend.
Smaller values make the trendline more sensitive; higher values smooth out noise but react slower.
3. Interpret the Output
EMA Bias per Timeframe:
Bullish if EMA 50 > EMA 200 on that timeframe.
Bearish if EMA 50 < EMA 200.
Trendline Slope per Timeframe:
Bullish if current regression value > previous regression value (price is trending up).
Bearish if current regression value ≤ previous regression value.
Special Buy Signal:
When all 3 EMA biases are bullish AND all 3 trendline slopes are bullish → Strong Buy Signal (blue dot below bar).
Special Sell Signal:
When all 3 EMA biases are bearish AND all 3 trendline slopes are bearish → Strong Sell Signal (red dot above bar).
EMA Crosses:
The script plots vertical lines and labels on the current timeframe when EMA 50 crosses above (bullish) or below (bearish) EMA 200.
Information Table:
Shows EMA bias and trendline slope status for all timeframes, last EMA cross info, and final overall suggestion.
4. How to Use in Trading
Confirm Trend: Use the EMA bias and trendline slope confluences to confirm the overall trend across multiple timeframes.
Trade Entry: Consider entering long when the special buy signal appears; enter short when the special sell signal appears.
EMA Crosses: Use crosses as secondary confirmation or to detect early momentum shifts.
Trendline Slope: Helps confirm if the price is gaining or losing strength on different timeframes.
Monitor Table: Quickly glance to understand current market bias and confluence.
Suggested Parameters for Different Trading Styles
Style EMA Timeframes Trendline Timeframes Linear Regression Length (regLen)
Scalping 1 min, 3 min, 5 min 1 min, 3 min, 5 min 15 - 20 (responsive, fast)
Day Trading 5 min, 15 min, 30 min 5 min, 15 min, 30 min 20 - 30 (balanced responsiveness)
Swing Trading 1 hr, 4 hr, Daily 1 hr, 4 hr, Daily 30 - 50 (smoother, slower trend)
Position Trading 4 hr, Daily, Weekly 4 hr, Daily, Weekly 50 - 100 (very smooth)
Tips
When using short timeframes, keep the regression length smaller for quicker reaction to price changes.
For longer timeframes, increase regression length to reduce noise and false signals.
Use this script alongside volume or other indicators to improve entry quality.
Avoid trading against the overall confluence bias (e.g., don’t enter longs if final suggestion is “Strong Bearish”).
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.
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
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
Pocs Volume Profile MultitimeframeThis tool automatically plots Point of Control (POC) levels from multiple timeframes (Monthly, Weekly, Daily) directly on your chart.
It helps traders quickly identify key price levels where the highest trading activity occurred, acting as potential support/resistance zones.
Features:
Multi-Timeframe POCs: Displays Monthly, Weekly, and Daily POCs.
Customizable Appearance: Adjust colors, widths, and line styles for each timeframe.
Label Options: Show or hide POC labels with different sizes.
Automatic Updates: New POC levels are added as timeframes change.
Use these levels to spot high-probability reaction zones, align entries/exits with market structure, and enhance confluence with other indicators.
Scalp Swing indicator [ CRM ]The Scalp Swing indicator is designed to provide clear, actionable trade setups for both short-term scalping and longer swing positions — all on a single chart.
It blends advanced trend detection with structured entry/exit mapping so you can trade with clarity and confidence.
🛠 What it Does
Trade Direction Clarity – Instantly identifies probable BUY and SELL zones with visual chart signals.
Structured Risk & Reward – Auto-plots Entry, Stop Loss, and three progressive Target levels for each signal.
Dynamic Trend Guidance – Keeps you aligned with prevailing momentum.
Key Price Zones – Highlights previous daily highs/ lows/ close and weekly highs/ lows to spot potential reaction points.
Multi-Tool Integration – Internally uses a robust combination of trend, moving average, momentum oscillator, and session-based logic (confidential, proprietary blend).
🎯 Key Benefits
Works for both scalping and swing strategies.
One-chart simplicity – no need to load multiple indicators.
Trade setups remain clean and visible without clutter.
Can be used across multiple assets (indices, crypto, commodities).
Designed for traders who value both precision entries and disciplined exits.
📸 Visual Examples
Example BUY Setup
Clean long trade signal with predefined targets and stop loss for structured risk management.
Example SELL Setup
Clear short trade setup highlighting profit-taking zones and protective stop levels.
🕒 Recommended Timeframes
3min / 5min → Intraday & Scalping
4H / Daily Chart → Swing & Positional setups
Before entering, analyze higher timeframes (Weekly/ Daily/ 4H/ 1H/ 15min)
⚠️ Important Learning Note
This tool is meant to aid your learning and strategy development. Use it with:
A clear trading plan
Disciplined risk management
Correct position sizing
Strict Stop Loss rules
Trade only when the risk-to-reward ratio is favorable
In a sideways or opposing market, no trade can be the best trade
True wealth creation happens only through long-term investing
For disciplined risk management, limit intraday exposure to 10% of your capital
🔰 Beginner Path
Start with paper trading for 3 months.
Avoid option/ futures trading initially — options are high-risk instruments and require advanced understanding.
💡 “Learn first, earn later.” Your capital’s growth or loss is entirely in your control.
⚠️ Disclaimer
This indicator and content are intended purely for educational and informational purposes. They do not constitute financial, investment, or legal advice.
All opinions are personal interpretations based on research and are not recommendations to buy, sell, or hold any security.
Always consult a SEBI-registered advisor or certified financial planner before making investment decisions.
The creator is not responsible for any financial loss or decision taken by viewers.
Use this tool as support to your own strategy — not as a standalone trading system.
Happy Trading, CHEERS!
Dynamic OHLC levels(Day/Week/Month/6M/Year)+Open MarkerThis indicator automatically displays the Open, High, Low, and Close (OHLC) levels from the previous trading period directly on your chart. It's a versatile tool for identifying key support and resistance zones based on historical price action. The indicator offers a unique "Auto" mode that intelligently selects the most relevant time frame (Daily, Weekly, Monthly, 6M, or Yearly) based on your current chart's time frame. Alternatively, you can choose a specific time frame in "Manual" mode.
The indicator is designed to provide traders with clear visual cues for important price levels, helping them make more informed trading decisions. It's a valuable resource for both intraday and swing traders, as these levels often act as significant psychological barriers and turning points in the market.
Key Benefits 🎯
Identifies Key Levels Instantly: Automatically plots crucial support and resistance levels from the previous session, saving you time and effort.
Adaptable & Versatile: The "Auto" mode intelligently adjusts to your chart's time frame, ensuring you always see the most relevant OHLC levels.
Customizable: You have full control over which levels to display (High, Low, Open, Close), their colors, line styles, and thickness.
Visual Clarity: The option to highlight the area between the previous high and low provides a clear visual representation of the past session's range.
Multi-Session Support: It supports both Regular Trading Hours (RTH) and Extended Trading Hours (ETH), with a configurable timezone, making it globally applicable.
Core Features ✨
Dynamic Timeframe Selection:
Auto Mode: Automatically displays previous Day OHLC on intraday charts (e.g., 1-hour), previous Week OHLC on daily charts, and so on.
Manual Mode: Allows you to explicitly choose between previous Day, Week, Month, 6-Month, or Year OHLC levels.
Customizable Visuals:
Show Previous High: Plots the highest price of the previous period.
Show Previous Low: Plots the lowest price of the previous period.
Show Previous Open: Plots the opening price of the previous period.
Show Previous Close: Plots the closing price of the previous period.
Show Current Open Marker Line: A separate line that marks the open of the current period.
Highlight Area: Fills the space between the previous high and low with a customizable color.
Global Trading Support:
Session Mode: Choose to display levels based on Regular Trading Hours, Extended Hours, or both.
Timezone Selection: Configure the session timezone to align with major markets like New York, London, Tokyo, or Kolkata.
Line Styling: Adjust the line thickness, style (Solid, Dashed, Dotted), and transparency for each level to match your chart's aesthetics.
Labels: Toggle on/off text labels that clearly identify each plotted level (e.g., "PDH" for Previous Day High).
Who is this indicator for? 👤
This indicator is a powerful tool for a wide range of traders looking to incorporate historical price action into their analysis.
Intraday Traders: Can use the previous Daily OHLC levels to identify potential support/resistance for breakouts and reversals during the trading day.
Swing Traders: Can leverage the previous Weekly, Monthly, or Yearly OHLC levels on higher time frames to spot long-term trend continuation or reversal points.
Day Traders: Use the Previous Daily High/Low to frame the day's trading range and identify key levels for potential mean-reversion trades.
Technical Analysts: Those who rely on key levels and price action will find this indicator invaluable for their analysis.
This indicator simplifies a crucial part of technical analysis, providing a clean, customizable, and adaptive way to visualize and trade off of historical price levels.