Gaussian Channel [DW] with RSI Ichimoku Weighted CenterlineGaussian Channel for RSI. in progress. move your screen to anchor it to a different time/x-axis value
指標和策略
MCAP-Turnover-FF vs Nifty50 Performance Jitendra🧩 Script Summary:
Title: MCAP-Turnover-FF vs Nifty50 Performance Jitendra
Purpose :
This indicator calculates and visualizes key financial and liquidity metrics for a stock, comparing it against the NIFTY50 index and highlighting significant conditions like high turnover, liquidity, and weekly breakouts.
This indicator measures liquidity and trading activity by calculating and plotting daily turnover—the total traded value per bar (price × volume). It also computes:
A comparison of stock performance vs NIFTY50 index is included, alongside weekly breakout detection.
All metrics are displayed in a configurable table or text summary, with color-coded highlights to quickly spot key trends like spikes in turnover, outperforming stocks, or breakouts.
How To use and Change Setting
Complete Setting Details
drive.google.com
📊 Main Features & Metrics Displayed:
Toggle in setting to Enable Disable Settings or Not Required Data
SMA length (for avg turnover)
Lookback bars (for performance)
Toggle for each metric visibility
Toggle for dark mode
Table layout (vertical or horizontal)
Market Capitalization (Mcap):
Calculated from total shares outstanding × close price.
Formatted in cr, K cr, or L cr.
Free Float:
Based on float shares outstanding × close price.
Turnover Metrics:
Turnover = volume * close (converted to crore).
20-bar SMA of turnover.
Percentage change from previous bar.
High Turnover Quarter (HTQ):
Checks if current turnover is highest in past 52 bars.
TOMCAP (%):
Turnover as % of Market Cap.
Turnover-to-FreeFloat Ratio (%):
Shows how much turnover compares to the available float.
1-Min Liquidity (Optional):
Fetches 1-min resolution liquidity.
Shows average over 20 bars.
Performance vs NIFTY50:
Calculates stock performance vs NIFTY over lookbackBars (default 5).
Highlights Outperform or Underperform.
Weekly Breakout Detection:
If close is above previous week’s high → "Breakout ↑"
Below low → "Breakdown ↓"
Else → "In Range"
🧠 Data Fetching / Input Logic:
TSO(Total Shares Outstanding)
`request.financial(..., "TOTAL_SHARES_OUTSTANDING")` | Used for Market Cap and Free Float Pct
FSO(Float Shares Outstanding)
`request.financial(..., "FLOAT_SHARES_OUTSTANDING")` | Used for Free Float calculation
NIFTY Close
`request.security("NSE:NIFTY", timeframe.period, close)` | To compute stock vs index performance
Previous Week High/Low
`request.security(syminfo.tickerid, "W", high /low )` | For weekly breakout logic
1-Min Liquidity
`request.security(syminfo.tickerid, "1", volume * close)` | For short-term liquidity insights
Thanks.
Please let me know in comment if You Required any Additional Information
Indicator Sessions @indexprofxThis indicator highlights the New York and London trading sessions directly on the chart, providing a clean visual reference for intraday strategies.
It is a companion tool to our premium system: Intraday Signal.
✔️ Displays key market hours
✔️ Helps traders identify volatility zones
✔️ Ideal for XAUUSD and other high-liquidity instruments
CAPITAL X📊 CAPITAL X – Advanced Technical Indicator for Smart Trading
CAPITAL X is a custom-built technical indicator designed specifically for professional traders. It combines classic market tools with advanced analytics to provide high-precision buy/sell zones, dynamic volatility tracking, and volume profile-based insights.
🟢 Golden & Death Cross – Buy & Sell Zones
The indicator utilizes two key moving averages:
SMA 20 (short-term)
SMA 100 (long-term)
When SMA 20 crosses above SMA 100, a “Buy Zone” signal (Golden Cross) is triggered.
When SMA 20 crosses below SMA 100, a “Sell Zone” signal (Death Cross) appears.
These are clearly marked on the chart for easy decision-making.
📐 Custom Moving Average (Optional Visual MA)
In addition to the SMA 20 and SMA 100, you can enable an extra Custom Moving Average:
Adjustable length (e.g., 15, 50, 120 – any number)
Choose any price source (Close, Open, HL2, etc.)
Displayed in orange on the chart
Purely visual – does not impact buy/sell signals
📉 ATR Watermark – Real-Time Volatility Visualization
Average True Range (ATR) is calculated (default: 14) and shown as a persistent watermark on the chart, displaying:
Exact ATR value
ATR as a percentage of current price
🔵 Dynamic Emoji Display:
🟢 Low volatility (< 3%)
🟡 Medium volatility (3%–7%)
🔴 High volatility (> 7%)
Provides instant visual context on market condition.
🟪 Volume Profile VWAP – Local Volume Insight
A built-in experimental Volume Profile algorithm calculates:
Local VWAP (Volume Weighted Average Price) across a customizable bar range (default: 100 bars)
Plotted as a purple horizontal line
Useful for identifying volume-heavy price zones
⚙️ Full Customization Features
Through the indicator settings you can:
Change lengths of all MAs
Enable/disable the custom MA or volume profile
Modify text size, watermark position, and alignment
Adjust colors, line thickness, and emoji thresholds
🧠 Who Is This For?
Day traders and swing traders
Technical traders using MA crossovers
Volatility-sensitive strategy users
Traders who value visual clarity and volume context
🛠 Core Use Cases:
Detect early trend shifts (Golden/Death Crosses)
Gauge volatility before entering trades
Visually assess price zones weighted by volume
🎯 CAPITAL X – When design meets technical precision.
Super Trends AiMulti-timeframe trend analysis tool designed for a clean and simple user experience. It plots three distinct zones on the chart based on a Supertrend algorithm that uses Heikin Ashi candle data.
FXG Zone 1: 5-minute timeframe
FXG Zone 2: 15-minute timeframe
FXG Zone 3: 1-hour timeframe
Blue lines represent potential support in an uptrend, while red lines indicate potential resistance in a downtrend. All settings are pre-configured, so you only need to toggle the visibility of each zone.
Revised BB with B/S Signals + Weak BUY/SELL SignalsThe indicator is based on price action. For FNO, better to short PE/CE (preferably of 2 weeks later expiry if one has habit of not putting SL and big holding big losses) as per the signal generated. Or Cut the position if price closes below the low of recent Swing low. target will be price reaching opposite BB or for 1 hr after entry. If position goes into loss, can average and exit cost to cost.
One can use DEMA or EMA if needed. Also, 27 EMA ribbon can be used to take entry.
Net Change Anchored• Sets reference price to the opening price of your chosen anchor period.
• Generates Normalized Change by dividing the scaled net move by the weighted average absolute one-bar move across current + N past spans.
• Computes Net Change %: (close – period-open) ÷ period-open × 100, and Log Return %: log(close ÷ period-open) × 100.
• Toggle Net Change %, Log Return % and Normalized Change on or off.
My scriptMulti-Currency Converter
Purpose: A TradingView Pine Script indicator that creates a real-time currency conversion table on your chart.
Key Features:
Converts between 6 currencies: USD, EUR, GBP, Bitcoin (BTC), Ethereum (ETH), and Solana (SOL)
Live price feeds from Binance (crypto) and forex markets
Customizable table position and size
Multi-TF Dashboard ✅⏳❌ with Bias Label & Clean ArrowsThis script generates alerts when all selected timeframes (5m to 4h) align in a bullish or bearish trend using EMA, RSI, and MACD conditions.
It uses alertcondition() to trigger alerts for full bullish or bearish flips across all timeframes.
These alerts can be connected to TradingView's system to send email notifications when alignment conditions are met.
SigmaNine™ | Probabilistic Targets [Trendly]💎 SigmaNine™ — Probabilistic Price Targets Powered by Square of Nine
Unlock a new dimension of price forecasting with SigmaNine™, a precision-engineered indicator that blends vibrational geometry with real-time probability analytics.
🔭 Core Features:
Square of Nine Projection Bands — Derived from Gann-inspired math to create dynamic target levels that react to price structure
Live Probability Tracking — Know the historical probability of reaching each band — updated in real time per trade
Entry Signal Builder — Customize buy and sell conditions with powerful logic and even plug in external indicator signals
Smart Target Labels — Visual labels on each breach candle show the next price target and its associated probability
Breakout Detection — Automatically flags rare events where price breaches all 10 targets in one move
Visual Enhancements — Glowing trail visuals, dynamic color coding, and watermark branding for a clean, professional chart
🎯 Use Cases:
Identify high-probability trend continuations
Quantify trade targets based on historical outcomes
Confirm signals from your favorite strategies with next-level context
🔌 Works With:
Any asset (stocks, crypto, futures, forex)
Any timeframe
Plug-and-play with external indicators or strategy logic
🧠 SigmaNine™ isn’t just an indicator — it’s a visual forecasting engine built for traders who demand both logic and edge.
2EZ-UA-MI🔹 2EZ-UA-MI – Master Indicator
One tool to master all trades.
2EZ-UA-MI is the flagship of the UltimateAlgos suite. This multi-dimensional, all-in-one system is engineered for swing trading, trend positioning, and high-timeframe confluence-based entries. Whether you're trading crypto breakouts or stock rotations, this tool gives you a full map of the market—layered, logical, and reliable.
Core Features:
🧠 Smart Confluence Engine: Merges Kalman, Gaussian, MACD flips, ZLEMA, and HA SuperTrend
🧠 Dual Modes:
Beginner Mode: Clean TP/SL entries with clear signals
Advanced Mode: Wave logic, trend overlays, and confluence stack visuals
🧠 ATR-Based Risk Zones: Dynamic TP/SL levels adjust to market conditions
🧠 Wave Detection System: Understand market structure through cyclical motion
🧠 Multi-Timeframe Support: Designed for 15m up to 1D charts
🧠 Real-Time Labels: Every entry has purpose—no more second-guessing
🧠 Custom Alerts: Stay ahead even when you’re off the chart
When to Use:
For high-confidence swing entries based on trend structure
During key breakouts, reversals, and macro directional shifts
To align lower timeframe trades with larger timeframe bias
Why It Wins:
2EZ-UA-MI replaces cluttered charts and conflicting signals with clean, calculated logic. It’s the trader’s GPS—mapping high-probability zones, providing context, and giving you a full battlefield view of price action.
2EZ-UA-QS🔹 2EZ-UA-QS – Quick Scalps
Built for speed. Trusted for accuracy.
2EZ-UA-QS is your momentum-tracking tool for rapid scalping in ultra-low timeframes. Designed for traders who thrive in motion, this indicator catches the first breath of a trend and hands you the entry—clean, clear, and fast.
Core Features:
⚡ Fast Momentum Detection: Tracks momentum shifts using lightweight logic
⚡ Simplified Signal Engine: Optimized for 1s, 15s, and 1m scalping without lag
⚡ Fixed TP & SL System: Plots high-probability micro targets for exit discipline
⚡ Low Overhead: Runs smooth on fast timeframes—ideal for quick execution setups
⚡ Built-In Risk Control: Minimal drawdown logic for small position, high-frequency plays
⚡ No Noise Logic: Filters out signals in consolidation zones
When to Use:
Micro-scalping in high-volume sessions
Assets with tight spreads (FX majors, BTC, ES, NASDAQ)
When speed, not complexity, is your trading edge
Why It Wins:
2EZ-UA-QS is about responsiveness. It doesn't drown you in data—it gives you what you need right now. Ideal for prop traders, scalping bots, and execution-focused strategies where milliseconds count.
2EZ-UA-SS🔹 2EZ-UA-SS – Ultimate Swing Scalps
The precision-engineered scalping tool for fast, high-conviction trades.
2EZ-UA-SS is your tactical advantage on short timeframes. Whether you’re scalping crypto, FX, or indices, this algorithm is purpose-built for accuracy and timing. Designed with a multi-layered logic engine, SS filters out noise and only shows trade setups when elite-level confluence is reached.
Core Features:
✅ Kalman Filter Smoothing: Tracks real-time market flow with adaptive sensitivity
✅ Gaussian Filter: Refines signals to eliminate short-term chop
✅ MACD Flip Logic: Highlights early momentum shifts
✅ Heikin Ashi SuperTrend: Validates higher timeframe directional bias
✅ ZLEMA Confirmation: Ensures entry is in sync with core trend
✅ Alternating Signal Logic: Prevents double signals and overexposure
✅ ATR-Based TP & SL Targets: Automatically visualized with live labels for risk-managed trades
✅ Beginner/Advanced Modes: Toggle to see simplified entries or full confluence stack
When to Use:
Fast-paced scalping (1m–5m timeframes)
Volatile market phases where high precision is critical
Ideal for traders who value refined entries, smart risk placement, and efficient exits
Why It Wins:
2EZ-UA-SS cuts through the noise. You’re not reacting late—you’re anticipating. Every entry is powered by multi-confirmation logic, and every exit is backed by smart volatility-aware levels.
Previous-Day High–Low BoxThe indicator automatically plots a translucent box covering the entire previous trading day’s high-to-low range—with dashed extension lines at those levels and a date watermark centered inside—so you can instantly see yesterday’s key price boundaries on any intraday chart.
Custom Spread Linesthis indicator is designed to mimic the spread of the price for the brokers.
by using this indicator you can see two parallel lines indication the price spread
CerberusFX Custom Time LineCerberusFX Custom Time Line
🧠 How it works:
Detects when time passes the target.
Sets a should_plot flag.
Waits for the next bar, even on Renko.
Plots the line once, then resets.
🧪 Tested on:
Renko
Heikin Ashi
1min–1D regular timeframes
Basic ORB [MOT]🟢 Basic ORB – Opening Range Breakout Indicator by MOT
The Basic ORB is a high-performance Opening Range Breakout (ORB) tool built for serious intraday traders. This indicator is being provided to the public for free.
It automatically draws the high, low, and midline of the 9:30–9:45 AM ET session, giving you a visual framework for high-probability breakout and reversal opportunities. You can customize line colors, enable historical ORBs, overlay Fibonacci levels, and show the previous day's highs and lows — all from a clean, intuitive interface.
📌 1. ORB High, Low & Midline Levels
Function: Automatically draws the high, low, and midpoint of the 9:30–9:45 session.
ORB High (green line by default)
ORB Low (red line by default)
Midline (white line) helps gauge control or range equilibrium
📸 Live ORB range drawing: high, low, and midline levels.
🔁 2. Show Previous ORBs
Function: Displays up to N previous days' ORBs for pattern recognition or confluence stacking.
Previous ORB count up to chart data maximum
Great for seeing whether price respects prior opening ranges
📸 Historical ORB ranges for confluence and support/resistance.
🔺 3. Previous Day High/Low
Function: Adds extended horizontal lines for previous day’s high and low (separate from ORB
Use as extra S/R during breakout decisions
Color-coded for easy distinction (fuchsia and orange by default)
📸 Previous day’s high and low plotted for context.
📐 4. Fibonacci Levels
Function: Optionally plot 0.236, 0.382, 0.618, and 0.786 levels between ORB high/low.
Helps identify pullbacks or measured moves
Drawn as dashed teal lines by default
Labels can be enabled or disabled
📸 Optional Fibonacci extensions drawn between ORB high and low.
🏷️ 5. Dynamic Price Labels
Function: Price labels are placed next to each ORB/Fib/Prev level for quick visibility.
Labels can be toggled on/off
Customizable text color, background color, and size
Offset control available
📸 Clean and customizable labels at key levels.
⚙️ 6. Fully Customizable Settings Panel
Function: Every visual element is adjustable, including:
✅ Line color and width
✅ Number of historical ORBs
✅ Label size, position, background/text color
✅ Toggle options for Fib lines, labels, and previous day levels
📸 Settings panel lets you customize visuals, fibs, history, and more.
📈 Use Case
Works best on 1m, 5m, or 15m charts
Ideal for breakout traders, reversal scalpers, or gap/ORB retest strategies
Applies to futures, stocks, ETFs, indexes, and crypto
⚠️ Disclaimer
This indicator is intended for educational and informational purposes only. It is not financial advice. Trading involves substantial risk. Always use proper risk management and test in a simulated environment before applying live. The author is not liable for any financial losses.
Hierarchical Resonance AnalyzerHierarchical Resonance Analyzer
Description:
The Hierarchical Resonance Analyzer (HRA) is a comprehensive, all-in-one technical analysis suite designed to provide a multi-dimensional view of the market. This powerful tool seamlessly integrates a full set of customizable base indicators with a unique, proprietary multi-timeframe confirmation system, allowing traders to analyze both the current market structure and the underlying strength of key signals.
The core philosophy of the HRA is to first identify significant price action on a primary timeframe and then instantly provide a detailed "deep scan" of lower timeframes to validate the signal's conviction.
Key Features
The indicator is built on two interacting systems: the Base Layer for structural analysis and the Resonance Layer for signal qualification.
Base Layer Indicators (Current Timeframe)
Proprietary Candlestick Patterns: Automatically identifies bullish structures and bearish structures that serve as primary trigger points for analysis.
Sequential Counting System: After a primary pattern appears, the indicator can track the subsequent price progression, highlighting key numeric levels in the sequence.
Comprehensive Moving Average Suite: Includes three fully customizable MAs (MA1, MA2, and MA200) for trend analysis.
Golden/Death Cross Signals: Automatically detects and marks MA crossovers with horizontal lines and provides dedicated alerts.
Resonance Details System (Multi-Timeframe Analysis)
This is the indicator's most powerful feature.
PK's Buffer Zones with Extra Zone + EMA + VWAPuse as support and resistance. for any market and stocks.
3-Bar Compression Reversal Pattern//@version=5
indicator("3-Bar Compression Reversal Pattern", overlay=true)
// Get candle OHLCs
open1 = open
close1 = close
body1 = math.abs(close1 - open1)
open2 = open
close2 = close
body2 = math.abs(close2 - open2)
// 2nd candle body < 50% of 1st
secondSmall = body2 < (0.5 * body1)
// 3rd candle engulfs both 1st and 2nd
lowAll = math.min(low , low )
highAll = math.max(high , high )
engulfAll = (high > highAll) and (low < lowAll)
// Final condition
patternDetected = secondSmall and engulfAll
// Plot signal
plotshape(patternDetected, location=location.belowbar, color=color.green, style=shape.labelup, size=size.small, title="Pattern Signal")
alertcondition(patternDetected, title="3-Bar Reversal Alert", message="3-Bar Compression Reversal Pattern Detected!")
GOLD DR Long WAVE E🎯 GOLD DR – The revolutionary indicator, now in an upgraded version!
Majorly enhanced from the previous version – featuring a smarter, faster, and more powerful algorithm.
Built with advanced logic tailored to market cycles, inspired by Elliott Wave theory, translating complex moves into clear, high-confidence signals.
📈 Real-time bullish divergence detection, laser-focused entries, and intelligent exits – all live, directly on your chart.
⚡ Perfect for those who know that having the right tool makes all the difference – and that timing is king in the market.
⚠️ Not for the impatient – this indicator is for traders with patience and their eyes on the prize.