SMC Volatility Liquidity Prothis one’s a confluence signaler. it fires “BUY CALL” / “BUY PUT” labels only when four things line up at once: trend, volatility squeeze, a liquidity sweep, and MACD momentum. quick breakdown:
what each block does
Trend filter (context)
ema50 > ema200 ⇒ trendUp
ema50 < ema200 ⇒ trendDn
Plots both EMAs for visual context.
Volatility compression (setup)
20-period Bollinger Bands (stdev 2).
bb_squeeze is true when current band width < its 20-SMA ⇒ price is compressed (potential energy building).
Liquidity sweep (trigger)
Tracks 20-bar swing high/low.
Long sweep: high > swingHigh ⇒ price just poked above the prior 20-bar high (took buy-side liquidity).
Short sweep: low < swingLow ⇒ price just poked below the prior 20-bar low (took sell-side liquidity).
MACD momentum (confirmation)
Standard MACD(12,26,9) histogram.
Bullish: hist > 0 and rising versus previous bar.
Bearish: hist < 0 and falling.
the actual entry signals
LongEntry = trendUp AND bb_squeeze AND liquiditySweepLong AND macdBullish
→ prints a green “BUY CALL” label below the bar.
ShortEntry = trendDn AND bb_squeeze AND liquiditySweepShort AND macdBearish
→ prints a red “BUY PUT” label above the bar.
alerts & dashboard
Alerts: fires when those long/short conditions hit so you can set TradingView alerts on them.
On-chart dashboard (bottom-right):
Trend (Bullish/Bearish/Neutral)
Squeeze (Yes/No)
Liquidity (Long/Short/None)
Momentum (Bullish/Bearish/Neutral)
Current Signal (BUY CALL / BUY PUT / WAIT)
(btw the comment says “2 columns × 5 rows” but the table is actually 5 columns × 2 rows—values under each label across the row.)
what it’s trying to capture (in plain english)
Trade with the higher-timeframe bias (EMA 50 over 200).
Enter as volatility compresses (bands tight) and a sweep grabs stops beyond a 20-bar extreme.
Only pull the trigger when momentum agrees (MACD hist direction & side of zero).
caveats / tips
It’s an indicator, not a strategy—no entries/exits/backtests baked in.
Signals are strict (4 filters), so you’ll get fewer but “cleaner” prints; still not magical.
The liquidity-sweep check uses the prior bar’s 20-bar high/low ( ), so on bar close it won’t repaint; intrabar alerts may feel jumpy if you alert “on every tick.”
Consider adding:
Exit logic (e.g., ATR stop + take-profit, or opposite signal).
Minimum squeeze duration (e.g., bb_squeeze true for N bars) to avoid one-bar dips in width.
Cool-down after a signal to prevent clustering.
Session/time or volume filter if you only want liquid hours.
if you want, I can convert this into a backtestable strategy() version with ATR-based stops/targets and a few toggles, so you can see stats right away.
วัฏจักร
Moon Phases Prediction🌙 Moon Phases (with Next Event Projection)
Introduction
This indicator plots Moon Phases (New Moon and Full Moon) directly on your chart.
In addition to showing historical phases, it also calculates and projects the upcoming next moon phase using precise astronomical formulas.
Features
Marks New Moons with circles above bars.
Marks Full Moons with circles below bars.
Dynamically adjusts background color based on waxing/waning phase.
Calculates and displays the next upcoming moon event as a label positioned in the future.
Works on all timeframes (except Monthly).
How It Works
Uses astronomical approximations (Julian Day → UNIX time conversion).
Detects the last occurred New Moon or Full Moon.
Projects the next moon event by adding half a synodic month (~14.77 days).
Displays the next event label at its exact future date on the chart.
Customization
Waxing Moon color (default: Blue)
Waning Moon color (default: White)
Use Cases
Astro-finance: lunar cycles and market psychology.
Trading strategies: aligning entries/exits with cyclical behavior.
Visualization: adding an extra dimension of timing to chart analysis.
Notes
- The future moon event is displayed as a circle label on the correct date.
- If you cannot see the label, increase your chart’s right margin (Chart Settings → Scales → Right Margin).
- Calculations are approximate but astronomically accurate enough for trading or visual use.
Conclusion
This indicator is a simple yet powerful tool for traders interested in the influence of lunar cycles.
By combining historical phases with a projected next event, you can always be aware of where the market stands in the moon cycle timeline.
DHYT Moon Cycles IndicatorThis indicator tracks the moon cycles which seem to correlate with bullish and bearish periods for Cryptocurrency trading. This indicator allows you to calibrate these windows using recent moon phase dates and times. You can also add customizable highlighted bands before and after these events to highlight these bullish and bearish periods.
Created by: Dan Heilman
ORB Storico + Box Multipli + Notifiche🚀 “London, New York, Asia — all your ORBs in one tool.”
ORB Historic + Multiple Boxes + Alerts is a powerful indicator designed for traders who want to take advantage of the Opening Range Breakout (ORB) strategy during the major market sessions: London, New York, and Asia.
With this tool you can:
✅ Instantly identify the initial range (high and low) of each session
✅ Display historical ORB boxes directly on your chart
✅ Receive real-time alerts when price breaks above the high or below the low
✅ Customize colors, choose which sessions to display, and manage alerts easily
🎯 Why use it?
The ORB is one of the most popular intraday trading strategies. The breakout of the initial session range often provides strong and directional signals.
With this indicator, you no longer need to draw boxes or lines manually — everything is handled automatically.
⚙️ Key Features:
Configurable sessions: London, New York, Asia
Customizable box colors for each session
Dynamic support and resistance lines at session highs and lows
Automatic breakout alerts (above HIGH or below LOW)
Works on all assets and timeframes
🚀 Who is it for?
Intraday traders looking for reliable session signals
Scalpers wanting to catch early breakouts
Anyone who wants to analyze historical ORB performance with ease
👉 Add this indicator to your charts, configure your favorite sessions, and let it handle the heavy lifting.
Focus on what matters most: catching the right move at the right time.
Highlight Selected WeekdaysThis indicator allows you to highlight selected trading days of the week directly on the chart with customizable colors.
Features:
Choose which weekdays to highlight (Sunday through Saturday).
Assign a different background color to each selected day.
Option to calculate the weekday based on the daily close or the active bar’s time.
Bitcoin Lagging (N Days)This indicator overlays Bitcoin’s price on any chart with a user-defined N-day lag. You can select the BTC symbol and timeframe (daily recommended), choose which price source to use (open, high, low, close, hlc3, ohlc4), and shift the series by a chosen number of days. An option to normalize the series to 100 at the first visible value is also available, along with the ability to display the original BTC line for comparison.
It is designed for traders and researchers who want to test lagging relationships between Bitcoin and other assets, observe correlation changes, or visualize how BTC’s past prices might align with current market movements. The lagging is calculated based on daily candles, so even if applied on intraday charts, the shift remains in daily units.
이 지표는 비트코인 가격을 원하는 차트 위에 N일 지연된 상태로 표시해 줍니다. 심볼과 타임프레임(일봉 권장)을 선택할 수 있으며, 가격 소스(시가, 고가, 저가, 종가, hlc3, ohlc4)도 설정 가능합니다. 또한 시리즈를 첫 값 기준으로 100에 맞춰 정규화하거나, 원래의 비트코인 가격선을 함께 표시할 수도 있습니다.
비트코인과 다른 자산 간의 시차 효과를 분석하거나 상관관계 변화를 관찰할 때 유용하게 활용할 수 있습니다. 지연은 일봉 기준으로 계산되므로, 분·시간 차트에 적용해도 항상 일 단위로 반영됩니다.
Automatic Candle Date - BVKAutomatic Candle Date
It is related to automatic Date indicator , so you can fetch it
Shadow Corp 90min Boxes90-min cycle boxes, marks 90min session highs and lows with color coded boxes.
ShadowCorp ICT Extended Macros (Original by toodegrees)Based on “ICT Algorithmic Macro Tracker° (Open-Source) by toodegrees” (MPL-2.0), this version simply extends the original macro logic: it keeps the same left/right verticals and dynamic horizontal cap. In short, it’s just an extended macro compared to TooDegree’s
ShadowCorp Time Cycle'sThis indicator marks key intraday windows — 7:00–8:30, 8:30–10:00 (NYO), 10:00–11:30, 11:30–13:00, 13:00–14:30, 14:30–16:00, and 18:00–19:00 — and draws a true **price-range box** for each window.
Each box builds **in real time** from that window’s running **high/low**, then **persists on the chart** after the window ends for historical study. It’s **timezone-aware** (configurable) and gives you **per-window color** controls. Use it to visualize session volatility, ranges, and liquidity sweeps across the day on any intraday chart.
SZN - Altcoin OscillatorSZN Altcoin Oscillator – Identify Market Phases with Precision
What is the SZN Altcoin Oscillator?
The SZN Altcoin Oscillator is a multi-layered analysis indicator specifically developed for the altcoin market.
It combines different signal groups (trend, relative strength, volume, market environment, and overheating filters) into a unified oscillator in the 0–100 range.
--> The goal is to make major market movements visible while separating short-term fluctuations from broader trends.
Why not just use RSI or MACD?
Classic single indicators like RSI or MACD often react too sensitively to short-term fluctuations.
This leads to many false signals – especially during volatile altcoin phases.
--> The SZN Altcoin Oscillator solves this problem by combining and filtering multiple signal sources.
--> This smooths out overreactions and identifies true trend movements more reliably.
-----
How does it work?
The oscillator consists of five signal groups:
Price & Trend Momentum
checks the relative position of fast and slow moving averages
detects whether an altcoin is in a confirmed uptrend or downtrend
Relative Strength vs. Bitcoin & Ethereum
measures performance compared to the two market leaders
shows whether capital is rotating into altcoins or staying in majors
Volume and Breakout Filter
detects whether breakouts are confirmed by increased volume
prevents short “fakeouts” from appearing as buy signals
Market Environment (Regime Filter)
includes overall market data such as BTC dominance or TOTAL3
ensures that buy signals only trigger in suitable market phases
Overheating & Oversold Filter
marks statistically extreme zones
upward cross from oversold → buy signal
downward cross from overheated → sell signal
--> All results are displayed in a 0–100 oscillator.
Buy signal: upward cross from oversold zones
Sell signal: downward cross from overheated zones
-----
Variants (selection in the settings menu)
The indicator offers 5 preconfigured variants, optimized for different altcoin groups:
Default
The neutral standard configuration – balanced between sensitivity and stability. Suitable for a wide range of altcoins with medium to large market capitalization.
Large Caps
More conservative parameters with stronger smoothing. Designed for established projects (Top 20), where trends develop more slowly but with higher reliability.
Mid Caps
A balanced approach for mid-sized market caps. More sensitive than the Large-Cap variant, but filters more noise than the Small-Cap settings.
Small Caps
Higher sensitivity, optimized for more volatile coins (Top 100–200). Detects dynamic moves faster, but with higher risk of false signals.
Meme Coins
Adapted for highly speculative tokens. Accounts for extreme volatility and shorter cycles to better highlight overheating phases.
--> This allows each user to select the variant best suited to the asset category being analyzed.
-----
Recommended Usage
Timeframe: Daily chart (highest precision). For very new projects, the 8h chart can be used.
Asset selection: Coins with sufficient history (at least 200 trading days).
-----
Interpretation:
Oscillator rising from oversold → potential bottom / upward trend reversal
Oscillator falling from overheated → potential top / profit-taking zone
Movements in between indicate interim rallies or correction phases
The indicator is not a day-trading tool, but optimized for cyclical moves and swing trading.
-----
Notes:
The SZN Altcoin Oscillator is an additional analysis tool and does not replace independent trading decisions.
All signals are probabilistic; there is no guarantee of profits.
Effectiveness depends on the specific altcoin and the current market phase.
The indicator provides insights into broader market phases, not short-term price moves.
Trey London + NY Open Alerts + Session LinesThis is a indicator that alerts you when London & New York opens everyday of the week.
Instructions are included if any confusion:
- Adjust Timezones:
UTC Offset
Change this if your broker’s chart is in a different timezone.
Example: 2 for UTC+2 (default).
- Enable / Disable Alerts:
Visual Alerts (Labels) they only go 10 executions back
Toggle On/Off to show labels above/below candles.
Sound Alerts
Toggle On/Off to play an alert sound when a session starts
- Using Alerts:
Go to TradingView Alerts (⏰).
Create a new alert and select:
Condition: London Open or New York Open
Action: Show pop-up, play sound, or send notification.
Alerts will trigger exactly at the session start.
Expiration: set the date as far back as you can and the time to around 23:00. You will have renew the alert after Expiration or update it to a later time.
should me a little green clock beside the indicator
- AMD:
comes with zones in London and new York time everyday and the previous day gets deleted.
Adjust Timezones, UTC Offset
Change this if your broker’s chart is in a different timezone.
Example: 2 for UTC+2 (default).
(These things may be upgraded in the future if subscription is upgraded.)
LibbyThis script is a refined chopzone index script with additional functionalities.
it produce buy and sell signals as directed by chopzone
How to use:
BUY: Look for buy signal on the chart and proceed to place buy or long orders
SELL: Look for sell on the chart and proceed to place sell or short orders.
NOTE: i recommend you set alerts and make it activate on bar close to avoid fadeouts and sideways.
expect sideways market and multiple opposite signals within a short time during news or when economic data are released.
as always, no indicator is failproof, it is recommended to always pair more than 1 indicator for more clarity and practice safe trading.
HPS VariablesThis script will provide a chart with a list of the 4 HPS variables for trading TCT models.
Crypto Market Dominance Stacked with LabelsA professional stacked area chart showing the dominance of major crypto market segments: BTC, ETH, Top 100 Altcoins, and #101+ Altcoins. Each layer is color-coded for clarity and includes dynamic labels with the current dominance percentage. Provides a clear visual representation of market share trends for traders, analysts, and crypto enthusiasts.
Features:
Stacked visualization of BTC, ETH, Top 100, and small-cap altcoins (#101+).
Color-coded areas for easy identification.
Dynamic labels showing each category’s current dominance percentage.
Horizontal reference lines for percentage levels.
Approximates top 100 and #101+ altcoins using TOTAL2 and TOTAL3 market cap tickers.
Use Case:
Track how market share shifts between BTC, ETH, large altcoins, and smaller altcoins over time. Ideal for analyzing trends, spotting dominance changes, and visualizing overall crypto market structure.
Trey London + NY Open AlertsThis is a indicator that alerts you when London & New York opens everyday of the week.
Instructions are included if any confusion:
- Adjust Timezones:
UTC Offset
Change this if your broker’s chart is in a different timezone.
Example: 2 for UTC+2 (default).
- Enable / Disable Alerts:
Visual Alerts (Labels)
Toggle On/Off to show labels above/below candles.
Sound Alerts
Toggle On/Off to play an alert sound when a session starts
- Using Alerts:
Go to TradingView Alerts (⏰).
Create a new alert and select:
Condition: London Open or New York Open
Action: Show pop-up, play sound, or send notification.
Alerts will trigger exactly at the session start.
Expiration: set the date as far back as you can and the time to around 23:00. You will have renew the alert after Expiration or update it to a later time.
(These things may be upgraded in the future if subscription is upgraded.)
LIOR 41 SETTEMBRE 025⚡️ LIOR September 2025 – The New Generation of Algorithmic Trading ⚡️
LIOR is not just another indicator that paints your chart: it’s a trading operating system that turns market chaos into clear and powerful decisions.
✅ LIOR POWER – one single cell that instantly tells you if the market is BUY or SELL, with no noise or useless interpretation.
✅ Momentum Arrows – two independent arrows, built on 6 momentum indicators, revealing whether the trend’s strength is real or already shaking.
✅ LIOR ENGAGE – the ultimate confirmation: 🚀 when the push is strong, 💥 when it’s explosive.
With LIOR you get:
• A clean quantitative vision, without wasting hours watching moving averages or counting signals.
• A light but lethal structure, designed to anticipate key market turning points.
• Perfect integration with subjective analysis like GAN Fan and Pivot Points.
📊 Why choose LIOR?
Because it cuts the noise and leaves you only what matters: dominant trend + momentum confirmation + engage signal.
Nothing more. Nothing less.
🔑 If you’re looking for a tool to take your trading from doubt to clarity, LIOR is the answer.
Sanjeev BO IndicatorGreat BO Indicator. Clear clean entry levels for both buy/sell, tgt1,2,3 for both buy and sell side. Clear SL.
Positional Toolbox v6 (distinct colors)what the lines mean (colors)
EMA20 (green) = fast trend
EMA50 (orange) = intermediate trend
EMA200 (purple, thicker) = primary trend
when the chart is “bullish” vs “bearish”
Bullish bias (look for buys):
EMA20 > EMA50 > EMA200 and EMA200 sloping up.
Bearish bias (avoid longs / consider exits):
EMA20 < EMA50 < EMA200 or price closing under EMA50/EMA200.
the two buy signals the script gives you
Pullback Long (triangle up)
Prints when price dips to EMA20 (green) and closes back above it while trend is bullish and ADX is decent.
Entry: buy on the same close or on a break of that candle’s high next day.
Stop: below the pullback swing-low (or below EMA50 for simplicity).
Best for: adding on an existing uptrend after a shallow dip.
Breakout 55D (“BO55” label)
Prints when price closes above prior 55-day high with volume surge in a bullish trend.
Entry: on the close that triggers, or next day above the breakout candle’s high.
Stop: below the breakout candle’s low (conservative: below base low).
Best for: fresh trend legs from bases.
simple “sell / exit” rules
Trend exit (clean & mechanical): exit if daily close < EMA50 (orange).
More conservative: only exit if close < EMA200 (purple).
Momentum fade / weak breakout: if BO55 triggers but price re-closes back inside the base within 1–3 sessions on above-avg volume → exit or cut size.
Profit taking: book some at +1.5R to +2R, trail the rest (e.g., below prior swing lows or EMA20).
quick visual checklist (what to look for)
Are the EMAs stacked up (green over orange over purple)? → ok to buy setups.
Did a triangle print near EMA20? → pullback long candidate.
Did a BO55 label print with strong volume? → breakout candidate.
Any close under EMA50 after you’re in? → reduce/exit.
timeframe
Use Daily for positional signals.
If you want a tighter entry, drop to 30m/1h only to time the trigger—but keep decisions anchored to the daily trend.
alerts to set (so you don’t miss signals)
Add alert on Breakout 55D and Pullback Long (from the indicator’s alertconditions).
Optional price alerts at the breakout level or EMA20 touch.
risk guardrails (MTF friendly)
Risk ≤1% of capital per trade.
Avoid fresh entries within ~5 trading days of earnings unless you accept gap risk.
Prefer high-liquidity NSE F&O names (your CSV watchlist covers this).
TL;DR (super short):
Green > Orange > Purple = uptrend.
Triangle near green = buy the pullback; stop under swing low/EMA50.
BO55 label = buy the breakout; stop under breakout candle/base.
Exit on close below EMA50 (or below EMA200 if you’re giving more room).
350DMA bands + Z-score (V2)This script extends the classic 350-day moving average (350DMA) by building dynamic valuation bands and a Z-Score framework to evaluate how far price deviates from its long-term mean.
Features
350DMA Anchor: Uses the 350-day simple moving average as the baseline reference.
Fixed Multipliers: Key bands plotted at ×0.625, ×1.0, ×1.6, ×2.0, and ×2.5 of the 350DMA — historically significant levels for cycle analysis.
Z-Score Mapping: Price is converted into a Z-Score on a scale from +2 (deep undervaluation) to –2 (extreme overvaluation), using log-space interpolation for accuracy.
Custom Display: HUD panel and on-chart label show the current Z-Score in real time.
Clamp Option: Users can toggle between raw Z values or capped values (±2).
How to Use
Valuation Context: The 350DMA is often considered a “fair value” anchor; large deviations identify cycles of under- or over-valuation.
Z-Score Insight:
Positive Z values suggest favorable accumulation zones where price is below long-term average.
Negative Z values highlight zones of stretched valuation, often associated with distribution or profit-taking.
Strategic Application: This is not a standalone trading system — it works best in confluence with other indicators, cycle models, or macro analysis.
Originality
Unlike a simple DMA overlay, this script:
Provides multiple cycle-based bands derived from the 350DMA.
Applies a logarithmic Z-Score mapping for more precise long-term scaling.
Adds an integrated HUD and labeling system for quick interpretation.
200WMA Overlay + Z (heatmap mapping)This script enhances the classic 200-week moving average (200WMA), a long-term market reference line, by adding Z-Score mapping and optional helper bands for extended cycle analysis.
Features
200WMA Anchor: Plots the true 200-week simple moving average on any chart, a widely followed metric for long-term Bitcoin and crypto cycles.
Helper Multiples: Optional overlay of key historical ratios (×0.625, ×1.6, ×2.0, ×2.5) often referenced as cycle support/resistance zones.
Z-Score Mapping: Translates the ratio of price to 200WMA into a Z-Score scale (from +2.5 to –2.5), offering a statistical perspective on whether the market is undervalued, neutral, or overheated relative to its long-term mean.
On-Chart Label: Current Z-Score displayed directly on the last bar for quick reference.
How to Use
Long-Term Valuation: The 200WMA serves as a “fair value” baseline; large deviations highlight extended phases of market sentiment.
Heatmap Context:
Positive Z values typically mark undervaluation or favorable accumulation zones.
Negative Z values highlight overvaluation or profit-taking / distribution zones.
Strategic View: Best used to contextualize long-term market cycles, not for short-term signals.
Confluence Approach: This indicator should not be used alone — combine it with other technical or fundamental tools for stronger decision-making.
Originality
Unlike a basic 200WMA overlay, this version:
Incorporates multi-band ratios for extended cycle mapping.
Introduces a custom Z-Score scale tied directly to price/WMA ratios.
Provides both visual structure and statistical interpretation on a single overlay.