ENFP Ultimate Cosmic Vibes 🌙🍄✨This indicator is a sacred vessel for the ENFP trader, a cosmic mirror reflecting the interplay of stars, earth, and human spirit. It invites you to trade not as a mere speculator but as a mystic co-creator, weaving intuition with the universe’s rhythms. As you navigate markets with its guidance, let each signal be a prayer, each trade a step in your soul’s dance with the infinite. Namaste, cosmic voyager—may your trades soar like stardust and your spirit shine like the moon.
Ciclos
ENFP Ultimate Cosmic Vibes 🌙🍄✨The ENFP Ultimate Cosmic Vibes Indicator is a radiant tapestry of celestial and earthly energies, woven with the vibrant threads of the free-spirited ENFP soul. Crafted in the sacred language of Pine Script v6, this indicator is a mystical guide for traders seeking to dance with the universe’s rhythms, aligning their trades with the cosmic pulse and the intuitive whispers of their inner vision. It channels the ethereal interplay of lunar cycles, the organic wisdom of mushroom growth, and the pulsating waves of psychedelic sentiment, creating a harmonious bridge between the material markets and the boundless cosmos.
Smart Money Breakout ChannelsSmart Money Breakout Channels** is a TradingView indicator designed to identify key price zones where "smart money" (institutional traders) may be active, helping traders anticipate breakouts. Below is a detailed explanation based on available information:
Overview
Purpose: The indicator detects breakout zones called "Smart Money Breakout Channels" based on volatility-normalized price movements. It visualizes these as dynamic boxes with volume overlays to highlight potential accumulation or distribution ranges.
Functionality: It tracks price breakouts (upward or downward) from these zones, providing traders with actionable signals for trend continuations or reversals.
Key Concepts
Volatility-Normalized Channels: The script calculates normalized price volatility using the standard deviation of price, mapped to a scale based on the highest and lowest prices over a lookback period. When volatility reaches a local low and flips upward, a channel (box) is drawn between the high and low prices of that zone.
Breakout Detection**: A breakout occurs when the price moves beyond the channel’s boundaries, either with a strong candle close (configurable) or by touching the boundary.
Volume Analysis: The indicator includes volume overlays within the channel, showing:
Volume Delta: Difference between buying and selling volume.
Up/Down Volume: Comparative buying vs. selling pressure.
Gradient Gauge: A visual gauge displays real-time volume delta pressure, indicating whether buying or selling momentum is building.
Smart Money Concept: Channels represent ranges where institutional traders may be accumulating or distributing positions, making breakouts from these zones significant for trend analysis
Features
Automatic Channel Detection: Identifies and draws breakout zones based on volatility pivots.
Nested Channels: Option to display multiple simultaneous zones or a single clean zone.
Volume Visualization: Offers three modes: raw volume, up/down volume, and delta.
Dynamic Gauge: A gradient-filled gauge shows current volume delta pressure within the channel.
Alerts: Configurable alerts for new channel creation, bullish breakouts, or bearish breakouts.
Detailed Explanation of Smart Money Breakout Channels
Smart Money Breakout Channels is a TradingView indicator designed to identify potential breakout zones in price action, leveraging volatility-normalized metrics and volume analysis to highlight areas where institutional or "smart money" activity may be occurring. Below is a comprehensive guide on how to use it effectively, including settings for different trading styles, common pitfalls, and illustrative examples.
ICT Algorithmic Macro Tracker [Modified Ben Homan]Modified by Benjamin Homan
This indicator blends toodegrees’ ICT Algorithmic Macro Tracker with LuxAlgo’s ICT Macros visuals and classification. It tracks 24 hourly macro periods (30-min, e.g., 09:45–10:15) in New York time for ICT traders.
Key Features:
1)24 Macros: Enable/disable 30-minute periods.
2)Display: “On Chart” (lines, linefill) or “New Pane” (boxes).
3)Lines: Toggle top (solid), mid (dotted), bottom (solid), with optional projections.
4)Tooltips: Price details in “On Chart” mode.
5)Friday Extensions: For non-crypto markets.
How to Use:
Enable macros, choose mode, toggle lines
Vanna & Charm, "Windows of Non-Strength", and Vixperation/OpexDisplays Cem Karsan's "Windows of Non-Strength" (red shading) and periods leading up to opex where Vanna and Charm flows are the strongest. Also marks vixperation (orange dashed line) and monthly opex (solid blue line). Cem is @jam_croissant on X.
Stoch Signals with EMA, Level Filter & Slope ThresholdDescription – "Stoch Signals with EMA, Level Filter & Slope Threshold"
This TradingView indicator generates buy and sell signals based on Stochastic oscillator crossovers with additional filtering for better accuracy.
Core Logic
Stochastic Oscillator Crossovers
Buy signal: %K line crosses above %D line
Sell signal: %K line crosses below %D line
EMA50 Trend Filter (optional)
If enabled, only buys when price is above the 50-period EMA, and only sells when below it.
Level Filter & Positive Slope Override
Normally, buys only trigger when %D is below 50 (oversold or mid-zone).
However, if %D’s slope is rising strongly (above your chosen threshold), buys can occur even if %D > 50.
Sells only trigger when %D is above 50 (overbought zone).
Bar Close Confirmation
Avoids repainting by confirming signals only after the bar closes (optional).
Plots
EMA50 on chart
Buy/Sell markers at signal bars
Optional %K and %D plots overlaid on the price chart
DXY - Forex 美元指數關聯主貨幣|關聯共振覆圖 + 強弱表&交叉建議(當前時框,上一根)使用說明(中文)
這個指標是什麼
一支「雙模組合併」腳本:
共振覆圖(當前商品 × DXY):自動判斷正/負相關+雙 EMA 趨勢,背景上色=可交易濾網+快訊。
強弱表+交叉建議(上一根):用 DXY 帶路,計算七大主貨幣是否跟上、美金強弱轉換成「非美強弱分數」,自動給出「最強 vs 最弱」交叉貨幣與多空建議。
快速上手(3 步)
加到任何商品圖上(例如 EURUSD)。
要看入場濾網 → 打開「顯示:共振覆圖」。
要找交叉最強/最弱 → 打開「顯示:強弱表+交叉建議」。
週期跟著你目前圖表;強弱表用「上一根」資料計算,覆圖用「當前根」即時上色。
模組 A:共振覆圖(當前商品 × DXY)
判讀:
背景綠=做多;紅=做空(已自動處理正/負相關)。
線條:EMA5(紅)與 EMA20(藍)供你對齊入場。
邏輯:
計 corr = Correlation(商品, DXY, corrLen);|corr| ≥ thr 視為連動夠強。
方向要同時符合 DXY 與商品的 EMA 趨勢(正相關同向、負相關反向)才上色。
快訊:提供「Long/Short(收線確認)」兩個 alertcondition。
主要參數:
corrLen(相關長度)、thr(強度門檻)、fast/slow(商品 EMA)、dxyFast/dxySlow(DXY EMA)、bgOn(背景)。
模組 B:強弱表 + 交叉建議(上一根)
表格欄位
第 1 欄「正常情況」:商品名稱。
第 2 欄「應該發展」:依 DXY 上一根實際方向+正/負相關推得的應走方向。
第 3 欄「實際行情」:該品項上一根「收−開」換算成 pips 後的方向(大於/小於 方向閾值 才算上/下,否則盤整)。
第 4 欄「是否正常」:實際是否跟「應該」一致。
第 5 欄「力道(199)」:|上一根實體| / ATR(14) 映射到 199(cap=1.5 時,達 1.5 ≈ 99 分,以上封頂)。
交叉建議
先把每個「非美」換成強弱分數:USD 在後 ⇒ +;USD 在前 ⇒ -。
找最大(最強)與最小(最弱),按標準報價順序排 base/quote,輸出「建議:XXXYYY」與「做多/做空」。
主要參數:
prefix(券商代碼前綴,如 FX:/OANDA:/FOREXCOM:)、pipDXY(DXY 的 pip = 0.1 或 0.01)、方向閾值(pips)、ATR期數、標頭/內容字級、cap(把力道映射到 1~99 的上限)。
交易 SOP(配合你的風格)
找題目:看強弱表「交叉建議」→ 直接定位最強 vs 最弱交叉。
入場濾網:切回該交叉的圖,等「共振覆圖 = 綠/紅」+ EMA5/20 同向,避免 .000 / .500 / .800 心理價追單。
台北時間節奏:15:30–17:30、21:00–22:30 流動性最順;重大數據 ±5 分鐘觀望。
小排雷 & 客製
表格不顯示:確認「顯示:強弱表+交叉建議」為 ON;prefix 符合你的券商代碼;DXY 代碼可用 TVC:DXY 或期貨 DX1!。
DXY pip 大小:若數值怪,試在 pipDXY 改 0.1 ↔ 0.01。
想縮放表格:用「標頭字級 / 內容字級」調整;table 沒有欄寬/列高設定。
想清除表格:在關閉開關時使用 table.delete(T)(本腳本已處理)。
User Guide (English)
What this indicator does
Two modules in one script:
Confluence Overlay (Symbol × DXY) — auto detects positive/negative correlation + dual-EMA trend alignment; paints the background as a trade filter and provides alerts.
Strength Board + Cross Recommendation (last bar) — uses DXY as the driver, checks if majors behaved “as expected,” converts USD vs. non-USD moves into a unified strength score, and outputs the best cross (strongest vs. weakest) with direction.
Quick start (3 steps)
Add to any chart (e.g., EURUSD).
Turn on “Confluence Overlay” for entry filtering; turn on “Strength Board” to find the strongest/weakest.
Timeframe = your current chart. Board uses the previous bar; overlay is live on current bar.
Module A: Confluence Overlay
Read it: Background green = LONG, red = SHORT (auto-handles sign of correlation). EMA5 (red) and EMA20 (blue) guide entries.
Logic: Compute corr(Symbol, DXY, corrLen). Only if |corr| ≥ thr and EMA trends align (same direction for positive corr; opposite for negative corr) will it paint.
Alerts: LONG/SHORT alerts (confirmed on bar close).
Key inputs: corrLen, thr, fast/slow, dxyFast/dxySlow, bgOn, showInfo.
Module B: Strength Board + Cross (last bar)
Columns:
Symbol, 2) Should (based on last-bar DXY direction + corr sign), 3) Actual (last-bar body in pips vs threshold), 4) OK?, 5) Power(1–99) = |body|/ATR(14) mapped to 1–99 (cap≈1.5 → 99).
Cross pick: Convert to non-USD strength (+ if USD is quote; − if USD is base). Take max (strongest) vs min (weakest), order by standard base/quote ranking, output pair and LONG/SHORT.
Key inputs: prefix (broker symbols), pipDXY (0.1 or 0.01), threshold(pips), atrLen, header/body font sizes, cap (power→1–99 upper map).
Workflow
Scan the Board → take the suggested cross (strong vs weak).
Execute on that cross chart when the Overlay turns green/red + EMA5/20 alignment; avoid psychological levels (.000/.500/.800).
Timing (Taipei): 15:30–17:30 and 21:00–22:30 are usually the cleanest; avoid ±5 min around major data.
Troubleshooting & notes
No board? Ensure its toggle is ON; check prefix/symDXY.
Weird DXY numbers? Flip pipDXY between 0.1 and 0.01.
Table size: use font size inputs; table does not support column/row resizing.
Board clears when toggled OFF (uses table.delete).
CTA-min D1 — Donchian 55/20 Trend Breakout (ATR Risk)What it is
A clean, daily trend-following breakout inspired by classic CTA/Turtle logic. It buys strength and sells weakness, then lets winners run with a channel-based trailing stop. No curve-fitting, no clutter—just rules.
How it trades
Timeframe: Daily (D1)
Entry: Close breaks the previous 55-bar Donchian channel (above for longs, below for shorts).
Exit/Trail: Trailing stop at the 20-bar Donchian channel on the opposite side (no fixed TP).
Risk: Initial stop = ATR(N) × stopMult (ATR is smoothed). Position size risks riskPct% of equity based on stop distance.
Labels: “BUY/SELL” only on the entry bar; “STOP BUY/STOP SELL” only on the exit bar.
Pyramiding: Off (one position at a time).
Regime Alignment with EMAs (recommended filter, not enforced by code)
Add EMA 50 and EMA 200 to the D1 chart.
Long bias: take BUY signals only when EMA50 > EMA200 (bullish regime).
Short bias: take SELL signals only when EMA50 < EMA200 (bearish regime).
Optional: for extra selectivity, require the H4 EMAs (50/200) to align with D1 before acting on a signal.
Inputs
entryN (55), exitN (20), atrLen (20), atrSmooth (10), stopMult (2.0), riskPct (0.5%–1.0% recommended).
Works well on (tested by user)
BTCUSD (Bitcoin), EURUSD, GBPJPY, NAS100/US100, USDJPY, AUDUSD, XAGUSD (Silver), US30 (Dow), JP225 (Nikkei), EURGBP, NZDUSD, EURCHF, USDCHF.
How to use
Apply to D1 charts. Review once per day after the daily close and execute next session open to mirror backtest assumptions. Best used as a portfolio strategy across multiple uncorrelated markets. Use the EMA alignment above as a discretionary regime filter to reduce false breakouts.
Notes
For educational use. Markets involve risk; past performance does not guarantee future results. Use responsible position sizing.
Enhanced 4H Candle Countdown & High/Low IndicatorBy profitgang
This Pine Script indicator provides real-time tracking of 4-hour timeframe levels with an integrated countdown timer, designed to help traders monitor key support and resistance zones.
Key Features
📊 Visual Elements
4H High/Low Lines: Clear visualization of previous 4-hour candle high and low levels
Range Fill: Subtle background fill between high and low for better context
Mid-Level Line: Shows the middle point of the 4H range
Position Indicator: Visual cue showing current price position within the range
⏰ Countdown Timer
Real-time countdown to next 4H candle close
Customizable table position (9 different locations)
Adjustable text size (6 size options from Tiny to Huge)
Distance calculations showing percentage distance from key levels
🎯 Signal Generation
Long signals when price crosses above 4H low
Short signals when price crosses below 4H high
RSI confluence filter to reduce false signals
Background highlighting for active signals
TradingView alerts compatible
⚙️ Customization Options
Toggle all features on/off independently
Custom colors for all elements
Table positioning (top/middle/bottom + left/center/right)
Text size selection for optimal readability
Alert notifications for level breaks and updates
How It Works
The indicator fetches the previous 4-hour candle's high and low values and displays them as horizontal lines on your current timeframe chart. It continuously calculates the time remaining until the current 4H candle closes and presents this information in a clean, customizable table.
Use Cases
Swing Trading: Identify key 4H support and resistance levels
Intraday Trading: Monitor when new 4H levels will be established
Risk Management: Calculate distance from key levels for position sizing
Multi-timeframe Analysis: Combine with lower timeframe setups
Educational Purpose
This indicator is designed for educational and analytical purposes to help traders understand price action relative to higher timeframe levels. It provides clear visual feedback about market structure and timing.
Settings Groups
Display Settings: Toggle features, positioning, and sizing
Colors: Customize all visual elements
Signal Settings: Configure alert conditions and confluence filters
Compatibility
Works on all timeframes (recommended for 1m to 1H charts)
Compatible with all instruments
Includes proper alert functionality for automated notifications
Optimized for both light and dark themes
This indicator does not provide financial advice. Always conduct your own research and risk management before making trading decisions.
ATR Volatility Breakout - Daily (Minimal) - SyTheInvestorGuycolor-coded TradingView Pine Script that highlights the background green/red on days when these ATR breakout conditions
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.
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.
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.
Ethereum Logarithmic Regression BandsOverview
This indicator displays logarithmic regression bands for Ethereum. Logarithmic regression is a statistical method used to model data where growth slows down over time. I initially created these bands in 2021 using a spreadsheet, and later coded them in TradingView in 2022. Over time, the bands proved effective at capturing bull market peaks and bear market lows. In 2025, I decided to share this indicator because I believe these logarithmic regression bands offer the best fit for the Ethereum chart.
How It Works
The logarithmic regression lines are fitted to the Ethereum (ETHUSD) chart using two key factors: the 'a' factor (slope) and the 'b' factor (intercept). The formula for logarithmic regression is 10^((a * ln) - b).
How to Use the Logarithmic Regression Bands
1. Lower Band:
The lower (blue) band forms a potential support area for Ethereum’s price. Historically, Ethereum has found its lows within this band during past market cycles. When the price is within the lower band, it suggests that Ethereum is undervalued.
2. Upper Band:
The upper (red) band forms a potential resistance area for Ethereum’s price. The logarithmic band is fitted to the past two market cycle peaks; therefore, there is not enough historical data to be sure it will reach the upper band again. However, the chance is certainly there! If the price is within the upper band, it indicates that Ethereum is overvalued and that a potential price correction may be imminent.
JJ Tuesday Expiry Highlighter – SensexHighlights every Tuesday across your chart for quick identification of Indian market weekly expiry days (Sensex expiry = Tuesday).
Features:
• Works on all timeframes
• Customizable highlight color
• Optional "Expiry" label on daily charts
• Useful for options traders tracking weekly expiry trends
Disclaimer:
This script is for informational and educational purposes only.
It does not constitute financial advice or a recommendation to trade.
Please do your own research and consult a licensed financial advisor.
Pro Tip:
Duplicate this script and change `dayofweek.tuesday` to `dayofweek.thursday` to mark Nifty expiry days as well.
Renko Price TrackerRenko Sequential Signal – qLine + Moneyball Confirmation
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.
Contador de Vela 2.0This indicator displays a seconds counter on the chart that updates continuously.
It uses a small vertical offset trick to simulate movement when scrolling the chart, making the counter more visually dynamic.
Ideal for monitoring elapsed time since the chart loaded.
To use, simply add the indicator to any chart with price candles. The counter will appear near the current bar.
Sniper NAS100 Swiss Knife IndicatorSniper Trading System – Master Indicator
Description:
“Trade with the precision of the market makers themselves.”
The Sniper Trading System – Master Indicator is the crown jewel of institutional-level trading tools, engineered for those who demand perfect timing, deadly accuracy, and surgical execution in any market.
Designed by a 3× ASCAP Award-winning, multi–funded prop firm trader, this system fuses algorithmic precision with battle-tested price action logic, delivering an unmatched trading edge across Forex, Futures, Indices, and Crypto.
Core Features
Dealer Range Mapping – Auto-detects the hidden accumulation/distribution zones that drive market direction.
Multi-Standard Deviation Targets – Projected with gradient precision (+1 to +4 / -1 to -4) for scalps or swing holds.
12 AM Bias Candle Logic – Reveals the true daily directional bias before the herd even wakes up.
Liquidity Sweep Detection – Spots equal highs/lows & engineered stop hunts before the main move.
Kill Zone Time Windows – Pre-programmed with the London Session Sniper Hours & New York Precision Plays.
Multi-Timeframe RSI Filter – Filters false signals & highlights exhaustion points for sniper entries.
Dynamic Alerts – Fire real-time push, email, or webhook notifications for entry, exit, and confluence events.
How It Works
Identify Bias – Use the 12 AM candle + DXY/RSI overlays to confirm bullish or bearish control.
Wait for Liquidity Sweep – Let the market makers hunt stops; your job is to wait.
Execute at Kill Zones – Follow the preloaded precision entry times for God-tier sniper plays.
Ride to Target Zones – Exit at projected standard deviation levels for mathematically consistent profits.
Ideal For
Day Traders looking for clean entries and exits.
Contador de VelaThis indicator displays a seconds counter on the chart that updates continuously.
It uses a small vertical offset trick to simulate movement when scrolling the chart, making the counter more visually dynamic.
Ideal for monitoring elapsed time since the chart loaded.
To use, simply add the indicator to any chart with price candles. The counter will appear near the current bar.
SCTI V30Description
The SCTI V30 is an advanced multi-functional technical analysis indicator for TradingView that combines multiple analytical approaches into a single comprehensive tool. This indicator provides:
Multiple Moving Average Types (EMA, SMA, PMA with various calculation methods)
Customizable VWAP with standard deviation bands
Sophisticated Divergence Detection across 12 different indicators
Volume Profile Analysis with peak/trough detection
Highly Configurable Display Options
The indicator is designed to help traders identify trends, potential reversals, and key support/resistance levels across different timeframes.
Features
1. Moving Average Systems
EMA Section: 13 configurable EMA periods (8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584)
SMA Section: 13 configurable SMA periods (same as EMA)
PMA Section: 11 customizable moving averages with multiple calculation methods:
ALMA, EMA, RMA, SMA, SWMA, VWAP, VWMA, WMA
Adjustable lengths from 12 to 1056
Customizable colors, widths, and fill options between MAs
2. VWAP Implementation
Multiple anchor periods (Session, Week, Month, Quarter, Year, etc.)
Standard deviation or percentage-based bands
Option to hide on daily/weekly/monthly timeframes
Customizable band multipliers (1.0, 2.0, 3.0)
3. Divergence Detection
Detects regular and hidden divergences across 12 indicators:
MACD, MACD Histogram, RSI, Stochastic, CCI, Momentum
OBV, VW-MACD, Chaikin Money Flow, Money Flow Index
Williams %R, and custom external indicators
Customizable detection parameters:
Pivot point period (1-50)
Source (Close or High/Low)
Divergence type (Regular, Hidden, or Both)
Minimum number of divergences required (1-11)
Maximum pivot points to check (1-20)
Maximum bars to look back (30-200)
4. Volume Profile Analysis
Configurable profile length (10-5000 bars)
Value Area threshold (0-100%)
Profile placement (Left or Right)
Number of rows (30-130)
Profile width adjustment
Volume node detection:
Peaks (with cluster option)
Troughs (with cluster option)
Highest/Lowest volume nodes
Customizable colors for all elements
Input Parameters
The indicator is organized into 7 parameter groups:
Basic Indicator Settings - Toggle visibility of main components
EMA Settings - Configure 13 EMA periods and visibility
SMA Settings - Configure 13 SMA periods and visibility
PMA Settings - Advanced moving average configuration
VWAP Settings - Volume-weighted average price configuration
Divergence Settings - Comprehensive divergence detection options
Volume Profile & Node Detection - Volume analysis configuration
How to Use
Trend Identification: Use the multiple moving averages to identify trend direction and strength. The Fibonacci-based periods (21, 34, 55, 89, 144, etc.) are particularly useful for this.
Support/Resistance: The VWAP and volume profile components help identify key support/resistance levels.
Divergence Trading: Look for divergences between price and the various indicators to spot potential reversal points.
Volume Analysis: The volume profile shows where the most trading activity occurred, highlighting important price levels.
Customization: Adjust the settings to match your trading style and timeframe. The indicator is highly configurable to suit different trading approaches.
Alerts
The indicator includes alert conditions for:
Positive regular divergence detected
Negative regular divergence detected
Positive hidden divergence detected
Negative hidden divergence detected
Any positive divergence (regular or hidden)
Any negative divergence (regular or hidden)
Notes
The indicator may be resource-intensive due to its comprehensive calculations, especially on lower timeframes with long lookback periods.
Some features (like VWAP) can be hidden on higher timeframes to improve performance.
The default settings are optimized for daily charts but can be adjusted for any timeframe.
This powerful all-in-one indicator provides traders with a complete toolkit for technical analysis, combining trend-following, momentum, volume, and divergence techniques into a single, customizable solution.
The Daily Bias Dashboard📜 Overview
This indicator is a powerful statistical tool designed to provide traders with a probable Daily Bias based on historical price action. It is built upon the concepts of Quarterly Theory, which divides the 24-hour trading day into 4 distinct sessions to analyze market behavior.
This tool analyzes how the market has behaved in the past to give you a statistical edge. It answers the question: "Based on the last X number of days, what is the most likely way the price will move during the Newyork AM & PM Sessions based on Asian & London Sessions?"
⚙️ How It Works
The indicator divides the 24-hour day (based on the America/New_York timezone) into two 12-hour halves:
First Half - 12 Hour Candle: The Accumulation/Manipulation or Asian/London Sessions (6 PM to 6 AM NY Time)
This period covers the Asian session and the start of the London session.
The indicator's only job here is to identify the highest high and lowest low of this 12-hour block, establishing the initial daily range.
Second Half - 12 Hour Candle: The Distribution/Continuation or NY AM/PM Sessions (6 AM to 6 PM NY Time)
This period covers the main London session and the full New York session.
The indicator actively watches to see if, and in what order, the price breaks out of the range established in Session 1 (FIrst Half of the day).
By tracking this behavior over hundreds of days, the indicator compiles statistics on four possible daily scenarios.
📊 The Four Scenarios & The Dashboard
The indicator presents its findings in a clean, easy-to-read dashboard, calculating the historical probability of each of the following scenarios:
↓ Low, then ↑ High: The price first breaks the low of Session 1 (often a liquidity sweep or stop hunt) before reversing to break the high of Session 1. This suggests a "sweep and reverse" bullish day.
↑ High, then ↓ Low: The price first breaks the high of Session 1 before reversing to break the low of Session 1. This suggests a "sweep and reverse" bearish day.
One-Sided Breakout: The price breaks only one of the boundaries (either the high or the low) and continues in that direction without taking the other side. This indicates a strong, trending day.
No Breakout (Inside Bar): The price fails to break either the high or the low of Session 1, remaining contained within its range. This indicates a day of consolidation and low volatility.
🧠 How to Use This Indicator
This is a confluence tool, not a standalone trading system. Its purpose is to help you frame a high-probability narrative for the trading day.
Establish a Bias: Start checking the dashboard at 06:00 AM Newyork time, which is the start of next half day trading session. If one scenario has a significantly higher probability (e.g., "One-Sided Breakout" at 89%), you have a statistically-backed directional bias in the direction of Breakout.
🔧 Features & Settings
Historical Days to Analyze: Set how many past days the indicator should use for its statistical analysis (default is 500).
Session Timezone : The calculation is locked to America/New_York as it is central to the Quarterly Theory concept, but this setting ensures correct alignment.
Dashboard Display: Fully customize the on-screen table, including its position and text size, or hide it completely.
⚠️ Important Notes
For maximum accuracy, use this indicator on hourly (H1) or lower timeframes.
The statistical probabilities are based on past performance and are not a guarantee of future results.
This tool is designed to sharpen your analytical skills and provide a robust, data-driven framework for your daily trading decisions. Use it to build confidence in your directional bias and to better understand the rhythm of the market.
Disclaimer: This indicator is for educational and informational purposes only and does not constitute financial advice. All trading involves risk.
Session Shading (Asia, London, NY)This indicator highlights the three major trading sessions — Asia, London, and New York — on your chart in any time zone. Each session is shaded a different color, with optional labels marking when each begins. It’s designed to help traders quickly see when global market centers are active, identify overlaps between sessions, and align entries or exits with periods of higher liquidity and volatility.
Session Shading (Asia, London, NY) — ESTThis indicator highlights the three major trading sessions — Asia, London, and New York — on your chart in Eastern Time. Each session is shaded a different color, with optional labels marking when each begins. It’s designed to help traders quickly see when global market centers are active, identify overlaps between sessions, and align entries or exits with periods of higher liquidity and volatility.
Session Shading (Asia, London, NY) — PSTThis indicator highlights the three major trading sessions — Asia, London, and New York — on your chart in Pacific Time. Each session is shaded a different color, with optional labels marking when each begins. It’s designed to help traders quickly see when global market centers are active, identify overlaps between sessions, and align entries or exits with periods of higher liquidity and volatility.