Relative RSI vs Multi Benchmark (Equal Weight + RBI Rate)Relative RSI vs Multi Benchmark (Equal Weight + RBI Rate) - Select RSI or MACD
Индикаторы и стратегии
Custom RSI Oscillator with Signals//@version=5
indicator("Custom RSI Oscillator", overlay=false)
// Inputs
length = input.int(14, "RSI Length")
overbought = input.int(70, "Overbought Level")
oversold = input.int(30, "Oversold Level")
// RSI Calculation
rsiValue = ta.rsi(close, length)
// Plot RSI
plot(rsiValue, color=color.blue, linewidth=2, title="RSI")
// Levels
hline(overbought, "Overbought", color=color.red)
hline(oversold, "Oversold", color=color.green)
hline(50, "Midline", color=color.gray)
// Background Highlights
bgcolor(rsiValue > overbought ? color.new(color.red, 85) : na)
bgcolor(rsiValue < oversold ? color.new(color.green, 85) : na)
Liquidity Swing Points [BackQuant]Liquidity Swing Points
This tool marks recent swing highs and swing lows and turns them into persistent horizontal “liquidity” levels. These are places where resting orders often accumulate, such as stop losses above prior highs and below prior lows. The script detects confirmed pivots, records their prices, draws lines and labels, and manages their lifecycle on the chart so you can monitor potential sweep or breakout zones without manual redrawing.
What it plots
LQ-H at confirmed swing highs
LQ-L at confirmed swing lows
Horizontal levels that can optionally extend into the future
Timed removal of old levels to keep the chart clean
Each level stores its price, the bar where it was created, its type (high or low), plus a label and a line reference for efficient updates.
How it works
Pivot detection
A swing high is confirmed when the highest high has swing_length bars on both sides that are lower.
A swing low is confirmed when the lowest low has swing_length bars on both sides that are higher.
Pivots are only marked after they are confirmed, so they do not repaint.
Level creation
When a pivot confirms, the script records the price and the creation bar (offset by the right lookback).
A new line is plotted at that price, labeled LQ-H or LQ-L.
Rendering and extension
Levels can be drawn to the most recent bar only or extended to the right for forward reference.
Label size and line color/transparency are configurable.
Lifecycle management
On each confirmed bar, the script checks level age.
Levels older than a chosen bar count are removed automatically to reduce clutter.
How it can be used
Liquidity sweeps: Watch for price to probe beyond a level then close back inside. That behavior often signals a potential fade back into the prior range.
Breakout validation: If price pushes through a level and holds on closes, traders may treat that as continuation. Retests of the level from the other side can serve as structure checks.
Context for entries and exits: Use nearby LQ-H or LQ-L as reference for stop placement or partial-take zones, especially when other tools agree.
Multi-timeframe mapping: Plot swing points on higher timeframes, then drill down to time entries on lower timeframes as price interacts with those levels.
Why liquidity levels matter
Prior swing points are focal areas where many strategies set stops or pending orders. Price often revisits these zones, either to “sweep” resting liquidity before reversing, or to absorb it and trend. Marking these areas objectively helps frame scenarios like failed breaks, successful breakouts, and retests, and it reduces the subjectivity of eyeballing structure.
Settings to know
Swing Detection Length (swing_length), Controls sensitivity. Lower values find more local swings. Higher values find more significant ones.
Bars until removal (removeafter), Deletes levels after a fixed number of bars to prevent buildup.
Extend Levels Right (extend_levels), Keeps levels projected into the future for easier planning.
Label Size (label_size), Choose tiny to large for chart readability.
One color input controls both high and low levels with transparency for context.
Strengths
Objective marking of recent structure without hand drawing
No repaint after confirmation since pivots are locked once the right lookback completes
Lightweight and fast with simple lifecycle management
Clear visuals that integrate well with any price-action workflow
Practical tips
For scalping: use smaller swing_length to capture more granular liquidity. Keep removeafter short to avoid clutter.
For swing trading: increase swing_length so only more meaningful levels remain. Consider extending levels to the right for planning.
Combine with time-of-day filters, ATR for stop sizing, or a separate trend filter to bias trades taken at the levels.
Keep screenshots focused: one image showing a sweep and reversal, another showing a clean breakout and retest.
Limitations and notes
Levels appear after confirmation, so they are delayed by swing_length bars. This is by design to avoid repainting.
On very noisy or illiquid symbols, you may see many nearby levels. Increasing swing_length and shortening removeafter helps.
The script does not assess volume or session context. Consider pairing with volume or session tools if that is part of your process.
60 신고가 롱_신고가“60-Day New High Long (New High)” is a momentum breakout setup that buys when price prints a fresh 60-day high, expecting continuation once resistance gives way.
Enter on the breakout close (or next open) with confirmation such as expanding volume, relative strength vs. a benchmark, and price above the 50/200-day MAs.
Manage risk with a stop below the recent swing low or 20-day low; take profits via ATR-based targets or a trailing stop, and be cautious around earnings/news catalysts.
60 신저가 숏_신저가“60-Day New Low Short (New Low)” is a momentum breakdown setup that sells short when price prints a fresh 60-day low, aiming to ride continued weakness after support fails.
Enter on the breakdown close (or next open) with confirmation such as expanding volume, relative weakness vs. a benchmark, and price below the 50/200-day MAs.
Manage risk with a stop above the recent swing high or 20-day high; take profits via ATR-based targets or a trailing stop, and be cautious around earnings/news catalysts.
60 신고가 롱“60-Day New High Long” is a momentum breakout strategy that buys when price makes a fresh 60-day high, expecting continuation after resistance gives way.
Enter on the breakout close (or next open) with confirmation such as expanding volume, relative strength vs. a benchmark, and price above the 50/200-day MAs.
Manage risk with a stop below the recent swing low or 20-day low; take profits via ATR-based targets or a trailing stop, and be cautious around binary catalysts (earnings/news).
60 신저가 숏“60-Day New Low Short” is a momentum breakdown setup that sells short when price prints a fresh 60-day low, betting that failed support will extend the downtrend.
Entries are usually taken on the breakdown close (or next open) with confirmation like rising volume, relative weakness, and price below the 50/200-day MAs.
Manage risk with a stop above the recent swing high or 20-day high; take profits via ATR-based targets or a trailing stop, and avoid trades near major catalysts (earnings/news).
Scalp Sniper EMA-RSI (M5–M15) — v6.2 (freeze lines on hit)Scalp sniper who detect entry and sl tp, TP are 1rr 1.5rr 2 rr, this strategies work in 15m and 5m time frame
VXN Williams %RThis indicator is based on other open source scripts. It's designed for trading NASDAQ futures using the Williams %R oscillator combined with Bollinger Bands.
The Williams %R is calculated based on a user-defined source and period, then smoothed with a moving average (SMA, EMA, WMA, or RMA).
Bollinger Bands are applied to the scaled Williams %R to identify overbought and oversold conditions.
The background color reflects the trend of the VXN (CBOE NASDAQ Volatility Index):
- Green background: Indicates a bullish trend (VXN EMA < VXN SMA), suggesting long entries at green peaks (Williams %R crossing above the upper Bollinger Band).
- Red background: Indicates a bearish trend (VXN EMA > VXN SMA), suggesting short entries at red peaks (Williams %R crossing below the lower Bollinger Band).
Previous Day OHLC Dashboard (Last N Days)Indicator: Previous Day OHLC Dashboard (Multi-Day)
This indicator displays a dashboard-style table on your chart that shows the Open, High, Low, and Close (OHLC) of the previous trading days. It’s designed to help traders quickly reference key daily levels that often act as important support and resistance zones.
🔑 Features:
Dashboard Table: Shows OHLC data for the last N trading days (default = 3, up to 10).
Customizable Appearance:
Change the position of the dashboard (Top-Right, Top-Left, Bottom-Right, Bottom-Left).
Adjust text size (Tiny → Huge).
Customize colors for header, labels, and each OHLC column.
Yesterday’s OHLC Lines (optional): Plots horizontal lines on the chart for the previous day’s Open, High, Low, and Close.
Intraday & Multi-Timeframe Compatible: Works on all timeframes below Daily — values update automatically from the daily chart.
📊 Use Cases:
Quickly identify yesterday’s key levels for intraday trading.
Track how current price reacts to previous day’s support/resistance.
Keep a multi-day reference for trend bias and range context.
⚙️ How it Works:
The indicator pulls daily OHLC values using request.security() with lookahead_on to ensure prior day’s values are extended across the next session.
These values are displayed in a compact table for quick reference.
Optionally, the most recent daily levels (D-1) are plotted as chart lines.
✅ Perfect for day traders, scalpers, and swing traders who rely on yesterday’s price action to plan today’s trades.
MTF Trend Analyzer + Option SignalThis Pine Script indicator, titled "MTF Trend Analyzer + Option Signal", is a comprehensive multi-timeframe trend analysis tool designed for TradingView to assist traders in identifying market trends and generating potential option trade signals. It overlays the chart and provides visual labels, a detailed trend table, and option strike suggestions based on trend conditions.
Detailed Description for Publishing on TradingView
Overview
The MTF Trend Analyzer + Option Signal indicator is designed to help traders make informed decisions by analyzing trend strength and direction across the current and a higher timeframe using Exponential Moving Averages (EMAs) and the Average Directional Index (ADX). Alongside trend analysis, it generates actionable option signals (Call or Put options) for instruments like NIFTY or BANKNIFTY by suggesting strikes based on the current trend and user input.
Key Features
- Multi-Timeframe Trend Analysis: Compares trend indicators on both the current chart’s timeframe and a user-selected higher timeframe to confirm trend direction and strength.
- Trend Identification Using EMAs and ADX:
- Calculates fast and slow EMA crossovers.
- Uses ADX to determine trend strength (with values above 20 indicating strong trends).
- Visual Labels for Trend Changes:
- Displays "BUY" or "SELL" labels on the chart when the trend shifts, based on EMA and ADX conditions.
- Option Trade Signal Suggestions:
- Based on the identified trend and option action type (Buy or Sell), suggests corresponding Call or Put option strike prices.
- Strike prices are calculated dynamically using the current price and user-defined strike gap (e.g., 50 for NIFTY, 100 for BANKNIFTY).
- Trend Score: A cumulative score from 0 to 100 reflecting the alignment of EMA and ADX conditions across both timeframes, helping quantify trend reliability.
- Trend Summary Table: A dynamic table positioned on the chart displaying key metrics including EMA values, ADX values, trend direction, score, and option signals for quick reference.
Inputs
- Fast EMA Length: Length for the fast EMA used to detect short-term trend signals (default 20).
- Slow EMA Length: Length for the slow EMA used as a baseline trend filter (default 50).
- ADX Length: Length for the ADX calculation to assess trend strength (default 14).
- Show Trend Table: Toggle to display or hide the trend summary table on the chart.
- Higher Timeframe for Confirmation: The timeframe used for higher timeframe validation (default 60 minutes).
- Option Action: Choose the desired option trading action: "Buy" or "Sell".
- Strike Gap: Defines the interval between option strikes, e.g., 50 for NIFTY or 100 for BANKNIFTY.
How It Works
1. Current Timeframe Calculations: The indicator computes EMAs and ADX on the current chart timeframe to identify short-term trends.
2. Higher Timeframe Validation: It concurrently fetches corresponding values on the selected higher timeframe to confirm trend strength and direction.
3. Trend Determination:
- A BUY trend is confirmed when:
- Fast EMA > Slow EMA on both timeframes.
- ADX > 20 on both timeframes (signifying strong trend).
- A SELL trend occurs when:
- Fast EMA < Slow EMA on both timeframes.
- ADX > 20 on both timeframes.
- Any other condition results in a NEUTRAL trend.
4. Trend Score: Adds points (25 each) for each condition met (fast EMA relation and ADX threshold on both timeframes), totaling up to 100 points.
5. Trend Change Labels: When the trend shifts from previous bars, a label ("BUY" in green or "SELL" in red) is plotted to visually alert traders.
6. Option Strike Suggestions: The indicator rounds the current price to the nearest strike based on strike gap and suggests buying or selling Calls/Puts aligned with the trend and user's option action preference.
7. Trend Table: Displays a comprehensive snapshot of EMA and ADX values on both timeframes, the detected trend, trend score, and option signal for easy monitoring.
Practical Usage
- Trend Confirmation: Use the combined signals from current and higher timeframes to avoid false signals during choppy or sideways markets.
- Option Trading Guidance: The option strike recommendations ease decision-making for options traders by suggesting actionable strikes aligned with the trend.
- Visual Alerts: The labels and table provide quick, on-chart updates without requiring constant monitoring of multiple indicators.
- Customization: Adapt the EMA lengths, ADX window, higher timeframe, and strike gap as per specific market instruments or trading style.
Who Should Use This Indicator?
- Swing and intraday traders seeking robust trend validation across multiple timeframes.
- Options traders looking for timely strike price signals based on technical conditions.
- Traders who prefer a visual and quantitative summary of trend behavior over manual analysis.
- Market participants trading indices or stocks with available options, especially in markets similar to NIFTY or BANKNIFTY.
Summary
The MTF Trend Analyzer + Option Signal is an all-in-one tool for comprehensive trend analysis and options trade signal generation. Its multi-timeframe approach combined with EMA and ADX indicators delivers reliable trend direction and strength insights. The dynamic visual labels, scoring mechanism, and detailed trend table empower traders to make informed market entries and option strike selections effectively.
This script is a powerful yet user-friendly assistant for improving timing and precision in trading decisions, making it an invaluable addition to TradingView’s indicator library.
If needed, customisation or integration support is available upon request.
Sources
Color Cross Candles※日本語説明は、英文の下にあります。
This indicator detects Golden Cross and Dead Cross events using two moving averages (SMA/EMA),
and automatically changes the color of the candlesticks.
Golden Cross → Candles turn blue
Dead Cross → Candles turn red
Before any cross → Neutral color (default: gray)
Once a GC / DC occurs, the color is maintained until the next cross.
In addition, alerts can be triggered exactly when a cross happens.
✅ Key Features
Choose SMA / EMA freely for short-term and long-term moving averages
Instantly visualize the trend with candle colors
Alerts available on Golden Cross / Dead Cross
Keeps your chart clean by hiding the MA lines
A simple yet powerful tool to spot trend shifts at a glance.
日本語説明---------------------------------------------
このインジケーターは 2本の移動平均線(SMA/EMA)によるゴールデンクロス・デッドクロス を検出し、
ローソク足の色を自動的に切り替えます。
ゴールデンクロス → ローソク足を 青 に
デッドクロス → ローソク足を 赤 に
クロス前はニュートラル色(デフォルトはグレー)
一度 GC / DC が発生すると、その後は 次のクロスまで色を維持 します。
さらに、クロスが発生した瞬間にアラートを通知可能です。
✅ 主な特徴
短期・長期の移動平均に SMA / EMA を自由に選択可能
ローソク足の色でトレンドを直感的に把握
GC / DC 発生時にアラート通知
移動平均線は非表示でチャートをシンプルに保つ
シンプルながら トレンド転換を視覚的に把握できる便利なインジケーターです。
ORB - 15 Minute Opening RangeThe Opening Range Breakout (ORB) strategy focuses on price movements that occur shortly after the market opens. Traders define a price range—usually based on the first 5, 15, or 30 minutes—and then look for a breakout above or below that range.
VXN OBV Traffic LightsThe VXN OBV Traffic Lights indicator is based on other open source scripts. It's designed for Nasdaq futures (NQ/MNQ) uses On-Balance Volume (OBV) to gauge buying and selling pressure, filtered by the VXN (CBOE Nasdaq Volatility Index) trend. OBV accumulates volume based on price direction: positive volume when the Heikin Ashi smoothed close rises, negative when it falls, and zero when unchanged. Three EMAs (fast, medium, slow) of OBV act as "traffic lights" to signal momentum strength, with a Donchian baseline providing a midpoint reference. Buy/sell signals are visually reinforced when OBV crosses its slow EMA, colored green (bullish) or red (bearish). The VXN trend (EMA vs. 200-period SMA) sets the background: green for bullish (lower volatility, VXN EMA < SMA) or red for bearish (higher volatility, VXN EMA > SMA), helping traders align trades with market conditions.
VXN Price Volume TrendThe VXN Price Volume Trend (PVT) indicator is based on other open source scripts. It's designed for Nasdaq futures (NQ/MNQ) tracks money flow by combining price changes and volume. PVT calculates the cumulative sum of volume multiplied by the percentage change in the average price (open + high + low + close)/4. Buy/sell signals are generated when PVT crosses its smoothed signal line (EMA or SMA) and are filtered by the VXN (CBOE Nasdaq Volatility Index) trend: buy signals trigger in bullish conditions (VXN EMA below its 200-period SMA, signaling lower volatility), and sell signals in bearish conditions (VXN EMA above SMA, signaling higher volatility). Green/red background colors highlight bullish/bearish VXN trends for quick reference, with crossover signals plotted on the chart.
NK OS-1 (40/60)Divergence like bullish and bearish, hidden divergence and more over RSI above 40 and 60.
NK OS-1 (Manual 40/60)Divergence and hidden divergence indicator, you will see the price and oscillator divergence in this and also the RSI level 40 and 60.
VXN Stochastic Momentum Index with double EMA smoothingThis indicator is based on other open source scripts. It's designed for trading Nasdaq futures (NQ and MNQ). It uses the Stochastic Momentum Index (SMI) with double EMA smoothing to measure price momentum relative to the high-low range, combined with the VXN index (CBOE Nasdaq Volatility Index) to filter signals via background color.
SMI: Measures the distance of the price from the midpoint of the high-low range, double-smoothed with EMAs, and scaled to oscillate between -100 and +100. Overbought (+40) and oversold (-40) levels, with extreme max/min levels (+75/-75), help identify potential reversals.
Signals: Bullish signals occur on SMI crossing above the signal line, breaking above the oversold level (-40), or crossing above zero, especially when the VXN background is green (VXN 1-period EMA < 200-period SMA). Bearish signals occur on SMI crossing below the signal line, breaking below the overbought level (+40), or crossing below zero, when the background is red (VXN EMA > SMA).
VXN Filter: When enabled, the background is green (bullish) when VXN EMA < SMA, and red (bearish) when EMA > SMA. Alternatively, zero-line crossovers can set the background (green for SMI > 0, red for SMI < 0).
Usage: Apply this indicator to a Nasdaq futures chart in TradingView’s indicator pane (not overlayed). Use SMI crossovers, overbought/oversold breakouts, or zero-line crossovers for trade signals, confirmed by VXN background (green for long, red for short). Adjust parameters for sensitivity.
Note: Ensure VXN data is available in TradingView to avoid fallback to chart’s close price, which may skew sentiment. Use the debug option to verify VXN data.
ICT AIO Linh1. HTF FVG
2. Sweep Liquidity - STL/STH - ITL/ITH
3. IFVG
4. Session High Low
5. Signal on the chart