Buy/Sell Setup counter to 9For a buy setup: Any candle whose closing price is lower than the closing price four candles earlier.
For a sell setup: Any candle whose closing price is higher than the closing price four candles earlier.
The count starts at 1 as soon as a candle meets the condition and is increased by 1 for each additional matching candle.
Interruption: If a candle does not meet the condition, the counter is reset to 0 and restarts at the next matching signal.
A maximum of 9 is counted – this is the end of the setup.
In the chart, this number is displayed above (for sell) or below (for buy) the respective candle.
Indicators and strategies
Finance Nirvana Indicator V1.4Finance Nirvana indicator V1.4 is an advanced multi-indicator Pine Script strategy and visual aid for TradingView.
CHoCH Hunter v1.0🔥 CHoCH Hunter — Advanced Bearish Structure & Fibonacci Setup Engine
📈 Overview
CHoCH Hunter is a Pine Script™ indicator built for traders who thrive on structured market analysis.
It merges major/minor pivot detection, Change of Character (CHoCH) filtering, and logarithmic Fibonacci retracements into a single, state-driven engine.
________________________________________
🧠 Core Logic & Trading Philosophy
The Big Idea:
Markets move in patterns, and high-probability trades occur when these structures break and reform.
CHoCH Hunter focuses exclusively on bearish structures to spot prime Fibonacci-based reversal zones.
Logic Flow:
1. 📊 Market Structure Backbone
Continuously tracks 4 latest major highs (High 0 – High 3) and 3 major lows.
These pivots form the framework for structure analysis.
2. 🔻 Bearish Background Conditions Bearish market context is set when:
Condition: High 3 < High 2 and
if High 2 > High 1→ require High 2 < High 0
else → require High 2 < High 1
Resets to bullish/neutral if High 2 < High 3
3. 🎯 Hunt for Small Lower Low
Looks for a minor pivot low below the third major low.
This marks potential exhaustion and becomes the 0% Fibonacci anchor.
4. 🔄 CHoCH Selection
Scans recent CHoCH candidates of three possible types:
📌 CHoCH Type Definitions
Inside → Current bar is an inside bar: high < high and low > low .
Smarty → A short-term reversal clue: low > low and low < low .
Pivot → A minor pivot high found via small swing length.
Critical Filter:
CHoCH must occur before the Small LL bar.
Its high must be greater than the Small LL bar’s high (dominance criteria).
5. ⚡ Confirmation & Fibo Activation
CHoCH confirmed when price crosses above it within the lookback window.
Locks Fibo High/Fibo Low and calculates log-scale retracements:
100% (current high)
65% (Golden Zone upper bound)
50% (Golden Zone lower bound)
0% (Small LL)
6. 📈 Dynamic Management
Before 50% breach → Fibo High auto-updates on new highs.
After breach → levels freeze.
Reset triggers:
Price drops below Small LL.
Price invalidates frozen levels.
New qualifying Small LL detected.
________________________________________
✨ Core Functionality
Market Structure Engine: Auto-detects HH/HL/LH/LL for major & minor swings.
Strict CHoCH Filtering: Only structurally meaningful CHoCH points are used.
Logarithmic Fibonacci: Accurate for assets with exponential price moves.
Golden Zone Highlight: Quick visual of high-probability retracements.
State-Machine Core: Cleanly manages detection, confirmation, reset.
________________________________________
🎨 Visualization
📍 Pivot Markers: Major (📕) & minor (📘) swing labels.
🏗️ Structure Labels: Optional major structure annotations.
📊 Fibonacci Levels: Auto-drawn with Golden Zone fill.
🔄 CHoCH Markers : Labeled with type (“Inside”, “Smarty”, or “Pivot”).
________________________________________
⚙️ Inputs & Customization
Major Structure Period (default 4) — pivot sensitivity for big swings.
Minor Structure Period (default 2) — pivot sensitivity for small swings.
Toggle pivot markers, structure labels.
________________________________________
📚 Educational Value
Great for learning:
Market structure recognition.
Fibonacci retracement with context.
Change of Character (CHoCH) pattern types & filtering.
Pine Script state-driven architecture.
________________________________________
⚠️ Risk Disclaimer
🚨 This script is for educational purposes only and is not financial advice.
Trading carries substantial risk — always backtest, confirm with multiple tools, and manage risk responsibly.
________________________________________
DTLLC Time & PriceDTLLC Time and Price with Signals
This indicator is built for traders who understand ICT concepts and want a structured, visual way to align time-based price action with key market levels. By combining customizable trading windows, breakout logic, and daily reference points, it helps you identify high-probability trade opportunities while filtering out market noise.
Key Features
1. Dual Custom Time Ranges (Kill Zones)
Set two independent time ranges per day (start/end hour and minute).
Each range identifies the highest high and lowest low within its window.
Built-in breakout detection generates buy/sell signals when price moves beyond these levels.
2. Volatility Filtering
Adjustable volatility threshold based on True Range relative to ATR.
Filters out low-quality signals during choppy, low-volatility conditions.
3. ATR-Based Stop Loss
Custom ATR length and stop-loss multiplier settings.
Automatically plots ATR-based stop levels for triggered trades.
4. Daily Key Levels
Plots Previous Day High, Previous Day Low, and Midnight Open continuously on the chart.
Useful for spotting breakout and reversal opportunities in line with ICT market structure concepts.
5. Liquidity & Engulfing Candle Highlights
Highlights potential liquidity grab zones (yellow candles) when significant highs/lows are set within your lookback period.
Detects bullish (green) and bearish (red) engulfing patterns for added confluence.
6. Visual & Signal Tools
Buy/Sell signals plotted directly on chart (separate colors for Range 1 and Range 2). Continuous plotting of reference levels to maintain market context throughout the session.
Example Use Case:
A common ICT-inspired reversal setup:
Wait for price to sweep the Previous Day’s High or Low during your chosen time range.
Look for a buy or sell signal with volatility confirmation.
Manage risk using the ATR-based stop-loss plot.
Disclaimer: This script is for educational purposes only and is not financial advice. Trade responsibly and always test strategies before applying them in live markets.
Advanced Price Projection & Trend Channel(Mastersinnifty)Description
The Advanced Price Projection & Trend Channel Analyzer is a technical analysis tool designed to forecast potential future price levels using enhanced linear regression statistics. It provides forward-looking projections, confidence bands, and pivot detection to help traders visualize trend direction, potential price ranges, and trend strength.
How It Works
This indicator applies an enhanced linear regression model to historical price data to calculate:
Slope and intercept for the regression line
R-squared for trend reliability
Standard error for confidence band calculation
Pivot points using Z-score analysis
Future price projections are computed for multiple periods ahead, with upper and lower confidence bands. A built-in projection table displays key metrics such as current price, projections, R-squared value, trend strength, and the projected price range.
Inputs
Regression Length – Number of bars used in regression calculation
Future Projection Periods – How far ahead to project prices
Pivot Threshold Multiplier – Sensitivity for pivot detection
Custom Timeframe – Option to use a different timeframe for analysis
Confidence Band Multiplier – Width of projection confidence area
Show/Hide Options – Toggle trend channel, projection line, and pivots
Color Settings – Customize projection and channel colors
Use Case
Forecast potential future price targets based on current trend data
Identify probable high/low ranges using confidence bands
Gauge trend reliability with R-squared values
Spot potential reversal zones with pivot detection
Support swing trading, trend following, and technical forecasting strategies
Disclaimer
This script is for educational purposes only and does not constitute financial advice. Trading involves risk, and past performance does not guarantee future results. Always perform your own analysis before making any trading decisions.
Panier MEXC vs OTHERS (MEXC+Binance, perf %)test de la performance d'un panier pondéré face à OTHERS V1
Previous Day High/Low Levels [OWI]📘 How to Use the “Previous Day High/Low Levels ” Indicator
This TradingView indicator automatically tracks and displays the previous day's high and low during the Regular Trading Hours (RTH) session. It’s perfect for traders who want to visualize key support/resistance levels from the prior day in futures like CME_MINI:NQ1! and COMEX:GC1! .
🛠 Setup Instructions
1. Customize RTH Session Times
- In the Settings panel, adjust the following under the Levels group:
- RTH Start Hour and RTH Start Minute: Default is 9:30 AM (New York time).
- RTH End Hour and RTH End Minute: Default is 4:15 PM.
- These define the active trading session used to calculate the day’s high and low.
2. Toggle Labels
- Use the Show PDH/PDL Labels checkbox to display or hide the “PDH” and “PDL” labels on the chart.
- Labels appear after the session ends and follow price dynamically.
📊 What the Indicator Does
- During the RTH session:
- Tracks the highest and lowest price of the day.
- After the session ends:
- Draws horizontal lines at the previous day’s high (green) and low (red).
- Optionally displays labels ("PDH" and "PDL") at those levels.
- Lines extend into the current day to help identify potential support/resistance zones.
✅ Best Practices
- Use this indicator on intraday timeframes (e.g., 5m, 15m, 1h) for best results.
- Combine with volume or price action analysis to confirm reactions at PDH/PDL levels.
- Adjust session times if trading non-US markets or custom hours.
OPR — DAX or USEnglish
This indicator automatically plots the Opening Price Range (OPR) for different indices, with customizable start and end times for each instrument.
For the DAX, it draws the high (green), low (red), and midline (grey dotted) for the specified range, defaulting to 09:00–09:15, and extends the lines until the selected end time (default 11:00).
For US indices (Dow Jones, Nasdaq, S&P500), it applies the same logic for the default 15:30–15:45 range, with two vertical black bars marking the start and end of the time window.
Each symbol only displays its own relevant lines (e.g., viewing DAX will only show DAX markers).
Parameters allow adjusting times and visibility for each market.
Scalping Indicator (EMA + RSI)Buy and Sell Signals. Use with Supply and Demand to find good entries. Do not rely solely on this signal. Monitors with short and long EMA cross along with oversold or overbought RSI.
Burak's Big Money Indicator Want to 100x your money? Follow this indicator. It will show you when to buy and sell and the crossover to unreal gains.
Two Dot Closed 5ma VarianceThe concept behind this indicator is I have worked with a 5 simple moving average for a very long time. More significantly I changed the mode of the ma from a line to a DOT format. While price action moves upward the 5 MA stretches its values between bars, doing the same as it moves down. This becomes so much more obvious in DOT format. It is the turning points of direction where the variance between the DOTS of the 5 MA closes. Flattening the DOTS!
I created this indicator for XAUUSD 30 minute chart. Do with as you see fit. The indicator has a function that you can assign a MAX and MIN variance of the 5 MA right down to 0.10 cents. If closing value of 5 MA is within your set amount an ALERT is given. The actual variance is given in the leading flag and is of the prior 2 closed values.
zSph x Larry Waves Wave Zone ForecastElliott Waves and Fibonacci Ratio Lengths have a strong correlated relationship when observing the general strength and termination of both Impulse (Motive) Waves and Corrective Waves.
There are certain Fibonacci levels that are highly reactive when applying it from a Wave Analysis perspective and being aware of the current wave sequence is required.
Often, those beginning their Elliott Wave journey and studies are unsure what Fibonacci levels are relevant and how to apply it to the wave structure that is being observed – this tool removes that ambiguity on placement.
Being aware of the predisposed levels that have a high rate of reaction can assist in managing trades from a scalp intra-day approach, a day trading approach, and a swing trading approach.
# Concept
This tool helps with identifying zones that are relevant to the wave that is currently in progression upon the market and visualize important Fibonacci levels where reactions often occur from an Elliott Wave perspective such as:
Wave 2
Wave 3
Wave 4
Wave 5
Wave B Zigzag
Wave B Flat
Wave X Zigzag
Wave X Flat
Wave C
Wave Y
This helps remove almost all the manual labor of updating fib levels, selecting certain fib levels, and manually moving the fib levels as price continues to print while autonomously providing the levels visually.
# Correct Usage
Wave 3 / Wave C / Wave Y
Once a clear impulse/motive structure has been identified for a Wave 1, Wave A or Wave W, apply the indicator to the structure.
Anchor 1 is the beginning of the impulse for Wave 1 or A or W.
Anchor 2 is the end of the impulse for Wave 1 or A or W.
The result is the standard zones for Wave 3, Wave C and Wave Y.
BINANCE:LINKUSD
Wave 4
Once a clear impulse/motive structure has been identified for Wave 3, apply the indicator to the structure.
Anchor 1 is the beginning of Wave 3 (or the end of Wave 2)
Anchor 2 is the end of Wave 3 (or the beginning of Wave 4)
The result is the standard zone for Wave 4.
LINKUSD
Wave B / Wave X / Wave C / Wave Y
Once a clear 3-wave corrective has been identified for a potential Corrective pattern, apply the indicator to the structure.
- Anchor 1 is the end of beginning of Wave A or Wave W
- Anchor 2 is the end of Wave A or Wave W
The result is the standard zones Waves B / X and Waves C / Y for Zigzags, Flats and Combos.
BINANCE:LINKUSD
# Settings
"Show Labels" will toggle on and off the labels for each fib zone, each fib line, and invalidation ticks that are in the 2/3 – B/C option to help with calculating risk management quickly.
"Use Log Scale" will allow you to toggle on/off the log scale for log fibs
"Extend Lines" will allow you to extend the fib lines to current price action from the Elliott Wave Zones to see reactions off the fib levels.
“Extend Zones” will allow you to extend the overall zone for the fibs to current price action from the Elliott Wave Zones to see reactions off the zone. There is also user customization of color use for the zones/.
“Fib Levels” will allow you to customize the lines and colors of the fibs lines.
“X-Axis Offset” will increase or decrease the position of the fibs of the zones (not the extension boxes)..
RSI DJ GUTO 2025RSI do Samuca, tem de trocar as cores, esse e o usado nas lives, tem de trocar as cores pra ficar igual ao do Samuca pois aqui nao consegui trocar as cores.
Samuca's RSI, you have to change the colors, this is the one used in the lives, you have to change the colors to be the same as Samuca's because I couldn't change the colors here.
Price Opening LevelsThis TradingView indicator by SnipingInTheRange is designed specifically for futures and indices. It plots key market opening prices:
- Daily, Weekly, Monthly Opens
- SITR Price Open — the 9:30 AM New York session open
The SITR Price Open is the core level, marking the exact price when the NYSE opens. It’s labeled clearly and used as a strategic anchor for intraday trades, reflecting institutional momentum and volatility.
Customizable features include line styles, colors, label visibility, and offset positioning—giving futures and index traders clean, precise visual cues for high-probability setups.
HMA V1 – Hull ATR SuperTrend with HTF Gate (Optimized for ES & NOverview
HMA V1 is a directional trend-following indicator designed for ES and NQ futures, combining a Hull ATR-based SuperTrend system with a Higher Timeframe HMA gate to filter entries. It can also be used on major indices and liquid stocks, but accuracy will be lower compared to ES/NQ optimization.
The indicator generates Buy and Sell signals based on the alignment of short-term price action with the higher timeframe trend filter. The logic is tuned for both scalping (more frequent signals, lower win rate) and day trading (fewer signals, higher win rate).
⸻
Signal Logic
1. Base Trend Engine:
• Uses an ATR-based Hull Moving Average (HMA) to dynamically calculate upper and lower bands for trend detection.
• Price crossing above the upper band in an uptrend = potential Buy trigger.
• Price crossing below the lower band in a downtrend = potential Sell trigger.
2. HTF HMA Gate Filter:
• All signals must pass a Higher Timeframe HMA check to confirm the broader trend direction.
• This acts as a noise filter, reducing false signals in choppy conditions.
3. Timeframe Behavior:
• Long Signals:
• Works best on 15m for day trading (higher win rate).
• 5m gives more scalping opportunities but with more false signals.
• If you want to trade longs, uncheck “Lock Long Signals to Specific Timeframe” for flexibility.
• Short Signals:
• Currently only coded to appear on 5m timeframe (bug to be fixed in future versions).
4. Partial Profit Logic (optional):
• Although not enforced in this version, the system is often used with partial profit-taking at fixed % targets and moving stops to breakeven after P1.
⸻
Best Use Practices:
• ES/NQ Futures: Best performance and most accurate filtering.
• Other Indices/Stocks: Usable but expect lower accuracy; re-tune ATR/HMA parameters for better results.
• Scalping: Use 5m for quicker entries, accept more noise.
• Day Trading: Use 15m for fewer, higher-probability setups.
• Always combine with your own market structure and higher timeframe bias for best results.
⸻
Known Bugs / Limitations:
• Long signal lock is sometimes overly restrictive — uncheck the “Lock Long Signals to Specific Timeframe” option to see more entries.
• Short signals currently only appear on the 5m timeframe.
Michalke Momentum IndexMichalke Momentum Index (MMI) is an indicator I made with the aim of predicting Gold prices. I built it around the 8h chart but it can be applied to any chart.
I hope using this will help you significantly.
Price Tracker/galgoomThis indicator is designed for Renko chart traders who want to combine price action relative to a key line (qLine) with Moneyball buy/sell signals as a confirmation. It helps filter trades so you only get signals when both conditions align within a chosen time window.
How It Works
First Event – Price Trigger
Detects when the Renko close crosses above/below your selected qLine plot from the qPro indicator.
You can choose between:
Cross – only triggers on an actual crossover/crossunder.
State (Close) – triggers whenever price closes above/below qLine.
Second Event – Moneyball Confirmation
Waits for Moneyball’s Buy Signal (for long) or Bear/Sell Signal (for short) plot to fire.
You select the exact Moneyball plot from the source menu.
You can specify how the Moneyball signal is interpreted (== 1, >= 1, or any nonzero value).
Sequential Logic
The Moneyball signal must occur within N Renko bricks after the price event.
The final buy/sell signal is printed on the Moneyball bar.
Key Features
Works natively on Renko charts.
Adjustable confirmation window (0–5 bricks).
Flexible detection for both qLine and Moneyball signals.
Customizable label sizes, arrow display, and alerts.
Alerts fire for both buy and sell conditions:
BUY: qLine ➜ Moneyball Buy
SELL: qLine ➜ Moneyball Sell
Inputs
qLine Source – Pick the qPro qLine plot.
Price Event Type – Cross or State.
Moneyball Buy/Sell Signal Plots – Select the correct plots from your Moneyball indicator.
Confirmation Window – Bars allowed between events.
Visual Settings – Label size, arrow visibility, etc.
Use Case
Ideal for traders who:
Want a double-confirmation entry system.
Use Renko charts for cleaner trend detection.
Already have qPro and Moneyball loaded, but want an automated, rule-based confluence check.
38 minutes ago
Release Notes
This indicator is designed for Renko chart traders who want to combine price action relative to a key line (qLine) with Moneyball buy/sell signals as a confirmation. It helps filter trades so you only get signals when both conditions align within a chosen time window.
How It Works
First Event – Price Trigger
Detects when the Renko close crosses above/below your selected qLine plot from the qPro indicator.
You can choose between:
Cross – only triggers on an actual crossover/crossunder.
State (Close) – triggers whenever price closes above/below qLine.
Second Event – Moneyball Confirmation
Waits for Moneyball’s Buy Signal (for long) or Bear/Sell Signal (for short) plot to fire.
You select the exact Moneyball plot from the source menu.
You can specify how the Moneyball signal is interpreted (== 1, >= 1, or any nonzero value).
Sequential Logic
The Moneyball signal must occur within N Renko bricks after the price event.
The final buy/sell signal is printed on the Moneyball bar.
Key Features
Works natively on Renko charts.
Adjustable confirmation window (0–5 bricks).
Flexible detection for both qLine and Moneyball signals.
Customizable label sizes, arrow display, and alerts.
Alerts fire for both buy and sell conditions:
BUY: qLine ➜ Moneyball Buy
SELL: qLine ➜ Moneyball Sell
Inputs
qLine Source – Pick the qPro qLine plot.
Price Event Type – Cross or State.
Moneyball Buy/Sell Signal Plots – Select the correct plots from your Moneyball indicator.
Confirmation Window – Bars allowed between events.
Visual Settings – Label size, arrow visibility, etc.
Use Case
Ideal for traders who:
Want a double-confirmation entry system.
Use Renko charts for cleaner trend detection.
Already have qPro and Moneyball loaded, but want an automated, rule-based confluence check.
MDX:Time the selling:VSMarketTrendThe MDX: Time the Sell indicator is designed to identify high-probability profit-booking points and potential trend shift zones by combining price deviation analysis with multi-layered market context filters.
It builds upon the Mean Deviation Index (MDX) concept — measuring how far price has moved away from its mean — but enhances it with dynamic EMA structures, volatility normalization, and momentum overlays.
Data Sources
Price & Volume Data: Direct from TradingView’s built-in real-time feed.
ATR & Volatility Metrics: Based on TradingView’s ATR and standard deviation functions.
EMA Structures: Multiple EMAs for both long-term and short-term market bias tracking.
VWAP: Used for intraday institutional bias measurement.
RSI: Period-specific overbought/oversold detection.
Custom MDX Calculation: Uses an ATR-filtered EMA process to normalize price deviations across different market conditions.
Calculation Approach (High-Level)
While the exact logic is internal, here’s the conceptual flow:
Baseline Mean → Built using an ATR-adjusted EMA to represent a smoothed market mean that adapts to volatility.
Deviation Measurement → Compares current price against the mean, adjusted for ATR to avoid noise.
Trend Context Filters → Multiple EMA layers (short, medium, long) combined with MACD, RSI, and VWAP context.
Signal Structuring →
Red Top Line → Long-term EMA of MDX, representing strong deviation extremes.
Dotted Lower Line → Short-term EMA of MDX, used for quicker turn detection.
Grey MDX Line → Base deviation measurement, showing live market stretch from mean.
How to Use This Indicator
Best Use Case: Timing Profit Booking
Primary Sell Alert → When the MDX line touches the red top line, it indicates a significant overextension from the mean, often preceding a correction. This is where profit booking is most effective.
Sell Confirmation → Red or orange vertical lines mark complete exit zones based on multi-condition trend weakening.
High-Risk Overbought Zone → Blue vertical lines appear when RSI > 80, warning of potential pullbacks even if trend remains intact.
Buy Zone Detection
Green Vertical Line → Suggests a possible re-entry or add-on point, where deviation and momentum align for potential upward continuation.
Visual Guide
Grey Line → Live MDX reading.
Dotted Line (Lower) → Short-term MDX EMA.
Red Line (Upper) → Long-term MDX EMA.
Vertical Green → Possible buy/add zone.
Vertical Red/Orange → Full sell/offload signal.
Blue Vertical → RSI-based overbought warning.
another example
Trading Tips
Use with Trend Context → Best results when aligned with higher timeframe trend direction.
Pair with Volume Analysis → Large deviation + volume spike often signals strong reversal probability.
Avoid Overtrading → Wait for the MDX to reach extreme red-line contact before aggressive selling.
Multi-Timeframe Check → Confirm signals on both your trading and one higher timeframe for higher accuracy.
VIV 1.0 // AN IDEA BY Sunil SethiVIV (Very Important Volume) is a custom-built TradingView indicator designed to decode the psychology behind price and volume behavior — whether you are a breakout trader, reversal trader, or use your own discretionary logic. VIV reveals where institutional activity is likely taking place, highlights trend stages, uncovers volume footprints, and identifies high-probability trading zones — all with zero lag & 100% price-action-based logic.
Key Features (Expanded Concepts)
01. Trend-Based Analysis with Stages and Background Colors
VIV breaks down the market into three color-coded stages based on trend confirmation:
Stage 3: Uptrend (Short-Term Trend Confirmation)
Marks early accumulation or consolidation.
Shows possible reversal zones.
Short-term traders use this to spot opportunities before a breakout.
Stage 2: Uptrend (Medium-Term Trend Confirmation)
Highlights the start of a strong directional move.
Confidence zone for position building and breakout-following strategies.
Stage 1: Uptrend (Long-Term Trend Confirmation)
Indicates long term strength.
These trend stages reflect the emotional phases of market participants and the shifting balance of power between buyers and sellers. You can toggle trend backgrounds for intraday, daily, weekly, and monthly trends and change their background colors.
Note : If the % difference in Stage 3 exceeds 10%, the stock is considered extended. Such setups should be evaluated with caution before making any trade decisions.
02. . Volume Footprints (➕ Signs)
VIV intelligently identifies past candles with high-volume activity (accumulation/distribution).
These are not typical breakout volumes, but subtle footprints of smart money.
Help spot reversal points, liquidity zones, and retest levels.
Valuable for both breakout and reversal traders to confirm zone strength.
You can enable or disable these lines, adjust color, style, and width via VIV Line Settings.
03. VIV || H, VIV || L and VIV || C Zones
Automatically plots horizontal levels from high-volume, high-activity candles—revealing the footprints of smart money.
VIV || H (High) = Top of important bar.
VIV || L (Low) = Bottom of important bar.
VIV || C (Close) = Close price of important bar.
Key levels used by traders for:
Entries
Stop-loss placement
Targets
These zones show where price historically reacted due to strong institutional presence. They come with customizable label colors and backgrounds.
04. Price Tightness Detection
Detects when two or more candles compress within the range of a larger parent candle.
Represents indecision, contraction, or coiling behavior before major price moves.
Ideal for both:
Breakout traders looking for base formations.
Reversal traders watching for exhaustion.
Color-coded markers indicate such tight price zones — disabled by default but can be enabled.
05. Technical Stats Panel (Important Data Table)
An insightful dashboard providing:
ADR% – Volatility-based movement expectations (change period via input).
ATR – Real volatility indicator.
Average Volume / Price Volume – Customizable average period and currency unit (INR/USD).
Trend Data:
10/20/200 SMAs
10-week & 20-week trend stages (custom SMA period/timeframe supported)
Relative Strength vs Benchmark
RS grade: GREAT, GOOD, FAIR, UNCERTAIN, UNDER PERFORMER, LAGGARD, POOR
When RS is comparing: BOTH STRONG, BOTH WEEK
You can also display the benchmark symbol name and change the symbol for relative strength comparison.
06. Relative Strength Grade Change Alerts
VIV tracks relative strength changes against a chosen benchmark (e.g., Nifty MidSmallCap).
The above tells us that if the stock is stronger or weaker than the benchmark.
Detects when relative strength shifts from:
Strong → Weak (e.g., EXCELLENT → GOOD → FAIR)
Weak → Strong (e.g., LAGGARD → POOR → FAIR → GOOD)
Sudden transitions (e.g., WORST → FAIR, BOTH WEAK → GOOD, BOTH GOOD → POOR)
BOTH WEAK → GOOD or BOTH GOOD → POOR means stock's strength is better/poor than the benchmark
and more.
These alerts can help in:
Early trend following
Exiting when RS degrades
Adding positions when RS improves
07. Smart Alerts (Built-in Conditions)
You can set alerts for (any timeframe)
Positive Trend
Negative Trend
Rise in Volume
Relative Strength Changed
Set your preferred interval and trigger type in TradingView to stay updated without chart-watching.
08. Pivot Points
VIV allows visualizing pivot highs and lows using a dynamic window (left/right lookback).
Customizable label text and background color.
Helpful in identifying support or resistance zones and breakout points.
09. Customization Options
Toggle modules like trend background, labels, stats, and volume zones.
Customize colors for:
Labels
Zones
Trend backgrounds
Table text, borders, and alignment
Adjust visibility per timeframe (inputs tab)
How to Use VIV Effectively
Use trend background colors to identify phase (base, uptrend, top).
Look for stage 1, stage 2 and stage 3 for short, medium and long term trend.
Watch for old high-volume candles (➕ marks) to plan entries/exits.
Trade around ➕ marks, VIV || H and VIV || L levels.
Use tight price zones to anticipate explosive moves.
Monitor table for ATR/ADR, RS grade, and moving averages.
Use alerts to automate monitoring of trend, volume, or RS shifts.
Best Suited For:
Reversal traders (demand/supply based)
Breakout traders using base-building logic
Systematic or discretionary traders
Anyone who values price-volume behavior over lagging indicators
iFVG Strategie by Futures.RobbyTitle: iFVG Strategy Checklist by Futures.Robby
Description:
This script provides a purely manual checklist to help traders evaluate their setups based on the iFVG strategy. It is designed solely for visual support and manual selection of criteria — no automatic analysis, no signal generation, and no trade execution.
✅ Features:
8 customizable trade criteria with manual checkboxes
6 optional goal conditions grouped as one scoring point
Manual selection directly on the chart
Dynamic score display: x out of 9 = x%
Color-coded rating scale:
Green ≥ 60%
Orange 40–59%
Red < 40%
Flexible table positioning: top/bottom, left/right
Clear separation between trade criteria and goals
Settings note: goals count as one point in the total score
📌 Important: This tool is not an automated indicator. It is a visual decision aid for traders who want to apply their strategy in a structured and conscious way.
[teachershim] draw sma 9/25/50/100/200/400📌 Description — draw sma 9/25/50/100/200/400
This indicator displays Simple Moving Averages (SMA) for periods 9, 25, 50, 100, 200, and 400 on the chart.
It also marks the last confirmed bar’s SMA values with circular dots positioned to the right by a user-defined offset,
and labels each dot with the SMA period number for quick visual reference.
🔹 Features
SMA Lines
Plots SMA lines for periods 9 / 25 / 50 / 100 / 200 / 400 in distinct colors and thickness.
Last Value Markers
Adds circular markers (dots) at the SMA value of the last confirmed bar, shifted right by the specified offset.
SMA Period Labels
Displays the SMA period number (e.g., "9", "25", "50") just above each dot.
Customizable Parameters
Right offset for marker placement.
Vertical gap between marker and label (in percentage of chart range).
🔹 Parameters
Right Offset: Number of bars to place the marker/label to the right of the last bar.
Text Vertical Gap (%): Percentage offset to position the label above the dot.
🔹 Colors & Line Thickness
SMA 9 → Teal, thickness 1
SMA 25 → Orange, thickness 2
SMA 50 → Blue, thickness 2
SMA 100 → Purple, thickness 1
SMA 200 → Red, thickness 2
SMA 400 → Gray, thickness 1
🔹 Use Cases
Quickly identify key support/resistance levels across multiple SMA periods.
Instantly see the current SMA values without hovering over the chart.
Monitor SMA alignment and spacing for trend analysis or trading setups.
💡 Notes
If the right offset is too large, ensure your chart’s right margin is wide enough to display the markers.
max_labels_count in Pine Script limits how many labels can be displayed at once.
If you want, I can also make you a shorter, more concise “marketplace style” version for TradingView’s public library so it’s punchier and attracts more clicks.
Do you want me to prepare that?
SamC's Advanced Predictor Mark 1 A pattern-similarity model that projects likely price paths on the daily chart and scores confidence in real time.
Mark 1 is a leading indicator built around pattern similarity. It compares today’s market structure with a curated history of prior structures, then builds a weighted projection of possible paths and a confidence read for each scenario. Methods and weights are proprietary; the code is published as protected.
Why daily timeframe
The model is calibrated for 1D charts, where noise is lower and structural patterns persist long enough to be useful. It can load on other timeframes, but daily is the intended use.
On-chart outputs
Projected path showing the model’s current base case
Confidence bands that widen/narrow with estimated variance
Compact readout with similarity score and confidence level
How to use
Apply on the daily chart; keep default settings for first use.
Treat the projection as a scenario—use with your levels, trend context, and risk rules.
Highest value: spotting early sentiment shifts, potential reversal/continuation zones, and framing risk with the confidence bands.
Inputs
Depth – how much history to scan for analogues.
Forecast length – how far ahead to project.
Sensitivity – tightens/loosens the match criteria and band width.
Default values are balanced for most FX/Index/Metals symbols on 1D.
What it isn’t
It’s not a signals bot and doesn’t guarantee outcomes. Use with proper risk management and independent confirmation.
Notes on originality
This release introduces my proprietary similarity framework and weighting logic. The specific methods, thresholds, and blend rules are intentionally abstracted to preserve the model’s uniqueness.
Roadmap
Future versions will add multi-timeframe context and expanded confidence diagnostics.
Disclaimer
For educational use only. This is not financial advice.