Hidden Bearish Divergence [1H]Detects Hidden Bearish Divergence on the 1-hour timeframe using RSI. This is the opposite of hidden bullish — it suggests bearish continuation in a downtrend. Price forms a Lower High. RSI forms a Higher High. Suggests bearish continuation (ideal in a downtrend).
Grafik Paternleri
EMA 9 vs EMA 150 Cross Indicator//@version=5
indicator("EMA 9 vs EMA 150 Cross Indicator", overlay=true)
// Input EMAs
shortEmaLen = input.int(9, title="Short EMA (Fast)")
longEmaLen = input.int(150, title="Long EMA (Slow)")
// Calculate EMAs
emaShort = ta.ema(close, shortEmaLen)
emaLong = ta.ema(close, longEmaLen)
// Detect Crosses
bullishCross = ta.crossover(emaShort, emaLong)
bearishCross = ta.crossunder(emaShort, emaLong)
// Plot EMAs
plot(emaShort, title="EMA 9", color=color.gray)
emaColor = emaShort > emaLong ? color.green : color.red
plot(emaLong, title="EMA 150", color=emaColor, linewidth=2)
// Plot Arrows
plotshape(bullishCross, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.arrowup, size=size.small)
plotshape(bearishCross, title="Sell Signal", location=location.abovebar, color=color.red, style=shape.arrowdown, size=size.small)
Bullish & Bearish Reversal Scanner_KSPBullish & Bearish Reversal Scanner_KSP
Bullish & Bearish Reversal Scanner_KSP
Bullish & Bearish Reversal Scanner_KSP
Clean Day Separator (Vertical Only)Clean Day Separator (Vertical Only) is a minimalist indicator for traders who value clarity and structure on their charts.
This tool draws:
✅ Vertical dashed lines at the start of each new day
✅ Optional day-of-week labels (Monday, Tuesday, etc.)
It’s designed specifically for clean chart lovers — no horizontal lines, no boxes, just what you need to mark time and keep your focus.
Perfect for:
Intraday traders who track market rhythm
Price action purists
Anyone who wants to reduce visual noise
Customizable settings:
Toggle day labels on/off
Choose line and text colors
Set label size to match your chart style
EMA by HAWKLOVEWINEThis script, "EMA by HAWKLOVEWINE", is a customizable multi-EMA (Exponential Moving Average) overlay tool designed to help traders visualize trend strength and direction across multiple timeframes. It features four EMAs with fully adjustable lengths—defaulted to 20, 50, 100, and 200 periods. Each EMA can be individually toggled on or off and assigned a custom color to suit your visual preferences.
Users can also select the price source used for EMA calculation, including close, hl2, ohlc4, and a custom average hloc4. This allows for enhanced flexibility in adapting the indicator to different trading styles and asset types.
Ideal for identifying support and resistance zones, confirming price momentum, or spotting trend crossovers, this EMA script serves both novice and experienced traders alike. Clean, lightweight, and fully customizable, it fits seamlessly into your technical analysis workflow.
Use it as a standalone trend tool or as part of a more comprehensive strategy.
SMA by HAWKLOVEWINEThis script, "SMA by HAWKLOVEWINE", is a simple yet customizable multi-SMA overlay indicator designed to help traders visualize key moving averages directly on the chart. It includes four standard Simple Moving Averages (SMA) with fully adjustable lengths: 20, 50, 100, and 200 periods by default. Users can choose the source price for calculations—such as close, hl2, ohlc4, or a custom average (hloc4).
Each moving average can be individually toggled on or off for display, and the color of each line is user-selectable for enhanced visual clarity. This makes the indicator flexible for various strategies, including trend following, dynamic support/resistance analysis, and cross-over detection (can be added if desired).
MOETION TRADNTM Bot Alpha – ICT x BOEOSMasters of Exchange TM _ ICT & EMA indicator
this is for moetion trading mentors
created by moewavi and samoedefi
X HL QA market structure tool designed to frame price action within a defined context of prior session dynamics. It accomplishes this by anchoring a set of reference levels to the high, low, and open prices of a user-specified higher timeframe (e.g., 4H, 1D, etc.) and projecting those levels onto the current chart for ongoing analysis.
At its core, the indicator establishes a reference range—derived from the previous completed instance of the selected timeframe—and overlays this on the current timeframe. This range serves as a foundational structure for price interpretation in the current session.
Building upon this framework, the script constructs a set of symmetrical quadrants (or deviation zones) both inside and outside of the prior range. These include:
The midpoint (EQ) of the prior range
Levels at ±0.25x, ±0.75x, ±1.0x, ±1.5x, and ±2.0x the range height
These levels act as contextual zones that traders can use to interpret price behavior—whether it's consolidating within the prior range, approaching fair value (EQ), or expanding into directional continuation or reversal zones beyond the range.
The script operates in both real-time and historical contexts. On live bars, it dynamically updates the key levels to provide an evolving view of current price positioning. Simultaneously, it supports the display of historical levels for past sessions, enabling robust backtesting and comparative analysis of price behavior relative to previous quadrant structures.
Ultimately, this tool serves as a positional map, helping traders assess where price is trading relative to significant levels from the prior session, offering insights into potential support/resistance, overextension, or mean reversion scenarios.
Key Technical Features
Multi-Timeframe Support:
request.security() is used to pull data from a user-defined higher timeframe regardless of the current chart interval.
Visual Flexibility:
Toggle between "line" and "channel" mode.
Line color, width, and visibility are all user-controlled.
Anchoring Options:
Deviation levels can be calculated from either the previous period's open or its EQ (midpoint), giving flexibility depending on analytical preference.
Efficient Labeling:
Labels are only rendered on the last bar and are automatically cleared and redrawn to prevent duplication.
Label style, size, text color, and background color are all user-configurable.
Trading Application
This indicator is especially suited for:
1. Mean Reversion Strategies
When price moves beyond +1.0 or +1.5 deviations from the EQ or open, it may signal overextension and a potential snap back to the midpoint or range.
2. Breakout Confirmation
Sustained price action beyond ±1.0 levels may indicate trend strength or continuation beyond historical balance zones.
3. Contextual Range Awareness
EQ and Open provide structure from which traders can judge whether price is in a state of balance or imbalance.
Labels offer at-a-glance interpretation of key levels across any chosen timeframe.
4. Fractal and Multi-Session Analysis
Analysts can layer daily, weekly, and monthly versions of this indicator to observe confluence or divergence of higher timeframe structure.
Price Density Strategy ScoreBased on the rules we defined, a composite score (-3 to +3) is calculated and displayed as colored bars below the chart:
Dark green (+3): Strong buy signal
Light green (+1, +2): Mildly bullish
Gray (0): Neutral
Light red (-1, -2): Mildly bearish
Dark red (-3): Strong sell signal
根据我们定义的规则,计算一个综合分数(-3 到 +3),并在图表下方用不同颜色的柱状图显示出来:
深绿色 (+3):强力买入信号
浅绿色 (+1, +2):温和看涨
灰色 (0):中性
浅红色 (-1, -2):温和看跌
深红色 (-3):强力卖出信号
Moving Average ExponentialThis indicator plots 8 Exponential Moving Averages (EMAs) with customizable lengths: 20, 25, 30, 35, 40, 45, 50, and 55. It also includes optional smoothing using various moving average types (SMA, EMA, WMA, etc.) and an optional Bollinger Bands overlay based on the EMA. It helps identify trend direction, momentum, and potential reversal zones.
MOETION TRADNTM Bot Alpha – ICT x BOEOSMasters of Exchange TM - LuxAlgo inspired trading indicator
Built completely by SamoeDefi
One of many,,, stay tuned.
EMA BREAKS BOS BREAKS OB BREAKS ICT CONCEPT with volume displacement scalps and reads
[L0!FT] bartrulez Buy/Sell Indicator Sequential bartrulez Buy/Sell Indicator Sequential - 14 Days RSI, 200 SMA + SELL & BUY Signals
EMA 9 & 150 Cross Arrow//@version=5
indicator("EMA 9 & 150 Cross Arrow", overlay=true)
// Input EMAs
emaShort = ta.ema(close, 9)
emaLong = ta.ema(close, 150)
// Detect Crosses
bullishCross = ta.crossover(emaShort, emaLong)
bearishCross = ta.crossunder(emaShort, emaLong)
// Plot EMAs
plot(emaShort, color=color.green, title="EMA 9")
plot(emaLong, color=color.red, title="EMA 150")
// Plot Arrows
plotshape(bullishCross, title="Bullish Cross", location=location.belowbar, color=color.green, style=shape.arrowup, size=size.small)
plotshape(bearishCross, title="Bearish Cross", location=location.abovebar, color=color.red, style=shape.arrowdown, size=size.small)
NY Midnight Vertical LinePlots a vertical red dotted line at New York Midnight (00:00 NY time) on each trading day. Useful for marking the start of the new day and aligning intraday trading bias. Adjust for broker timezone if needed (00:00 NY = 05:00 UTC).
JG | RSI Overbought/OversoldRSI Overbought/Oversold Indicator
Shows backgrounds for each condition and allows alerts as well.
Enjoy ^-^
ICT Sensitive Key Levels [Mariinus]Indicator Overview – Inspired by ICT Concepts
This indicator is inspired by the teachings of Inner Circle Trader (ICT), whose philosophies and principles have greatly shaped the way I view price action. One of the most powerful lessons that stuck with me is his quote:
"All you need is OHLC."
Another fundamental concept that underpins this tool is the idea that:
"Price is constantly moving in cycles from Premium or Discount to Equilibrium, from Equilibrium to Discount to Premium."
With these core ideas in mind, this indicator was developed to help traders who are already using an ICT-based framework. In addition to plotting the standard OHLC levels, the ICT Sensitive Key Levels indicator also includes derived levels that provide deeper Market insight. These include the Equilibrium of the full candle range (High to Low) as well as the Equilibrium of the wicks – offering a more nuanced view of price balance and potential turning points, in line with ICT’s core concepts.
⚠️ Important Disclaimer:
This is not a standalone trading plan.
This is not a buy or sell signal generator.
Instead, this tool is designed to support traders who follow ICT principles by helping them identify higher-probability PD Arrays – the key zones where setups are more likely to occur. If your trading plan includes looking for specific PD Arrays and structural frameworks taught by ICT, then this indicator is a visual aid to refine and focus your attention on the areas where your framework has a higher probability of playing out.
🔁 Backtesting & Daily Preparation
In addition to improving your real-time analysis, this indicator is also a valuable tool for accelerated backtesting . Rather than manually drawing out levels, the indicator automatically provides them, allowing you to analyze past price action faster and more efficiently .
It’s also ideal for preparing your trading day . By loading the indicator before the session starts, you get a clear visual of key levels that may play a role in your strategy. And if you find the chart too cluttered with lines, simply copy the ones that matter to you, draw them manually, and then turn the indicator off to keep your chart clean while keeping your zones intact.
⚙️ Explanation of the Settings
You can combine up to 4 timeframes to monitor their respective levels while operating on a lower timeframe. For each timeframe, you can:
• Set a lookback period to control how far back you want to calculate levels.
• Choose to display or hide the levels of the current candle , which helps you monitor intra-candle ebbs and flows.
Each level (e.g., High, Low, Open, Close, Equilibrium) can be customized:
• Color
• Line style
• Line width
• To hide a level , simply set its opacity to zero.
You can also enable dividers to clearly mark the start and end of higher timeframe candles on your lower timeframe chart. These dividers are also fully customizable:
• Color
• Style
• Width
• And again, if you prefer a cleaner chart, you can set the opacity to zero to hide them completely.
This setup gives you full control over how much or how little visual data you want to see, aligning the tool with your personal trading workflow.
💡 Example Use Cases
These examples are for educational purposes only. This tool is not financial advice and should always be used in conjunction with your own trading plan—whether it involves Fair Value Gaps, Order Blocks, or a custom combination of ICT-based elements.
• Example 1: A 1H Bearish Fair Value Gap overlapping with the Equilibrium Key Level of the Previous Day's Range – a high-probability zone for reaction.
• Example 2: A 1H Bullish Fair Value Gap in Discount, overlapping with the Equilibrium of Two Days Ago, followed by a move into a 1H Bearish Order Block that coincides with the Previous Day’s Equilibrium.
• Example 3: The same 1H PD Arrays viewed from a 4H chart, alongside Weekly Price Levels – giving you a higher timeframe context that supports or invalidates lower timeframe setups.
• Example 4: A combination of two timeframes for added context. A 4H Bullish Fair Value Gap is nested inside the current Weekly Equilibrium Key Level . On the 15M chart , we observe a reaction that creates an Inversion Fair Value Gap , which aligns with the Equilibrium Key Level of the previous 4H candle .
This indicator doesn’t replace your trading plan—it enhances your ability to execute it. It’s a precision tool made for ICT traders who understand context, structure, and probability.
R Manager PRO++ V1.3j📝 Description:
R Manager PRO++ is a powerful visual trade management tool designed for traders who want to plan their setups clearly, track reward levels, and receive automatic alerts – all directly on the chart.
✅ Core Features:
🎯 3 parallel setups (A, B, C) with individual Entry & Stop Loss
🔽 Symbol-specific control → each setup only appears on the selected instrument
📏 Automatic R-level lines (1R–5R) drawn from your entry
📢 Smart alerts for 1R to 5R – triggered once per level
📍 Live R-multiple display above or below the stop, depending on direction
🧹 Reset buttons for each setup
🧾 Built-in info section (how to set up alerts, decimal formatting, device notes)
📲 Mobile-Friendly Alerts (Push Notifications Supported):
Alarms must be enabled once using “Create Alert” → choose Every alert() function call.
💡 Perfect for:
Day traders, scalpers, swing traders
Forex, indices, gold and more
Traders who work with structured R-based setups
Renko Color Change AlertProvides ranko alerts on new buy and sell bars.
Option to custom color the bars.
Really only created this to be able to get alerts when the trend changes from buy to sell, or vice versa
Weinstein Stage Analysis HelperA helper script to visualize the Weinstein Stages intuitively along with other factors like
- Relative Strength
- Volume (On Balance Volume)
- RoE
- P/E
- Growth Rate
- EPS Growth Rate
然哥波浪ProHere's some help for the English speakers.
Wave Trend Oscillator + Divergence +
Direction Detection + Alerts
Longitude del canal
Channel length
Period movil
Mobile Period
reaccion en cambio de direccion
reaction on change of direction
nivel sobre compra
level on purchase
nivel sobre venta
level on sale
solo ventas en sobre compra
only sales on envelope purchase
solo compras en sobre venta
only purchases on oversale
ver histograma
see histogram
ver media de senal
see signal average
pintar barras
painting bars
ver divergencias regulares alcistas
see regular bullish divergences
ver divergencias regulares bajistas
see regular bearish divergences
ver divergencias ocultas alcistas
view hidden bullish divergences
ver divergencias ocultas bajistas
view hidden bearish divergences
ver etiquetas de divergencias
see divergence labels
activar media movil extra para wt
activate extra mobile media for wt (wave trend)
MA extra tipo = Moving average type
MA extra periodo = MA extra period
MA extra reaccion = MA extra reaction
Media WT (wave trend)
Color 0
Color1
Media senal
media signal
Nivel 0
Level 0
Nivel 1 sobre compra
level 1 on purchase
All 1-8
Nivel 1 sobre venta
level 1 on sale
All 1-8
Ventas en sobre compra
Sales in overpurchase
todas las venta
all sales
Compra en sobre venta
Purchase in over-sale
Todas las compra
All purchases
Histograma
Histogram
Divergencias bajistas
Bearish divergences
Divergencias alcistas
Bullish divergences
Divergencias regular bajistra
Regular bearish divergences
Divergencias oculta bajista
Bearish hidden divergences
Divergencias regular alcistas
Regular bullish divergences
Divergencias oculta alcistas
Bullish hidden divergences
MA (moving average) plot
Plot back ground
Labels Value plots