Supertrend Scannernew one more script to scan stock based on buy or sell signal as per super trend strategy.
Indicators and strategies
Prev Session H/L (Multitime also) + Time textmark previous session lines for CRT traders
4h DEFAULT, BUT CAN CHANGE TIMEFRAMES
Previous Levels Clustered (PDH/PDL/PWH/PWL/PMH/PML)This indicator helps traders visualize key previous price levels by automatically plotting:
PDH – Previous Day High
PDL – Previous Day Low
PWH – Previous Week High
PWL – Previous Week Low
PMH – Previous Month High
PML – Previous Month Low
Each level is:
Marked from the exact candle where it occurred
Drawn with a short horizontal line extending to the right
Labeled clearly for quick recognition (PDH, PWL, etc.)
Updated only once per new session/week/month to reduce chart clutter
⚙️ Features:
Toggle visibility of each level type (PD / PW / PM)
Customize rightward offset for label placement
No repetition — only current valid levels are shown
(Subak)Profit/Loss LineYou can automatically check the take profit/loss price compared to the current value. You can set up to 7.
This indicator simply guides the price and does not provide direction.
5 EMA vs 13 EMA Crossover Signals//@version=5
indicator("5 EMA vs 13 EMA Crossover Signals", overlay=true)
// EMAs
ema5 = ta.ema(close, 5)
ema13 = ta.ema(close, 13)
// Plot EMAs
plot(ema5, title="5 EMA", color=color.blue)
plot(ema13, title="13 EMA", color=color.orange)
// Crossover logic
buySignal = ta.crossover(ema5, ema13)
sellSignal = ta.crossunder(ema5, ema13)
// Plot signals
plotshape(buySignal, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="BUY")
plotshape(sellSignal, title="Sell Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL")
5 EMA vs 13 EMA Crossover Signals//@version=5
indicator("5 EMA vs 13 EMA Crossover Signals", overlay=true)
// EMAs
ema5 = ta.ema(close, 5)
ema13 = ta.ema(close, 13)
// Plot EMAs
plot(ema5, title="5 EMA", color=color.blue)
plot(ema13, title="13 EMA", color=color.orange)
// Crossover logic
buySignal = ta.crossover(ema5, ema13)
sellSignal = ta.crossunder(ema5, ema13)
// Plot signals
plotshape(buySignal, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="BUY")
plotshape(sellSignal, title="Sell Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL")
TREND_Filter by Yogesh_Mandloi📈 TREND Indicator by Yogesh Mandloi
The TREND Indicator is a multi-factor momentum and trend confirmation tool built for TradingView. It combines RSI, EMA/SMA crossovers, and MACD to deliver reliable buy/sell signals on the 4-hour timeframe, complete with visual cues, strength analysis, and a customizable signal table.
✅ Core Features
🔍 Signal Logic:
Buy Condition:
RSI > 50
EMA21 > SMA55 High
MACD Line > 0
Sell Condition:
RSI < 50
EMA21 < SMA55 Low
MACD Line < 0
🔁 First-Bar Signal Alerts:
Arrows are shown only on the first occurrence of the trend signal for clearer entries.
📊 Trend Strength Scoring:
Composite strength score using:
RSI distance from 50
EMA distance from SMA
MACD Line magnitude
Displays:
Strong Bull, Moderate Bull, Weak Bull
Strong Bear, Moderate Bear, Weak Bear
Neutral when no signal present
🧠 Signal Table (Optional):
A compact, color-coded table that displays:
RSI, MA, MACD conditions with arrow icons
Trend strength label and color
Live indicator values (optional toggle)
Buy/Sell signal summary
🎯 Alerts Ready:
Instant alerts for buy/sell conditions with customizable messages.
🌈 Visual Feedback:
Green/red background highlights during active signals
Clear "BUY"/"SELL" arrow labels on the chart
🧩 Customization Options
Show/hide individual signal conditions (RSI, MA, MACD)
Show/hide trend strength and summary
Toggle real-time indicator values in the table
Position the table anywhere on the chart
📌 Use Case
This indicator is ideal for trend traders, swing traders, or multi-timeframe analysts who want a consolidated signal confirmation system that’s both visual and statistically informed.
Pegasus Returns EMAs (Green Above, Red Below)This indicator plots up to four customizable Exponential Moving Averages (EMAs) on the price chart, each with user-defined settings for visibility and period length. It is designed to provide a clear visual representation of bullish and bearish momentum based on the closing price relative to each EMA.
Key Features:
Custom EMA Periods: Easily modify the length of each EMA (default: 20, 50, 100, 200).
Dynamic Color Coding:
Green Line when the closing price is above the EMA (bullish signal).
Red Line when the closing price is below the EMA (bearish signal).
Toggle Visibility: You can choose to display or hide any of the four EMAs via checkboxes in the settings.
Overlay on Price Chart: EMAs are plotted directly on the candlestick chart for intuitive analysis.
Inputs:
Show EMA 1–4: Enable or disable each EMA.
EMA 1–4 Period: Set a custom period for each EMA (min 1).
Use Cases:
Identifying trend direction and strength.
Spotting dynamic support and resistance zones.
Entry/exit confirmation in trending markets
📊 Bot-Activated Signal OverlayWest Coast SPECS is an automated signal intelligence bot designed to capitalize on macro themes—especially weak-dollar rotations across sectors like commodities, energy, gold, and emerging markets.
🔍 What It Does
Scans small-cap tickers (<$2B market cap) for high-probability entries
Detects RSI and Stochastic divergence with volume confirmation
Integrates options flow intel (Volume ≥ 2× Open Interest)
Filters signals by trend alignment using 10, 50, and 200-day MAs
Exports signals for TradingView overlays, Google Sheets, and Discord alerts
⚙️ Signal Engine
Custom Python logic pulls real-time price and options data and runs multi-layered filters:
Liquidity checks via volume spikes
Momentum alignment (MA crossovers, price zones)
Bullish or Bearish classification with sector tags
📡 Bot Deployment
🔗 Webhook-ready Flask server
🤖 Discord bot (!scan command) posts daily signals into your channel
📤 Pine Script overlay visualizes confirmed setups in TradingView
📈 Optional Streamlit dashboard tracks DXY, sector ETFs, and macro rotation
🎯 Strategy Focus
West Coast SPECS thrives on:
Dollar downtrends
Commodity surges
Rotation into under-the-radar small caps with momentum
This isn't just a bot—it's your tactical macro wingman with surgical market entry logic. Built for traders who want precision, context, and speed.
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
PC–BC Trap Detector (Strict A+ Setup)TP/SL zones to be drawn as boxes
Multi-timeframe PC filtering
PC volume divergence check
PC–BC backtest system
combo EMAS Session [Indexprofx]🧠 Description:
This indicator highlights the New York and London trading sessions directly on the chart, offering a clear visual reference for intraday trading.
It is a complementary tool designed to work seamlessly with our main system: Intraday Signal.
✔️ Displays the most active market hours.
✔️ Enhances precision in entry and exit decisions.
✔️ Perfect for XAUUSD (Gold) traders and other high-volatility instruments.
🧠 Description:
This indicator plots three key Exponential Moving Averages (EMAs) to help traders identify market trends and potential entry/exit points with precision:
EMA 8 (Green) – Fast trend, useful for scalping or short-term signals
EMA 50 (Blue) – Mid-term trend filter
EMA 150 (Red) – Long-term bias and trend direction
It is part of the IndexProFX toolkit and integrates smoothly with other tools like Intraday Signal and Session Zones for enhanced confluence trading.
✔️ Clean structure
✔️ Easy-to-read color-coded EMAs
✔️ Supports scalping, day trading, and swing trading strategies
Indicator Sessions @indexprofx🧠 Description:
This indicator plots three key Exponential Moving Averages (EMAs) to help traders identify market trends and potential entry/exit points with precision:
EMA 8 (Green) – Fast trend, useful for scalping or short-term signals
EMA 50 (Blue) – Mid-term trend filter
EMA 150 (Red) – Long-term bias and trend direction
It is part of the IndexProFX toolkit and integrates smoothly with other tools like Intraday Signal and Session Zones for enhanced confluence trading.
✔️ Clean structure
✔️ Easy-to-read color-coded EMAs
✔️ Supports scalping, day trading, and swing trading strategies
3 EMAS Indexprofx🧠 Description:
This indicator plots three key Exponential Moving Averages (EMAs) to help traders identify market trends and potential entry/exit points with precision:
EMA 8 (Green) – Fast trend, useful for scalping or short-term signals
EMA 50 (Blue) – Mid-term trend filter
EMA 150 (Red) – Long-term bias and trend direction
It is part of the IndexProFX toolkit and integrates smoothly with other tools like Intraday Signal and Session Zones for enhanced confluence trading.
✔️ Clean structure
✔️ Easy-to-read color-coded EMAs
✔️ Supports scalping, day trading, and swing trading strategies
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.
X Opens+Overview:
The X Opens+ indicator is a precision tool designed for traders seeking to analyze market structure and behavior around key timeframe opens. It highlights the open prices of custom-selected higher timeframes—such as daily, weekly, or monthly sessions—and visualizes them directly on lower timeframes. These open levels often coincide with high-volume zones, market imbalance, and institutional interest, making them powerful reference points for intraday and swing trading strategies.
Key Features:
Custom Timeframe Anchoring: Users can select any timeframe (e.g., daily, 4H, 1W) to display its current and previous session opens directly on their active chart. This allows for flexible multi-timeframe analysis within a single view.
Price Reaction Zones: Timeframe opens are frequently areas of heightened liquidity and directional bias. By identifying these opens and their relationship to current price action, traders can anticipate areas of support/resistance, trend continuation, or reversal.
Derived Midpoints and Ranges: The indicator also computes and displays the previous session’s range midpoint (EQ), as well as extension bands (e.g., ±1.0x or ±1.5x the prior range). These levels are useful for contextualizing volatility expansion and identifying breakout or fade setups around key open zones.
Historical Session Mapping: In addition to live opens, the tool optionally displays opens and range-based levels from previous sessions. This historical layering gives traders a broader context of how price has respected or rejected these levels over time.
Labeling and Customization: Each level can be labeled and color-coded to match user preferences. The visibility, size, and style of each element (e.g., lines, labels, bands) are fully configurable for visual clarity and user alignment.
Use Cases:
Confirming bias around daily or weekly opens, especially during market opens or key economic releases.
Identifying equilibrium levels for mean reversion or continuation setups.
Using ±1.0 and ±1.5 range projections as dynamic targets or invalidation zones.
Anchoring to key sessions for volume profile or order flow-based strategies.
Summary:
X Opens+ is a data-driven utility that transforms static session opens into dynamic market tools. By spotlighting where institutional interest likely concentrates—at the opens of significant timeframes—this indicator provides traders with a structural edge in identifying key zones that influence price behavior throughout the trading day or week
Dex Stoch RSI + WaveTrend Dots [Enhanced]This indicator is to help identify points where the RSI changes and the wave changes. Dots are to indicate the start of a bearish momentum or bullish momentum.
green dots - provide bullish momentum from an oversold state
yellow dots - provide bullish momentum from an even greater oversold state
red dots - provide bearish momentum from an overbought state
purple dots - provide bearish momentum from an even greater oversold state
This is to hopefully help identify on the charts when bullish or bearish momentum is being alerted
TeeLek-HedgingLineXThis indicator is suitable for use with charts that are Down Trend and are about to change to Sideway or Up Trend. It works opposite to another indicator that I created called TeeLek Hedging Line.
Calculation method :
We will use the Highest value of 600 candlesticks in the past to create the average line. After that, we will create the All Time Low line.
How to use :
It is used to tell that this point is the lowest historical High value. This means that this is the point where the best Short buyers start to reach the loss point. At the same time, it is the point where the worst Long buyers start to make a profit. Therefore, it is suitable to be the point of changing from Down Trend to Up Trend.
There are 2 lines that are used to divide the range. If the graph is at the bottom, it will be Down Trend. If the graph is in the middle, it will be Sideway. And if the graph is at the top of both lines, it will be Up Trend.
//-------------------------------------------------------------------
อินดิเคเตอร์นี้ เหมาะสำหรับใช้กับกราฟที่เป็น Down Trend และกำลังจะเปลี่ยนเป็น Sideway หรือ Up Trend จะทำงานตรงข้ามกับ อินดิเคเตอร์อีกตัวที่ผมสร้างขึ้นมา ที่ชื่อว่า TeeLek Hedging Line
วิธีการคำนวณ
เราจะใช้ค่า Highest 600 แท่งเทียนย้อนหลัง ในการสร้างเส้นค่าเฉลี่ย หลังจากนั้น ก็จะสร้างเส้น All Time Low ขึ้นมา
วิธีใช้งาน
เอาไว้บอกว่า จุดนี้คือ ค่า High ย้อนหลังที่ต่ำที่สุด หมายความว่า นี่คือจุดที่คนซื้อ Short ที่ดีที่สุดก็เริ่มถึงจุดขาดทุน ขณะเดียวกัน ก็เป็นจุดที่คนที่ซื้อ Long ที่แย่ที่สุด เริ่มกำไร จึงเหมาะจะเป็นจุดเปลี่ยนจาก Down Trend ไปเป็น Up Trend
มี 2 เส้น ก็เอาไว้ใช้แบ่งช่วง ถ้ากราฟอยู่ด้านล่าง จะเป็น Down Trend ถ้ากราฟอยู่ระหว่างกลางก็จะเป็น Sideway และถ้ากราฟอยู่ด้านบนของทั้งสองเส้น ก็จะเป็น Up Trend