candle open, current time [flasi]Displays the current time and candle open time on the chart in a customizable table.
Supports timezone and DST adjustments
Layout (stacked or side-by-side)
Personalized colors, labels, and text sizes
reupload
Indicatori e strategie
Execution & Risk MetricsERM: Execution & Risk Metrics
Idea Credit: Special thanks to @dharmeshrbhatt for inspiring the concept behind this tool.
Developed and Published by learningvitals.
A comprehensive visual tool for traders. Combines execution triggers (ATR multiples), momentum burst signals, inside bar/Narrow Range patterns, and a rich risk assessment table including MA positioning, ATR percentiles, and proximity to 52-week highs/lows.
Includes smart logic for NR7/NR4/IB detection and customizable label preferences. Ideal for spotting efficient trade entries and managing exits based on market structure and volatility.
How to Read
Risk Table (Bottom Right)
MA Grade: A–E rating based on price position relative to 12EMA, 26EMA, 50SMA, and 200SMA
xEMA / xSMA: Shows price distance from each moving average in ATR units
ATR%: Current volatility as % of price
LoD / Low: Distance and value of the daily low
52W Metrics: % from 52-week high/low
ATR Range: Normalized ATR position over the last 50 days
Mkt Cap: Market cap in Cr (auto-calculated if unavailable)
Plot Shapes (Above/Below Candles)
◆ (Diamond): Price reached user-defined ATR multiple above 26EMA
X (Cross): Price reached ATR multiple above 50SMA
🔵/🔴 Circles: 52-week Highs/Lows
🟣 Circle Below Bar: Momentum Burst — strong price/volume surge
🔻 Down Triangle: First 52W High after a recent Low
i / 4 / 7 Labels: Inside bar, NR4, NR7 — plotted below candle with configurable visibility and priority
MACD Hook + RSI + Breakout + EMA//@version=5
indicator("MACD Hook + RSI + Breakout + EMA + ADX", overlay=true)
// ===== MACD Hook =====
= ta.macd(close, 12, 26, 9)
macdHook = macdLine > signalLine and ta.crossover(macdLine, signalLine)
// ===== RSI =====
rsi = ta.rsi(close, 14)
rsiCondition = rsi > 50
// ===== Breakout =====
highestHigh = ta.highest(high, 5)
breakout = close > highestHigh
// ===== EMA Confirmation =====
ema20 = ta.ema(close, 20)
ema50 = ta.ema(close, 50)
emaCondition = close > ema20 and ema20 > ema50
// ===== ADX =====
adx = ta.adx(14)
adxCondition = adx > 20
// ===== Bullish Candle =====
bullishCandle = close > open
// ===== Entry Condition =====
entryLong = macdHook and rsiCondition and breakout and emaCondition and adxCondition and bullishCandle
// ===== Plot Signal on Chart =====
plotshape(entryLong, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="BUY")
// ===== Alert Condition =====
alertcondition(entryLong, title="Buy Alert", message="🚨 إشارة شراء مؤكدة (MACD + RSI + Breakout + EMA + ADX)")
Verticale 4H Candle Lijnen + Alarm4H candle opening time UTC+2.
Helps to know when 4H candles opens and closes.
SHYY-TFC-Horizontal V2SHYY-TFC-Horizontal V2 – Multi-Timeframe Clarity for The Strat Traders
SHYY-TFC-Horizontal V2 is a powerful, clean, and efficient overlay designed for serious traders who use Rob Smith’s The Strat.
This real-time table gives you instant visual insight across all key timeframes – from 5 minutes to monthly – with:
Candle direction (bullish, bearish, neutral)
Strat bar type (1, 2U, 2D, 3)
Live countdown to bar close
Compact horizontal layout that saves space and enhances clarity
Fully customizable table position to fit any chart setup
Built with no lookahead bias, this version meets TradingView’s script publishing standards and is optimized for actionable, real-time decisions.
Ideal for:
Scalpers who need fast confirmation
Swing traders aligning entries with time frame continuity
Price action traders following The Strat methodology
Trade with confidence. See the full picture. React faster.
SHYY-TFC-Horizontal V2 – built to make you faster, sharper, and more in control.
Time-CheckThis indicator highlights important time-based zones on the chart based on the Berlin time zone:
✅ Impulse Zones (Green Background): At every full hour (minute == 0), the market often shows strong directional movement. These periods are shaded in translucent green.
🔁 Reversal Zones (Orange Background): At 15, 30, and 45 minutes past each hour, price reversals are more likely. These are marked with translucent orange backgrounds.
suppot and daimandRESHA Indicator
The RESHA Indicator is an advanced price action tool designed for precision trading based on dynamic supply and demand zones. It automatically identifies key price levels, draws structured zones, and adapts to market behavior with a strict entry logic. The indicator monitors the first touch of each zone, confirms breakouts with candle closes, and detects retests before generating trading signals.
Rejection Candle MarkerWhat it does:
Triangle down (🔻) marks bearish rejection (long upper wick).
Triangle up (🔺) marks bullish rejection (long lower wick).
No coloring or background highlighting — just neat triangle markers.
IKODO Crypto Sessions🕒 IKODO Crypto Session Zones — The Most Important Crypto Market Times!
IKODO Crypto Session Zones is a must-have indicator for all crypto traders!
It visually highlights the three most important global trading sessions for cryptocurrencies, helping you track market activity and volatility with ease.
✨ Features
📅 Shows the three key crypto sessions: Asia, Europe, and US
🟩 Live status: Instantly see which session is currently open (green) or closed (red)
⏰ Clear UTC times: All session times are displayed in UTC for global consistency
📊 Beautiful table: Stylish, color-coded table appears on the right side of your chart
🌓 Theme-friendly: Designed to look great on both dark and light TradingView themes
PulseMA OscillatorOverview
PulseMA Oscillator is a technical analysis tool that transforms the relationship between price and a base moving average (EMA) into an oscillator fluctuating around a zero line. It is based on counting consecutive candles closing above or below the EMA and factoring in the slope of the average to gauge trend momentum.
This indicator helps assess not only the direction of the market but also the strength of the movement and potential exhaustion, making it useful for identifying trade entry and exit points.
Key Features
PulseMA Oscillator: Calculates a value based on the number of consecutive candles above or below an EMA and the angle (slope) of that EMA. Positive values indicate bullish dominance; negative values indicate bearish pressure.
Smoothing (SMA): A moving average of the oscillator to highlight the broader trend and reduce noise.
Zero Line: Acts as a baseline to distinguish between bullish and bearish conditions.
Use Cases
PulseMA Oscillator is designed for technical traders who want to:
Determine the direction and strength of the trend based on candle positioning relative to an EMA.
Identify potential market reversals or exhaustion when the oscillator reaches extreme values.
Generate trade signals when:
The oscillator crosses above/below its smoothed version.
The oscillator crosses the zero line.
The smoothed line (PulseMA MA) crosses the zero line, confirming a shift in the longer-term trend.
Analyze trend momentum with a fresh perspective — different from traditional oscillators like RSI or MACD.
How to Use
Add the indicator to your chart: Search for "PulseMA Oscillator" in the indicators library.
Adjust parameters as needed:
EMA Length (PulseMA Length) – default: 50
SMA Length (Smoothing) – default: 20
Interpretation
Positive values: A series of candles are closing above the EMA — indicates bullish momentum.
Negative values: A series of candles are closing below the EMA — indicates bearish momentum.
Cross of PulseMA above SMA: Potential buy signal.
Cross of PulseMA below SMA: Potential sell signal.
Crossing the zero line by PulseMA: May indicate trend shift.
Crossing the zero line by PulseMA MA: May confirm a more sustained trend change.
Notes
Best used in trending markets. In sideways/consolidating conditions, consider combining with other filters.
Using a higher EMA length (e.g., 100) results in a smoother and more long-term trend representation.
Fine-tuning the parameters to your specific asset and timeframe can greatly improve effectiveness.
monday & weekend Range
This indicator automatically marks the high and low of the current week's Monday, as well as the high and low of the previous weekend (Saturday/Sunday) on the chart. At the start of each new week, the indicator records the highest and lowest prices of the just-ended weekend and displays them as dashed lines and labels throughout the current week. This helps traders visually identify key support and resistance levels from the previous weekend. The indicator also marks the high and low of the current Monday, making it easier to capture the market's early-week volatility range. This tool is suitable for short-term and swing traders, especially those focusing on weekly reversals, breakouts, and pullback strategies.
Key Features:
Automatically tracks and displays the high and low of the current Monday
Automatically tracks and displays the high and low of the previous weekend
Handles week and year transitions automatically
Visually displays key price levels with dashed lines and labels
Usage Suggestion:
Combine this indicator with your own trading system to use these key price levels as references for support/resistance, breakouts/pullbacks, or range trading strategies.
【中文描述】
本指标会在K线图上自动标记本周周一的高点和低点,以及上一周周末(上周六/日)的高点和低点。每到新的一周,指标会自动记录刚刚过去的周末的最高价和最低价,并在本周的所有K线上以虚线和标签的形式显示出来,帮助用户直观观察上周末的关键支撑与压力位。同时,指标也会标记本周周一的高低点,便于捕捉周初的市场波动区间。该工具适用于短线和波段交易者,尤其适合关注周线级别转折、突破和回踩的策略。
主要功能:
自动追踪并显示本周周一的高点和低点
自动追踪并显示上一周周末的高点和低点
支持跨年、跨周的自动切换
关键价位以虚线和标签形式直观展示
使用建议:
可结合自身交易系统,将这些关键价位作为支撑/阻力、突破/回踩、区间震荡等策略的辅助判断依据。
MMC – ROS MODULE (REPEAT INTELLIGENCE)Contains The MMC - Mirror Market Concept module, ROS and some CcpP's.
This indicator is only for educational/learning purpose only. Should be used on demo accounts.
ICT Macros boxesThis indicator allows you to annotate 26 customizable time-based boxes according to your specified times.
Multiple Indicators Screener [NASAlgo]Functionality Overview
This Multiple Indicators Screener is a powerful tool for traders who need a quick, organized, and multi-timeframe view of market conditions. By combining trend, momentum, and volatility indicators, it helps traders:
✅ Identify high-probability setups
✅ Avoid conflicting signals
✅ Save time by analyzing multiple assets at once
Ideal for scalpers, day traders, and swing traders looking for an efficient way to scan markets.
Multiple Indicators Screener is designed to help traders analyze multiple technical indicators across different timeframes and symbols in a single, organized table. It provides a comprehensive view of market conditions by evaluating:
Moving Averages (MA) – Distance from price (above/below)
Relative Strength Index (RSI) – Overbought/Oversold conditions
Stochastic %K – Momentum signals
True Strength Index (TSI) – Trend strength and direction
Average Directional Index (ADX) – Trend strength
Supertrend – Trend direction (Up/Down)
The screener supports up to 13 different symbols and three customizable timeframes, allowing traders to compare multiple assets and timeframes efficiently.
How Traders Can Use This Screener
Trend Identification
Check if price is above/below MA (trend bias).
Confirm with Supertrend & ADX (strong trend if ADX > 40).
Overbought/Oversold Conditions
Look for RSI, Stochastic, and TSI in extreme zones (potential reversals).
Multi-Timeframe Confirmation
Example: If 5min RSI is oversold but 15min trend is bullish, traders may look for long entries.
Swing Trading & Day Trading
Swing traders can use higher timeframes (1H, 4H) for trend bias.
Day traders can use lower timeframes (5min, 15min) for entry signals.
Portfolio Monitoring
Track multiple assets in one place to spot the strongest trends.
Rolling VWAP: 30D & 365DThis TradingView Pine Script calculates and plots two Rolling Volume Weighted Average Price (VWAP) lines:
30-Day Rolling VWAP (Blue): Shows the average price over the past 30 daily candles, weighted by volume.
365-Day Rolling VWAP (Orange): Shows the long-term average price over the past 365 daily candles, also volume-weighted.
Unlike standard VWAP (which resets daily or per session), these are rolling averages, helping identify longer-term price trends and value zones.
An optional histogram can be enabled to visualize the difference between the 30D and 365D VWAP, turning green when short-term is above long-term (bullish) and red when it's below (bearish).
均线Based on the pulu script used by Gogo, 4 SMA switches have been added for ease of use
基于果子哥使用的pulu脚本,增加了4个均线开关,方便使用
Sessions By petranThis indicator highlights the key trading sessions on the chart: Asian, Frankfurt, London, and New York. It helps traders visually track when each session begins and ends, making it easier to analyze price action, volume, and volatility during specific times of the day.
Key features:
Customizable session start and end times
Up to 4 major sessions highlighted
Best used on intraday timeframes (1-minute to 1-hour)
Clean, minimal design with adjustable colors and transparency
No repainting – reliable for both live trading and backtesting
Ideal for intraday traders and anyone who wants to better understand market dynamics during different trading sessions.
Volume in USDTThe Volume in USDT indicator converts the trading volume of any cryptocurrency pair quoted in USDT into its USDT-equivalent value , providing traders with a clearer understanding of the actual dollar (Tether) volume exchanged during each bar.
This is especially useful when analyzing crypto assets where volume is typically displayed in the base currency (e.g., BTC, ETH), making it difficult to assess real liquidity or market interest in USD terms.
BuySell-byRaufIndicator Overview
This script is a custom indicator that generates buy and sell signals based on a proprietary algorithm. It utilizes a custom library (signalLib) to analyze market data and identify potential trading opportunities.
How it Works
The script uses three input parameters:
DEPTH_ENGINE: controls the depth of the analysis
DEVIATION_ENGINE: controls the deviation threshold for signal generation
BACKSTEP_ENGINE: controls the number of bars to look back for signal confirmation
The script analyzes the market data using the signalLib library and generates a direction signal, which indicates whether the market is trending up or down.
When the direction signal changes, the script generates a buy or sell signal, depending on the direction of the trend.
The script plots a label on the chart to indicate the buy or sell signal, with customizable colors and label size.
The script also generates alerts when a buy or sell signal is generated, which can be used to trigger trades.
Signal Generation
The script generates buy and sell signals based on the direction signal, which is calculated using the signalLib library. The direction signal is generated when the market trend changes, and the script plots a label on the chart to indicate the signal.
Customization
The script allows for customization of the input parameters, label colors, and label size. This allows users to tailor the script to their specific trading needs and preferences.
Overall, this script provides a powerful tool for identifying potential trading opportunities and generating buy and sell signals based on a proprietary algorithm.
CryptOZ RSI with SignalsUnlock the power of the Relative Strength Index (RSI) combined with clear, actionable Long and Short signals designed to help you make smarter trading decisions. This indicator automatically highlights optimal entry points based on RSI levels, reducing guesswork and helping you spot potential trend reversals or momentum continuations.
Features:
Classic RSI calculation with customizable length
Clear Long (buy) and Short (sell) entry signals plotted directly on the chart
Adjustable RSI overbought and oversold thresholds to fit your trading style
Visual alerts for entry points to never miss a trade
Suitable for multiple timeframes and all asset classes (stocks, forex, crypto, etc.)
Whether you’re a beginner or experienced trader, this tool simplifies RSI analysis and helps you act with confidence.