VT_RJ01_ALLTFIt's the rejection candle analysis
and using EMA to integrate and catogorize strong level of rejection
Chart patterns
ORACULUM LABFX v1.1 A + tp/sl Adapitivo [com Confirmador]
This script is an independent confirmation module for primary signal strategies such as ORACULUM LABFX.
It applies a combination of advanced technical filters including candlestick patterns, market context (trend/reversal), volume, volatility, and indicators such as CCI, OBV, and VWAP.
The script returns a directional strength score (final_strength) between -3 and +3, which can be accessed via request.security() by any external script to validate buy/sell signals.
Used indicators:
CCI, ROC, ADX, OBV, VWAP, VWMA, RSI
Candlestick patterns: Engulfing, Marubozu, Piercing, Hammer, etc.
Market context via Hull, moving averages, and volatility (BB Width, ATR)
Main return variables:
final_strength → Positive = confirms buy, Negative = confirms sell
final_dir → Pure direction (1 = buy, -1 = sell)
✅ Recommended for use as a filter in signal validation setups.
Super AI signal"Super AI Signal" indicator - Unveiling the Hidden Secrets of the Market
Picture this: amidst the chaotic noise of the market, navigating the turbulent waves of charts, you hold a secret weapon in your hands. is not just an indicator—it’s a masterpiece born from the fusion of a trader’s intuition and the magic of data.
This indicator captures the subtle whispers of the market, delivering crystal-clear trading signals. With its sophisticated algorithms and intuitive design, it uncovers hidden patterns in price movements, illuminating opportunities in the fog of volatility. Whether you’re a novice trader or a seasoned pro, transforms your charts into a trusted ally.
Why is it special?
Precision: Filters out market noise to pinpoint genuine opportunities with razor-sharp accuracy.
- Simplicity: Let the indicator handle the complex analysis—you just make the decisions.
- Versatility: Shines across all assets and timeframes—stocks, crypto, forex, you name it!
- Visual Appeal: Intuitive design with signals that captivate at a glance.
"Super AI Signal" indicator is more than just numbers and lines. It’s a reliable compass for your trading journey, guiding you through the labyrinth of the market. Add it to your TradingView now and unlock the market’s secrets at your fingertips. Your next big win is already waiting on the charts—ready to seize it?
Then, you'd better use this indicator!
Altcoins vs Stablecoins (with signals)This indicator visualizes the ratio of altcoin market dominance (excluding the top 10) to the combined dominance of the two largest stablecoins (USDT + USDC).
📊 Formula:
OTHERS.D / (USDT.D + USDC.D)
🔍 Purpose:
Rising values indicate increasing capital flow into altcoins — a potential altseason signal
Falling values suggest capital rotation into stablecoins — risk-off behavior
🟢 Bullish Signal:
When the ratio crosses above 1.3, a green arrow appears — signaling possible altcoin momentum
🔴 Bearish Signal:
When the ratio crosses below 0.9, a red arrow appears — signaling capital flight into stablecoins
✅ Useful for:
Timing market phases
Spotting early altseason entries
Portfolio rotation and risk monitoring
🌑 New Moon Breakout (Final Fixed)daily candle new moon breakout detection , mark high and low as per breakout
9 EMA vs 21 EMA Cloud (Anchored)ema cloud 9 ema and 21 ema. whenever 9 ema is above 21 ema the trend is bulish and vice versa. when ema is below 21 ema trend bearish
200 SMA + VWAP + Manual ADX Entry Signal200 SMA + VWAP + Manual ADX Entry Signal – Indicator Description
This custom indicator is designed for trend-following intraday traders who want a powerful, rules-based entry confirmation system. It combines three proven tools—the 200-period Simple Moving Average (SMA), Volume-Weighted Average Price (VWAP), and a manually coded ADX (Average Directional Index)—to identify high-probability long entries in strong, directional markets.
By filtering trades through a combination of trend direction, mean-reversion reference, and momentum strength, this indicator helps traders avoid false breakouts, whipsaws, and low-quality setups. It’s particularly well-suited for traders using 15-minute charts, leveraged ETFs, or high-beta stocks, where precision entries and trend confirmation are critical to consistent profitability.
⸻
✅ What This Indicator Does
This indicator visually displays:
• The 200-period SMA (orange line) – a long-term trend filter.
• The VWAP (blue line) – a dynamic intraday price average used by institutions.
• A buy signal triangle below the price bar – when all bullish criteria are met.
• It also includes an alert condition so traders can be notified when a new buy signal appears in real time.
Behind the scenes, the indicator calculates trend and strength conditions and plots a BUY signal only when all three tools agree that a bullish move is in play.
⸻
🔍 The Three-Pillar Entry System
1. 200 SMA Filter – Defining Market Bias
The 200 SMA is a widely used institutional benchmark that represents long-term trend direction. In this indicator:
• A trade is only considered valid if price is above the 200 SMA.
• This helps eliminate trades in downtrending or range-bound markets.
• It ensures that entries are aligned with broader directional bias.
By filtering out trades below the 200 SMA, you instantly remove a majority of low-probability setups and whipsaw environments.
⸻
2. VWAP – Institutional Mean Price Anchor
VWAP (Volume-Weighted Average Price) is often used by hedge funds and algorithmic systems to judge whether price is considered “expensive” or “cheap” within a given trading session.
• This version of VWAP is anchored to the current intraday session.
• Trades are only considered valid if price is above the VWAP, which shows market consensus is favoring the upside.
• VWAP provides both confirmation and support levels, helping ensure your entry isn’t into overextended territory.
By combining the 200 SMA and VWAP filters, the indicator ensures that trades are only taken when price is strong on both the macro and micro timeframes.
⸻
3. ADX – Confirming Momentum Strength
ADX (Average Directional Index) is used to measure trend strength without regard to direction. However, TradingView has limited functionality with the ta.adx() call in some environments, so this script includes a custom-coded version of ADX that follows standard Wilder’s smoothing and directional movement logic.
• A BUY signal only triggers if ADX is above a user-defined threshold (default is 20) and rising from the previous bar.
• This means not only is the market trending — but the trend is strengthening.
This final filter prevents entries in chop or decaying rallies, and ensures you’re catching the strongest part of a move, not the tail end.
⸻
⚙️ Logic Summary
A BUY signal is plotted when:
• Price > 200 SMA ✅
• Price > VWAP ✅
• ADX > 20 and rising ✅
Only when all three conditions are true does the indicator plot a green triangle below the price bar.
This visual simplicity makes it ideal for fast trade decisions, and the alert function allows hands-free monitoring during busy sessions.
⸻
🧠 Recommended Use
This indicator works best on:
• 15-minute to 1-hour charts
• Intraday leveraged ETFs (e.g., TQQQ, SPYU, SQQQ)
• Trend-following strategies
• Breakout continuation trades
⸻
📉 Limitations
• This is a long-only system by design. If you want to trade short, you’ll need to invert the logic (e.g., price < 200 SMA, price < VWAP, ADX > threshold).
• It doesn’t generate exit signals. You should pair this with your own take-profit or trailing stop strategy.
• While it works great for momentum entries, it may underperform in range-bound or news-driven chop markets.
⸻
🛠️ Settings Customization
• SMA Length: default is 200; adjust for faster or slower trend confirmation.
• ADX Length: default is 14; shorter periods = more sensitive, longer = smoother.
• ADX Threshold: default is 20; raise to 25 or 30 to only catch very strong moves.
These settings give you flexibility to match the indicator to your trading style.
⸻
🚀 Final Thoughts
The 200 SMA + VWAP + Manual ADX Entry Signal is a battle-tested, rule-based tool to help you:
• Enter only when the trend, mean, and momentum align
• Avoid fakeouts and poor risk-reward entries
• Automate part of your setup process without overcomplication
This is the kind of filter used by professional traders to reduce screen time and improve trade quality. If you’re looking to build confidence in your intraday trading with clear, logical entries — this indicator will help you stay consistent and systematic.
Happy trading!
Advanced 15-Min ORB + VWAP + RSI + Premarket Range15-minute ORB box
VWAP overlay
RSI(14) filter with visual cue
Premarket high/low range box
Session VWAP + RSI + ORB BreakoutAmd targeting Asia and London liquidity at opening of U.S. stock market strategy day trading or scalp trading that includes VWAP or RSI filter for added confirmation and the 15 minute high/low orb indicator
Padre's FVG (Dynamic + Fill Shrink)locates FVG and dynamically redraws them as current candles move into them.
跳动水印@打不死的交易员# 跳动水印
- 避免视频经常被搬用,视频增加动态随机水印。
---
# Jumping watermark
- To prevent the video from being frequently used, add a dynamic random watermark to the video.
HiLo Melhorado - by B3XINVESTIMENTOSThe “Enhanced HiLo” indicator is a technical tool developed to identify trend reversals and continuations with greater precision, reducing market noise and false signals. It is based on the classic HiLo strategy, which switches between moving averages of candle highs and lows, but introduces several modern improvements: data smoothing, volatility filters (ATR), and a broader trend filter using the 200-period exponential moving average (EMA). This approach ensures that buy and sell signals are only triggered when the market shows real strength, avoiding trades during consolidation or sideways movements.
The core logic of the indicator lies in the shifting of the HiLo level based on the position of the price relative to the high (hiMa) and low (loMa) moving averages. When the price closes above the high average for two consecutive candles, the HiLo shifts downward, indicating a possible continuation of the uptrend. Conversely, two closes below the low average shift the HiLo upward, signaling a potential downtrend. To reduce false signals, the indicator applies simple moving average smoothing to the HiLo value and optionally requires that volatility (via ATR) is above average or that the long-term trend (via EMA200) aligns with the signal direction.
In practice, this combination of filters and logic makes the “Enhanced HiLo” a powerful tool for trend-following traders, especially on higher timeframes like the daily chart. It avoids entries in choppy markets, prioritizes trades in the direction of the main trend, and enables precise alerts for strategy automation. With clear visual signals on the chart and a structure adaptable to the trader’s style (allowing filters to be turned on or off), this indicator is ideal for those seeking greater accuracy and consistency in their trades—whether trading manually or integrating with bots and automated execution systems.
LANZ Strategy 1.0 [Backtest]🔷 LANZ Strategy 1.0 — Time-Based Session Trading with Smart Reversal Logic and Risk-Controlled Limit Orders
This backtest version of LANZ Strategy 1.0 brings precision to session-based trading by using directional confirmation, pre-defined risk parameters, and limit orders that execute overnight. Designed for the 1-hour timeframe, it allows traders to evaluate the system with configurable SL, TP, and risk settings in a fully automated environment.
🧠 Core Strategy Logic:
1. Directional Confirmation at 18:00 NY:
At 18:00 NY, the system compares the 08:00 open vs the 18:00 close:
If the direction matches the previous day, the signal is reversed.
If the direction differs, the current day's trend is kept.
This logic is designed to avoid momentum exhaustion and capture corrective reversals.
2. Entry Level Definition:
Based on the confirmed direction:
For BUY, the Low of the day is used as Entry Point (EP).
For SELL, the High of the day becomes EP.
The system plots a Stop Loss and Take Profit based on user-defined pip inputs (default: SL = 18 pips, TP = 54 pips → RR 1:3).
3. Time-Limited Entry Execution (LIMIT Orders):
Orders are sent after 18:00 NY and can be triggered anytime between 18:00 and 08:00 NY.
If EP is not touched before 08:00, the order is automatically cancelled.
4. Manual Close Feature:
If the trade is still open at the configured hour (default 09:00 NY), the system closes all positions, simulating realistic intraday exit scenarios.
5. Lot Size Calculation Based on Risk:
Lot size is dynamically calculated using the account size, risk percentage, and SL distance.
This ensures consistent risk exposure regardless of market volatility.
⚙️ Step-by-Step Flow:
08:00 NY → Captures the open of the day.
18:00 NY → Confirms direction and defines EP, SL, and TP.
After 18:00 NY → If conditions are met, a LIMIT order is placed at EP.
Between 18:00–08:00 NY → If price touches EP, the trade is executed.
At 08:00 NY → If EP wasn’t touched, the order is cancelled.
At Configured Manual Close Time (default 09:00 NY) → All open positions are force-closed if still active.
🧪 Backtest Settings:
Timeframe: 1-hour only
Order Type: strategy.entry() with limit=
SL/TP Configurable: Yes, in pips
Risk Input: % of capital per trade
Manual Close Time: Fully adjustable (default 09:00 NY)
👨💻 Credits:
Developed by LANZ
Strategy logic and trading concept built with clarity and precision.
Code structure and documentation by Kairos, your AI trading assistant.
Designed for high-confidence execution and clean backtesting performance.
Price-EMA Z-Score Backgroundhe “Price‑to‑EMA Z‑Score Background” indicator is designed to give you a clear, visual sense of when price has moved unusually far away from its smoothed trend, and to highlight those moments as potential overextension or mean‑reversion opportunities. Under the hood, it first computes a standard exponential moving average (EMA) of your chosen lookback length, then measures the raw difference between the current close and that EMA on every bar. To make that raw deviation comparable across different markets and timeframes, it converts the series of differences into a z‑score—subtracting the rolling mean of the deviations and dividing by their rolling standard deviation over a second lookback window.
Once you’ve normalized price‑to‑EMA distance into z‑score units, you can set two simple trigger levels: one upper threshold and one lower threshold. Whenever the z‑score climbs above the upper threshold, the chart background glows green, signaling that price is extended far above its EMA (and might be ripe for a pullback). Whenever the z‑score falls below the lower threshold, the background turns red, calling out an equally extreme move below the EMA (and a possible oversold bounce). Between those bands, no shading appears, letting you know price is trading within its “normal” range around the trend.
By adjusting the EMA period, the z‑score lookback, and the two trigger levels, you can dial in early warning signals (e.g. ±1 σ) or wait for very stretched moves (±2 σ or more). Used in concert with your favorite momentum or pattern tools—or even as a standalone visual cue—this simple background‑shading approach makes it easy to spot when a market is running too hot or too cold relative to its own recent average.
Yield Curve Regime Shading with LegendTakes two symbols (e.g. two futures contracts, two FX pairs, etc.) as inputs.
Calculates the “regime” as the sign of the change in their difference over an n‑period lookback.
Lets you choose whether you want to color the bars themselves or shade the background.
How it works
Inputs
symbolA, symbolB: the two tickers you’re comparing.
n: lookback in bars to measure the change in the spread.
mode: pick between “Shading” or “Candle Color”.
Data fetching
We use request.security() to pull each series at the chart’s timeframe.
Regime calculation
spread = priceA – priceB
spreadPrev = ta.valuewhen(not na(spread), spread , 0) (i.e. the spread n bars ago)
If spread > spreadPrev → bullish regime
If spread < spreadPrev → bearish regime
Plotting
Shading: apply bgcolor() in green/red.
Candle Color: use barcolor() to override the bar color.
Live SPX Buy/Sell Zones (Simulated)This indicator allows you to see when people bought and sold by the grace of Jesus Christ
Live SPX Buy/Sell Zones (Simulated)This is a indactor that best indicates whats happening with buyers and sellers
Z Score 主图策略 — v1.02Hello Traders,
Here is my new year gift for the community, Digergence for Many Indicators v4. I tried to make it modular and readable as much as I can. Thanks to Pine Team for improving Pine Platform all the time!
How it works?
- On each candle it checks divergences between current and any of last 16 Pivot Points for the indicators.
- it search divergence on choisen indicators => RSI , MACD , MACD Histogram, Stochastic , CCI , Momentum, OBV, VWMACD, CMF and any External Indicator!
- it checks following divergences for 16 pivot points that is in last 100 bars for each Indicator.
--> Regular Positive Digergences
--> Regular Negative Digergences
--> Hidden Positive Digergences
--> Hidden Negative Digergences
- for positive divergences first it checks if closing price is higher than last closing price and indicator value is higher than perious value, then start searching divergence
- for negative divergences first it checks if closing price is lower than last closing price and indicator value is lower than perious value, then start searching divergence
Some Options:
Pivot Period: you set Pivot Period as you wish. you can see Pivot Points using "Show Pivot Points" option
Source for Pivot Points: you can use Close or High/Low as source
Divergence Type: you can choose Divergence type to be shown => "Regular", "Hidden", "Regular/Hidden"
Show Indicator Names: you have different options to show indicator names => "Full", "First Letter", "Don't Show"
Show Divergence Number: option to see number of indicators which has Divergence
Show Only Last Divergence: if you enable this option then it shows only last Positive and Negative Divergences
you can include any External Indicator to see if there is divergence
- enable "Check External Indicator"
- and then choose External indicator name in the list, "External Indicator"
- External indicator name is shown as Extrn
- related external indicator must be added before enabling this option
Coloring, line width and line style options for different type of divergences.
Following Alerts added:
- Positive Regular Divergence Detected
- Negative Regular Divergence Detected
- Positive Hidden Divergence Detected
- Negative Hidden Divergence Detected
Now lets see some examples:
ORB IndicatorORB – Opening Range Breakout Strength (Applies to First 2 Bars Only)
The ORB (Opening Range Breakout) indicator is a momentum-based tool designed to highlight potential long trade opportunities during the first two candles of the regular trading session. It’s built to detect early strength by filtering for clean bullish price action and relative outperformance against a benchmark index.
🔍 Signal Criteria
A blue triangle is plotted at the close of the candle if the following conditions are met:
The candle is bullish (close > open)
The body makes up at least 60% of the total candle range
The candle occurs during the first or second bar after session start (default: 9:30 AM)
The candle shows greater range strength (in %) than a benchmark symbol (e.g., QQQ or SPY), scaled by a configurable multiplier
⚙️ Customizable Settings
Benchmark Ticker: Choose any symbol (default: NASDAQ:QQQ)
Range Multiplier: Adjust the strength threshold relative to the benchmark’s range
Session Start Time: Set the hour and minute to match your market’s open
📈 Features
Visual signal: blue triangle below the bar
Alert-ready: Get notified instantly when a valid ORB setup appears
Executes only at bar close to ensure confirmed signal
SMA Smooth Market Structure (Multi-Timeframe)SMA Market Structure (Multi-Timeframe) is a powerful tool for tracking structural price action, using simple moving averages across any higher timeframe (HTF). It blends Smart Money Concepts with clean swing logic to reveal trend shifts, breaks of structure, and supply/demand zones.
This indicator highlights key structure features:
• Break of Structure (BOS) – Automatic detection of bullish or bearish swing breaks
• Internal Shifts – Early clues that the market is building toward a reversal
• Liquidity Sweeps (LS) – Detects swing failures that may trap traders
• Zigzag Swing Lines – Cleanly connects swing highs and lows
• Dynamic Zones – Demand (green) and supply (red) blocks drawn from engulfing breakouts
How to Use:
• Set your preferred HTF (e.g. 1H on a 15m chart) to view structure in proper context and
adjust SMA to smooth out market structure for directional consistency
• Watch BOS lines and swing labels like HH, HL, LH, LL for directional clarity
• Use the MS (Market Shift) label to identify full reversals after internal shifts + BOS
• Demand/Supply zones mark areas of previous strength and will update or mitigate automatically
• Alerts notify you of every BOS, MS, HH, LL, and LS event — no need to monitor manually
Customization Features:
• Toggle visibility of market shift markers, internal shifts, and zones
• Choose how internal shifts are calculated (High/Low or Open)
• Customize line style, width, and colors for BOS and zigzag lines
• Control zone duration and how mitigated zones behave (fade or delete)
• Built-in safety for Pine Script’s history limits using smart offset caps
Best Use Tips:
• Combine with price action patterns or volume for confirmation
• MS + BOS + zone tap often marks a high-probability reversal setup
• Use it to align lower timeframe entries with higher timeframe structure
For traders who want structure clarity without clutter, this tool is built to keep your chart actionable and adaptive.