NX - ICT Kill ZonesThis indicator highlights the three main ICT Kill Zones — Asian, London, and New York — directly on your chart using New York time (UTC‑4 with automatic DST adjustment).
Each zone is color‑coded for quick visual reference and only appears on intraday timeframes of 1 hour or less. The tool helps traders quickly identify high‑probability trading windows aligned with institutional market activity.
Göstergeler ve stratejiler
Prev-Day POC Hit Rate (v6, RTH, tolerance)//@version=6
indicator("Prev-Day POC Hit Rate (v6, RTH, tolerance)", overlay=true)
// ---- Inputs
sessionStr = input.session("0930-1600", "RTH session (exchange time)")
tolPoints = input.float(0.10, "Tolerance (points)")
tolPercent = input.float(0.10, "Tolerance (%) of prev POC")
showMarks = input.bool(true, "Show touch markers")
// ---- RTH gating in exchange TZ
sessFlag = time(timeframe.period, sessionStr)
inRTH = not na(sessFlag)
rthOpen = inRTH and not inRTH
rthClose = (not inRTH) and inRTH
// ---- Prior-day POC proxy = price of highest-volume 1m bar of prior RTH
var float prevPOC = na
var float curPOC = na
var float curMaxVol = 0.0
// ---- Daily hit stats
var bool hitToday = false
var int days = 0
var int hits = 0
// Finalize a day at RTH close (count touch to prevPOC)
if rthClose and not na(prevPOC)
days += 1
if hitToday
hits += 1
// Roll today's POC to prevPOC at next RTH open; reset builders/flags
if rthOpen
prevPOC := curPOC
curPOC := na
curMaxVol := 0.0
hitToday := false
// Build today's proxy POC during RTH (highest-volume 1m bar)
if inRTH
if volume > curMaxVol
curMaxVol := volume
curPOC := close // swap to (high+low+close)/3 if you prefer HLC3
// ---- Touch test against prevPOC (band = max(points, % of prevPOC))
bandPts = na(prevPOC) ? na : math.max(tolPoints, prevPOC * tolPercent * 0.01)
touched = inRTH and not na(prevPOC) and high >= (prevPOC - bandPts) and low <= (prevPOC + bandPts)
if touched
hitToday := true
// ---- Plots
plot(prevPOC, "Prev RTH POC (proxy)", color=color.new(color.fuchsia, 0), linewidth=2, style=plot.style_linebr)
bgcolor(hitToday and inRTH ? color.new(color.green, 92) : na)
plotshape(showMarks and touched ? prevPOC : na, title="Touch prev POC",
style=shape.circle, location=location.absolute, size=size.tiny, color=color.new(color.aqua, 0))
// ---- On-chart stats
hitPct = days > 0 ? (hits * 100.0 / days) : na
var table T = table.new(position.top_right, 2, 3, border_width=1)
if barstate.islastconfirmedhistory
table.cell(T, 0, 0, "Days")
table.cell(T, 1, 0, str.tostring(days))
table.cell(T, 0, 1, "Hits")
table.cell(T, 1, 1, str.tostring(hits))
table.cell(T, 0, 2, "Hit %")
table.cell(T, 1, 2, na(hitPct) ? "—" : str.tostring(hitPct, "#.0") + "%")
AriVestHub_SMCIntroduction to the AriVestHub_SMC Indicator:
The AriVestHub_SMC indicator is designed and coded based on Smart Money Concepts (SMC). This tool has unique features that you won’t find in any other indicator built around SMC.
I’ve been active in the crypto market since 2019, and besides using the SMC strategy, I also apply several custom strategies in my trading. Personalized versions of these strategies will gradually be shared with you as well.
The main reason for developing this indicator was the gap in existing tools. Many times, setups like Valid Pullback or Inside Bar Candles appear on the chart but are not easily recognizable at first glance, and therefore they get ignored. This often leads to mistakes in Market Structure Mapping right from the beginning, which then causes errors in further analysis and predictions.
Since the SMC strategy is entirely built on market structure, any mistake in identifying its key components basically destroys the reliability of the analysis.
Unlike similar indicators that mostly just draw nice lines and zones on the chart for promotional purposes, AriVestHub_SMC aims to show the reality of the market, not beautify it. Price behavior is the result of trader psychology and the clash of different views—it doesn’t have to look neat and pretty all the time.
This indicator shows exactly what has happened in the market and the possible scenarios ahead. Once you use this tool and study this guide, you’ll clearly feel the difference compared to other common indicators. My main goal in creating AriVestHub_SMC was to give real help to traders—not just to sell or commercialize it.
The AriVestHub_SMC indicator is basically a Market Structure Mapping Engine (SMC Structure Mapping Engine), whose main task is to detect and accurately map market structure movements.
________________________________________
Its key features include:
• BOS / CHoCH – Detecting
• breakouts and changes in market character
• IDM / Pullback – Confirming pivots and valid moves
• OF / OB – Marking key supply and demand zones
• SMT (Smart Money Trap) – Spotting invalid zones and smart money traps
• Liquidity Sweeps / Equal High-Low – Liquidity hunts and reversal setups
• Transfer Option – Automatically correcting structure in Single Leg scenarios
________________________________________
Basic Concepts in the AriVestHub_SMC Strategy
1. Inside Bar
An Inside Bar is a candle (or group of candles) whose price range falls between the High and Low of the previous candle.
In Smart Money and market structure analysis, these candles are usually ignored, and only the main candle is considered.
Simply put, an Inside Bar signals market pause and energy buildup—a place where both buyers and sellers are waiting for price to decide its next direction.
In the picture, you can see candles highlighted in a different color that fall within the main candle range. They should not be treated as independent candles, and all of them together should be considered as one.
________________________________________
2. Pullback
A pullback happens when price makes a temporary return after a main move. Even a single candle can cause it.
In Smart Money, a valid pullback is defined as:
• In an uptrend: if the Low of a candle breaks the Low of the previous candle which is not an Inside Bar, a valid pullback occurs.
• In a downtrend: if the High of a candle breaks the High of the previous candle which is not an Inside Bar, a valid pullback occurs.
Valid pullbacks are the points where the market gathers the energy needed to continue its move.
In the image below, both valid and invalid pullbacks are shown.
________________________________________
3. IDM – Inducement
Inducement is one of the most important concepts in AriVestHub_SMC. Without IDM, no structure in Smart Money can form.
Every valid pullback can be considered an IDM.
There are two types: Major IDM and Minor IDM.
Correctly identifying IDM is critical, because the entire market structure is mapped based on it.
After each BOS or CHoCH, a new HH or LL pivot is only confirmed if the price returns and touches the IDM.
• In an uptrend after BOS: the lowest price of the first valid pullback is the Major IDM, and the last pullback before reaching the Major IDM is the Minor IDM.
• In an uptrend after CHoCH: the highest price of the first valid pullback is the Major IDM, and the last pullback before reaching the Major IDM is the Minor IDM.
The same rules apply in reverse for downtrends.
In this strategy, Major IDM always takes priority.
The image shows different types of IDM, and the same applies for downtrends.
________________________________________
4. BOS – Break of Structure
A Break of Structure happens when price breaks its previous High or Low in the direction of the trend:
• In an uptrend: if the previous HH is broken, BOS occurs.
• In a downtrend: if the previous LL is broken, BOS occurs.
BOS confirms continuation of the current market trend.
________________________________________
5. CHoCH – Change of Character
Change of Character occurs when price moves against the previous trend:
• In an uptrend: if the previous LL is broken, CHoCH occurs.
• In a downtrend: if the previous HH is broken, CHoCH occurs.
CHoCH is usually a signal of a trend reversal or a deep market correction.
The image shows the overall market structure with BOS and CHoCH.
________________________________________
6. Order Flow
Order Flow zones are formed from valid pullbacks and are usually points where price reacts strongly.
They are defined as:
• In an uptrend: Last Selling Momentum Before pushing upside
• In a downtrend: Last Buying Momentum Before pushing dowside
Three main types of Order Flow used in this strategy:
• OF: Decisional (Dec) – The first valid OF after IDM, where the market makes its key decision.
• OF: Extreme (Ext) – The last valid OF after IDM, acting as the final defense of buyers or sellers.
• SMT – Smart Money Trap – All order zones before IDM, and those between Dec and Ext. These usually cause short-term, deceptive reactions and are not valid for trading.
In addition:
• Unmitigated Order Flow – A zone not yet touched, still a liquidity source.
• Mitigated Order Flow – A zone that has been touched, with reduced validity.
• Redefine Order Flow – Identifying internal OFs within a main unmitigated OF for more precise entries.
The image shows the different types of OF.
________________________________________
7. H/L Liquidity Sweep
A Liquidity Sweep happens when price breaks a previous High or Low with a wick, but the candle body fails to close beyond it.
• If the High is broken with a wick but the candle closes below it, a Liquidity Sweep occurs.
• If the Low is broken with a wick but the candle closes above it, a Liquidity Sweep occurs.
These setups are often signs of trapping traders and starting a move in the opposite direction. In fact, Liquidity Sweep points are among the best trading setups.
________________________________________
🔑 Final Note
All these concepts are like puzzle pieces: Inside Bar, Valid Pullback, IDM, BOS, CHoCH, Order Flow, and Liquidity Sweep.
When combined, they create a clear and accurate picture of the market’s real behavior.
________________________________________
Indicator Settings
1. Analyze From … To …
• Set the analysis time range.
• Another use: In ping-pong structures, you can add another copy of the indicator to the chart, set the starting point at the recent HH or LL, and map the internal structure for counter-trend trading.
________________________________________
2. Main
• Confirm CHoCH with wicks → If enabled, only the wick (not the body) is considered for BOS and CHoCH confirmation. Useful for spotting subtle liquidity-based breaks.
• Major / Minor IDM → Choose IDM type.
• Consider Inside Bar → Best kept enabled, so candles inside the previous candle are ignored.
________________________________________
3. Fib Ret
• Min pullback retracement % → Set the minimum retracement level.
• Helps identify valid pullbacks and gives more confidence in trend continuation.
• Meaning: if BOS happens, price must at least retrace by the minimum percentage before expecting the trend to continue.
________________________________________
4. BOS/CHoCH
• Display BOS and CHoCH on the chart with customizable color and style.
________________________________________
5. IDM
• Mark previous IDM : Show past IDMs.
• Mark live IDM : Show current active IDM.
• Customize IDM display options.
________________________________________
6. Pivots
• Display HH and LL pivots.
________________________________________
7. Transferring H/L IDM BOS/CHoCH
• Transfer in case of lack idmB or idmS → When the move is Single Leg and no valid IDM exists in the recent move, HH, LL, and IDM must be shifted and corrected. This adjusts the market structure.
• In case of transferring, remove all previous transferred Market Structure → If enabled, every time HH/LL and IDM need to be shifted, the transfer happens and the market structure is re-analyzed from scratch.
• Important: Often after one transfer, another Single Leg appears. This option keeps adjusting structure automatically, while doing it manually would be slow and error-prone.
________________________________________
8. Order Flow
• Display Decisional, Extreme, and Supply/Demand OFs.
________________________________________
9. H/L Sweeps
• Detect Liquidity Sweeps at Highs and Lows.
• These are very strong reversal setups.
________________________________________
10. Equal High/Low
• Show equal Highs and Lows where liquidity often accumulates.
________________________________________
11. Moving Average
• Add a moving average as a trend filter.
• Option to choose type (SMA/EMA) and length (e.g., 50 or 200).
• Usually:
o MA50 → For mid-term trends, quick confirmation.
o MA200 → For long-term trends, stronger confirmation.
________________________________________
12. Internal Structure (ZigZag)
• Show internal market structure as ZigZag.
________________________________________
13. Inside Bar Candles
• Display Inside Bars in color or with a box.
Direct Message: Telegram.com/ArmanAria
ADR Multi-TF (4 lignes) en $ADR Multi-TF (4 lines) — in $
A simple and effective indicator for visualizing an asset's average volatility over up to 4 different time frames — on a single chart. It calculates the average (High − Low) over the selected period (day, week, month, 3M, etc.) and displays it in dollars 💵. Perfect for comparing market momentum between D/W/M and calibrating your targets.
What's in it for you?
Multi-scale view: Compare Daily / Weekly / Monthly / 3M at a glance.
Trade targeting: Sets realistic TP/SL based on the asset's average movement.
Regime reading: Detects when volatility expands or contracts 📈📉.
Key parameters ⚙️
4 independent lines: each with its own timeframe, length, color, and thickness.
Choice of timeframe: empty = chart TU, or D, W, M, 3M…
Length = number of bars in the chosen TU (e.g., 14 weeks if W).
Display in dollars (not %), faithful to the original ADR spirit.
Usage tips 💡
Combine a Daily line (short setting) with a Weekly line (longer setting) to see if the day's movement is "normal" or abnormal.
In intraday TU, keep a W or M line as a macro volatility benchmark.
The higher TU bars (e.g., W, M) are dynamic until closed: the value can change over the week/month—this is normal, not historical repainting.
In short: a simple, readable, and customizable tool to frame your plans with realistic limits. Add it, adjust your 4 lines, and trade more serenely ✨
Asia815This Pine Script indicator plots high, low, and equilibrium (50%) lines for the Asia session (20:00–21:15, America/New_York timezone) on your chart. It tracks the session's highest, lowest, and midpoint prices, displaying customizable lines and labels that extend for a user-defined period after the session ends. The script also includes alert conditions for price crosses of these levels. Fully customizable with options for line visibility, color, style, thickness, and label size.
ICT Trading by JaeheeSUMMARY
• This script consolidates widely used ICT concepts into a single, coherent toolkit that emphasizes structural clarity over chart clutter.
• It renders Market Structure (BOS/CHoCH), significant Order Blocks (OB), Fair Value Gaps (FVG) with size filtering, BSL/SSL liquidity lines with optional sweep pruning, and Killzone session start markers.
• For analysis/education only. It does not provide investment advice or imply performance/returns.
WHAT MAKES IT DIFFERENT
• Integrated coverage of core ICT elements in one script (Structure, OB, FVG, BSL/SSL, Killzone).
• Quality gating so only “meaningful” zones/gaps remain (ATR/percent/tick thresholds, leg displacement, optional volume filter).
• Liquidity line maintenance: BSL/SSL can be automatically pruned after a defined sweep so attention stays on current liquidity.
• Visual minimalism: compact labels inside boxes; no background shading by default, keeping the chart readable.
• One-click contrast: a “Force Black” toggle switches all labels/lines to black for maximum legibility.
• Component-level ON/OFF controls (FVG / OB / BSL-SSL / Killzone) to tailor visibility to your workflow.
• OB de-duplication policy prevents overlapping clutter (keep-older-and-extend-right / keep-older / replace-with-new).
COMPONENTS & LOGIC (CONCISE)
• Market Structure (BOS/CHoCH)
◦ External swings via fractal pivots.
◦ BOS confirmation = close beyond the recent swing by k·ATR + a minimum real-body (first bar).
◦ Regime-aware labeling distinguishes BOS vs CHoCH.
• Order Blocks (strict ICT with significance)
◦ Demand OB: last down candle before a qualifying upside break; Supply OB: last up candle before a qualifying downside break.
◦ Filters enforce candle body, zone thickness, leg displacement (ATR-based), optional volume.
◦ Mitigation handling: Keep / Delete / Shrink (partial fills shrink the zone until invalidation).
• Fair Value Gaps (FVG)
◦ Standard 3-candle definition.
◦ Valid only when gap height ≥ max(percent threshold, ATR-based threshold, tick threshold) → trivial gaps intentionally removed.
◦ Minimal “FVG” text is centered inside the box.
• BSL / SSL & Sweep Management
◦ Equal highs/lows detected using dual tolerances (ticks + ATR) and a bar-spacing cap.
◦ Optional auto-removal after a sweep (Wick / Close / AnyTouch) so only actionable liquidity remains.
• Killzone Session Starts
◦ Compact vertical tick + label at the first bar of Asia / Europe / New York (no background fill).
INPUTS (MINIMIZED BY DESIGN)
• Visibility toggles: Show FVG / Show Order Blocks / Show BSL-SSL / Show Killzone session starts.
• Contrast toggle: Make all texts & lines BLACK (ON/OFF).
• Most numeric thresholds are internally fixed to discourage over-optimization and preserve consistent behavior.
HOW TO USE — PRACTICAL WORKFLOW
• Frame selection
◦ HTF (bias frame): choose 1H/4H/1D to read structure and map major OB/FVG.
◦ LTF (execution frame): 1–15 minute range; prefer trades aligned with the HTF bias.
• Long scenario (checklist)
◦ Bias: HTF shows a recent upside BOS or down→up CHoCH; price approaches a credible demand OB/FVG.
◦ Liquidity: recent SSL sweep (downside liquidity taken). Swept SSLs may auto-remove if that option is enabled.
◦ Triggers (one or more):
·· Fading back into a demand OB with support (close holds above the OB top).
·· Reclaim of a bullish FVG (close back above lower/mid line).
·· LTF structural shift (mini CHoCH → BOS).
◦ Invalidation/Risk: stop below OB bottom or sweep low, with an ATR buffer.
◦ Management: scale out near local LTF highs or nearest BSL; secondary targets at opposing FVG/supply OB; trail under LTF swing lows or FVG lower boundary.
• Short scenario (checklist)
◦ Bias: HTF shows a downside BOS or up→down CHoCH.
◦ Liquidity: recent BSL sweep (upside liquidity taken).
◦ Triggers (one or more):
·· Rejection from a supply OB after re-entry.
·· Failure/reject at a bearish FVG (upper/mid line).
·· LTF structural shift (mini CHoCH → downside BOS).
◦ Invalidation/Risk: stop above OB top or sweep high, with an ATR buffer.
◦ Management: scale out near local LTF lows or nearest SSL; secondary targets at opposing FVG/demand OB; trail above LTF swing highs or FVG upper boundary.
BSL/SSL TIPS
• Generation uses recent fractal highs/lows with tick/ATR tolerance and a spacing cap to avoid spurious “equal” prints.
• If auto-removal is enabled, swept lines vanish, keeping the view focused on what matters now.
• Confluence after a sweep (e.g., reversal close + OB/FVG nearby) can increase conviction.
ORDER BLOCK TIPS
• Significance filters (body/thickness/leg displacement/optional volume) suppress weak OBs by design.
• De-duplication keeps one meaningful zone when two boxes fully overlap (or extends the older zone to the right, depending on policy).
• Mitigation modes:
◦ Keep — retain the zone for reference even after touch.
◦ Delete — remove on mitigation to keep only fresh levels.
◦ Shrink — reduce boundary toward the fill to reflect partial consumption.
FVG TIPS
• Three-way minimum size (percent / ATR / ticks) must be met; this intentionally removes micro-gaps (e.g., ~0.12%).
• Bullish FVG: reclaim of the lower/mid line with a close may serve as a long trigger in a bullish context.
• Bearish FVG: rejection at the upper/mid line may serve as a short trigger in a bearish context.
• On mitigation (close through), boxes are removed to keep the chart clean.
KILLZONE (SESSION START MARKERS)
• Asia / Europe / New York: a short vertical tick and label at the session’s first bar—no background shading.
• Focus on signals forming soon after the session opens; overlap (e.g., Europe→New York) can increase volatility.
RISK & REAL-TIME CONSIDERATIONS
• Fractal swings confirm after L/R bars, so structure labeling is delayed by definition (and then fixed).
• BOS/CHoCH is validated only on the confirming close (k·ATR beyond the swing with a minimum real-body).
• OB/FVG/BSL-SSL state can change quickly on mitigation/sweep; account for slippage and define re-entry rules ahead of time.
• Always apply independent risk management (position sizing, stops). This is a study/analysis tool only.
READABILITY TIPS
• Use the Force-Black toggle when you want maximum contrast against candles.
• Keep only what you need (e.g., FVG+OB) to avoid visual overload.
• Always re-anchor LTF decisions to HTF zones and structure.
LIMITATIONS & NOTES
• No forward-looking guarantees; filters reduce noise but cannot eliminate false signals.
• Visualizations and thresholds are for study/analysis; not financial advice.
• Invite-Only distribution; access is managed via TradingView’s invitation system. No external links or promotions are included.
KILLZONE & CHECK LIST ICAKILLZONE & CHECK LIST ICA | The Inner Circle Alchemist
✨ Features:
Display of precise trading killzones on the chart
Marking the high, low, and mid-level of each killzone
Option to show/hide killzone names
Daily separators at custom times (e.g. 17:00 or 00:00)
Highlighting Midnight Open, 8:30 Open, and New York Stock Exchange Open
Display of previous day, week, and month highs & lows (optional)
A clean and practical trading checklist on the bottom-right of the chart
Visual customization, such as showing your name/brand on the chart
Clear indication of weekdays
⚡️ A perfect mix of professional tools & visual style to keep you one step ahead!
ID on All Platforms: TheInnerCircleAlchemist
#Forex #Trading #Indicator #Killzone #TradingChecklist #PriceAction #DayTrading #SwingTrading #SmartMoney #MarketStructure #TradingTools #ChartAnalysis #TechnicalAnalysis #ForexStrategy #TraderLife #ForexTrading
KILLZONE & CHECK LIST ICAKILLZONE & CHECK LIST | The Inner Circle Alchemist
✨ Features:
Display of precise trading killzones on the chart
Marking the high, low, and mid-level of each killzone
Option to show/hide killzone names
Daily separators at custom times (e.g. 17:00 or 00:00)
Highlighting Midnight Open, 8:30 Open, and New York Stock Exchange Open
Display of previous day, week, and month highs & lows (optional)
A clean and practical trading checklist on the bottom-right of the chart
Visual customization, such as showing your name/brand on the chart
Clear indication of weekdays
⚡️ A perfect mix of professional tools & visual style to keep you one step ahead!
ID on all platforms: TheInnerCircleAlchemist
#Forex #Trading #Indicator #Killzone #TradingChecklist #PriceAction #DayTrading #SwingTrading #SmartMoney #MarketStructure #TradingTools #ChartAnalysis #TechnicalAnalysis #ForexStrategy #TraderLife #ForexTrading
Mavi## Core System Structure and Operating Principle
This advanced trading system adopts a multi-dimensional approach to market analysis. Centering on two main trend-following mechanisms, it supports them with 12 different technical analysis tools. Its fundamental philosophy is to simultaneously evaluate different aspects of the market rather than relying on a single indicator. The main signal systems constitute 70% of the total decision, while supporting indicators complete the remaining 30%. Thanks to this mathematical weighting, false signals are minimized while strong market movements are captured early.
The system's most remarkable feature is its automatic calculation of optimal entry points for each trade. During this calculation, the current price position, volatility status, momentum indicators, and critical technical levels are evaluated together. A dynamic algorithm is used to ensure you enter the market at the most suitable price, and this entry point is continuously updated.
## Risk Management and Capital Protection
Risk management is a fundamental element embedded in this system's DNA. Before each trade, the stop loss level is automatically calculated based on volatility, and you are presented with three different profit targets. These targets are determined to optimize the risk/reward ratio. The system recommends risking only 2% of your capital per trade and calculates your position size according to this rule. The profit-taking strategy is based on the principle of graduated exits: 50% of the position at the first target, 30% at the second target, and the remaining 20% at the third target. This approach both protects profits and offers the opportunity to benefit from trend continuation.
Stop loss levels are dynamically adjusted according to the market's current volatility. When volatility increases, the stop distance widens; when it decreases, it narrows. This reduces the risk of unnecessary stops while providing protection against major losses. Additionally, the risk/reward ratio is calculated for each trade, and if this ratio is below 1:2, opening a trade is not recommended.
## Market Condition Analysis and Adaptive Strategy
The system classifies the market into three different regimes: trending, ranging, and consolidation. Different trading strategies are recommended for each regime. During trending periods, more weight is given to signals in the trend direction, and momentum indicators are emphasized. In ranging markets, trading from support and resistance levels is recommended, and overbought/oversold zones receive more attention. During consolidation periods, a major upcoming movement is anticipated, and taking positions in the breakout direction is advised.
Market regime detection is performed by evaluating multiple indicators together. The market's current character is determined by analyzing trend strength, volatility level, volume behavior, and momentum indicators. Through this detection, the appropriate strategy for each market condition is automatically activated.
## Confidence Score and Decision-Making Mechanism
One of this system's most innovative features is the confidence score calculation for each signal. This score is determined by taking the weighted average of 14 different technical indicators and ranges from 0-100. If the confidence score is below 35%, opening a trade is not recommended. The higher the score, the more reliable the signal. Visually represented by stars, this score enables quick decision-making.
The decision-making mechanism adopts an objective and mathematical approach. After all indicators are analyzed, you are presented with a clear recommendation: strong buy, buy, strong sell, sell, or wait. These recommendations are based solely on technical data, completely eliminating emotional factors. This enables disciplined trading free from emotions such as fear and greed.
## Volume and Money Flow Analysis
Volume analysis is an integral part of the system. Metrics such as relative volume, money flow index, accumulated volume indicator, and volume change rate are continuously monitored. Signals are found to be more reliable when trading occurs at more than twice the normal volume. Z-score analysis, particularly used to detect institutional activity, enables you to catch big players' market entries early.
Money flow indicators determine the direction of capital entering or leaving the market. Positive money flow indicates buying pressure, while negative money flow shows selling pressure. By detecting discrepancies between money flow and price movement, potential reversal points are signaled in advance. The combined evaluation of volume and money flow analysis improves signal quality and filters out false breakouts.
## Momentum and Strength Indicators
Momentum analysis enables you to understand the market's internal dynamics. By evaluating the relative strength index, stochastic oscillator, and momentum indicators together, the market's overbought or oversold condition is detected. Trend strength analysis provides information about the sustainability of the current movement. In strong trends, maintaining positions in the trend direction is recommended, while profit realization is advised in weak trends.
Divergence analysis of momentum indicators detects potential reversal points early. If momentum indicators show decline while price makes new highs, this signals trend weakening. Such discrepancies are automatically detected and you are alerted.
## Moving Averages and Trend Analysis
Short, medium, and long-term trends are analyzed using moving averages of different periods. These averages, based on Fibonacci numbers, create natural support and resistance levels. Alignment of all averages in the same direction confirms strong trend presence. Major crossovers are automatically detected and evaluated as harbingers of significant trend changes.
The distance between moving averages is an indicator of trend strength. As averages diverge from each other, the trend strengthens; as they converge, it weakens. This dynamic is continuously monitored, and when the trend weakens, reducing positions or profit realization is recommended.
## Institutional Pattern Recognition
The system automatically detects special formations used by professional investors. Patterns indicating institutional accumulation, such as Spring and UTAD, are evaluated together with large volume movements. A minimum 20-bar cooldown period is applied in detecting these patterns to filter false signals. The Spring pattern indicates potential bottoms and uptrend beginnings, while the UTAD pattern signals tops and downtrend beginnings.
## Practical Use and Application
When you start using the indicator, you should first follow the two main panels in the right corners. The upper panel contains risk management and final decision recommendations, while the lower panel provides detailed market analysis. If there's a high confidence score and a clear signal, you can open a trade from the determined entry point. Always use the recommended stop loss level and stick to profit targets.
You may need to use different parameters in different timeframes. More sensitive settings are preferred for short-term trades, while broader parameters are chosen for long-term trades. Optimized default values are provided for each timeframe, but you can fine-tune according to your own experience.
## Conclusion
This comprehensive trading system is a sophisticated solution developed against the complexity of modern markets. With multiple analysis layers, automatic risk management, and an objective scoring system, it minimizes emotional decisions and enables systematic trading. The system shows you the way, but the final decision is always yours. Disciplined use, patience, and adherence to risk management rules are the keys to long-term success.
The most important rule to remember when trading is that no system is perfect and there are no guarantees in the market. Therefore, always prioritize capital management and only trade with money you can afford to lose. You are provided with professional-level analysis capabilities, but discipline, patience, and continuous learning are essential for success.
CD - Promedio de Posición ManualIndicador que muestra el precio promedio a medida que vas construyendo la posicion, util para hacer backtest.
Indicator that shows the average price as you build your position, useful for backtesting.
Flow State [BreakoutOrFakeout]
🌊 FLOW STATE
Enter the flow with this triple-EMA alignment system that shows
when all timeframes are in perfect harmony.
Features:
• 3-level flow alignment (fast/medium/slow)
• Alignment scoring system (-3 to +3)
• Flow state visualization
• Distance from flow in ATRs
• Clean dashboard display
• Reversal warnings
Flow States:
Strong Up = All aligned bullish (+3)
Weak Up = Partially bullish (+1)
Neutral = Mixed signals
Weak Down = Partially bearish (-1)
Strong Down = All aligned bearish (-3)
Pulse Lite [BreakoutOrFakeout]Pulse Lite - FREE
What It Does
A simplified momentum indicator that shows you the market's "pulse" through a smooth, easy-to-read line. Perfect for traders who want clean, reliable momentum signals without the complexity.
Key Features
💗 Smooth Pulse Line
Clean momentum reading from 0-100
Dynamic colors show market state instantly
No choppy signals or false noise
📊 3-Zone System
Above 70 = Overbought (red zone)
30-70 = Neutral (clear zone)
Below 30 = Oversold (green zone)
🎯 Simple Signals
Green dots when leaving oversold
Red dots when leaving overbought
Color changes show momentum shifts
📍 Current Reading
Live status: HIGH, NEUTRAL, or LOW
Exact value display
Color-coded label
How to Use
Basic Strategy
Oversold (below 30): Look for green dot, consider longs
Overbought (above 70): Look for red dot, consider shorts
Neutral (30-70): Follow the color for trend direction
Quick Rules
Green pulse = Bullish momentum
Red pulse = Bearish momentum
Blue pulse = Neutral/transitioning
Visual Guide
🔴 Red Zone (70-100) = Overbought, reversal risk
🟢 Green Zone (0-30) = Oversold, bounce likely
🔵 Blue Line (50) = Momentum midpoint
Why Start with Lite?
This free version gives you the core pulse reading system - clean, simple, and effective. Perfect for learning the concept or if you prefer minimalist indicators. No clutter, no complexity, just the essential momentum pulse.
Want More Power?
Upgrade to Pulse Meter PRO for:
5-zone power system for precision entries
Signal line with crossover alerts
Histogram strength visualization
Divergence detection
Multi-timeframe dashboard
Advanced filtering algorithms
Priority support
Best For
Beginners learning momentum trading
Traders who prefer simple, clean indicators
Quick momentum checks
Basic overbought/oversold signals
⚠️ DISCLAIMER: For educational purposes only. Trading involves substantial risk of loss. Past performance does not guarantee future results. Always use proper risk management.
Crystal Channels [BreakoutOrFakeout]Crystal Channels
What It Does
Automatically draws dynamic price channels that adapt to market volatility, showing you exactly where price sits within its current range. The crystal-clear visualization instantly reveals whether price is stretched, compressed, or ready to break out.
Key Features
💎 Auto-Adjusting Channels
Channels expand and contract with volatility
No manual adjustment needed
Works on all timeframes automatically
📊 Position Percentage Display
Shows exact position within channel (0-100%)
Real-time updates as price moves
Quantifies overbought/oversold conditions
⚡ Squeeze Detection
Identifies when channels compress
label warns of pending breakout
Yellow background for visual alert
🎯 Multi-Signal System
Breakout confirmations (triangles)
Channel touches (circles)
Strong momentum (diamonds)
All signals filter for false breaks
🎨 Dynamic Visual Feedback
Gradient fills show trend direction
Candle colors indicate position strength
Quarter lines for precision entries
How to Use
Channel Bounces: Enter opposite direction at channel extremes
Breakout Trades: Wait for squeeze, then follow triangle signals
Position Sizing: Use % reading to gauge risk (higher % = higher risk)
Trend Following: Trade with midline direction and color
Visual Guide
🔴 Upper Channel = Resistance/overbought
🟢 Lower Channel = Support/oversold
🔵 Midline = Trend direction
🟡 Squeeze = Volatility contraction
📍 XX% = Current position in range
Why Crystal Channels?
Unlike static channels that need constant adjustment, Crystal Channels automatically adapt to market conditions. The position percentage gives you precise risk assessment, while the squeeze detection helps you prepare for explosive moves before they happen.
Perfect for:
Range traders (fade the extremes)
Breakout traders (play the squeezes)
Swing traders (channel to channel)
Risk managers (clear stop levels)
⚠️ DISCLAIMER: For educational purposes only. Trading involves substantial risk of loss. Past performance does not guarantee future results. Always use proper risk management.
Power Zones [BreakoutOrFakeout]Power Zones
What It Does
Creates dynamic volatility-based zones that expand and contract with market conditions, showing you exactly where price is likely to react. The multi-layer gradient system instantly reveals whether price is in a high-pressure zone (likely reversal) or neutral zone (likely continuation).
Key Features
⚡ 4-Layer Zone System
Outer power zones (strongest reactions)
Inner neutral zones (trend continuation)
Dynamic centerline
All zones adapt to market volatility
🎯 Squeeze Detection
Identifies when volatility contracts (yellow)
Highlights expansion phases (purple)
Alerts before major moves
📊 Power Level Indicators
Purple dots mark extreme distances from center
Shows when price reaches high-power zones
Helps identify reversal points
🎨 Intelligent Color Coding
Zones, lines, and candles change color based on position
Brighter colors = stronger signals
Visual intensity shows opportunity strength
How to Use
Mean Reversion Strategy
Enter opposite direction when price touches outer zones
Purple dots = high probability reversal
Exit at centerline or opposite zone
Breakout Strategy
Yellow squeeze = prepare for breakout
Enter on expansion (purple background)
Ride the momentum to outer zones
Trend Following
Stay long above centerline
Stay short below centerline
Use zones as trailing stop levels
Visual Guide
🔴 Red Zone = Upper pressure area (potential resistance)
🟢 Green Zone = Lower pressure area (potential support)
🔵 Blue Line = Dynamic centerline (trend bias)
🟡 Yellow = Squeeze mode (low volatility)
🟣 Purple = High power or expansion
Settings
Core
Zone Period (10-50): Sensitivity to price action
Zone Width (0.5-4.0): How wide the zones extend
Smoothing (1-10): Reduces zone noise
Visual
Toggle zones, centerline, signals
Adjust transparency and line width
Optional candle coloring
Why Power Zones?
Traditional bands show you lines. Power Zones shows you pressure. The 4-layer gradient system reveals not just where support/resistance might be, but how strong it will be. The squeeze detection gives you a heads-up before big moves, while the power dots show you exactly when price has stretched too far.
Best For
✓ Range traders (fade the zones)
✓ Breakout traders (play the squeezes)
✓ Swing traders (zone-to-zone moves)
✓ Risk management (clear stop levels)
✓ All timeframes and markets
Pro Tips
Squeeze + touch of zone = high probability reversal
Expansion + break of zone = trend continuation
Multiple purple dots = extreme stretch, reversal imminent
Centerline color shows immediate trend bias
⚠️ DISCLAIMER: For educational purposes only. Trading involves substantial risk of loss. Past performance does not guarantee future results. Always use proper risk management and never risk more than you can afford to lose.
Wave Rider [BreakoutOrFakeout]Wave Rider
What It Does
Creates an ultra-smooth trend wave that flows through price action, instantly revealing market direction and momentum strength through elegant visual design. The wave dynamically adapts its color intensity based on trend strength, making it easy to spot high-probability trading opportunities.
Key Features
🌊 Silky Smooth Wave
Double-smoothed calculation eliminates noise
Flows naturally through price action
Adjustable period and smoothing levels
🎨 Dynamic Color Flow
Bright colors = Strong momentum
Faded colors = Weakening trend
Smooth transitions show trend evolution
📊 Optional Ribbon Depth
1-5 translucent layers create visual depth
Shows trend consistency across periods
Beautiful flowing water effect
⚡ Smart Signals
Yellow dots mark potential turning points
Price/wave crossovers for entries
Wave angle analysis (flat/rising/steep)
✨ Clean Design
Minimal chart clutter
Optional candle coloring
Adjustable visual elements
How to Use
Trend Following: Trade in direction of wave color (green up, red down)
Entry Timing: Enter when price crosses above/below wave with momentum
Exit Signals: Watch for yellow dots indicating potential reversals
Momentum Gauge: Bright colors = stay in trade, fading = consider exit
Visual Guide
🟢 Green Wave = Uptrend (brighter = stronger)
🔴 Red Wave = Downtrend (brighter = stronger)
🔵 Blue Wave = Neutral/consolidating
🟡 Yellow Dots = Potential turning points
🌊 Ribbon = Multi-layer trend visualization
Settings
Core
Wave Period (5-50): Main trend sensitivity
Extra Smoothing (1-10): Additional noise reduction
Wave Offset: Shift wave forward/backward
Visual
Toggle wave, ribbon, signals, candle coloring
Adjust thickness, layers, transparency
Why Wave Rider?
Unlike choppy indicators that whipsaw in volatile markets, Wave Rider's double-smoothing creates a flowing trend line that filters out noise while remaining responsive to real moves. The visual design makes trend strength obvious at a glance - no interpretation needed.
Perfect for:
Trend traders wanting clear directional bias
Scalpers needing smooth entry/exit levels
Beginners learning trend-following concepts
Anyone wanting cleaner, more aesthetic charts
Trading Tips
✅ Best in trending markets - ride the wave
✅ Combine with volume for confirmation
✅ Use multiple timeframes for context
✅ Bright colors = high confidence signals
✅ Let the wave guide position sizing
⚠️ DISCLAIMER: For educational purposes only. Trading involves substantial risk of loss. Past performance does not guarantee future results. Always use proper risk management and never risk more than you can afford to lose.
Pivot Pulse [BreakoutOrFakeout]Pivot Pulse
What It Does
Automatically identifies and visualizes key support and resistance levels using pivot point analysis. Creates clean, professional zones where price is likely to react, making it easy to spot potential reversals and breakouts at a glance.
Key Features
🎯 Smart Pivot Detection
Automatically finds significant highs and lows
Adjustable sensitivity for different trading styles
No manual drawing required
📊 Dynamic Zone Visualization
Clean gradient zones show bounce ranges
Red zones for resistance, green for support
Adjustable zone width for precision control
⚡ Breakout Alerts
Yellow triangles mark zone breakouts
Bar highlighting on breakout candles
Built-in alert conditions
✨ Minimalist Design
Shows only the most relevant levels
Ultra-clean visual presentation
Works seamlessly on all timeframes
How to Use
Zone Trading: Enter trades when price touches zones, exit at opposite zone
Breakout Confirmation: Wait for yellow signals when price breaks zones
Risk Management: Place stops just outside zone boundaries
Multi-Timeframe: Check higher timeframes for stronger levels
Settings
Pivot Sensitivity (5-20): Lower = more sensitive, more frequent levels
Zone Width (0.1-1.0%): Adjust for market volatility
Visual Options: Toggle zones, lines, and breakout signals
Best Practices
✅ Works best in ranging markets for zone bounces
✅ Combine with volume for breakout confirmation
✅ Use higher timeframes for stronger levels
✅ Watch for multiple touches (stronger levels)
Visual Guide
🔴 Red = Resistance Zone (potential selling area)
🟢 Green = Support Zone (potential buying area)
🟡 Yellow = Breakout Signal (momentum shift)
Why This Indicator?
Unlike complex indicators that clutter your chart, Pivot Pulse focuses on what matters: clear levels where price actually reacts. The zone-based approach accounts for real market behavior where support and resistance are areas, not exact prices.
Perfect for:
Day traders needing quick level identification
Swing traders planning entries and exits
Beginners learning support/resistance concepts
Anyone wanting cleaner, more professional charts
⚠️ DISCLAIMER: For educational purposes only. Trading involves substantial risk of loss. Past performance does not guarantee future results. Always use proper risk management and never risk more than you can afford to lose.
Mato Trading Final Trend Score & Alignment (10-Criteria, 0–100)My trend definition is a systematic approach to identify market trends using 10 equally weighted criteria per timeframe, derived from historical prices, historical volatilities and a time projection factor.
The scoring system ranges from 0 (strong short signal) to 100 (strong long signal).
A trigger for a trend signal is generated when all specified timeframes—1-minute, 5-minute, 15-minute, 30-minute, 1-hour, 2-hour, 4-hour, daily, weekly, monthly, and 3-month—align to produce the same directional signal (long or short).
CPR with EMA & VWAP ConfirmationIF this Indicator not properly alignment in chart.. just click indicator three dot more option and choose pine to scale (Pinned to A or right )
The Full CPR indicator is a complete intraday trading framework that combines Central Pivot Range (CPR) levels, Pivot Targets (R1/R2/R3, S1/S2/S3), and trend confirmations using EMA & VWAP. It is designed for traders who rely on CPR-based setups for intraday trend, breakout, and reversal opportunities.
Key Features
CPR Levels (Pivot, BC, TC): Auto-calculated daily from the previous day’s High, Low, and Close.
Target Zones: Standard targets (R1, R2, S1, S2) plus optional extensions (R3, S3).
EMA & VWAP Filters: Flexible entry confirmations with selectable buffer % and modes:
EMA only
VWAP only
Both
Any
Narrow/Wide CPR Detection: Identifies Narrow CPR (possible trending days) and Wide CPR (possible sideways/range days).
Previous Day High/Low (PDH/PDL): Plotted with shaded zones for support/resistance.
Auto Labels & Tags: Session labels for Pivot, BC, TC, targets, plus CPR Type (NARROW / WIDE / NORMAL).
Shaded Zones: CPR, bullish (R1–R2), bearish (S1–S2), and extension zones filled with transparency controls.
Entry Triggers:
Long entry when price closes above upper CPR band (or BC, depending on mode).
Short entry when price closes below lower CPR band (or TC, depending on mode).
Stoploss (SL): Opposite CPR band is marked as SL.
Target Tracking: Auto-marks T1/T2/T3 hits for both long and short trades.
Alerts: Built-in alerts for Long/Short entry, Target hits, and Stoploss triggers.
How to Use
Trend Days (Narrow CPR): Look for strong breakouts beyond CPR with EMA/VWAP confirmation.
Range Days (Wide CPR): Expect sideways movement; use CPR and PDH/PDL for quick scalps.
Entry & SL:
Go long when price breaks above CPR upper band (SL = lower band).
Go short when price breaks below CPR lower band (SL = upper band).
Targets: Use R1/R2/R3 (bullish) or S1/S2/S3 (bearish) as progressive booking levels.
Disclaimer
This script is for educational purposes only. It does not guarantee profits and should not be considered financial advice. Always backtest thoroughly and use proper risk management before live trading.
Trend Flow [BreakoutOrFakeout]Trend Flow
What It Does
A professional trend visualization system that transforms market direction into a flowing, dynamic display. See trends develop, strengthen, and reverse with crystal clarity through intelligent visual layers that adapt to market conditions in real-time.
Why Traders Choose This
Visual Clarity: Multi-dimensional cloud system instantly reveals trend direction, strength, and momentum without cluttering your chart.
Smart Filtering: Built-in intelligence filters out market noise, showing only high-confidence signals worth your attention.
Adaptive Technology: Automatically adjusts to market volatility across all timeframes - from 1-minute scalping to daily swing trading.
Professional Design: Clean, modern aesthetics that make your charts look institutional-grade while remaining intuitive to read.
How to Apply It
Trend Direction: Cloud color shows the dominant trend at a glance - no guesswork required.
Entry Timing: Arrow signals appear only when momentum confirms the trend change, reducing false signals.
Strength Assessment: Visual intensity and special markers reveal when trends are accelerating or weakening.
Risk Management: Cloud width and color transitions help identify optimal stop-loss and take-profit zones.
Visual Language
Bright Colors = Strong, confident trends
Faded Colors = Weak or uncertain conditions
Special Markers = Trend acceleration points
Arrow Signals = High-probability entry opportunities
Best For
✓ Trend followers seeking clear directional bias
✓ Swing traders waiting for confirmed moves
✓ Day traders needing quick visual confirmation
✓ Position traders tracking longer-term flows
✓ Anyone wanting professional-grade chart aesthetics
Key Benefits
No repainting - all signals are final
Works on all markets and timeframes
Minimal settings - works great out of the box
Alert-ready for automated notifications
Combines multiple confirmation layers
The Bottom Line
Stop squinting at messy charts trying to identify trends. Trend Flow makes market direction obvious through elegant visual design that's both beautiful and functional. Your charts will never look the same.
⚠️ DISCLAIMER: For educational purposes only. Trading involves risk. Past performance does not guarantee future results. Always use proper risk management.
63-Day Sector Relative Strength vs NIFTYThis script calculates and displays the 63-day returns of major NSE sectoral indices and their relative strength versus the NIFTY 50.
It,
Covered Indices: CNXIT, CNXAUTO, CNXFMCG, CNXPHARMA, CNXENERGY, CNXMETAL, CNXPSUBANK, CNXINFRA, CNXREALTY, CNXFINANCE, CNXMEDIA, BANKNIFTY, CNXCONSUMPTION, CNXCOMMODITIES
How to use this: Quickly identify which sectors are outperforming or underperforming relative to the NIFTY over the past 63 trading sessions (approx. 3 months).
Volume Pulse [BreakoutOrFakeout]Volume Pulse
What It Is
A beautifully designed volume indicator that transforms standard volume bars into an intelligent, visually stunning analysis tool. It instantly highlights when "smart money" is moving and helps identify real breakouts from fakeouts.
What Makes It Special
Visual Intelligence: Uses gradient color technology that intensifies based on volume strength - weak volume appears transparent while strong volume pops with vibrant colors. You'll literally SEE the difference between retail and institutional activity.
Spike Detection: Automatically identifies and marks unusual volume surges with golden diamond markers - these often precede major price moves.
Dynamic Adaptation: The moving average line intelligently changes opacity based on current volume conditions, creating a living, breathing indicator that responds to market activity.
Real-Time Stats: Floating information panel shows current volume compared to average with percentage changes - no mental math required.
How to Use It
Color Intensity = Volume Strength
Faded bars = Weak volume (potential fakeout)
Solid bars = Strong volume (potential breakout)
Golden Diamonds = Pay Attention
Mark 2x average volume spikes
Often appear at reversal points or breakout confirmations
Blue Line Relationship
Volume above line = Increasing interest
Volume below line = Declining participation
Background Highlights
Subtle yellow glow on extreme volume days
Makes significant days impossible to miss
Perfect For
Confirming breakout validity
Spotting accumulation/distribution
Identifying climax tops/bottoms
Day trading volume patterns
Swing trading entry confirmation
Why Traders Love It
✓ Makes volume analysis actually enjoyable
✓ Clean design reduces chart clutter
✓ Works on all timeframes
✓ No complex settings to figure out
✓ Professional appearance impresses clients
The Bottom Line: It's "just" a volume indicator - but it makes every other volume indicator look outdated. The gradient effect alone will change how you view volume forever.
⚠️ For educational purposes only. Trading involves risk.