TIKOLE SVM Sentiment Combo Oscillator MACD"This one has MACD and RSI. Accuracy is very good. Best for 5-minute and 15-minute timeframes."
So basically, you mean:
The script combines MACD-style histogram with RSI logic.
It gives high accuracy signals.
Works best on 5-minute and 15-minute charts (scalping + intraday).
⚡ If you want, I can also add MACD (fast EMA / slow EMA) into the same script along with your RSI sentiment oscillator, so you’ll get a dual-confirmation system (RSI sentiment + MACD crossover + histogram).
Multitimeframe
RCI Buy/Sell Signals RCI Buy/Sell Signals — Dual-RCI State Machine with EMA Bias (Protected)
A purpose-built signal tool that combines two RCI horizons with a deterministic state machine and an EMA-based background bias. It is not a simple mashup: the components are designed to work together so that trend context, timing, and exits form a coherent workflow.
The code remains closed-source to protect a proprietary implementation; this description explains what it does and how the pieces interact so traders can evaluate it.
What it does
On-chart signals: Marks potential BUY/SELL entries and EXITs directly on the chart (markers are drawn with a −1 bar offset for readability).
Trend bias at a glance: Background shading reflects EMA context:
Green when price is above both EMA1 and EMA2
Red when price is below both EMA1 and EMA2
No shading otherwise
(EMA lengths and timeframes are user-configurable.)
Deterministic state machine: Ensures only one active side at a time (flat → long/short → exit), so entries/exits do not overlap or contradict each other.
How it works (conceptual)
Two-horizon RCI framework:
A MID-RCI monitors regime transitions using mid-range thresholds.
A LONG-RCI acts as a slower directional filter/validator.
Two timing modes (you can enable either or both):
Steadily — MID-RCI transitions across mid-band thresholds (e.g., around −50/50) govern entries; LONG-RCI direction is used to confirm/align.
Above — LONG-RCI crosses its pivotal level (around zero) with directional agreement.
These modes are integrated—not stacked randomly—so that one provides timing, the other directional context.
Exits & risk guard: Exits trigger on MID-RCI reaching extreme bands (e.g., ±85) or when price violates a simple N-bar extremum stop (default: 20-bar low/high), whichever comes first. This makes exits explicit rather than relying on a trailing overlay.
Why this is not “just a merge”
The EMAs are not a separate indicator pasted on top; they only provide a binary bias that gates background shading and helps filter entries visually.
The RCI pair is functionally split (timing vs. confirmation) and then synchronized through a state machine that prevents conflicting signals and enforces clean transitions.
The script ships with signal placement discipline (−1 offset markers for clarity) and built-in exit logic based on RCI extremes plus a simple context stop—an integrated design choice, not an ad-hoc mix.
Inputs (overview)
Display: Show Entry Signals / Show Exit Signals / Show Background
Context: EMA1/EMA2 lengths & timeframes (background bias only)
RCI: Long/Mid lengths and source
How to use
Apply the script on a clean chart (no other indicators unless you explain why).
Use the background color as high-level bias, then use the on-chart signals for timing.
Optionally set alerts with “Any alert() function call” to receive signal notifications.
Confirm with your own risk management, liquidity checks, and higher-timeframe confluence.
Notes on publication (for moderators & traders)
Closed-source rationale: The specific RCI ranking/threshold scheme and the state-machine selection logic are part of ongoing proprietary research; the code is protected.
This description details the concepts and interactions sufficiently to understand what the script does and how components work together, while preserving implementation specifics.
Disclaimer
For educational/informational purposes only; not financial advice. Test thoroughly before live use. Trading involves risk.
EW Convergence HUD (Pane) — v2.2.5📖 Description
The EW Convergence Suite is a dual-component Elliott-Wave inspired tool designed to help traders spot multi-timeframe convergence points — the places where waves across different timeframes terminate together and trend changes often ignite.
It contains two parts:
🔹 HUD (Pane)
Lives in the lower pane, one horizontal row per timeframe (1m → 1M).
Colors represent phase classification:
Lime = Impulse Up (+2)
Red = Impulse Down (−2)
Teal = Corrective Up (+1)
Orange = Corrective Down (−1)
Gray = Neutral/Unclear
Rows shift slightly up/down depending on impulse vs. corrective, so you can see transitions as diagonal “jumps.”
HUD ticker (top-right) shows current convergence state:
Example: IMP▲ = impulse up alignment on 3 TFs.
Example: ★ COR▼ = 4 TF corrective down alignment (special event).
🔹 Overlay Labels (on price chart)
Prints labels directly on the chart when convergence events meet your thresholds.
Shows which phases and which TFs are aligned at that moment.
Optional pivot confirmation:
Early mode → labels fire as soon as TFs align (onlyOnPivot=false).
Confirmed mode → labels fire only when convergence + a fresh pivot confirmation occur (onlyOnPivot=true + pivot lines on).
Can also draw multi-TF pivot lines to visually connect swing highs/lows across your chosen timeframes.
⚙️ Inputs & Customization
Timeframe Toggles → select which TFs to include in the convergence counts.
EMA Trend Stack (9/21/55/233/987 by default) → defines trend alignment for impulse vs. corrective classification.
Pivot left/right → sensitivity of swing highs/lows (2/2 = fast, 5/5 = smoother, 10/10+ = major swings).
MinN / SpecialN → thresholds for convergence events (regular vs. ★ special highlight).
Label Controls →
Only on pivot confirmations
Only on confirmed bars
Only when content changes
Minimum bar gap between labels
Wave Line Controls → toggle pivot-connecting lines per TF, with adjustable opacity and max lines stored.
🎯 How to Use
Scan the HUD for clusters of rows with the same color/phase. Flat plateaus across multiple TFs = strong alignment.
Wait for convergence counts (MinN or SpecialN) to be reached. HUD ticker will show IMP▲ or COR▼ with the TF list.
Watch the Overlay Labels on the price chart for where that convergence “hits” — optionally tied to fresh pivot confirmations.
Best practice:
Use lower TFs (1m/5m/15m) as entry triggers.
Use higher TFs (1h/4h/1D) as bias anchors.
Look for termination zones where both HUD alignment and Overlay labels agree.
🔑 Why it works
This indicator combines objective pivot detection with EMA-based trend structure to classify legs as impulsive or corrective. By watching multiple TFs simultaneously, it highlights the rare and powerful moments where waves across scales converge. These are often the cleanest points for entry, exit, or scaling.
Impulse convergence → continuation or breakout potential.
Corrective convergence → likely end of a pullback and resumption of higher-TF trend.
Pivot-gated mode → confirmation that the move is not just alignment, but a structural turn.
✅ Notes
This script does not attempt to count Elliott Waves strictly (1-2-3-4-5, A-B-C). Instead it provides a framework for convergence and context, letting you apply your own EW interpretation on top.
Works best when combined with your own risk management rules (stops, partials, capital buffer).
Default EMAs (9/21/55/233/987) and pivot lookbacks (3/3) are optimized for intraday trading; adjust for your style (scalp, swing, position).
⚡ Bottom line:
The EW Convergence Suite is like having a multi-timeframe radar + price-level marker that alerts you when Elliott-style phases across several TFs line up. It cuts through noise and helps you focus on the moments of real structural confluence.
EW Convergence HUD (Pane) — v2.2.5📖 Description
The EW Convergence Suite is a dual-component Elliott-Wave inspired tool designed to help traders spot multi-timeframe convergence points — the places where waves across different timeframes terminate together and trend changes often ignite.
It contains two parts:
🔹 HUD (Pane)
Lives in the lower pane, one horizontal row per timeframe (1m → 1M).
Colors represent phase classification:
Lime = Impulse Up (+2)
Red = Impulse Down (−2)
Teal = Corrective Up (+1)
Orange = Corrective Down (−1)
Gray = Neutral/Unclear
Rows shift slightly up/down depending on impulse vs. corrective, so you can see transitions as diagonal “jumps.”
HUD ticker (top-right) shows current convergence state:
Example: IMP▲ = impulse up alignment on 3 TFs.
Example: ★ COR▼ = 4 TF corrective down alignment (special event).
🔹 Overlay Labels (on price chart)
Prints labels directly on the chart when convergence events meet your thresholds.
Shows which phases and which TFs are aligned at that moment.
Optional pivot confirmation:
Early mode → labels fire as soon as TFs align (onlyOnPivot=false).
Confirmed mode → labels fire only when convergence + a fresh pivot confirmation occur (onlyOnPivot=true + pivot lines on).
Can also draw multi-TF pivot lines to visually connect swing highs/lows across your chosen timeframes.
⚙️ Inputs & Customization
Timeframe Toggles → select which TFs to include in the convergence counts.
EMA Trend Stack (9/21/55/233/987 by default) → defines trend alignment for impulse vs. corrective classification.
Pivot left/right → sensitivity of swing highs/lows (2/2 = fast, 5/5 = smoother, 10/10+ = major swings).
MinN / SpecialN → thresholds for convergence events (regular vs. ★ special highlight).
Label Controls →
Only on pivot confirmations
Only on confirmed bars
Only when content changes
Minimum bar gap between labels
Wave Line Controls → toggle pivot-connecting lines per TF, with adjustable opacity and max lines stored.
🎯 How to Use
Scan the HUD for clusters of rows with the same color/phase. Flat plateaus across multiple TFs = strong alignment.
Wait for convergence counts (MinN or SpecialN) to be reached. HUD ticker will show IMP▲ or COR▼ with the TF list.
Watch the Overlay Labels on the price chart for where that convergence “hits” — optionally tied to fresh pivot confirmations.
Best practice:
Use lower TFs (1m/5m/15m) as entry triggers.
Use higher TFs (1h/4h/1D) as bias anchors.
Look for termination zones where both HUD alignment and Overlay labels agree.
🔑 Why it works
This indicator combines objective pivot detection with EMA-based trend structure to classify legs as impulsive or corrective. By watching multiple TFs simultaneously, it highlights the rare and powerful moments where waves across scales converge. These are often the cleanest points for entry, exit, or scaling.
Impulse convergence → continuation or breakout potential.
Corrective convergence → likely end of a pullback and resumption of higher-TF trend.
Pivot-gated mode → confirmation that the move is not just alignment, but a structural turn.
✅ Notes
This script does not attempt to count Elliott Waves strictly (1-2-3-4-5, A-B-C). Instead it provides a framework for convergence and context, letting you apply your own EW interpretation on top.
Works best when combined with your own risk management rules (stops, partials, capital buffer).
Default EMAs (9/21/55/233/987) and pivot lookbacks (3/3) are optimized for intraday trading; adjust for your style (scalp, swing, position).
⚡ Bottom line:
The EW Convergence Suite is like having a multi-timeframe radar + price-level marker that alerts you when Elliott-style phases across several TFs line up. It cuts through noise and helps you focus on the moments of real structural confluence.
LUST & RVOL ProIn this Indicator, you can REALTIME data of RVOL & TURNOVER and can also get the values of RVOL & TURNOVER of any candle without REPLAY !!
Updated Version of LUST & RVOL indicator !!
EMA Crossover StrategyAs the name suggests. It is an EMA crossover with a custom buy, sell signal on the chart with the take profit signal on the chart itself. SL would be the original candle low on the candle where the buy sell signal is generated. kindly give a feedback on the script so i can update it.
Sessions [New_ProfitEfex]This script is use for displaying session in a very attractive an clarity way
You can give it a try for free
XAUUSD Trap & Reversal ScannerThis strategy is designed for XAUUSD (Gold) on 5m/15m timeframes.
It detects and trades reversal traps confirmed by classic patterns:
Double Tops / Double Bottoms
Head & Shoulders / Inverse H&S
Fair Value Gaps (FVG / IFVG)
Trap Sweeps (stop hunts)
Additional filters:
EMA200 trend confirmation
London & New York trading session filter (12:00–17:00 UTC)
Risk management with ATR-based stop loss
Partial profit-taking (50% at 1:1, remainder at 1:RR up to 1:4)
Essa - Market Structure Crystal Ball SystemEssa - Market Structure Crystal Ball V2.0
Ever wished you had a glimpse into the market's next move? Stop guessing and start anticipating with the Market Structure Crystal Ball!
This isn't just another indicator that tells you what has happened. This is a comprehensive analysis tool that learns from historical price action to forecast the most probable future structure. It combines advanced pattern recognition with essential trading concepts to give you a unique analytical edge.
Key Features
The Predictive Engine (The Crystal Ball)
This is the core of the indicator. It doesn't just identify market structure; it predicts it.
Know the Odds: Get a real-time probability score (%) for the next structural point: Higher High (HH), Higher Low (HL), Lower Low (LL), or Lower High (LH).
Advanced Analysis: The engine considers the pattern sequence, the speed (velocity) of the move, and its size to find the most accurate historical matches.
Dynamic Learning: The indicator constantly updates its analysis as new price data comes in.
The All-in-One Dashboard
Your command center for at-a-glance information. No need to clutter your screen!
Market Phase: Instantly know if the market is in a "🚀 Strong Uptrend," "📉 Steady Downtrend," or "↔️ Consolidation."
Live Probabilities: See the updated forecasts for HH, HL, LL, and LH in a clean, easy-to-read format.
Confidence Level: The dashboard tells you how confident the algorithm is in its current prediction (Low, Medium, or High).
🎯 Dynamic Prediction Zones
Turn probabilities into actionable price areas.
Visual Targets: Based on the highest probability outcome, the indicator draws a target zone on your chart where the next structure point is likely to form.
Context-Aware: These zones are calculated using recent volatility and average swing sizes, making them adaptive to the current market conditions.
🔍 Fair Value Gap (FVG) Detector
Automatically identify and track key price imbalances.
Price Magnets: FVGs are automatically detected and drawn, acting as potential targets for price.
Smart Tracking: The indicator tracks the status of each FVG (Fresh, Partially Filled, or Filled) and uses this data to refine its predictions.
🌍 Trading Session Analysis
Never lose track of key session levels again.
Visualize Sessions: See the Asia, London, and New York sessions highlighted with colored backgrounds.
Key Levels: Automatically plots the high and low of each session, which are often critical support and resistance levels.
Breakout Alerts: Get notified when price breaks a session high or low.
📈 Multi-Timeframe (MTF) Context
Understand the bigger picture by integrating higher timeframe analysis directly onto your chart.
BOS & MSS: Automatically identifies Breaks of Structure (trend continuation) and Market Structure Shifts (potential reversals) from up to two higher timeframes.
Trade with the Trend: Align your intraday trades with the dominant trend for higher probability setups.
⚙️ How It Works in Simple Terms
1️⃣ It Learns: The indicator first identifies all the past swing points (HH, HL, LL, LH) and analyzes their characteristics (speed, size, etc.).
2️⃣ It Finds a Match: It looks at the most recent price action and searches through hundreds of historical bars to find moments that were almost identical.
3️⃣ It Analyzes the Outcome: It checks what happened next in those similar historical scenarios.
4️⃣ It Predicts: Based on that historical data, it calculates the probability of each potential outcome and presents it to you.
🚀 How to Use This Indicator in Your Trading
Confirmation Tool: Use a high probability score (e.g., >60% for a HH) to confirm your own bullish analysis before entering a trade.
Finding High-Probability Zones: Use the Prediction Zones as potential areas to take profit, or as reversal zones to watch for entries in the opposite direction.
Gauging Market Sentiment: Check the "Market Phase" on the dashboard. Avoid forcing trades when the indicator shows "😴 Low Volatility."
Confluence is Key: This indicator is incredibly powerful when combined with your existing strategy. Use it alongside supply/demand zones, moving averages, or RSI for ultimate confirmation.
We hope this tool gives you a powerful new perspective on the market. Dive into the settings to customize it to your liking!
If you find this indicator helpful, please give it a Boost 👍 and leave a comment with your feedback below! Happy trading!
Disclaimer: All predictions are probabilistic and based on historical data. Past performance is not indicative of future results. Always use proper risk management.
HC Alpha v1Heiken Ashi based indicator using moving average crossovers combined with LuxAlgo Ultimate RSI with custom weighting to trigger buy and sell signals. Best used on 30m / 6h time frames. Signals on 30m chart require same trend on 6h. 3d signals is another option but not as consistent. 3d is useful to look for entries on 6h chart.
VT - Dashboard04🚀Overview
The VT - Dashboard04 is an all-in-one technical analysis powerhouse designed for traders who demand clarity and confluence. This tool eliminates the need to flip between timeframes by providing a real-time snapshot of trend, momentum, and RSI conditions across five key timeframes (H1, M30, M15, M5, M1) in a single, sleek dashboard. Simultaneously, it scans the current chart for high-probability candlestick rejection patterns, generating precise buy and sell signals when confirmed by the underlying trend structure. It's your ultimate multi-timeframe trading assistant.
✨ Key Features
📊 Multi-Timeframe Dashboard: Instantly view Trend, RSI State, and RSM Momentum for H1, M30, M15, M5, and M1.
🎯 Smart Pattern Recognition: Advanced algorithm detects three types of rejection patterns (Type 1, Type 2, Pin Bars) for high-quality entry signals.
⚡ Confluence-Based Logic: Signals only trigger when rejection patterns are confirmed by the EMA trend (cross or alignment), ensuring higher-probability setups.
⚙️ Full Customization: Adjust the dashboard's position, toggle compact mode, and fine-tune all strategy parameters (EMA lengths, RSI levels) to fit your style.
🔔 Built-In Alert Conditions: Pre-configured alerts for "Buy Alert" and "Sell Alert" mean you never miss a trading opportunity.
🛠How to Use
Apply the indicator to any chart.
Glance at the dashboard to assess multi-timeframe momentum alignment (e.g., all timeframes in "UP" trend).
Watch for "B" (Bullish Rejection) or "S" (Bearish Rejection) labels printed on the chart.
A full Buy Signal (green arrow) appears for a confirmed bullish setup. A Sell Signal (red arrow) appears for a confirmed bearish setup.
Use the provided alerts to get notified of new signals automatically.
⚙️ Settings
Dashboard Settings: Choose from 4 screen positions and enable 50% smaller compact mode.
EMA Logic: Adjust the lengths of the Fast and Slow EMAs.
RSI Logic: Customize the RSI Length and Overbought/Oversold levels.
RSM Logic: Tune the RSI Length and EMA Smoothing for the momentum oscillator.
📈Trading Concepts
This indicator synthesizes several powerful concepts:
Multi-Timeframe Analysis: Confirming the trend across higher timeframes increases the probability of a successful trade on a lower timeframe.
Trend Following: Using a stacked EMA (Fast > Mid > Slow) system to define bullish and bearish market bias.
Momentum: Using the RSI to identify overbought and oversold conditions and its own EMA for momentum direction.
Price Action: Identifying key reversal patterns where price has been "rejected" from a level, indicating a potential change in direction.
Note: This is a technical analysis tool. Always practice proper risk management and combine with other analysis techniques for best results.
Category: Technical Analysis
Version: 1.0
Developer: VT
ابوفيصل 15
The Traders Trend Dashboard (ابو فيصل 15) is a comprehensive trend analysis tool designed to assist traders in making informed trading decisions across various markets and timeframes. Unlike
TFX Daily BiasThis indicator provides a clear view of overall market bias by comparing higher and lower timeframe trends.
When both trends align, the background highlights the bias:
- Green background = Bullish bias
- Red background = Bearish bias
- No background = Neutral bias
Along with this, a compact dashboard is displayed on the chart showing the current bias status (Bullish, Bearish, or Neutral).
Key Features:
- Multi-timeframe bias detection for stronger confirmation.
- Background color highlighting for instant visual recognition.
- Simple dashboard to track current bias at a glance.
- Optional alerts to notify when bias shifts.
- Mainly designed for intraday traders who want quick confirmation of market direction.
This tool is meant to simplify analysis by giving you a structured view of bias across timeframes. It does not provide direct buy/sell signals but supports better trading decisions through clarity and consistency.
ابوفيصل1اضافه قناء السعرية
The Traders Trend Dashboard (ابو فيصل) is a comprehensive trend analysis tool designed to assist traders in making informed trading decisions across various markets and timeframes. Unlike conventional trend-following scripts, ابو فيصل goes beyond simple trend detection by incorporating
GCK VWAP BOT🚀 VWAP REJECTION BOT - 90% WIN RATE INSTITUTIONAL TRADING SYSTEM
🎯 WHAT IS THIS?
This is an advanced Pine Script v6 trading bot designed to achieve 90%+ win rates through ultra-selective VWAP (Volume Weighted Average Price) band rejection patterns combined with institutional-grade order flow analysis. The strategy focuses on maximum quality over quantity, using AI-powered multi-timeframe analysis, real Bookmap order flow data, and professional confirmation systems.
🔥 KEY FEATURES:
✅ OFFICIAL TRADINGVIEW VWAP INTEGRATION
- Uses exact TradingView VWAP calculation with proper shadow effects
- Dynamic standard deviation bands (1σ, 2σ, 2.5σ) as support/resistance levels
- Automatic band detection with precise 0.2% tolerance levels
✅ 90% WIN RATE ADVANCED SYSTEM
- Higher timeframe confirmation (1H+ trend alignment)
- Market structure analysis (detects higher highs/lower lows)
- Session-based filtering (London/NY overlap prioritized)
- Volatility adaptive system (adjusts to market conditions)
- Volume profile analysis (ensures significant volume levels)
- Ultra-high selectivity (525/975+ confidence score required)
✅ REAL BOOKMAP ORDER FLOW INTEGRATION
- Reads actual buyers/sellers cloud data at VWAP rejections
- Real-time order flow imbalance analysis
- Level 2 order book bid/ask volume processing
- Volume delta confirmation for institutional participation
✅ LIVE TICKSTRIKE MOMENTUM
- Integrates real TickStrike momentum data
- Enhanced entry timing with live momentum values
- Bullish/bearish threshold detection
- Strong momentum breakout identification
✅ AI-POWERED EXTERNAL INDICATOR READING
- Automatically detects and reads ANY indicators you add to chart
- Works with RSI, MACD, Moving Averages, custom indicators, etc.
- Zero configuration - just add indicators and select from dropdown
- Supports up to 3 external indicators + Anchor VWAP
✅ SMART MULTI-TARGET EXIT SYSTEM
- Target 1: 60% of normal TP (quick profit taking)
- Target 2: 120% of normal TP (main target)
- Target 3: 200% of normal TP (extended runners)
- Volatility-adjusted stops using ATR
- Smart position sizing based on confidence and session quality
✅ PAINTED TREND VISUALIZATION
- Continuous candle coloring from rejection points
- Real-time trend strength monitoring
- Immediate reversal detection to prevent wrong signals
- Visual feedback separate from trading signals
📊 CONFIDENCE SCORING SYSTEM (0-975 SCALE):
- Higher Timeframe: 100 points
- Market Structure: 0-100 points
- Session Quality: 0-100 points
- Volatility Filter: 100 points
- Volume Profile: 0-100 points
- Traditional Confirmations: 50 points each
- Bookmap Order Flow: +75 points
- TickStrike Momentum: +50 points
- Level 2 Data: +50 points
🎯 HOW TO USE:
1. BASIC SETUP:
- Apply to any timeframe (works best on 5m-1H)
- Enable "Bot Trading" to automate entries
- Adjust position size and risk management settings
- Set your preferred stop loss and take profit levels
2. ADVANCED ORDER FLOW SETUP:
- Add Bookmap buyers/sellers cloud indicators to chart
- Add TickStrike momentum indicator to chart
- Add volume delta and bid/ask volume indicators
- Go to "Real Order Flow Data" settings and connect indicators
3. EXTERNAL INDICATORS:
- Add any indicators (RSI, MACD, MAs, etc.) to your chart
- Go to "Auto External Indicators" settings
- Select indicators from dropdown menus
- Bot automatically detects best logic for each indicator
4. 90% WIN RATE FEATURES:
- Enable all features in "90% Win Rate Features" group
- Adjust session times for your timezone
- Set volatility thresholds based on your market
- Configure confidence threshold (default 525/975)
🌍 SESSION FILTERING:
- Asian Session: 12AM-9AM EST
- London Session: 3AM-12PM EST
- New York Session: 8AM-5PM EST
- Premium Overlap: 8AM-12PM EST (highest probability)
⚙️ RISK MANAGEMENT:
- Smart position sizing with volatility adjustment
- Confidence-based position multipliers
- Session quality position scaling
- Daily trade limits with separate long/short counters
- Advanced breakeven and trailing stop systems
📈 WHAT MAKES THIS DIFFERENT:
- Uses REAL order flow data, not simulated
- Institutional-grade analysis typically reserved for professionals
- Combines retail accessibility with institutional accuracy
- AI-powered indicator reading eliminates manual configuration
- 90% win rate through ultra-high selectivity standards
⚠️ IMPORTANT NOTES:
- This strategy prioritizes quality over quantity
- Requires patience as it waits for perfect setups
- Higher win rate means fewer but more profitable trades
- Best used with real Bookmap and TickStrike data for maximum accuracy
- Always backtest before live trading
- Use proper position sizing and risk management
🎯 IDEAL FOR:
- Traders who want institutional-grade analysis
- Users with access to Bookmap order flow data
- Those who prefer quality over quantity trading
- Advanced traders seeking 90%+ win rates
- Anyone wanting to automate VWAP rejection strategies
📊 COMPATIBLE WITH:
- All major forex pairs, indices, commodities, crypto
- Any broker connected to TradingView
- All timeframes (optimized for 5m-1H)
- Bookmap order flow indicators
- TickStrike momentum indicators
- Any external indicators (RSI, MACD, etc.)
This is not just another VWAP strategy - it's an institutional-grade trading system that brings professional order flow analysis to Pine Script automation. The combination of TradingView's VWAP with real Bookmap data creates a uniquely powerful trading approach.
Remember: High win rate strategies require patience and discipline. This bot is designed for traders who value quality setups over frequent trading.
Regime Radar — Trend vs Volatile [AlphaGroup.Live]⚡ Regime Radar — Trend vs Volatile
Markets switch personalities. Some weeks they trend relentlessly. Other times they chop, fake out, and punish breakout traders.
This tool tells you — at a glance — whether an asset is in TREND , VOLATILE , or MIXED mode across multiple timeframes.
🔑 How it works
The engine scores every timeframe on two dimensions:
Trend Score (directional persistence):
• Efficiency Ratio (straight vs noisy moves)
• Normalized ADX (directional movement strength)
• Positive autocorrelation (persistence of returns)
Volatile Score (chop / mean reversion):
• 1 − Efficiency Ratio (lack of direction)
• Frequency of outside bars (indecision candles)
• Negative autocorrelation (flip-flop behavior)
Then it compares the difference:
• TREND if Trend − Volatile > thWeak
• VOLATILE if Trend − Volatile < −thWeak
• MIXED if the difference is inside
Strength comes from how far apart the scores are:
• Strong if |diff| ≥ thStrong
• Weak if thWeak ≤ |diff| < thStrong
• Neutral if |diff| < thWeak
🖼️ What you see
• Yellow candles mark outside bars (both high & low broken) → “non-decision” events.
• A dashboard table prints your chosen timeframes with verdicts like:
5m VOLATILE Strong
15m VOLATILE Weak
1h TREND Neutral
4h TREND Weak
D VOLATILE Neutral
W TREND Strong
M TREND Strong
• Optional Bias column shows the numeric difference (Trend − Volatile).
💡 Why use it
• Spot when trend-following systems (crossovers, inside bar breakouts) are favored.
• Spot when reversal systems (RSI2, MinMax, Bollinger plays) are favored.
• Check regime alignment across intraday, swing, and macro frames.
• Avoid trading a TREND system in a VOLATILE regime (and vice versa).
⚡ Want more setups?
Get 100 battle-tested trading strategies FREE here:
👉 alphagroup.live
No excuses. No guesswork. The market tells you its regime. Listen — and adapt.
📌 Tags
trenddetection, volatility, regimefilter, trendfilter, rangetrading, meanreversion, priceaction, chartpatterns, riskmanagement, tradingdashboard, forex, crypto, stocks, scalping, swingtrading
Tabela de Tendência e RSI MTF - Tabela em BaixoTabela de Tendência e RSI MTF - Tabela em Baixo
This custom TradingView indicator provides a consolidated view of trend and Relative Strength Index (RSI) across multiple timeframes, all within an intuitive table directly on your chart. Designed for traders seeking quick and efficient analysis of market momentum and direction across different time horizons, this indicator automatically adapts to the asset you are currently viewing.
With the table down
All Time High & All Time Low + 52-Week (ATH & ATL) | by Octopu$🚀 All Time High & All Time Low (ATH & ATL) + 52-Week with % and $ Info| by Octopu$
What is a 52-week, ATH or ATL?
52-Week High
The highest price a stock has traded at in the past 52 weeks (Approx. 1 year).
Acts like a “short-term ATH.” Many traders and investors use it as a momentum signal — breaking above it shows strength. Often used by screeners (“Stocks near 52-week high”).
IF a Ticker highest price in the last year is $500, and it’s currently trading at $555, it just made a new 52-week high (but not necessarily an all-time high).
52-Week Low
The lowest price a stock has traded at in the past 52 weeks (Approx. 1 year).
Acts like a “short-term ATL.” Traders watch it for breakdowns, and long-term investors watch it for potential bargains/buy the dip. Also important for risk management and Stop Losses.
IF a Ticker lowest price in the last year was $100, and it falls to $88, it just made a new 52-week low (but not necessarily an all-time low).
ATH (All-Time High)
The highest price a stock (or index, crypto, etc...) has EVER reached in its entire trading history.
Shows maximum bullish strength. When price breaks to a new ATH, there is no overhead resistance → often leads to strong momentum rallies. Also used as a psychological level in case of resistance/breakout.
ATL (All-Time Low)
The lowest price a stock (or asset) has EVER traded at since it began trading.
Reflects maximum bearish weakness. Breaking below the ATL is dangerous (no historical support below). Often associated with companies in crisis or risk of delisting. Or simply crashers or faders, whatever slang you may call it. Generally heavily shorted.
EXAMPLE:
AMEX:SPY
www.tradingview.com
This indicator however should not be used as a standalone tool.
(The combination of factors relies on your own knowledge about Confluence Factors along with your Due Diligence)
This indicator is not an advice to buy or sell securities in any form.
ANY Ticker. ANY Timeframe.
Features:
• 52-Week High
• 52-Week Low
• ALL Time High
• ALL Time Low
• $ Value Difference (of Current Price)
• % Percentage Difference (of Current Price)
Options:
• Customization
• Toggles
Notes:
v1.0
Indicator release.
Changes and updates can come in the future for additional functionalities or per requests. Follow and Stay Tuned!
Did you like it? Please Support and Shoot me a message! I'd appreciate if you dropped by to say thanks! Thank you.
- Octopu$
🐙
Rapid ORB Pro – Breakout & Fakeout Detector (Multi Sessions)"Multi-session ORB tool with breakout confirmation, fakeout detection, and volume filter for true momentum trades. DLS confusion proof"
Description
The Rapid ORB Pro indicator is designed to identify opening range breakouts (ORB) across multiple sessions and confirm whether the move is valid or a likely fakeout. This tool works on any asset and timeframe where range trading is relevant. Also coded in a way to tackle daylight saving issue around the world.
Core Concepts
1. Opening Range Breakout (ORB):
The indicator marks the defined opening range for each session and tracks when price breaks above or below this range.
2. Confirmation Rules:
A breakout is only confirmed when:
The breakout candle shows a strong body (momentum candle), not just a wick.
The candle closes beyond the prior candle’s high or low, ensuring follow-through.
The structure aligns with market flow (Higher High / Higher Low in bullish context, Lower High / Lower Low in bearish context).
These conditions help filter weak breakouts and highlight true momentum moves.
3. Fakeout Detection (FO):
If price breaks out but the very next candle closes back inside the opening range, an FO marker is plotted. This helps traders exit limit orders quickly and avoid false signals.
4. 7-Bar Check:
If no valid breakout occurs within 7 candles after the range, the indicator prints a “7” on the chart. This signals a likely choppy session where breakout trades have lower probability.
5. Volume State Table:
A table on the chart compares the breaker candle’s volume with the highest volume candle inside the opening range. This provides a quick assessment of whether the breakout was backed by strong participation (High Volume) or weaker flow (Low Volume).
Use Cases
Works on forex, indices, commodities, and crypto.
Useful for scalpers looking to catch the first breakout of the day.
Helps swing traders filter false moves in volatile sessions.
Can be applied to any range trading strategy, not limited to session opens
.
Trading Tip
Trend is your friend, with trend behind the signal probability goes high.
Check the previous session or prior day stab (PD stab).
Watch for SMT divergence forming across correlated pairs.
If SMT lines up with a signal, the breaker confirmation is stronger.
Both SMT alignment and trend behind valid breakout candle increase the probability of a sustained move.
Always start with lower time frame and go up the time frame ladder. Depending on the market you can catch move earlier within lower time frame.
Note: Each input option in this indicator includes a tooltip with detailed explanations. We recommend experimenting with the settings and backtesting to discover what aligns best with your trading style and comfort zone. By default, the confirmation filters are set to what we have found to be the most effective combinations.
Disclaimer
This indicator is for educational and informational purposes only. It does not provide financial advice or guarantee results. Trading involves significant risk, and you should carefully consider your objectives and risk tolerance before using this tool in live markets. Always conduct your own research and backtesting.
Edit Statistical MappingEdit Statistical Mapping (ESM) is a statistical technique used mainly in data validation, error detection, and imputation. It’s often applied in official statistics and large surveys. The method works by:
Defining a set of edits (logical or mathematical rules) that data records must satisfy.
Example: Income ≥ 0, Age ≥ 15 if Employment Status = “Employed”.
Identifying inconsistencies in the data when these edits are violated.
Using statistical mapping to correct or impute missing/inconsistent values based on relationships in the dataset.
Ensuring coherence of microdata so that it aligns with macro-level aggregates.
Supporting survey data cleaning, census editing, and economic statistics preparation.
It’s particularly important for official statistics agencies because data collected from respondents often contains errors, missing entries, or contradictions. ESM ensures that the final dataset is internally consistent, reliable, and ready for analysis.
MagnetOsc Turbo by ZuperView.comMagnetOsc Turbo - Multi-timeframe momentum analysis
Unlike conventional oscillators, MagnetOsc Turbo analyzes momentum on two independent timeframes simultaneously (e.g., 100-tick & 5-minute).
Why it matters: Momentum alignment across timeframes is a key signal of trend strength or turning points.
It provides bullish and bearish signals with alerts and works on any chart or timeframe. Blue marker = Bullish. Red marker = Bearish.
Daily Open & ATR Levels + Monthly/Weekly VWAP V2.0ore Functions:
Customisable ATR Levels
4 adjustable ATR percentage levels (default: 25%, 50%, 75%, 100%)
Creates 8 dynamic support/resistance lines around daily open price
Fully customisable from 0% to 200% in 5% increments
Anchored VWAP
Monthly VWAP: Resets at the beginning of each month
Weekly VWAP: Resets every Monday (after Friday close)
Toggle on/off for each VWAP independently
Smart Fill Zones
Weekly Fill: Highlights when Weekly VWAP is within Level 1 ATR range
Monthly Fill: Highlights when Monthly VWAP is within Level 2 ATR range
Customisable colors and transparency for each fill zone
Key Features:
Daily open price reference line (blue)
Step-line style for clean visualisation
Individual color controls for all levels
Works on any timeframe (uses daily ATR data)
Perfect for intraday and swing trading strategies
Use Cases:
Identify key support/resistance zones based on volatility
Spot VWAP convergence with ATR levels for potential reversals
Set profit targets and stop losses using ATR multiples
Analyze price action relative to daily open and volume-weighted averages
This indicator combines volatility-based levels with volume-weighted price analysis for comprehensive market structure visualisation.