15m ORB with 5m Breakout + TP/SL linesA TradingView Pine Script that plots a 15-minute Opening Range Breakout (ORB) with breakout detection on a 5-minute timeframe. It triggers only one buy and one sell signal per day, automatically adds Take Profit (TP) and Stop Loss (SL) lines, and displays smaller, bold, easy-to-read signal labels without cluttering the chart.
Candlestick analysis
ATR & Time-Adj RVOL A two-row panel in the bottom-right of any chart:
Row 1 — ATR
Label: ATR D: | %
Value: the Daily ATR(14) pulled from the daily timeframe, so it’s the same no matter what chart TF you’re on.
Percent: how far today’s price is from yesterday’s close, expressed as a percent of ATR:
\text{Move%} = \frac{\text{current price} - \text{prior daily close}}{\text{ATR(14)}} \times 100
It updates from pre-market through post-market.
Background color (by absolute move):
< 50% green · 50–80% yellow · 81–99% orange · ≥ 100% dark red.
(So 131% means price has moved 1.31× the typical daily range since yesterday’s close.)
Row 2 — RVOL
Label: RVOL :
Meaning: time-adjusted RTH relative volume. It compares today’s cumulative volume up to this minute (09:30–16:00 ET only) to the average cumulative volume at the same minute over the last N completed RTH sessions (default 10).
RVOL
=
today cum vol (to this minute, RTH only)
avg cum vol (same minute, last N RTH days)
RVOL=
avg cum vol (same minute, last N RTH days)
today cum vol (to this minute, RTH only)
Works on any chart TF (internally computes on 1-minute bars).
Background color: < 0.99 orange · 1.00–1.50 dark green · > 1.50 lime.
Behavior details: holds the final value after 16:00, resets at the next RTH open, and handles early closes/half-days gracefully (missing minutes in history are ignored). An end-of-day safety cap prevents index errors on the last bar.
Inputs you can tweak
ATR Length (Daily): default 14.
RVOL lookback (completed RTH sessions): default 10.
Text Size: tiny / small / normal / large.
How to read it quickly
ATR row tells you the day’s “heat” vs a typical daily move: e.g., ATR D: 19.17 | 131.1% ⇒ price is ~1.31× ATR from yesterday’s close.
RVOL row tells you participation vs typical by now: e.g., 1.90 ⇒ ~90% more volume than usual at this time.
TSU HCC/LCC barsHCC/LCC ("Higher Candle Close / Lower Candle Close") bars help keep traders on the right side of the trend. They are most useful for keeping traders in a trade and not exiting too early.
The first green candle in a series can be seen as a bullish reversal, while the first red candle in a series can be seen as a bearish reversal. Yellow candles are neutral -- neither progressing nor reversing.
FVG Zones for entry (LTF)Recent FVGs which can be used for your trade. Best for 5m / 15m timeframes.
Matt Klemczak 15 M breakout v6.1This indicator identifies consolidation ranges on the 15-minute timeframe using a fixed initial lookback period and ATR-based range checks. It draws boxes around valid consolidations (minimum bars required) and detects breakouts with filters for volume, rising ADX, trend alignment, trading hours, and avoidance of higher highs/lower lows. Alerts trigger on confirmed breakouts, highlighting potential trend continuations.
RiffleFX MA Trend RibbonThe RiffleFX MA Trend Ribbon is a simple yet powerful trend-following tool.
It uses two customizable moving averages (SMA or EMA) to:
• Highlight bullish and bearish trends with colored backgrounds.
• Show BUY/SELL arrows on MA crossovers.
• Work on any market and timeframe, including XAUUSD & BTCUSD.
How to use:
• Green background + BUY arrow → look for long opportunities.
• Red background + SELL arrow → look for short opportunities.
• Works best when combined with support/resistance or price action.
RiffleFX MA Trend RibbonThe RiffleFX MA Trend Ribbon is a simple yet powerful trend-following tool.
It uses two customizable moving averages (SMA or EMA) to:
• Highlight bullish and bearish trends with colored backgrounds.
• Show BUY/SELL arrows on MA crossovers.
• Work on any market and timeframe, including XAUUSD & BTCUSD.
How to use:
• Green background + BUY arrow → look for long opportunities.
• Red background + SELL arrow → look for short opportunities.
• Works best when combined with support/resistance or price action.
Market structure + TF Bucket Key Features
Multi-Timeframe Support:
Analyzes market structure on up to six user-defined timeframes (e.g., 1m, 3m, 15m, 4h, etc.).
Dynamically adjusts pivot lengths based on the chart’s timeframe or uses static lengths.
Pivot Detection:
Identifies pivot highs and lows to define market structure.
Supports customizable pivot lengths for internal and swing structures.
Market Structure Events:
Break of Structure (BOS): Detects when price breaks through a significant high or low, indicating continuation of the trend.
Change of Character (CHoCH): Identifies shifts in market trend direction (e.g., from bullish to bearish).
Equal High/Low (EQH/EQL): Marks zones where price forms equal highs or lows, based on a percentage of ATR.
Liquidity Analysis:
Detects liquidity zones (e.g., stop-loss clusters) using user-defined confirmation bars and lookback periods.
Statistics Table:
Tracks the frequency of BOS and CHoCH events over a user-specified number of years (up to 50).
Displays results in a table on the chart, with color adaptation for light/dark themes.
Screener and Alerts:
Generates signals for BOS and CHoCH events, which can be used for TradingView alerts.
Signals remain active for a user-defined number of bars.
Visualization:
Optionally displays pivot points, equal high/low zones, and current structure on the chart.
Supports customizable styles (e.g., labels, colors) for visual elements.
Customizability:
Extensive input options for timeframes, pivot lengths, alerts, and visualization settings.
Toggle for enabling/disabling internal, swing, or liquidity analysis.
McG Cross · Optional Volume Filter (Indicator) — Toggleable CondWHAT IT DOES
McG Cross · Optional Volume Filter (Indicator) combines a McGinley Dynamic cross for direction with an optional volume-boost filter. You can enable/disable each condition to fit different market regimes (trend vs. chop).
SIGNALS
• Long: Close crosses above the McGinley (or “body cross”: open below & close above), and—if the filter is enabled—volume exceeds MA(volume, N) × multiplier within the last L bars.
• Short: Close crosses below the McGinley (or body cross in the opposite direction) with the same optional volume rule.
INPUTS
• McGinley length (default 14)
• Volume MA window (default 20)
• Volume multiplier threshold (default 1.4)
• Tolerance window L (allow “volume first, cross later” within L bars)
• Optional: TWAP trend filter (length & slope lookback)
• Optional: ATR volatility threshold (ATR/Close %)
• Optional: Minimum real body (|Close−Open| ≥ k × ATR)
• Optional: Candle color must match (green for long, red for short)
• Optional: Signal cooldown (min bars between signals)
• Appearance: choose long/short colors, show raw crosses, color bars, debug label.
VISUAL CUES
• Green triangle = Long signal; Red triangle = Short signal.
• Teal background highlights a bar where the volume boost is met.
• (If enabled) small circles show raw cross points for comparison.
SUGGESTED USE
Designed for crypto/forex/indices on intraday timeframes (5m–1h). Use the volume filter and TWAP trend filter to reduce noise in chop; relax filters to increase coverage in strong trends. Always forward-test before live trading.
ALERTS
Built-in alert conditions for Long/Short signals (respecting enabled filters).
DISCLAIMER
This script is for research/education only and is not financial advice. Test thoroughly and trade at your own risk.
Mid Value of Candle (O+C)/2This indicator calculates and plots the midpoint value of each candle using the formula (Open + Close) / 2. It displays the midpoint as a continuous line on the chart for visual reference and optionally shows a label with the latest candle’s midpoint value. This helps traders quickly identify average price levels within candles, useful for intraday analysis, midpoint-based strategies, and spotting balance or equilibrium levels in price action.
Mid Value of Candle (O+C)/2This indicator calculates and plots the midpoint value of each candle using the formula (Open + Close) / 2. It displays the midpoint as a continuous line on the chart for visual reference and optionally shows a label with the latest candle’s midpoint value. This helps traders quickly identify average price levels within candles, useful for intraday analysis, midpoint-based strategies, and spotting balance or equilibrium levels in price action.
15m ORB with 5m Breakout (Buy/Sell Signal)This indicator implements a 15-minute Opening Range Breakout (ORB) strategy with a 5-minute breakout confirmation. It marks the high and low of the first 15-minute candle of the day, then waits for a 5-minute candle to close above or below that range. The entry price for both buy and sell signals is set at the midpoint of the breakout candle’s body. The script triggers only one buy signal and one sell signal per day, and optionally plots ORB lines, breakout labels, and arrows for visual clarity.
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).
Half-Body Line of Last Candle (v6)This Pine Script v6 indicator plots a horizontal line at the midpoint of the previous candle’s body and optionally displays the body’s size.
It includes a setting to shift the label to the right for better chart visibility and supports extending the line into future bars.
Designed for quick visual reference of price action midpoints in any timeframe.
Trend Tabanlı Envelope Kanal + SinyallerTrend-Based Automatic Channel and Signal Indicator
This indicator offers a trend-based channel system developed based on the Envelope Channels logic. It dynamically determines the upper and lower bands of the trend in which the price is moving, and in the middle of the channel, there are supporting lines based on SMA, EMA, and ATR that follow the price step by step.
Key features:
Automatic color change based on trend direction (green = uptrend, red = downtrend)
Clearly identify trading opportunities with Buy/Sell signals
Avoid missing strong trend changes with automatic trend breakout detection
Minimalist design → Clean, focused appearance free from clutter
This indicator combines both trend tracking and channel breakout strategies into a single tool, providing a clear analysis experience.
Geniale Unschlagbare Swing Strategie (GUSS)What is a GUSS?
A GUSS is a strategy for trend trading, a pullback strategy — “Brilliant Unbeatable Swing Strategy” or “Brilliant Unbeatable Scalping Strategy.”
You want three things:
First, you want the price to reach a new high.
Second, you want the price to be far away from the EMA 21.
Third, you want the price to drop in a GUSS, meaning without any counter-movement.
HourCandleEnd.No.741H Candle close.
Shows at what price and at what candle 1H did close.
Helps with: trend reversal's, correction's, trend continuation's.
Makes you more patient.
Best used with lover timeframes or non-candle charts.
Auto Chart Patterns [Eqtihub]This indicator is nothing but the initial implementation of the idea. Whatever we explained in that publication that users can do manually to identify and classify the pattern, this indicator will do it for them.
🎲 Process of identifying the patterns.
The bulk of the logic is implemented as part of the library - chartpatterns. The indicator is a shell that captures the user inputs and makes use of the library to deliver the outcome.
🎯 Here is the list of steps executed to identify the patterns on the chart.
Derive multi level recursive zigzag for multiple base zigzag length and depth combinations.
For each zigzag and level, check the last 5 pivots or 6 pivots (based on the input setting) for possibility of valid trend line pairs.
If there is a valid trend line pair, then there is pattern.
🎯 Rules for identifying the valid trend line pairs
There should be at least two trend lines that does not intersect between the starting and ending pivots.
The upper trend line should touch all the pivot highs of the last 5 or 6 pivots considered for scanning the patterns
The lower trend line should touch all the pivot lows of the last 5 or 6 pivots considered for scanning the patterns.
None of the candles from starting pivot to ending pivot should fall outside the trend lines (above upper trend line and below lower trend line)
The existence of a valid trend line pair signifies the existence of pattern. What type of pattern it is, to identify that we need to go through the classification rules.
🎲 Process of classification of the patterns.
We need to gather the following information before we classify the pattern.
Direction of upper trend line - rising, falling or flat
Direction of lower trend line - rising, falling or flat
Characteristics of trend line pair - converging, expanding, parallel
🎯 Broader Classifications
Broader classification would include the following types.
🚩 Classification Based on Geometrical Shapes
This includes
Wedges - both trend lines are moving in the same direction. But, the trend lines are either converging or diverging and not parallel to each other.
Triangles - trend lines are moving in different directions. Naturally, they are either converging or diverging.
Channels - Both trend lines are moving in the same direction, and they are parallel to each other within the limits of error.
🚩 Classification Based on Pattern Direction
This includes
Ascending/Rising Patterns - No trend line is moving in the downward direction and at least one trend line is moving upwards
Descending/Falling Patterns - No trend line is moving in the upward direction, and at least one trend line is moving downwards.
Flat - Both Trend Lines are Flat
Bi-Directional - Both trend lines are moving in opposite direction and none of them is flat.
🚩 Classification Based on Formation Dynamics
This includes
Converging Patterns - Trend Lines are converging towards each other
Diverging Patterns - Trend Lines are diverging from each other
Parallel Patterns - Trend Lines are parallel to each others
🎯 Individual Pattern Types
Now we have broader classifications. Let's go through in detail to find out fine-grained classification of each individual patterns.
🚩 Ascending/Uptrend Channel
This pattern belongs to the broader classifications - Ascending Patterns, Parallel Patterns and Channels. The rules for the Ascending/Uptrend Channel pattern are as below
Both trend lines are rising
Trend lines are parallel to each other
🚩 Descending/Downtrend Channel
This pattern belongs to the broader classifications - Descending Patterns, Parallel Patterns and Channels. The rules for the Descending/Downtrend Channel pattern are as below
Both trend lines are falling
Trend lines are parallel to each other
🚩 Ranging Channel
This pattern belongs to the broader classifications - Flat Patterns, Parallel Patterns and Channels. The rules for the Ranging Channel pattern are as below
Both trend lines are flat
Trend lines are parallel to each other
🚩 Rising Wedge - Expanding
This pattern belongs to the broader classifications - Rising Patterns, Diverging Patterns and Wedges. The rules for the Expanding Rising Wedge pattern are as below
Both trend lines are rising
Trend Lines are diverging.
🚩 Rising Wedge - Contracting
This pattern belongs to the broader classifications - Rising Patterns, Converging Patterns and Wedges. The rules for the Contracting Rising Wedge pattern are as below
Both trend lines are rising
Trend Lines are converging.
🚩 Falling Wedge - Expanding
This pattern belongs to the broader classifications - Falling Patterns, Diverging Patterns and Wedges. The rules for the Expanding Falling Wedge pattern are as below
Both trend lines are falling
Trend Lines are diverging.
🚩 Falling Wedge - Contracting
This pattern belongs to the broader classifications - Falling Patterns, Converging Patterns and Wedges. The rules for the Converging Falling Wedge are as below
Both trend lines are falling
Trend Lines are converging.
Auto Nifty Option Buyer made by govindthis script help you to buy call or put in nifty and banknifty option.
rsi beta 1📊 Part 1 — Strength Meter (Table)
At the top-right (or wherever you set in the settings) there’s a meter with two bars:
USD (blue/aqua)
GOLD (yellow)
Longer bar = stronger currency.
If GOLD’s bar is longer than USD’s → Gold is stronger (XAUUSD bullish bias).
If USD’s bar is longer than GOLD’s → Gold is weaker (XAUUSD bearish bias).
📉 Part 2 — Candlestick Colors
Pale yellow candles = Gold is stronger than USD.
Pale blue candles = USD is stronger than Gold.
📌 Part 3 — Signal Arrows
Yellow triangle below candle = BUY signal → Gold strength just crossed above USD strength.
Blue triangle above candle = SELL signal → Gold strength just crossed below USD strength.
💬 Part 4 — Price Labels (Optional)
If Show Price Label is turned ON:
Arrows will display the price:
"RSI8 BUY Price" for buy signals
"RSI8 SELL Price" for sell signals
🔔 How to Use for Entry
BUY Entry when:
Yellow BUY arrow appears
GOLD bar > USD bar
Delta (strength difference) is positive
SELL Entry when:
Blue SELL arrow appears
USD bar > GOLD bar
Delta is negative
Exit either on the opposite arrow or when strength starts weakening.
Savage Break–Retest Heikin AshiSavage Break-Retest is a swing trading strategy designed to capture high-probability reversals after a breakout and retest of key price zones.
Quick Breakdown
It was developed and tested on Bitcoin because of its strong cyclical price behavior, but the logic can be applied to other volatile markets.
Best results have been seen using:
• Daily timeframe
• Heikin Ashi candles
• Allowing trades to run for several days or more
Recommended to first test on a live demo account to understand position behavior, holding periods, and risk.
------
Detailed Description
Break-Retest is a rules-based swing trading strategy built around the classic breakout–retest–continuation price action pattern.
The core idea is simple:
1. Identify major support and resistance zones from higher timeframes (Daily, 4H, 1H).
2. Wait for a confirmed breakout through one of these zones.
3. Allow price to retest the broken zone with momentum confirmation from Heikin Ashi candles.
4. Enter in the direction of the breakout with a defined stop-loss based on ATR and recent swing points.
5. Target exits using a risk-to-reward multiple, tracking partial profits and full closes visually on the chart.
The strategy was modelled on Bitcoin due to its well-defined cyclical nature and tendency to respect technical zones, but it can be applied to other trending, volatile assets.
It performs best on the daily timeframe with Heikin Ashi candles, often holding trades for multiple days to capture larger swings. The system includes visual trade tracking, live P/L in both USD and BTC, and clear entry/exit markers for transparency.
While backtest results are promising, market conditions can change. It is recommended to run this strategy on a live demo account first, observing its behavior over several months before committing real capital.
Volume Divergence [Eqtihub]It's a simply volume indicator. You should watch for breaks on both volume uptrend and volume downtrend. It uses fibonacci numbers to build smoothed moving average of volume.
Also you can check divergences for trend reversal and momentum loss.
Jul 4, 2020
Release Notes
Divergence lines and labels added.
nkh Candle ConfirmThis script showing candle confirmation, hide and show the label if the label overlapping.
nkh