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
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.
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.
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.
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.
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 (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.
PQL v1PQL v1 — Levels + Initial Balance (RTH)
This indicator combines custom price levels plotting (PQL) with the Initial Balance (IB) for the US Regular Trading Hours (RTH).
Features:
• Daily & Weekly Levels provided by Prophet Quant
• Supports HV, R, S, EXT-R/S, PSY levels.
• Weekly levels with adjustable transparency.
• Optional price labels with customizable font size, offsets, and transparency.
• Initial Balance (RTH)
• Automatically detects the first X minutes after the RTH open (default 60 mins)
• Plots IB High, IB Low, and optional IB Midline.
• IB lines are drawn the same way as PQL levels: fixed-span horizontal lines.
• After 16:00, the IB levels are replaced with short stub markers on the right edge.
Customization:
• Full styling control (colors, line styles, widths, transparency).
• Toggle price labels on/off independently for both PQL and IB.
• Adjustable RTH timezone offset.
• Adjustable extension length of lines to the right.
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).
Multi Triple EMA Crossover [Salamun]Multi EMA Crossover Indicator Function:
1. Identifying Trends:
Short EMA (7, 10, 20) for short term trend
Intermediate EMA (30, 60, 100) for intermediate trends
Long EMA (200) for long term trend
The shorter the EMA period, the more sensitive it is to price changes.
2. Providing Entry/Exit Signals:
Green Arrow (BUY) : When fast EMA crosses above slow EMA = bullish momentum
Red Arrow (SELL) : When the fast EMA crosses below the slow EMA = bearish momentum
How to Read Indicators:
✅ Bullish Condition:
Price is above the majority of EMA
The short EMA is above the long EMA
Light green background
A green arrow appears.
❌ Bearish Condition:
Price is below the majority of EMA
The short EMA is below the long EMA
Pink background
A red arrow appears
📊 Tips Trading:
Trend confirmation : Make sure the EMAs are in sequence (EMA7 > EMA10 > EMA20 for uptrend)
Support/Resistance : EMA can function as dynamic support/resistance
Signal filter : Use higher timeframe for confirmation
Risk management : Do not trade against the 200 EMA trend.
The table on the top right displays the real-time values of all EMAs and the current trend status for easy quick analysis.