Breadth Indicators
hash98trade-AI1.Hash98Trade-AI is a comprehensive trading indicator that integrates optimized SuperTrend, KNN prediction, volume-price analysis, and classic pattern recognition. It is designed to help traders capture trends, identify key entry and exit points, and assess market manipulation risks. Suitable for stocks, forex, and cryptocurrency markets, it empowers both intraday and swing traders to enhance decision-making accuracy.
3. Core Features
AI-Powered Trend Prediction
Leverages KNN algorithm and K-means clustering to dynamically optimize SuperTrend factors, enabling precise trend direction identification.
Multi-Dimensional Volume-Price Analysis
Combines buying/selling pressure, volume weighting, and ATR-based volatility to deliver high-confidence trading signals.
Classic Pattern Recognition
Detects 14 classic market patterns (e.g., double bottom, head and shoulders, V-shaped reversals), helping reveal potential market manipulation behavior.
Capital Flow Monitoring
Utilizes daily support/resistance zones to detect entry/exit signals from institutional and retail capital.
Initial Surge/Dump Candle Signals
Analyzes price movements to accurately mark the starting points of upward or downward trends.
Visual Dashboard
Displays real-time signal strength, optimal factor settings, KNN predictions, and data status—empowering quick decision-making.
Flexible Parameter Configuration
Supports various moving average types, customizable timeframes, and signal filtering methods to suit different trading styles.
4. Use Cases
Best Use Scenarios
Intraday Trading: Effective on 1-minute to 1-hour charts by combining volume breakouts and surge-start candle signals to capture short-term opportunities.
Swing Trading: Ideal for 4-hour to daily charts, using capital flow and pattern signals for medium- to long-term trend following.
High Volatility Markets: Especially suited for forex and cryptocurrencies; AI predictions and pattern analysis increase signal reliability.
Recommended Markets
Stocks, Futures, Forex, Cryptocurrencies
Tip: In ranging or choppy markets, enable volatility or adaptive signal filtering to reduce false signals.
5. How to Use
Add the Indicator
Search for and apply hash98trade-AI on TradingView.
Adjust Parameters
MA Type: Default is EMA; SMA, WMA, etc., are also available.
ATR Period: Default is 10. Set to 5–7 for short-term trading, or 15–20 for longer-term strategies.
KNN Neighbors: Default is 6; adjust between 5–10 depending on market volatility.
Signal Threshold: Default is 65. Lower to 50 to capture more signals, or raise to 80 for higher signal quality.
Interpret Signals
Trend Line: Orange line represents SuperTrend. Green = Bullish; Red = Bearish.
Buy/Sell Signals:
Green/Cyan/Blue triangles = Buy (Institutional/Regular/Advanced).
Purple/Black inverted triangles = Sell signals.
Pattern Signals: Enable “Show Pattern Signals” to view markers for detected patterns (e.g., double bottom, volume breakout).
Manipulation Score: View risk score in the dashboard (Green = low risk; Red = high risk).
Combine with Other Tools: Use alongside RSI, MACD, or Bollinger Bands for signal confirmation.
Dashboard: Enable “Show Dashboard” to track real-time signal strength, KNN output, and data status.
6. Notes
Data Requirement: KNN-based predictions require at least 150 historical candles for optimal performance; signals may be weak initially.
Risk Management: Indicator signals are for reference only—always use stop-loss and position sizing, especially in low-volume markets.
Market Suitability: In low-volatility or ranging markets, enable volatility or volume filters to minimize misjudgments.
Disclaimer: This indicator does not constitute financial advice. Use it in conjunction with your trading strategy and market analysis.
7. Visualization Examples (Optional)
On your TradingView publication page, consider including the following screenshots:
Main Chart: Showcasing SuperTrend line, buy/sell signals, and surge/dump K markers.
Dashboard: Highlighting signal strength, KNN predictions, and data status.
Pattern Markers: Demonstrating recognition of W-bottom, head and shoulders, etc.
Manipulation Score: Displaying the trend of risk scores over time.
ema/dema_cum_stdThis indicator measures distance between moving averages by first calculating the variance of a group of moving averages the converting to standard deviation by taking the square root of the variance and then normalized by dividing by price (close) and multiplying by 100 ( percent). Here are the groups
Group 1 :11,13, 18, 21
Group 2: 11, 13, 18, 21, 29, 34
Group 3: 11, 13, 18, 21, 29, 34, 47, 55
Group 4: 11, 13, 18, 21, 29, 34, 47, 55, 76, 89
Group 5: 11, 13, 18, 21, 29, 34, 47, 55, 76, 89, 123, 144
Group 6: 11, 13, 18, 21, 29, 34, 47, 55, 76, 89, 123, 144, 199, 233
Group 7: 11, 13, 18, 21, 29, 34, 47, 55, 76, 89, 123, 144, 199, 233, 322, 377
Group 8: 11, 13, 18, 21, 29, 34, 47, 55, 76, 89, 123, 144, 199, 233, 322, 377, 521, 610
Great for showing compression and expansion levels and showing divergences. I try to only use Groups 1-4 or Groups 1-5
Shows when moving average groups squeeze below the set level you set using plot shape function. Shape colors are color coordinated to match moving average dispersion plots
Uses DEMA and EMA
EMA 200 & EMA 20EMA20\200 Golden & Death cross
you can use it for all time frame trading in market
it make more easy way to find the way for market if its going up or down
Polynomial Regression + RSI Explosive Zones// Sonic R
EMA_len = input.int(89, title="EMA Signal Length")
HiLoLen = input.int(34, title="PAC EMA Length")
// Polynomial Regression
regression_length = input.int(10, title="Regression Length")
fractal_size = input.int(2, title="Fractal Size")
// Color inputs for regression
colorMid = input.color(color.red, title="Mid Line Color")
colorMax = input.color(color.orange, title="Max Line Color")
colorMin = input.color(color.green, title="Min Line Color")
colorUpper = input.color(color.blue, title="Upper Line Color")
colorLower = input.color(color.purple, title="Lower Line Color")
// === SONIC R ===
// PAC lines
pacC = ta.ema(close, HiLoLen)
pacL = ta.ema(low, HiLoLen)
pacH = ta.ema(high, HiLoLen)
plot(pacL, title="PAC Low EMA", color=color.new(color.blue, 50))
plot(pacH, title="PAC High EMA", color=color.new(color.blue, 50))
plot(pacC, title="PAC Close EMA", color=color.new(color.blue, 0), linewidth=2)
fill(plot(pacL), plot(pacH), color=color.aqua, transp=90, title="Fill PAC")
// EMA lines
ema610 = ta.ema(close, 610)
ema200 = ta.ema(close, 200)
emaSignal = ta.ema(close, EMA_len)
plot(ema610, title="EMA 610", color=color.white)
plot(ema200, title="EMA 200", color=color.fuchsia)
plot(emaSignal, title="EMA Signal", color=color.orange, linewidth=2)
市场参与度宽度 (S&P/Nasdaq)指标功能和解读:
下拉菜单切换: 在指标的设置(点击指标名称旁边的小齿轮图标)中,您可以轻松地从 "S&P 500" 切换到 "Nasdaq 100",指标会自动更新显示对应的数据。
同框显示: 蓝色的粗线代表50天市场参与度(中期健康度),橙色的细线代表20天市场参与度(短期情绪),两者在同一个副图中,方便您进行对比和观察。
关键水平线:
50%线 (灰色实线): 这是最重要的多空分界线。当指标线持续在50%以上时,表明市场处于强势;反之则处于弱势。
80%线 (红色虚线): 当短期指标(橙色线)进入80%以上时,可能意味着市场情绪过热,进入超买区。
20%线 (绿色虚线): 当短期指标进入20%以下时,可能意味着市场情绪过度悲观,进入超卖区,有时是机会的信号。
背离分析: 您可以观察当主图指数(如SPY)创出新高时,这个指标是否也创出新高。如果指数新高而指标没有,就形成了顶背离,是市场内部力量减弱的警示信号。
Indicator function and interpretation:
Drop-down menu switch: In the indicator settings (click the small gear icon next to the indicator name), you can easily switch from "S&P 500" to "Nasdaq 100", and the indicator will automatically update to display the corresponding data.
Same frame display: The thick blue line represents the 50-day market participation (medium-term health), and the thin orange line represents the 20-day market participation (short-term sentiment). Both are in the same sub-chart for your comparison and observation.
Key horizontal lines:
50% line (solid gray line): This is the most important dividing line between long and short. When the indicator line is continuously above 50%, it indicates that the market is strong; otherwise, it is weak.
80% line (dashed red line): When the short-term indicator (orange line) enters above 80%, it may mean that the market sentiment is overheated and enters the overbought zone.
20% line (dashed green line): When the short-term indicator enters below 20%, it may mean that the market sentiment is overly pessimistic and enters the oversold zone, which is sometimes a signal of opportunity.
Divergence analysis: You can observe whether this indicator also hits a new high when the main chart index (such as SPY) hits a new high. If the index hits a new high but the indicator does not, it forms a top divergence, which is a warning signal of weakening internal market forces.
TheDu Engulfing + vol20
// Volume filter settings
volumeLength = input.int(20, title="Volume MA Length", minval=1)
volumeThreshold = input.float(1.2, title="Volume Threshold (1.2 = 120%)", minval=1.0, step=0.1)
// Calculate volume moving average
volumeMA = ta.sma(volume, volumeLength)
// Volume condition: current volume > volume MA * threshold
volumeCondition = volume > volumeMA * volumeThreshold
// bullish engulfing with volume filter
bullishEngulfing = open > close ? close > open ? close >= open ? close >= open ? close - open > open - close ? volumeCondition ? color.blue : na : na : na : na : na : na
barcolor(bullishEngulfing)
// bearish engulfing with volume filter
bearishEngulfing = close > open ? open > close ? open >= close ? open >= close ? open - close > close - open ? volumeCondition ? color.purple : na : na : na : na : na : na
barcolor(bearishEngulfing)
alertcondition(bullishEngulfing != na, title='Bullish Engulfing', message=' , Bullish candle engulfing previous candle with high volume')
alertcondition(bearishEngulfing != na, title='Bearish Engulfing', message=' , Bearish candle engulfing previous candle with high volume')
// Optional: Plot volume MA for reference
plot(volumeMA, title="Volume MA", color=color.gray, display=display.none)
Simple v6 Moving‑Average TrendTo provide a visual guide for trend direction using EMA crossovers, supported by a dynamic trailing stop for potential exit zones. It shows whether the price is above or below a moving average and highlights shifts in trend with labeled signals and a stop-line.
⚙️ How It Works
1. EMA Calculation
It computes a single EMA (default: 20-period) from the current chart’s close price.
The EMA represents the short-term trend.
EMA + RSI Trend Strength v6✅ Indicator Name:
EMA + RSI Trend Strength v6
📌 Purpose:
This indicator combines trend detection (via EMA) with momentum confirmation (via RSI) to help traders identify high-probability bullish or bearish conditions. It also provides optional visual buy/sell signals and trend shading directly on the chart.
⚙️ Core Components:
1. Inputs:
emaLen: Length of the Exponential Moving Average (default: 50).
rsiLen: RSI period for momentum analysis (default: 14).
rsiOB, rsiOS: RSI levels for context (default: 70/30, but mainly 50 is used for trend strength).
showSignals: Toggle for showing entry signals.
2. Logic:
Bullish Condition:
Price is above the EMA
RSI is above 50 (indicating positive momentum)
Bearish Condition:
Price is below the EMA
RSI is below 50
3. Visuals & Outputs:
EMA Line: Orange line on the price chart showing the trend direction.
Buy Signal: Green triangle appears below the candle when bullish condition is met.
Sell Signal: Red triangle appears above the candle when bearish condition is met.
Background Color:
Light green when bullish
Light red when bearish
MACD Histogram v6This script plots the MACD histogram, a popular momentum indicator used to identify bullish/bearish momentum shifts, convergence/divergence between moving averages, and potential entry/exit signals.
Core Components:
Inputs:
fast – Period for the fast EMA (default: 12).
slow – Period for the slow EMA (default: 26).
signal – Period for the signal line EMA (default: 9).
Khalid's Custom ForecastThe indicator printed on the chart is as expected beads on the information for last 5 years , this indicator could be linked to others to give future price actions
📊 Stock Info + Support/Resistance
### 📊 What the Indicator Displays – Without Diving Into the Code:
The indicator provides a general overview of a security – whether it's a stock, ETF, or index – clearly centralizing the most important data, including:
* **Current Date and Security Name**
* **Security Type** (Stock, ETF, etc.)
* **YTD Performance** – Year-to-Date return
* **Trading Volume**
* **RSI Indicator** with color coding for Buy/Sell status
* **Overall Score** composed of 5 key parameters
* **Automatic Recommendation:** BUY, SELL, or NEUTRAL
---
### 🧠 What Makes This Indicator Special:
* It doesn't try to predict the market – but to clarify it.
* Presents all important information at a quick glance, without the user needing to interpret complex graphs, indicators, or understand formulas.
* Especially suitable for those without deep technical trading knowledge – who want to get a quick and effective snapshot.
---
### 🔍 Key Advantages:
| Advantage | Explanation |
| :---------------- | :---------------------------------------------------------------- |
| ✨ **Simplicity** | Displays only what's necessary – no clutter, no confusion |
| ⏱ **Time Saving** | Insights in a second – instead of lengthy analyses |
| 📦 **All in One Place** | No need to open RSI, Moving Averages, OBV, etc. separately |
| 📈 **Decision Support** | Overall score + clear action recommendation |
---
### 🎯 Who Is This For?
* Individual investors who don't want to get tangled up with technical analysis.
* Traders looking for a filtering tool to aid decisions.
* Portfolio managers or groups who want to present information to clients in a clean and clear manner.
---
### 🧩 Summary:
This indicator was born out of a real need – to provide a simple, smart, and clean solution for anyone who wants to understand a security's status without relying on analysts or advanced indicators. It can serve as a daily tool for tracking stocks and ETFs, at any knowledge level.
---
### 🔦 Spotlight Signal – Get a Sharp Snapshot in a Second
The smart indicator by "The Financial Spotlight" performs an in-depth analysis of a stock for you in real-time, based on 5 critical parameters:
* 📊 **YTD Return**
* 🔎 **RSI Ratio**
* 📈 **Moving Averages Trend**
* 📉 **Volatility**
* 🧭 **OBV**
✔️ **Overall Score out of 100**
✔️ **Objective Buy / Sell Recommendation**
✔️ **Special Alert in Extreme Conditions** ("Oversold + YTD Negative")
✔️ **Suitable for Day Trading or Long-Term Investments**
💡 **An ideal tool for investors who aren't satisfied with gut feelings**
Check it historically – you'll see it works.
Simple Volume Profile with POC, VAH, VAL + nPOCVRVP by Kolesnik
This indicator halp you with analitick
PROFIT PURIFY SL/TargetsEach level has its own colored line:
Entry: White
Stop Loss: Red
Target 1: Orange
Target 2: Yellow
Target 3: Green
Each level has clear price labels that appear at the signal bar
The lines will remain visible until the next trade signal occurs
For long positions, targets appear above entry and SL below
For short positions, targets appear below entry and SL above
RTI Seven Slope Systemthis is an indicatorthis is an indicatorthis is an indicatorthis is an indicator
RTI Seven Slope SystemRTI Seven Slope System created by me myself and i. This has my favorite lines I like to use.
BTC 4H Entrées/SortiesAnalysis: Input and output this script was created by ChatGPT. I allow myself to use this artificial intelligence, in order to find the most precise entry points and exit points possible in order to generate profits in complete transparency with you.
VIKRANT Indicator🔰 VIKRANT Indicator (v6) – Pure Buy/Sell Signal Generator
📝 Description:
The VIKRANT Indicator is a powerful yet minimalistic Buy/Sell signal generator designed for clarity, precision, and performance. Based on a refined trend-following algorithm, this indicator delivers automatic signal labels on your chart — no messy lines, no user confusion, and no input customization.
down up trend (Repaintsiz)It was integrated according to volume/movement. If it remains in the scissors, know that hard movements will develop.
Vikrant Banknifty 0.1Thank you for your interest in my custom TradingView script.
I've granted you access to my Invite-Only script, titled “VIKRANT BANKNIFTY on TradingView. This script is designed to help you with more accurate entries and exits based on advanced trend de
VIKRANT PRO INDICATORVIKRANT Zones.
🎯 Who Should Use This?
Suitable for intraday, swing, and positional traders.
Works well on BankNifty, Nifty, Forex, Crypto, Stocks, and more.
Can be used with other tools like EMA/Volume for deeper confirmation.
Quốc Phạm 0766638883Includes advanced features such as:
Dynamic RSI coloring based on level zones
Divergence detection between price and RSI
Smart alerts when RSI enters extreme zones or changes trend direction