KairosAlgo V2 [Alpha]- Indicator Name: "Kairos Algo V2 (Alpha)"
- Type: "Indicator"
- Language: Pine Script v6
Candlestick analysis
RSI Z‑Score + TableRSI Z-Score + Table
This script calculates the Z-Score of the RSI (Relative Strength Index), which standardizes RSI based on its own recent history.
What It Shows:
RSI Z-Score = (Current RSI - Mean RSI) / Standard Deviation
This tells you how extreme the current RSI is compared to its historical values.
A table displays:
Current RSI
Rolling Mean
RSI Z-Score
How to Use:
Z-Score > +2 = Statistically overbought
Z-Score < -2 = Statistically oversold
Use it to time reversals or overextension in RSI behavior.
🔒 Based on rolling lookback window — fully customizable.
Author:
Tags: #RSI #ZScore #Momentum #StatisticalEdge #MeanReversion #Crypto
ICT OTE Market MakerICT OTE Market Maker
Implementing ICT and automatically identifies OTE zones to minimize drawdowns.
Kairi Trend Oscillator [T3][T69]📌 Overview
The Kairi Trend Oscillator is a Japanese-inspired hybrid oscillator combining Heikin-Ashi trend clarity with the Kairi (乖離率) indicator — a measure of price deviation from a moving average. This dual-layer system gives you both trend direction and trend strength/health, designed to highlight trend maturity and avoid overextended entries.
✨ Features
Heikin-Ashi or normal candlestick input modes
Multiple moving average options: SMA, EMA, DEMA, VWMA, and Kijun
Visual color-coded trend zones: overbought, oversold, healthy, weak, and reversal conditions
Full Kairi column plot with dynamic coloring
Adaptive logic for trend detection (linear regression or Heikin-Ashi structure)
Built-in reversal detection based on divergence between Kairi and trend direction
⚙️ How to Use
Choose Candle Type: Select Heiken Ashi or Normal Candlesticks via the Candle Mode dropdown.
Select Source: Choose open, high, low, or close as the input for Kairi computation.
Set MA Type & Length: Configure the moving average mode and its length under Moving Average Settings.
Interpret the Plot:
Green/Red bars: Show Kairi oscillator values above/below 0
Background color: Shows current trend (green = uptrend, red = downtrend)
Candle color overlays:
🟩 Teal = Overextended Bulls
🟥 Maroon = Overextended Bears
✅ Green = Healthy Uptrend
🔻 Red = Healthy Downtrend
🟨 Light tones = Weak trends
🔄 Blue/Fuchsia = Possible reversal detected
🔧 Configuration
Inputs:
Candle Mode: Heiken Ashi or Normal Candle Sticks
Source: Open, High, Low, Close
MA Mode: SMA, EMA, DEMA, VWMA, or Kijun
MA Length: Default is 29
🧪 Advanced Tips
Use Heikin-Ashi mode for better trend smoothing.
Kairi divergence (e.g., bullish Kairi in a downtrend) may signal upcoming reversal — watch for blue or fuchsia bars.
Combine with momentum indicators (e.g. RSI or MACD) for confluence-based setups.
For mean reversion strategies, fade extreme Kairi readings (> ±5%).
⚠️ Limitations
Not suited for ranging markets without trend.
Kairi extremes may remain elevated in strong trends — avoid early counter-trend entries.
Reversal logic is not a confirmation signal; use with caution.
📌 Disclaimer
This script is educational and illustrative. Always backtest thoroughly before using in live markets.
XAUUSD & BTCUSD Buy/Sell Signals (80% Accuracy)this script gives approx 80% real and correct indicators depending on market
bou moubark uaeThis indicator is based on the 12 o'clock candle where there is both buying and selling strength at the same time, helping you to make decisions and facilitating trading for you. The time is 12 PM Saudi time. Your targets should be the previous hours, and I hope to use capital management with this strategy, as buying occurs upon the breakout of the 12 o'clock candle on the hourly frame, and the stability of the candle provides buying strength, with entry during the retest, and vice versa. We thank the TradingView platform for this achievement.
3 EMA cross overThis Pine Script displays the 3 EMA trend status for a list of popular stocks in a dynamic table. It calculates and monitors 13 EMA, 48 EMA, and 200 EMA for each ticker to detect bullish or bearish alignment.
Best Use:
Use this script to quickly scan market trends across multiple stocks and identify potential trade opportunities based on EMA alignment.
EMA 8 & 21 crossover change EMA 8 & 21 crossover change Indicator This custom TradingView indicator highlights trend shifts by changing candle colors when the 8 EMA crosses the 21 EMA. Bullish crossovers turn candles different color, while bearish crossovers turns different as well—making it easy to visually identify emerging trends and momentum shifts in real time.
Srini B - Zero Lag Trend SignalsFinal version with minor changes. This indicator displays buy & sell alerts as per settings defined and comes out really well. Just my own personal indicator for own use.
RSI-Two.4This looks like a detailed breakdown of a custom trading indicator based on the RSI (Relative Strength Index). It integrates various sub-indicators and visual analysis tools to precisely identify market strength and trend reversal signals.
Here is the English version of the provided text.
Overview
This indicator is designed to precisely identify market strength and trend reversal signals by integrating various sub-indicators and visual analysis tools centered around the RSI (Relative Strength Index).
On the chart, you can grasp the RSI trend, overbought/oversold zones, divergences, and trend reversal signals all at once, enabling more reliable trading decisions.
Detailed Feature Analysis
1. Basic RSI Calculation and Visualization
RSI Calculation:
Instead of the traditional RSI formula, a smoothed moving average method using ta.rma() is employed to reduce noise and provide a more intuitive RSI value.
Line Color and Display:
The RSI line is displayed in blue (#0B54FE) when the value is below 30, pink (#FC0FC0) when it's above 70, and semi-transparent white otherwise. This provides a clear, intuitive distinction of overbought and oversold zones.
Adjustable Line Thickness:
You can adjust the line thickness for customized chart readability.
2. RSI Candle Chart
Purpose:
The visual flow of the RSI is displayed in a candle chart format, allowing you to grasp the RSI's upward/downward trend at a glance.
Application:
Rising candles are shown in transparent green, while falling candles are shown in transparent red, allowing for an immediate assessment of market strength.
Utility:
This is far more intuitive than a regular RSI line and, when viewed alongside the main candle chart, helps you quickly recognize market turning points.
3. Ichimoku Cloud (RSI-based)
Cloud Concept:
This feature borrows the principles of the traditional Ichimoku Cloud to form an RSI-based cloud.
Leading Spans A and B:
The leading spans are calculated using the RSI's conversion and base lines, visualizing market support and resistance zones.
Colors:
Upward clouds are green, and downward clouds are brown.
How to Use:
Quickly identify bullish/bearish zones based on the cloud's color and position. A breakthrough of the cloud can be used as a strong trend reversal signal.
4. v.h.m. Moving Average Trend Length (Self-Calculated)
Color Change:
The color changes to green when the RSI rises and to pink when it falls, providing an intuitive grasp of the trend's direction.
Expert Tip:
A strong buy signal can be generated when the HMA (Hull Moving Average) turns upward, and a sell signal when it turns downward.
5. Overbought/Oversold Vertical Lines
Levels:
Based on the 70 (overbought) and 30 (oversold) thresholds.
Signals:
When the RSI crosses above 70 or below 30, colored vertical lines appear in the chart's background, quickly signaling an overbought or oversold state.
Expert Application:
Use overbought zones to identify potential selling opportunities and oversold zones to spot potential buying opportunities.
6. Divergence Detection
Function:
The indicator automatically detects bullish and bearish divergences, as well as hidden divergences, by analyzing the difference between price peaks and troughs and the RSI.
Signals:
Labels with "D," circles, or arrows are displayed on the chart to predict a trend reversal or weakening of momentum.
AMD [TakingProphets]Accumulation Manipulation Distribution – Real-Time HTF Candle Projection for ICT/SMC Traders
Accumulation Manipulation Distribution (AMD) is a premium, real-time indicator designed for traders who use ICT and Smart Money Concepts (SMC). It projects higher timeframe (HTF) candles directly onto your lower timeframe chart, allowing you to monitor institutional price behavior without switching timeframes.
By continuously tracking the open, high, low, and close (OHLC) of active HTF candles, AMD helps traders interpret whether the market is in a phase of accumulation, manipulation, or distribution—a key concept for understanding institutional order flow.
Core Features and How It Works
1. Live HTF Candle Visualization
Displays complete HTF candles — including body and wicks — in real time.
Provides immediate higher timeframe context for lower timeframe execution.
Supports any timeframe from 1 minute to monthly.
2. Real-Time OHLC Projections
Projects the open, high, low, and current close of the active HTF candle as it develops.
Acts as evolving reference points for support, resistance, and directional bias.
Fully customizable with adjustable colors, line styles, and labels.
3. Session Timing and Labeling
Optional time labels mark candle openings and help anticipate session closes.
Supports 12-hour and 24-hour formatting for flexibility across markets.
4. Complete Visual Customization
Configure candle width, wick transparency, border color, and projection lines.
Maintain a clean, professional overlay that aligns with your preferred charting style.
How to Use AMD
Determine HTF Bias: Identify whether the active candle is expanding in your trade direction or showing signs of rejection.
Track Price Reaction: Monitor how price interacts with projected HTF highs, lows, and midpoints—especially during ICT killzones or after liquidity events.
Anchor Lower Timeframe Entries: Combine AMD with tools like Order Blocks, Liquidity Levels, or Rejection Blocks to confirm high-probability Smart Money setups.
This approach allows traders to synchronize LTF executions with HTF market structure, enhancing clarity and confidence in trade selection.
NTL SCALP v2 with TP & SL (Absolute)NTL SCALP v2 with TP & SL (Absolute) – Scalping Trend System
Timeframe Example: 15-minute (XAUUSD)
Indicator Type: Combined trend-following and momentum-based scalping system
🔍 Purpose of This Indicator
This script is designed as a unified tool for intraday scalpers, combining multiple essential components—trend detection, entry signal logic, and automated risk management—into one streamlined system. Rather than simply merging various indicators, it integrates them with a clear purpose: to generate trade setups with actionable entries and realistic TP/SL targets in trending markets.
📌 Core Components & How They Work Together
Multi-Ribbon EMA Trend Filter
Multiple Exponential Moving Averages (EMAs) are used to detect short-, medium-, and long-term trends.
The EMA ribbons visually shift from red (bearish) to green (bullish) depending on the overall price structure.
These ribbons not only indicate trend direction but also serve as dynamic support/resistance levels.
Momentum-Based Entry Signals
Buy and sell signals are triggered when price momentum aligns with the trend (e.g., bullish breakout above EMAs with supporting candle structure).
The system ensures that trades are only taken in the direction of the prevailing trend, reducing the likelihood of false signals.
Auto-Generated Entry, TP & SL Levels
Once a valid setup is detected, the script plots the entry price, stop-loss (SL), and up to four take-profit (TP1–TP4) targets.
These levels are based on recent volatility and trend strength, allowing traders to manage risk and reward efficiently.
Labels such as “TP1 HIT” or “SL HIT” are displayed on the chart to show trade progress in real-time.
✅ How to Use This Indicator
Designed for scalping and short-term trend trading during high-volume market sessions (e.g., London/New York).
Ideal for traders who prefer clear rules for entry, exit, and risk management.
Can be used standalone, but works even better with confirmation from price action or volume-based tools.
🛑 Note
To ensure effective performance, avoid using this tool in ranging or low-volatility markets. It is optimized for trending environments.
⚠️ Disclaimer
This script is intended for educational purposes and does not constitute financial advice. Always conduct your own analysis and apply risk management when trading.
Manual 1H Trend BackgroundThis TradingView Pine Script v6 indicator allows you to manually set the trend direction (based on your analysis of the 1-hour timeframe), and it will change the background color of your chart based on that input:
"Buy" → chart background turns green
"Sell" → chart background turns red
"Neutral" → no background color (transparent)
HTF Candle Projection by @TATraderSid(The Journal App Team)HTF Candle Projection Indicator
Overview
A professional multi-timeframe analysis tool that projects Higher Timeframe (HTF) candles onto lower timeframe charts with real-time countdown timer and optional zone highlights.
Key Features
📊 HTF Candle Projection
Visual HTF Candles: Projects last 2-3 HTF candles as transparent boxes with wicks
Color Coding: Green for bullish, red for bearish candles
Configurable Offset: Positions candles to the right of current price action
Clean Design: Minimal chart clutter with professional appearance
⏰ Real-Time Timer Box
Live Countdown: Shows time remaining until next HTF candle close (MM:SS format)
Symbol Display: Current trading pair (e.g., BTCUSDT)
Timeframe Model: Shows current TF to HTF relationship (e.g., 15m–60m)
HTF Bias: Real-time bullish/bearish/neutral bias indication
Top-Right Position: Fixed position that doesn't interfere with chart analysis
🎯 Optional Features
Session Zones: Previous day high/low shaded areas
HTF Levels: Optional HTF high/low reference lines (disabled by default)
Risk/Reward Framework: Structure for manual trade planning
Settings
Main Configuration
Higher Timeframe: Select HTF (default: 60 minutes)
Number of HTF Candles: Display 1-5 historical candles
Offset Bars: Distance from current price action
Show Timer Box: Toggle countdown timer display
Show Session Zones: Optional support/resistance zones
Display Options
Show HTF Levels: Toggle HTF high/low reference lines
Color Customization: Bullish/bearish candle colors
Transparency Settings: Adjustable candle body transparency
Best Use Cases
Multi-Timeframe Analysis
Scalping: Use 5m/15m charts with 1H/4H HTF candles
Swing Trading: Use 1H/4H charts with daily/weekly HTF candles
Trend Confirmation: Align lower TF entries with HTF direction
Timing Entries
HTF Candle Closes: Time entries around HTF candle completions
Bias Changes: Monitor HTF bias shifts for trend changes
Support/Resistance: Use projected HTF levels for key zones
Technical Specifications
Pine Script v6: Latest TradingView scripting version
Real-Time Updates: Uses request.security() for precise HTF data
Performance Optimized: Efficient rendering with minimal resource usage
Cross-Timeframe Compatible: Works on all timeframe combinations
Installation & Usage
Add indicator to chart
Select desired Higher Timeframe
Adjust number of candles and offset
Enable timer box for countdown functionality
Optionally enable session zones and HTF levels
Recommended Settings
For Scalping: 15m chart with 60m HTF, 3 candles, 10 bar offset
For Swing Trading: 1H chart with 240m HTF, 2 candles, 15 bar offset
For Position Trading: 4H chart with 1D HTF, 3 candles, 20 bar offset
Perfect for traders who need precise multi-timeframe analysis with professional visual presentation and real-time timing information.
多级别自动支撑阻力【MarsCN10U】多级别自动支撑阻力【MarsCN10U】,是一个用于识别不同时间框架下支撑位和阻力位的技术分析工具。
主要功能
多时间框架支持:
日线级别(D)
4小时级别(H4)
1小时级别(H1)
30分钟级别(M30)
5分钟级别(M15)
自动识别支撑阻力:
使用枢轴点(高点和低点)算法自动识别支撑位和阻力位
每个时间框架最多可显示10个支撑/阻力位(默认3个)
可视化展示:
不同时间框架用不同颜色区分
水平线+标签显示具体价格和级别
这个指标适合需要同时关注多个时间框架支撑阻力位的交易者,能直观展示市场关键价位。
Multi-Level Automatic Support Levels is a technical analysis tool used to identify support and resistance levels across different time frames.
Main Features
Multiple Timeframe Support:
Daily Timeframe (D)
4-Hour Timeframe (H4)
1-Hour Timeframe (H1)
30-Minute Timeframe (M30)
15-Minute Timeframe (M15)
Automatic Support Arm Identification:
Automatically identifies support and moment levels using a pivot point (high and low) algorithm.
Displays up to 10 support/resistance levels per timeframe (default 3).
Visual Display:
Different timeframes are distinguished by different colors.
Horizontal lines and labels display specific prices and levels.
This indicator is suitable for traders who monitor support and resistance levels on multiple timeframes simultaneously, providing insight into key market levels.
Coefficient of Variance BarsThe script calculates the Coefficient of Variance (CV), which is the standard deviation (a measure of volatility) divided by the average price over a set period. In simple terms, it tells you how volatile the market is in relation to its current price level.
• Highlighting Volatility Increase: By default, the script colors the bars when this relative volatility makes a new high. This suggests that the market is "waking up" and that a significant price move could be starting.
• Highlighting Low Volatility (Inverse Mode): When you uncheck the box in the settings, it highlights periods where volatility is not making a new high. This is useful for spotting quiet, consolidating markets.
________________________________________
How to Use It in Trading
This indicator is a complementary tool and should be used with other forms of analysis, like price action or trend indicators.
1. Spotting Potential Breakouts
The most common use is to anticipate breakouts. When the price is moving in a tight range (consolidation) and you suddenly see a highlighted bar, it signals a surge in volatility. This is often the catalyst that pushes the price out of the range.
• Strategy: Look for a period of price consolidation. When a bar is colored, indicating a volatility spike, look for a confirmation of a breakout (e.g., a candle closing above resistance or below support) and consider entering a trade in that direction.
2. Identifying Ranging Markets
By switching to the inverse mode, you can easily see when the market is quiet and range-bound.
• Strategy: When the bars are consistently highlighted in inverse mode, it confirms a ranging market. This is the ideal environment for strategies that capitalize on sideways movement, such as using oscillators (like RSI or Stochastics) to trade between support and resistance levels.
3. Gauging Trend Strength and Exhaustion
In a strong, ongoing trend, you'll likely see intermittent volatility spikes confirming the momentum. However, a sudden, massive spike in volatility after a very long trend might signal a "climax," potentially indicating the trend is exhausted and a reversal could be near.
MTF Clean Panelsit is bigger model of a earlier model then i have made earlier it helps you see multiple timeframes together and includes more daily timeframe and have also been introduced a new 4 hours candle structure
Momentum Commitment Delta (MCD)What it is
M C D fuses five micro-structure clues into one 0-to-1 score that says, “how hard are traders actually leaning on this move?”
1. Body-Delta Momentum – average net candle body direction.
2. Volume Commitment – up-volume ÷ down-volume over the same window.
3. Wick Compression – shrinking upper/lower wicks = clean conviction.
4. Candle Sequencing – rewards orderly, staircase-style body growth.
5. Pin Ratio – where the close pins inside each candle’s range.
The five factors are multiplied, then auto-normalized so extremes always land near 0 / 1 on any symbol or timeframe.
I recommend tweaking the settings to fit your edge, the pre-loaded settings may not be suitable for most traders. The MCD works on all timeframes as well :)
⸻
How to read basic signals
• Fresh cross above 0.70 → often the birth of a real breakout.
• Cluster of > 0.70 bars → “commitment lock,” pull-backs usually shallow.
• Price makes new high while M C D doesn’t → beware...
• Cross back below 0.30 after a run → momentum is out of fuel.
⸻
Because M C D is multiplicative, it’s hard to hit the extremes—so when the bars light lime green, the print is usually telling the truth.
I personally use the MCD to identify the peak of a high-conviction range, NOT a breakout. If a bar prints over 0.70 (green) and then a range forms off of the bar which exceeded 0.70, the breakout has a high chance to be explosive, regardless of what MCD reads at the breakout inflection point.
Play around with it, im sure there are plenty of other patterns.
Disclaimer: The Momentum Commitment Delta (MCD) indicator is provided strictly for educational and informational purposes. It does not constitute financial or investment advice, nor is it a recommendation to buy or sell any security. Trading involves substantial risk, and you should always perform your own due diligence and consult a qualified financial professional before making any trading decisions. Past performance is not indicative of future results.
RSI Z‑Score + TableRSI Z-Score + Table
This script calculates the Z-Score of the RSI (Relative Strength Index), which standardizes RSI based on its own recent history.
What It Shows:
RSI Z-Score = (Current RSI - Mean RSI) / Standard Deviation
This tells you how extreme the current RSI is compared to its historical values.
A table displays:
Current RSI
Rolling Mean
RSI Z-Score
How to Use:
Z-Score > +2 = Statistically overbought
Z-Score < -2 = Statistically oversold
Use it to time reversals or overextension in RSI behavior.
🔒 Based on rolling lookback window — fully customizable.
Author:
Tags: #RSI #ZScore #Momentum #StatisticalEdge #MeanReversion #Crypto
CRYPTOMATH 8CRYPTOMATH 8 is a powerful trend-following indicator designed for serious traders.
It combines real time EMA signals with a multi-timeframe trend table, showing bullish or bearish sentiment across 1m, 5m, 15m, and 1h.
Includes dynamic EMA coloring, session highlights (London & NYSE), and a clean, responsive display optimized for fast, confident decision-making.
Wick TickMy indicator shows the tick size of the candle wick. In the settings, you can specify how many ticks to display information on the screen.
Volume Peak BoxTH Description
Volume Peak Box
อินดิเคเตอร์นี้ใช้ตรวจจับช่วงที่มี Volume สูงผิดปกติ โดยใช้ Bollinger Band กับข้อมูล Volume ที่ดึงจาก Timeframe ที่ล็อกไว้ (เช่น 1 ชั่วโมง) และจะแสดงผลในรูปแบบ กล่องครอบช่วงราคาสูง–ต่ำ ของช่วง Volume Peak นั้น
🔧 วิธีทำงาน:
คำนวณ Bollinger Band จาก Volume ของ Timeframe ที่กำหนด
ถ้า Volume สูงกว่า Upper Band → ถือว่าเป็น Volume Peak
วาดกล่องครอบ High–Low ของแท่งที่อยู่ในช่วง Volume Peak
กล่องจะแสดงบนทุก Timeframe แต่ใช้ข้อมูลจาก Timeframe ที่ล็อกไว้เท่านั้น
🧠 เหมาะสำหรับการดู:
โซน Breakout
การเคลื่อนไหวของสถาบัน
ความไม่สมดุลของอุปสงค์/อุปทาน
เหมาะมากหากใช้ร่วมกับการอ่านพฤติกรรมราคาใน Timeframe ย่อย เพื่อดูปฏิกิริยาราคาต่อแรง Volume จาก Timeframe ใหญ่
________________
ENG Description
Volume Peak Box
This indicator detects volume spikes based on Bollinger Bands applied to volume from a locked timeframe (e.g. 1H), and draws a box around the price range during those peak periods.
🔧 How it works:
Calculates Bollinger Bands on volume from the selected timeframe.
If volume exceeds the upper band, it is marked as a volume peak.
When a volume peak starts and ends, the indicator draws a box covering the high–low price range during that period.
These boxes remain visible on all timeframes, but always reflect data from the locked timeframe.
🧠 Great for identifying:
Breakout zones
Institutional activity
Supply/demand imbalances
Tip: Use with lower timeframe price action to see how the market reacts near volume peaks from higher timeframes.