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
All-in-One Indicator**All-in-One Trading Indicator** 🛠️
This powerful and versatile TradingView indicator combines multiple popular technical tools into a single, easy-to-use script. Designed for traders who want a comprehensive view of the market, it includes:
* **MACD** – with optional lines and histogram for momentum analysis
* **Multiple Moving Averages (MA1/MA2/MA3)** – SMA or EMA, fully customizable
* **RSI** – short or long-term momentum indicator
* **VWAP** – volume-weighted average price for intraday trend spotting
* **Supertrend** – clear trend direction signals
* **ADX & DMI** – trend strength and directional movement
* **Stochastic** – %K and %D lines with overbought/oversold zones
* **Bollinger Bands** – upper and lower bands for volatility analysis
✅ All components are optional and fully configurable
✅ Designed to give a complete market overview in one pane or overlay
✅ Perfect for intraday, swing, and position traders
**Make smarter trading decisions by combining trend, momentum, and volatility insights in one place!**
---
TAPDA Vision by TSINCHRONISE ft Grok This is the newly created TAPDA vision indictor 🔮
This time I used Grok to make the entire thing, It currently is working but I am refining and will be upgrading some features.
For now it can carry out a number of important tasks for TAPDA traders :
-Highlights FVGs that haven't been tapped within customizable size an time parameters
-Highlights OBs that haven't been tapped within customizable size an time parameters
-Has Option to Highlight PD Arrays in for 3 different specific times of day (optional)
-Has a Dynamic Highlight function which will highlight untapped PD arrays which were formed in the current hour you are using the indicator and adjusts every hour automatically
This is a work in progress but is useable - Updates to come.
IndiAlls1. 30 mins line candle - 10h, 10:30, 11h, 11:30, 12h
2. Displacement candle
3. Engulfing candle
4. Fair Value Gap
5. Macro - New York AM and PM only
6. RSI dashboard - top right corner
7. Session High Low - Asia, London, Previous Week, Previous Day
8. Midnight and 8:30 open lines
9. SMT
Smart PA Early Entry - Trend StartSmart PA Early Entry Indicator (MACD + FVG + Fibonacci)
This TradingView indicator helps traders spot potential trend reversals early by combining multiple technical tools:
MACD Momentum – Identifies the direction of the trend.
Volume Filter – Confirms strong market participation for reliable signals.
Fair Value Gaps (FVG) – Highlights areas where price may reverse or continue strongly.
Fibonacci Retracement Levels – Pinpoints key support/resistance zones for early entries.
ATR-based Stop Loss – Automatically calculates a dynamic stop-loss based on market volatility.
Trend Start Signals – Alerts only appear on the first candle of a potential trend change to avoid repeated signals.
Visual Labels & Plots – Shows entry price, stop-loss, FVG zones, and Fibonacci levels for easy chart reading.
Ideal for: Intraday and swing traders looking for high-probability entries near trend reversals with clear risk management.