Multi Pivot Trend [BigBeluga]🔵 OVERVIEW
The Multi Pivot Trend is an advanced market-structure-driven trend engine that evaluates trend strength by scanning multiple pivot breakouts simultaneously.
Instead of relying on a single swing length, it tracks breakouts across ten increasing pivot lengths — then averages their behavior to produce a smooth, reliable trend reading.
Mitigation logic (close, wick, or HL2 touches) controls how breakouts are confirmed, giving traders institutional-style flexibility similar to BOS/CHoCH validation rules.
This indicator not only colors candles based on trend strength, but also extends trend strength and volatility-scaled projection candles to show where trend pressure may expand next.
Pivot breakout lines and labels mark key changes, making the trend transitions extremely clear.
🔵 CONCEPTS
Market trend strength is reflected by multiple pivot breakouts, not just one.
The indicator analyzes ten pivot structures from smaller to larger swings.
Each bullish or bearish pivot breakout contributes to trend score.
Mitigation options (close / wick / HL2) imitate smart-money breakout confirmation logic.
Trend score is averaged and translated into colors and extension bars.
Neutral regime ≈ weak trend or transition zone (trend compression).
🔵 FEATURES
Multi-Pivot Engine — tracks 10 pivot-based trend signals simultaneously.
Mitigation Modes :
• Close — breakout requires candle close beyond pivot
• Wicks — breakout requires wick violation
• HL2 — breakout confirmed when average (H+L)/2 crosses level
Dynamic Color System :
• Blue → confirmed bullish rotation
• Red → confirmed bearish rotation
• Orange → neutral / transition state
Breakout Visualization — draws pivot breakout lines in real-time.
Trend Labels — prints trend %.
Trend Volatility-Scaled Extension Candles — ATR/trend strength based candle projections show momentum continuation strength.
Gradient Pivot Encoding — higher pivot lengths = deeper structure considered.
🔵 HOW TO USE
Use strong blue/red periods to follow dominant structural trend.
Watch for color transition into orange — possible trend change or consolidation.
Pivot breakout lines help validate structure shifts without clutter.
Wick mitigation catches aggressive liquidity-sweep based breaks.
Close/HL2 mitigation catches cleaner market structure rotations.
Extension bars visualize trend pressure — large extensions = strong push.
Best paired with volume or volatility confirmation tools.
🔵 CONCLUSION
The Multi Pivot Trend is a structural trend recognition system that blends multiple pivot breakouts into one clean trend score — with institutional-style mitigation logic and volatility-projected trend extensions.
It gives traders a powerful, visually intuitive way to track momentum, spot trend rotations early, and understand true structural flow beyond simple MA-based approaches.
Use it to stay aligned with the dominant swing direction while avoiding noise and false flips.
Bands and Channels
Volume Sentiment Breakout Channels [AlgoAlpha]🟠 OVERVIEW
This tool visualizes breakout zones based on volume sentiment within dynamic price channels . It identifies high-impact consolidation areas, quantifies buy/sell dominance inside those zones, and then displays real-time shifts in sentiment strength. When the market breaks above or below these sentiment-weighted channels, traders can interpret the event as a change in conviction, not just a technical breakout.
🟠 CONCEPTS
The script builds on two layers of logic:
Channel Detection : A volatility-based algorithm locates price compression areas using normalized highs and lows over a defined lookback. These “boxes” mark accumulation or distribution ranges.
Volume Sentiment Profiling : Each channel is internally divided into small bins, where volume is aggregated and signed by candle direction. This produces a granular sentiment map showing which levels are dominated by buyers or sellers.
When a breakout occurs, the script clears the previous box and forms a new one, letting traders visually track transitions between phases of control. The colored gradients and text updates continuously reflect the internal bias—green for net-buying, red for net-selling—so you can see conviction strength at a glance.
🟠 FEATURES
Volume-weighted sentiment map inside each box, with gradient color intensity proportional to participation.
Dynamic text display of current and overall sentiment within each channel.
Real-time trail lines to show active bullish/bearish trend extensions after breakout.
🟠 USAGE
Setup : Add the script to your chart and enable Strong Closes Only if you prefer cleaner breakouts. Use shorter normalization length (e.g., 50–80) for fast markets; longer (100–200) for smoother transitions.
Read Signals : Transparent boxes mark active sentiment channels. Green gradients show buy-side dominance, red shows sell-side. The middle dashed line is the equilibrium of the channel. “▲” appears when price breaks upward, “▼” when it breaks downward.
Understanding Sentiment : The sentiment profile can be used to show the probability of the price moving up or down at respective price levels.
Candle Breakout StrategyShort description (one-liner)
Candle Breakout Strategy — identifies a user-specified candle (UTC time), draws its high/low range, then enters on breakouts with configurable stop-loss, take-profit (via Risk:Reward) and optional alerts.
Full description (ready-to-paste)
Candle Breakout Strategy
Version 1.0 — Strategy script (Pine v5)
Overview
The Candle Breakout Strategy automatically captures a single "range candle" at a user-specified UTC time, draws its high/low as a visible box and dashed level lines, and waits for a breakout. When price closes above the range high it enters a Long; when price closes below the range low it enters a Short. Stop-loss is placed at the opposite range boundary and take-profit is calculated with a user-configurable Risk:Reward multiplier. Alerts for entries can be enabled.
This strategy is intended for breakout style trading where a clearly defined intraday range is established at a fixed time. It is simple, transparent and easy to adapt to multiple symbols and timeframes.
How it works (step-by-step)
On every bar the script checks the current UTC time.
When the first bar that matches the configured Target Hour:Target Minute (UTC) appears, the script records that candle’s high and low. This defines the breakout range.
A box and dashed lines are drawn on the chart to display the range and extended to the right while the range is active.
The script then waits for price to close outside the box:
Close > Range High → Long entry
Close < Range Low → Short entry
When an entry triggers:
Stop-loss = opposite range boundary (range low for longs, range high for shorts).
Take-profit = entry ± (risk × Risk:Reward). Risk is computed as the distance between entry price and stop-loss.
After entry the range becomes inactive (waitingForBreakout = false) until the next configured target time.
Inputs / Parameters
Target Hour (UTC) — the hour (0–23) in UTC when the range candle is detected.
Target Minute — minute (0–59) of the target candle.
Risk:Reward Ratio — multiplier for computing take profit from risk (0.5–10). Example: 2 means TP = entry + 2×risk.
Enable Alerts — turn on/off entry alerts (string message sent once per bar when an entry occurs).
Show Last Box Only (internal behavior) — when enabled the previous box is deleted at the next range creation so only the most recent range is visible (default behavior in the script).
Visuals & On-chart Info
A semi-transparent blue box shows the recorded range and extends to the right while active.
Dashed horizontal lines mark the range high and low.
On-chart shapes: green triangle below bar for Long signals, red triangle above bar for Short signals.
An information table (top-right) displays:
Target Time (UTC)
Active Range (Yes / No)
Range High
Range Low
Risk:Reward
Alerts
If Enable Alerts is on, the script sends an alert with the following formats when an entry occurs:
Long alert:
🟢 LONG SIGNAL
Entry Price:
Stop Loss:
Take Profit:
Short alert:
🔴 SHORT SIGNAL
Entry Price:
Stop Loss:
Take Profit:
Use TradingView's alert dialog to create alerts based on the script — select the script’s alert condition or use the alert() messages.
Recommended usage & tips
Timeframe: This strategy works on any timeframe but the definition of "candle at target time" depends on the chart timeframe. For intraday breakout styles, use 1m — 60m charts depending on the session you want to capture.
Target Time: Choose a time that is meaningful for the instrument (e.g., market open, economic release, session overlap). All times are handled in UTC.
Position Sizing: The script’s example uses strategy.percent_of_equity with 100% default — change default_qty_value or strategy settings to suit your risk management.
Filtering: Consider combining this breakout with trend filters (EMA, ADX, etc.) to reduce false breakouts.
Backtesting: Always backtest over a sufficiently large and recent sample. Pay attention to slippage and commission settings in TradingView’s strategy tester.
Known behavior & limitations
The script registers the breakout on close outside the recorded range. If you prefer intrabar breakout rules (e.g., high/low breach without close), you must adjust the condition accordingly.
The recorded range is taken from a single candle at the exact configured UTC time. If there are missing bars or the chart timeframe doesn't align, the intended candle may differ — choose the target time and chart timeframe consistently.
Only a single active position is allowed at a time (the script checks strategy.position_size == 0 before entries).
Example setups
EURUSD (Forex): Target Time 07:00 UTC — captures London open range.
Nifty / Index: Target Time 09:15 UTC — captures local session open range.
Crypto: Target Time 00:00 UTC — captures daily reset candle for breakout.
Risk disclaimer
This script is educational and provided as-is. Past performance is not indicative of future results. Use proper risk management, test on historical data, and consider slippage and commissions. Do not trade real capital without sufficient testing.
Change log
v1.0 — Initial release: range capture, box and level drawing, long/short entry by close breakout, SL at opposite boundary, TP via Risk:Reward, alerts, info table.
If you want, I can also:
Provide a short README version (2–3 lines) for the TradingView “Short description” field.
Add a couple of suggested alert templates for the TradingView alert dialog (if you want alerts that include variable placeholders).
Convert the disclaimer into multiple language versions.
Ichimoku Average with Margin█ OVERVIEW
“Ichimoku Average with Margin” is a technical analysis indicator based on an average of selected Ichimoku system lines, enhanced with a dynamic safety margin (tolerance). Designed for traders seeking a simple yet effective tool for trend identification with breakout confirmation. The indicator offers flexible settings, line and label coloring, visual fills, and alerts for trend changes.
█ CONCEPT
The Ichimoku Cloud (Ichimoku Kinko Hyo) is an excellent, comprehensive technical analysis system, but for many traders—especially beginners—it remains difficult to interpret due to multiple overlapping lines and time displacements.
Experimentally, I decided to create a simplified version based on its foundations: combining selected lines into a single readable average (avgLine) and introducing a dynamic safety margin that acts as a buffer against market noise.
This is not the full Ichimoku system—it’s merely a clear method for determining trend, accessible even to beginners. The trend changes only after the price closes beyond the margin, eliminating false signals.
█ FEATURES
Ichimoku Lines:
- Tenkan-sen (Conversion Line) – Donchian average over 9 periods
- Kijun-sen (Base Line) – Donchian average over 26 periods
- Senkou Span A – average of Tenkan and Kijun
- Senkou Span B – Donchian average over 52 periods
- Chikou Span – close price (no offset)
Dynamic Average (avgLine):
- Arithmetic mean of only the enabled Ichimoku lines – full component selection flexibility.
Safety Margin (tolerance):
Calculated as:
- tolerance = multiplier × SMA(|open - close|, periods)
- Default: multiplier 1.8, period 100.
Trend Detection:
- Uptrend → when price > avgLine + tolerance
- Downtrend → when price < avgLine - tolerance
- Trend changes only after full margin breakout.
- Margin can be set to 0 – then signals trigger on avgLine crossover.
Signal Labels:
- “Buy” (green, upward arrow) – on shift to uptrend
- “Sell” (red, downward arrow) – on shift to downtrend
Visual Fills:
- Between avgLine and marginLine
- Between avgLine and price (with transparency)
- Colors: green (uptrend), red (downtrend)
Alerts:
- Trend Change Up – price crosses above margin
- Trend Change Down – price crosses below margin
█ HOW TO USE
Add to Chart: Paste code in Pine Editor or find in the indicator library.
Settings:
Ichimoku Parameters:
- Conversion Line Length → default 9
- Base Line Length → default 26
- Leading Span B Length → default 52
- Average Body Periods → default 100
- Tolerance Multiplier → default 1.8
Line Selection:
- Enable/disable: Tenkan, Kijun, Span A, Span B, Chikou
Visual Settings:
- Uptrend Color → default green
- Downtrend Color → default red
- Fill Between Price & Avg → enables shadow fill
Signal Interpretation:
- Average Line (avgLine): Primary trend reference level.
- Margin (marginLine): Buffer – price must break it to change trend. Set to 0 for signals on avgLine crossover.
- Buy/Sell Labels: Appear only on confirmed trend change.
- Fills: Visualize distance between price, average, and margin.
- Alerts: Set in TradingView → notifications on trend change.
█ APPLICATIONS
The indicator works well in:
- Trend-following: Enter on Buy/Sell, exit on reversal.
- Breakout confirmation: Ideal for breakout strategies with false signal protection.
- Noise filtering: Margin eliminates consolidation fluctuations.
Adjusting margin to trading style:
- Short-term trading (scalping, daytrading): Reduce or set margin to 0 → more and faster signals (but more false ones).
- Long-term strategies (swing, position): Increase margin (e.g. 2.0–3.0) → fewer signals, higher quality.
Entry signals are not limited to Buy/Sell labels – use like moving averages:
- Test and bounce off avgLine as support/resistance
- avgLine breakout as momentum signal
- Pullback to margin as trend continuation entry
Combine with:
- Support/resistance levels
- Fair Value Gaps (FVG)
- Volume or other momentum indicators
█ NOTES
- Works on all markets and timeframes.
- Adjust multiplier and periods to instrument volatility.
- Higher multiplier → fewer signals, higher quality.
- Disable unused Ichimoku lines to simplify the average.
SJ WaveTrendWaveTrend Indicator – Full English Brief for TradingView
Description:
The WaveTrend Oscillator (WT) is a momentum-based indicator originally developed by LazyBear, designed to identify overbought and oversold market conditions with high precision. It is conceptually similar to the RSI and Stochastic Oscillator but uses a wave-based mathematical approach to detect turning points in price action earlier and more smoothly.
⸻
🔍 How It Works
WaveTrend analyzes the difference between price and its moving average (typically the exponential moving average of the Typical Price).
It then applies multiple layers of smoothing to filter out noise and produce two oscillating lines — WT1 (fast) and WT2 (slow).
The crossing points between WT1 and WT2 are used to identify momentum shifts:
• When WT1 crosses above WT2 from below the oversold zone → Bullish signal
• When WT1 crosses below WT2 from above the overbought zone → Bearish signal
⸻
⚙️ Core Formula Concept
The WaveTrend calculation typically follows this process:
1. Compute the Typical Price (TP) = (High + Low + Close) / 3
2. Calculate the Exponential Moving Average (EMA) of TP over a short length
3. Determine the Raw Wave (ESA) and De-trended Price Oscillator (DPO)
4. Apply double smoothing to produce the final WT1 and WT2 values
These smoothed waves behave like energy waves that expand and contract based on market volatility — hence the name WaveTrend.
⸻
📈 Interpretation
• Overbought Zone: WT values above +60 to +70
• Oversold Zone: WT values below -60 to -70
• Crossovers: WT1 crossing WT2 signals a potential trend reversal
• Divergence: When price makes a new high/low but WT does not, it signals momentum weakening
⸻
🧠 Trading Insights
• Best used on higher timeframes (H1 and above) for trend confirmation, and on lower timeframes (M15–M30) for precise entries.
• Combine with ADX, EMA Cloud, or Volume Filters to confirm real momentum shifts and avoid false signals.
• You can highlight WT Diff (WT1 - WT2) to visualize momentum expansion and contraction; large positive or negative differences often precede strong reversals.
AG Pro Dynamic ChannelsAG Pro Dynamic Channels V2
Discover a new lens through which to view market structure with the AG Pro Dynamic Channels V2. This advanced indicator moves beyond simple trendlines, automatically identifying, classifying, and drawing eight distinct types of support and resistance channels directly on your chart.
Built on a sophisticated pivot-point detection engine, this script intelligently distinguishes between Major and Minor price structures, as well as Internal and External channels. This provides a comprehensive and multi-dimensional map of the market's flow, helping you identify trend continuations, corrections, and potential reversals.
The indicator is complete with a powerful, fully customizable alert system designed to notify you of the two most critical events: channel breakouts and price reactions.
Key Features
Fully Automatic Channels: The script automatically analyzes price action to find pivot highs and lows, using them to construct relevant channels without any manual drawing required.
8-Channel Classification: Gain deep market insight by viewing eight distinct channel types:
Major External (Up/Down)
Major Internal (Up/Down)
Minor External (Up/Down)
Minor Internal (Up/Down)
Advanced Pivot Engine: The core logic classifies pivots into categories like Higher Highs (MHH/mHH), Lower Lows (MLL/mLL), Higher Lows (MHL/mHL), and Lower Highs (MLH/mLH) to determine the precise start and end points for each channel.
Deep Customization: Take full control of your chart's appearance. You can individually toggle the visibility, color, line style (solid, dashed, dotted), and line width for all eight channel types.
Chart Clarity: A "Delete Previous" option is available for each channel type, allowing you to keep your chart clean and focused on only the most current and relevant market structures.
Comprehensive Alert System
Never miss a key price interaction. The AG Pro Dynamic Channels V2 features a robust, built-in alert module.
Dual-Alert Conditions: Get notifications for two distinct events:
Break Alert: Triggers when price confirms a close outside of a channel, signaling a potential breakout.
React Alert: Triggers when price touches or interacts with a channel line before closing back inside, signaling a test or rejection.
16 Unique Alerts: You have full control to enable or disable "Break" and "React" alerts for all 8 channel types individually, giving you 16 unique alert conditions to monitor.
Professional Alert Messages: The embedded alert sender provides detailed messages that include the asset, timeframe, and the specific event, such as "Break Major External Up Channel" or "React Minor Internal Down Channel".
Alert Configuration: Easily set your global Alert Name, Message Frequency (e.g., Once Per Bar, Once Per Bar Close), and Alert Time Zone from the script's settings.
How to Use
Trend Identification: Use the Major External Channels (drawn from MHH and MLL pivots) to identify the primary, long-term trend direction.
Pullback & Entry Zones: Use the Internal Channels (drawn from MHL and MLH pivots) to spot corrections and potential entry zones within an established trend.
Breakout Trading: Set Break Alerts on Major channels to be notified of significant, structure-shifting moves.
Short-Term & Counter-Trend: Utilize the Minor Channels to identify shorter-term price swings and potential reversal points.
Awesome SuperTrend Zone Dynamic Alerts// created by © OmegaTools, upgrade to v6 and alert condition added
//@version=6
Awesome SuperTrend Zone Alerts with dynamic alerts
Trend scalping ROVTradingOnly trading with bullish or bearish trend. Working fine at m5 and m15 time frame
INDIAN INTRADAY BEASTThe Indian Intraday Beast is a precision-built intraday strategy optimized for the 15-minute timeframe.
It captures high-probability momentum shifts and trend reversals using adaptive price-action logic and proprietary confirmation filters.
Designed for traders who demand clarity, speed, and consistency in India’s fast-paced markets.
Session Highs and LowsShows the current and previous session highs and lows for the New York, London and Asian sessions
VWAP & Band Cross Strategy v6 - AdvancedThese are a few updates made to the original script. The daily take profit and stop loss functions correctly for 1 contract but because of the pyramiding input even if not used you'll need to multiply the values by the number of contracts to keep consistent results. I have been unable to correct that function. Let me know if you test the script and have any recommendations for improvement. If trading an actual account I do recommend setting hard daily limits with your provider because there is still slippage from the original exit alerts even with the daily stop loss in place.
1. Real-Time Execution & Hard PnL Limits (The Focus)
The most critical changes were implemented to ensure the daily profit and loss limits act as hard, real-time barriers instead of waiting for the candle to close.
• Intrabar Tick Execution: The parameter calc_on_every_tick=true was added to the strategy() declaration. This forces the entire script to re-evaluate its logic on every single price update (tick), enabling immediate action.
• Real-Time PnL Tracking: The PnL calculation was updated to track the total_daily_pnl by summing the realized profit/loss (from closed trades) and the unrealized profit/loss (strategy.openprofit) on every tick.
• Immediate Closure: The script now checks the total_daily_pnl against the user-defined limits (daily_take_profit_value, daily_stop_loss_value) and immediately executes strategy.close_all() the moment the threshold is breached, preventing further trading.
• Combined Risk Enforcement: The user-defined "Max Intraday Risk ($)" and the "Daily Stop Loss (Value)" are compared, and the script enforces the tighter of the two limits.
2. Visibility and External Alerting
To address the unavoidable issue of slippage (which causes price overshoot in fast markets even with tick execution), dedicated alert mechanisms were added.
• Dedicated Alert Condition: An alertcondition named DAILY PNL LIMIT REACHED was added. This allows you to set up a TradingView alert that triggers the instant the daily_limit_reached variable turns true, giving you the fastest possible notification.
• Visual Marker: A large red triangle (\u25b2) is plotted on the chart using plotchar at the exact moment the daily limit condition is met, providing a clear visual confirmation of the trigger bar.
3. Strategy Features and Input Flexibility
Several user-requested features were integrated to make the strategy more robust and customizable.
• Trailing Stop / Breakeven (TSL/BE): A new exit option, Fixed Ticks + TSL, was added, allowing you to set a fixed profit target while also deploying a trailing stop or breakeven level based on points/ticks gained.
• Multiple Exit Types: The exit strategy was expanded to include logic for several types: Fixed Ticks, ATR-based, Capped ATR-based, VWAP Cross, and Price/Band Crosses.
• Pyramiding Control: An input Max Pyramiding Entries was introduced to control how many positions the strategy can have open at the same time.
• Confirmation Logic Toggle: Added an input to choose how multiple confirmation indicators (RSI, SMMA, MACD) are combined: "AND" (all must be true) or "OR" (at least one must be true).
• Indicator Confirmations: Logic for three external indicators—RSI, SMMA (EMA), and MACD—was fully integrated to act as optional filters for entry.
• VWAP Reset Anchors: Logic was corrected to properly reset the VWAP calculation based on the selected period ("Daily", "Weekly", or "Session") by using Pine Script v6's required anchor series.
Trading Day Filters: Inputs were added to select which specific days of the week the strategy is allowed to trade.
RRG Sector Snapshot RRG Sector Snapshot · Clear UI — User Guide
What this indicator does
Purpose: Visualize sector rotation by comparing each sector’s Relative Strength (RS-Ratio) and RS-Momentum versus a benchmark (e.g., VNINDEX).
Output: A quadrant map (table overlay) that positions each sector into one of four regimes:
LEADING (top-right): Strong and accelerating — leadership zone.
WEAKENING (bottom-right): Strong but decelerating — may be topping or consolidating.
LAGGING (bottom-left): Weak and decelerating — avoid unless mean-reverting.
IMPROVING (top-left): Weak but accelerating — candidates for next rotation into leadership.
How it works (under the hood)
X-axis (Strength): RS-Ratio = Sector Close / Benchmark Close, then normalized with a Z-Score over a lookback (normLen).
Y-axis (Momentum): Linear-regression slope of RS-Ratio over rsLen, then normalized with a Z-Score (normLen).
Mapping to grid: Both axes are Z-Scores scaled to a square grid (rrgSize × rrgSize) using a zoom factor (rrgScale). The center is neutral (0,0). Momentum increases upward (Y=0 is the top row in the table).
Quick start (3 minutes)
Add to chart:
TradingView → Pine Editor → paste the script → Save → Add to chart.
Set a benchmark: In inputs, choose Benchmark (X axis) — default INDEX:VNINDEX. Use VN30 or another index if it better reflects your universe.
Load sectors: Fill S1..S10 with sector or index symbols you track (up to 10). Set Slots to Use to the number you actually use.
Adjust view:
rrgSize (grid cells): 18–24 is a good starting point.
rrgScale (zoom): 2.5–3.5 typically; decrease to “zoom out” (points cluster near center), increase to “zoom in” (points spread to edges).
Read the map:
Prioritize sectors in LEADING; shortlist sectors in IMPROVING (could rotate into LEADING).
WEAKENING often marks late-cycle strength; LAGGING is typically avoid.
Inputs — what they do and how to change them
General
Analysis TF: Timeframe used to compute RRG (can be different from chart’s TF). Daily for swing, 1H/4H for tactical rotation, Weekly for macro view.
Benchmark (X axis): The index used for RS baseline (e.g., INDEX:VNINDEX, INDEX:VN30, major ETFs, or a custom composite).
RRG Calculation
RS Lookback (rsLen): Bars used for slope of RS (momentum).
Daily: 30–60 (default 40)
Intraday (1H/4H): 20–40
Weekly: 26–52
Normalization Lookback (Z-Score) (normLen): Window for Z-Score on both axes.
Daily: 80–120 (default 100)
Intraday: 40–80
Weekly: 52–104
Tip: Shorter lookbacks = more responsive but noisier; longer = smoother but slower.
RRG HUD (Table)
Show RRG Snapshot (rrgEnable): Toggle the table on/off.
Position (rrgPos): top_right | top_left | bottom_right | bottom_left.
Grid Size (Cells) (rrgSize): Table dimensions (N×N). Larger = more resolution but takes more space.
Z-Scale (Zoom) (rrgScale): Maps Z-Scores to the grid.
Smaller (2.0–2.5): Zoom out (more points near center).
Larger (3.5–4.0): Zoom in (emphasize outliers).
Appearance
Tag length (tagLen): Characters per sector tag. Use 4–6 for clarity.
Text size (textSizeOp): Tiny | Small | Normal | Large. Use Large for presentation screens or dense lists.
Axis thickness (axisThick): 1 = thin axis; 2 = thicker double-strip axis.
Quadrant alpha (bgAlpha): Transparency of quadrant backgrounds. 80–90 makes text pop.
Sectors (Max 10)
Slots to Use (sectorSlots): How many sector slots are active (≤10).
S1..S10: Each slot is a symbol (index, sector index, or ETF). Replace defaults to fit your market/universe.
How to interpret the map
Quadrants:
Leading (top-right): Relative strength above average and improving — trend-follow candidates.
Weakening (bottom-right): Still strong but momentum cooling — watch for distribution or pauses.
Lagging (bottom-left): Underperforming and still losing momentum — avoid unless doing mean-reversion.
Improving (top-left): Early recovery — candidates to transition into Leading if the move persists.
Overlapping sectors in one cell: The indicator shows “TAG +n” where TAG is the first tag, +n is the number of additional sectors sharing that cell. If many overlap:
Increase rrgSize, or
Decrease rrgScale to zoom out, or
Reduce Slots to Use to a smaller selection.
Suggested workflows
Daily swing
Benchmark: VNINDEX or VN30
rsLen 40–60, normLen 100–120, rrgSize 18–24, rrgScale 2.5–3.5
Routine:
Identify Leading sectors (top-right).
Spot Improving sectors near the midline moving toward top-right.
Confirm with price/volume/breakout on sector charts or top components.
Intraday (1H/4H) tactical
rsLen 20–40, normLen 60–100, rrgScale 2.0–3.0
Expect faster rotations and more noise; tighten filters with your own entry rules.
Weekly (macro rotation)
rsLen 26–52, normLen 52–104, rrgScale 3.0–4.0
Great for portfolio tilts and sector allocation.
Tuning tips
If everything clusters near center: Increase rrgScale (zoom in) or reduce normLen (more contrast).
If points are too spread: Decrease rrgScale (zoom out) or increase normLen (smoother normalization).
If the table is too big/small: Change rrgSize (cells).
If tags are hard to read: Increase textSizeOp to Large, tagLen to 5–6, and consider bgAlpha ~80–85.
Troubleshooting
No table on chart:
Ensure Show RRG Snapshot is enabled.
Change Position to a different corner.
Reduce Grid Size if the table exceeds the chart area.
Many sectors “missing”:
They’re likely overlapping in the same cell; the cell will show “TAG +n”.
Increase rrgSize, decrease rrgScale, or reduce Slots to Use.
Early bars show nothing:
You need enough data for rsLen and normLen. Scroll back or reduce lookbacks temporarily.
Best practices
Use RRG for context and rotation scouting, then confirm with your execution tools (trend structure, breakouts, volume, risk metrics).
Benchmark selection matters. If most of your watchlist tracks VN30, use INDEX:VN30 as the benchmark to get a truer relative read.
Revisit settings per timeframe. Intraday needs more responsiveness (shorter lookbacks, smaller Z-Scale); weekly needs stability (longer lookbacks, larger Z-Scale).
FAQ
Can I use ETFs or custom indices as sectors? Yes. Any symbol supported by TradingView works.
Can I track individual stocks instead of sectors? Yes (up to 10); just replace the S1..S10 symbols.
Why Z-Score? It standardizes each axis to “how unusual” the value is versus its own history — more robust than raw ratios across different scales.
[ i]
How to Set Up (Your Market Template)
This is the most important part for customizing the indicator to any market.
Step 1: Choose Your TF & Benchmark
Open the indicator's Settings.
Analysis TF: Set the timeframe you want to analyze (e.g., D for medium-term, W for long-term).
Benchmark (Trục X): This is the index you want to compare against.
Vietnamese Market: Leave the default INDEX:VNINDEX.
US Market: Change to SP:SPX or NASDAQ:NDX.
Crypto Market: Change to TOTAL (entire market cap) or BTC.D (Bitcoin Dominance).
Step 2: Input Your "Universe" (The 10 Slots)
This is where you decide what to track. You have 10 slots (S1 to S10).
For Vietnamese Sectors (Default):
Leave the default sector codes like INDEX:VNFINLEAD (Finance), INDEX:VNREAL (Real Estate), INDEX:VNIND (Industry), etc.
Template for Crypto "Sectors":
S1: BTC.D
S2: ETH.D
S3: TOTAL2 (Altcoin Market Cap)
S4: TOTAL.DEFI (DeFi)
S5: CRYPTOCAP:GAME (GameFi)
...and so on.
Template for Blue Chip Stocks:
Benchmark: INDEX:VN30
S1: HOSE:FPT
S2: HOSE:VCB
S3: HOSE:HPG
S4: HOSE:MWG
...and so on.
Template for Commodities:
Benchmark: TVC:DXY (US Dollar Index)
S1: TVC:GOLD
S2: TVC:USOIL
S3: TVC:SILVER
S4: COMEX:HG1! (Copper)
...and so on.
Step 3: Fine-Tuning
RS Lookback: A larger number (e.g., 100) gives a smoother, long-term view. A smaller number (e.g., 20) is more sensitive to short-term changes.
Z-Scale (Zoom): This is the "magnification" of the map.
If all your sectors are crowded in the middle, increase this number (e.g., 4.0) to "zoom in."
If your sectors are stuck on the edges, decrease this number (e.g., 2.0) to "zoom out."
Tag length: How many letters to display for the ticker (e.g., 4 will show VNFI).
ab 3 candle setup range This script identifies a 3-candle range breakout pattern. It looks for two consecutive inside candles following a base candle and triggers a buy or sell signal when price breaks the base candle’s high or low, confirming bullish or bearish momentum.
Ripster Clouds (EMA + MTF)v6🧠 Purpose
This indicator combines Ripster EMA Clouds and Multi-Timeframe (MTF) EMA Clouds into one script.
It allows you to visualize short vs long exponential (or simple) moving averages as colored “clouds” to identify trend direction and momentum — across both your current timeframe and a higher timeframe (e.g., daily).
⚙️ Main Features
1. EMA Clouds (Local Timeframe)
Up to 5 separate EMA/SMA cloud sets (8/9, 5/12, 34/50, 72/89, 180/200 by default).
Each can be individually enabled/disabled in the settings.
MA type toggle → Choose between EMA and SMA.
Optional line display toggle for showing the short and long MA lines.
Color-coded trend clouds:
Greenish tones = bullish (short > long)
Reddish tones = bearish (short < long)
Configurable leading offset and global offset for alignment.
2. MTF Clouds (Higher Timeframe)
Two sets of higher timeframe EMA clouds (default: 50/55 and 20/21).
Uses request.security() to pull EMA data from a selected higher timeframe (default = Daily).
Optional line visibility toggle (Display Lines).
Blue and teal semi-transparent fills to distinguish from local clouds.
Each MTF cloud can be toggled independently.
3. Unified Controls
Master toggles:
✅ Show EMA Clouds
✅ Show MTF Clouds
Transparent cloud fills with dynamically changing colors based on EMA crossovers and slope.
No local-scope plot() or fill() calls — fully compliant with Pine v6 rules.
🎨 Color Logic
Each EMA cloud uses a unique color pair (5 total).
Cloud color changes dynamically based on whether the short EMA is above or below the long EMA.
Line color changes with slope:
Olive = EMA rising
Maroon = EMA falling
📊 Technical Structure
Written in Pine Script v6.
All plot() and fill() calls are at global scope to prevent compilation errors.
Uses helper functions only for math/color logic.
Performance-optimized for TradingView’s rendering limits.
🧩 Quick Setup in TradingView
Paste the script into the Pine Editor.
Add to chart.
In settings:
Toggle on/off any EMA or MTF clouds.
Adjust timeframe (Resolution), line visibility, or offsets.
Choose EMA or SMA as the base calculation.
✅ Result
You now have one unified, customizable Ripster EMA + MTF Cloud indicator, stable in Pine v6, with complete flexibility to toggle, style, and analyze multiple timeframe trends on a single chart.
Gold $25 line + CDCGold Trading CDC + option line
trading with ema to see trendline + Option strike price
チャットGPTimport yfinance as yf
import pandas as pd
import requests
from bs4 import BeautifulSoup
# 株たんのスクリーニング結果URL(例:200日線以下)
url = "https://kabutan.jp/warning/?mode=3_1"
r = requests.get(url)
soup = BeautifulSoup(r.text, "html.parser")
# 銘柄コードと企業名を抽出
stocks =
for link in soup.select("td a "):
code = link .split('=')
name = link.text.strip()
if code.isdigit():
stocks.append({"code": code, "name": name})
results =
for stock in stocks : # ←テスト用に10銘柄まで
ticker = f"{stock }.T"
df = yf.download(ticker, period="1y", interval="1d")
# EMA200
df = df .ewm(span=200, adjust=False).mean()
below_ema200 = df .iloc < df .iloc
# 株たんの個別ページからPER・成長率を取得
stock_url = f"https://kabutan.jp/stock/?code={stock }"
res = requests.get(stock_url)
s = BeautifulSoup(res.text, "html.parser")
try:
per = s.find(text="PER").find_next("td").text
growth = s.find(text="売上高増減率").find_next("td").text
except:
per, growth = "N/A", "N/A"
results.append({
"銘柄コード": stock ,
"企業名": stock ,
"200EMA以下": below_ema200,
"PER": per,
"売上成長率": growth
})
# 結果をCSV出力
df_result = pd.DataFrame(results)
df_result.to_csv("割安EMA200以下銘柄.csv", index=False, encoding="utf-8-sig")
print(df_result)
Cora Combined Suite v1 [JopAlgo]Cora Combined Suite v1 (CCSV1)
This is an 2 in 1 indicator (Overlay & Oscillator) the Cora Combined Suite v1 .
CCSV1 combines a price-pane Overlay for structure/trend with a compact Oscillator for timing/pressure. It’s designed to be clear, beginner-friendly, and largely automatic: you pick a profile (Scalp / Intraday / Swing), choose whether to run as Overlay or Oscillator, and CCSV1 tunes itself in the background.
What’s inside — at a glance
1) Overlay (price pane)
CoRa Wave: a smooth trend line based on a compound-ratio WMA (CRWMA).
Green when the slope rises (bull bias), Red when it falls (bear bias).
Asymmetric ATR Cloud around the CoRa Wave
Width expands more up when buyer pressure dominates and more down when seller pressure dominates.
Fill is intentionally light, so candlesticks remain readable.
Chop Guard (Range-Lock Gate)
When the cloud stays very narrow versus ATR (classic “dead water”), pullback alerts are muted to avoid noise.
Visuals don’t change—only the alerting logic goes quiet.
Typical Overlay reads
Trend: Follow the CoRa color; green favors long setups, red favors shorts.
Value: Pullbacks into/through the cloud in trend direction are higher-quality than chasing breaks far outside it.
Dominance: A visibly asymmetric cloud hints which side is funding the move (buyers vs sellers).
2) Oscillator (subpane or inline preview)
Stretch-Z (columns): how far price is from the CoRa mean (mean-reversion context), clipped to ±clip.
Near 0 = equilibrium; > +2 / < −2 = stretched/extended.
Slope-Z (line): z-score of CoRa’s slope (momentum of the trend line).
Crossing 0 upward = potential bullish impulse; downward = potential bearish impulse.
VPO (stepline): a normalized Volume-Pressure read (positive = buyers funding, negative = sellers).
Rendered as a clean stepline to emphasize state changes.
Event Bands ±2 (subpane): thin reference lines to spot extension/exhaustion zones fast.
Floor/Ceiling lines (optional): quiet boundaries so the panel doesn’t feel “bottomless.”
Inline vs Subpane
Inline (overlay): the oscillator auto-anchors and scales beneath price, so it never crushes the price scale.
Subpane (raw): move to a new pane for the classic ±clip view (with ±2 bands). Recommended for systematic use.
Why traders like it
Two in one: Structure on the chart, timing in the panel—built to complement each other.
Retail-first automation: Choose Scalp / Intraday / Swing and let CCSV1 auto-tune lengths, clips, and pressure windows.
Robust statistics: On fast, spiky markets/timeframes, it prefers outlier-resistant math automatically for steadier signals.
Optional HTF gate: You can require higher-timeframe agreement for oscillator alerts without changing visuals.
Quick start (simple playbook)
Run As
Overlay for structure: assess trend direction, where value is (the cloud), and whether chop guard is active.
Oscillator for timing: move to a subpane to see Stretch-Z, Slope-Z, VPO, and ±2 bands clearly.
Profile
Scalp (1–5m), Intraday (15–60m), or Swing (4H–1D). CCSV1 adjusts length/clip/pressure windows accordingly.
Overlay entries
Trade with CoRa color.
Prefer pullbacks into/through the cloud (trend direction).
If chop guard is active, wait; let the market “breathe” before engaging.
Oscillator timing
Look for Funded Flips: Slope-Z crossing 0 in the direction of VPO (i.e., momentum + funded pressure).
Use ±2 bands to manage risk: stretched conditions can stall or revert—better to scale or wait for a clean reset.
Optional HTF gate
Enable to green-light only those oscillator alerts that align with your chosen higher timeframe.
What each signal means (plain language)
CoRa turns green/red (Overlay): trend bias shift on your chart.
Cloud width tilts asymmetrically: one side (buyers/sellers) is dominating; extensions on that side are more likely.
Stretch-Z near 0: fair value around CoRa; pullback timing zone.
Stretch-Z > +2 / < −2: extended; watch for slowing momentum or scale decisions.
Slope-Z cross up/down: new impulse starting; combine with VPO sign to avoid unfunded crosses.
VPO positive/negative: net buying/selling pressure funding the move.
Alerts included
Overlay
Pullback Long OK
Pullback Short OK
Oscillator
Funded Flip Up / Funded Flip Down (Slope-Z crosses 0 with VPO agreement)
Pullback Long Ready / Pullback Short Ready (near equilibrium with aligned momentum and pressure)
Exhaustion Risk (Long/Short) (Stretch-Z beyond ±2 with weakening momentum or pressure)
Tip: Keep chart alerts concise and use strategy rules (TP/SL/filters) in your trade plan.
Best practices
One glance workflow
Read Overlay for direction + value.
Use Oscillator for trigger + confirmation.
Pairing
Combine with S/R or your preferred execution framework (e.g., your JopAlgo setups).
The suite is neutral: it won’t force trades; it highlights context and quality.
Markets
Works on crypto, indices, FX, and commodities.
Where real volume is available, VPO is strongest; on synthetic volume, treat VPO as a soft filter.
Timeframes
Use the Profile preset closest to your style; feel free to fine-tune later.
For multi-TF trading, enable the HTF gate on the oscillator alerts only.
Inputs you’ll actually use (the rest can stay on Auto)
Run As: Overlay or Oscillator.
Profile: Scalp / Intraday / Swing.
Oscillator Render: “Subpane (raw)” for a classic panel; “Inline (overlay)” only for a quick preview.
HTF gate (optional): require higher-timeframe Slope-Z agreement for oscillator alerts.
Everything else ships with sensible defaults and auto-logic.
Limitations & tips
Not a strategy: CCSV1 is a decision support tool; you still need your entry/exit rules and risk management.
Non-repainting design: Signals finalize on bar close; intrabar graphics can adjust during the bar (Pine standard).
Very flat sessions: If price and volume are extremely quiet, expect fewer alerts; that restraint is intentional.
Who is this for?
Beginners who want one clean overlay for structure and one simple oscillator for timing—without wrestling settings.
Intermediates seeking a coherent trend/pressure framework with HTF confirmation.
Advanced users who appreciate robust stats and clean engineering behind the visuals.
Disclaimer: Educational purposes only. Not financial advice. Trading involves risk. Use at your own discretion.
Bollinger Bands JDVRX...Bollinger Bands JDVRXBollinger Bands JDVRXBollinger Bands JDVRXBollinger Bands JDVRX
Mean Reversion Scalping by XtramaskAvoid using this indicator in aggressively trending markets . Best in Non Treanding Markets
7 MM colored 3 BB clouded + MACD + RSI Zones7 MM colored
3 BB clouded
MACD flèches rouges et vertes
RSI Zones sur vente étoile jaune
🏦 Institutional Smart Money Tracker_NEIL_BILLIONAIRE✅ INSTITUTIONAL SMART MONEY TRACKER V6 - COMPLETE
Here's what makes this institutional-grade and prevents wrong-direction trades:
🎯 CRITICAL ANTI-WRONG-DIRECTION FEATURES:
🏦 MASTER INSTITUTIONAL BIAS - Dashboard shows:
Strong Bullish (3-4 HTFs bullish) = ⚠️ ONLY TAKE LONG TRADES
Strong Bearish (3-4 HTFs bearish) = ⚠️ ONLY TAKE SHORT TRADES
Neutral = ⚠️ WAIT FOR CLEAR DIRECTION
🚨 BACKGROUND COLOR ALERTS:
Green tint = Strong bullish environment (safe to long)
Red tint = Strong bearish environment (safe to short)
Orange tint = DANGER ZONE - mixed signals, DON'T TRADE!
📊 MULTI-TIMEFRAME CONFIRMATION:
Analyzes 4 higher timeframes (15m, 1H, 4H, Daily by default)
Only generates signals when aligned with HTF trends
Shows trend strength for each timeframe
🎨 VISUAL ELEMENTS:
Green boxes = IDM bullish order blocks (demand zones)
Red boxes = IDM bearish order blocks (supply zones)
Blue/Orange boxes = EXT HTF order blocks
Aqua/Fuchsia boxes = Fair Value Gaps
Yellow boxes = Accumulation zones
Orange boxes = Distribution zones
⚠️ labels = Manipulation detected
💥 bubbles = High volume institutional activity
BOS/CHOCH labels = Market structure changes
🟢 LONG / 🔴 SHORT = Trade signals with full TP/SL levels
📋 DASHBOARD SHOWS:
Master institutional bias (color-coded)
Current timeframe trend + strength
4 HTF trends + strength levels
Market structure status
Volume analysis
Active trade with entry/SL/TP1/TP2/TP3
⚙️ EVERYTHING IS CUSTOMIZABLE:
Individual on/off toggles for all features
Colors, sizes, periods, thresholds
Dashboard position
HTF selections
Risk/reward ratios
🔔 8 BUILT-IN ALERTS:
Long signal
Short signal
Break of Structure
Change of Character
Manipulation detected
High volume spikes
Even when drunk/stoned, the massive dashboard + colored backgrounds make it IMPOSSIBLE to trade the wrong direction! 🎯
This is New Year's 2026 gift to fellow ♥ newbie traders, who are still learning to decode the market moves(♥just like me♥).
🏦 INSTITUTIONAL SMART MONEY TRACKER - COMPLETE TUTORIAL
📋 TABLE OF CONTENTS
Installation
Understanding the Dashboard
Visual Elements Guide
How to Read Signals
Trading Strategy
Settings Customization
Real Trading Examples
🚀 1. INSTALLATION {#installation}
Step 1: Copy the Code
Click on the artifact above and copy ALL the Pine Script code
Step 2: Open TradingView
Go to TradingView.com
Open any chart (BTC, ETH, stocks, forex, etc.)
Step 3: Open Pine Editor
Click "Pine Editor" at the bottom of the screen
Click "Open" → "New blank indicator"
Step 4: Paste & Save
Delete all existing code
Paste the copied indicator code
Click "Save" (give it a name like "Institutional SMT")
Click "Add to Chart"
Step 5: Initial Setup
The indicator will load with default settings
You'll see a dashboard in the top-right corner
Order blocks, FVGs, and zones will appear on the chart
📊 2. UNDERSTANDING THE DASHBOARD {#dashboard}
🏦 INSTITUTIONAL BIAS (TOP SECTION)
****** This is the MOST IMPORTANT section - it prevents wrong-direction trades!******
🟢 STRONG BULLISH = 3-4 higher timeframes bullish
→ ONLY TAKE LONG TRADES
🟡 BULLISH = 2 higher timeframes bullish
→ Prefer long trades, be cautious
🔴 STRONG BEARISH = 3-4 higher timeframes bearish
→ ONLY TAKE SHORT TRADES
🟠 BEARISH = 2 higher timeframes bearish
→ Prefer short trades, be cautious
⚪ NEUTRAL = Mixed signals
→ STAY OUT! Don't trade!
```
### **⚠️ WARNING MESSAGE**
- **"ONLY TAKE LONG TRADES"** = All HTFs aligned bullish
- **"ONLY TAKE SHORT TRADES"** = All HTFs aligned bearish
- **"WAIT FOR CLEAR DIRECTION"** = Don't trade yet!
### **CURRENT TIMEFRAME**
Shows your current chart's trend:
- **UP** = Bullish structure
- **DOWN** = Bearish structure
- **SIDE** = Sideways/choppy
**STRENGTH:**
- **STRONG** = ADX > 25 (trending market)
- **MEDIUM** = ADX 20-25 (moderate trend)
- **WEAK** = ADX < 20 (choppy/ranging)
### **HIGHER TIMEFRAMES (HTF)**
Displays 4 higher timeframes (default: 15m, 1H, 4H, Daily):
- **15m** = Short-term trend
- **1H** = Intraday trend
- **4H** = Swing trend
- **D** = Major trend
Each shows:
- Direction (UP/DOWN/SIDE)
- Strength (STRONG/MEDIUM/WEAK)
### **MARKET STRUCTURE**
- **BULLISH** = Higher highs and higher lows
- **BEARISH** = Lower highs and lower lows
- Shows last structure event (BOS/CHOCH)
### **VOLUME**
- **HIGH 💥** = Institutional activity detected
- **NORMAL** = Average volume
- Shows volume multiplier (e.g., "2.5x" = 2.5 times average)
### **ACTIVE SIGNAL**
- **🟢 LONG** = Active long trade with entry/SL/TP levels
- **🔴 SHORT** = Active short trade with entry/SL/TP levels
- **NO ACTIVE TRADE** = Waiting for setup
---
## 🎨 **3. VISUAL ELEMENTS GUIDE** {#visual-elements}
### **📦 ORDER BLOCKS**
**🟢 GREEN BOXES (Bullish IDM Order Blocks)**
- Last bearish candle before strong bullish move
- Demand zone where institutions bought
- Price often bounces here
- **Thicker border** = Unmitigated (not tested yet) → High probability zone
**🔴 RED BOXES (Bearish IDM Order Blocks)**
- Last bullish candle before strong bearish move
- Supply zone where institutions sold
- Price often rejects here
- **Thicker border** = Unmitigated (not tested yet) → High probability zone
**🔷 BLUE BOXES (EXT Bullish Order Blocks)**
- Higher timeframe demand zones
- Stronger support levels
- Dashed border = HTF zone
**🟠 ORANGE BOXES (EXT Bearish Order Blocks)**
- Higher timeframe supply zones
- Stronger resistance levels
- Dashed border = HTF zone
### **📊 FAIR VALUE GAPS (FVGs)**
**💠 AQUA BOXES (Bullish FVG)**
- Gap between price movement (inefficiency)
- Price tends to fill these gaps
- Buy zone when price returns
**💜 FUCHSIA BOXES (Bearish FVG)**
- Gap between price movement (inefficiency)
- Price tends to fill these gaps
- Sell zone when price returns
**🟡 YELLOW BOXES (Inverted FVG)**
- FVG that got filled and now acts as support/resistance
- Becomes a key level for future trades
### **⚡ BREAKER BLOCKS**
**BB Labels (Green/Red dotted lines)**
- Failed order blocks that flipped
- Was support, became resistance (or vice versa)
- Strong reversal zones
### **🎯 SMART MONEY ZONES**
**🟡 ACCUMULATION BOXES**
- Consolidation + increasing volume + bullish structure
- Institutions accumulating positions
- Expect bullish breakout
**🟠 DISTRIBUTION BOXES**
- Consolidation + increasing volume + bearish structure
- Institutions distributing/selling
- Expect bearish breakdown
**⚠️ MANIPULATION Labels**
- Large wicks + high volume
- Stop hunt detected
- Watch for reversal
### **💥 VOLUME BUBBLES**
- **Green bubble** = High volume bullish candle (institutional buying)
- **Red bubble** = High volume bearish candle (institutional selling)
- Shows volume multiplier (e.g., "3.2x")
### **📈 MARKET STRUCTURE**
**Small triangles:**
- 🔺 Green triangle below = Swing low
- 🔻 Red triangle above = Swing high
**BOS Labels (Green/Red)**
- Break of Structure
- Trend continuation signal
- **Green BOS** = Bullish continuation
- **Red BOS** = Bearish continuation
**CHOCH Labels (Blue/Orange)**
- Change of Character
- Potential trend reversal
- **Blue CHOCH** = Shift to bullish
- **Orange CHOCH** = Shift to bearish
### **⚠️ DIVERGENCE SIGNALS**
**🔼 BULL DIV (Green label below)**
- Price makes lower low, RSI makes higher low
- Bullish reversal signal
- Strong at oversold levels (RSI < 35)
**🔽 BEAR DIV (Red label above)**
- Price makes higher high, RSI makes lower high
- Bearish reversal signal
- Strong at overbought levels (RSI > 65)
### **🚨 BACKGROUND COLORS**
**Light Green Background**
- 3-4 HTFs bullish + strong trend
- Safe to take long trades
- High confidence environment
**Light Red Background**
- 3-4 HTFs bearish + strong trend
- Safe to take short trades
- High confidence environment
**Light Orange Background**
- Mixed signals across timeframes
- **DANGER ZONE - STAY OUT!**
- Wait for clarity
---
## 🎯 **4. HOW TO READ SIGNALS** {#signals}
### **🟢 LONG SIGNAL GENERATION**
Signal appears when ALL conditions met:
1. ✅ Market structure is bullish (uptrend)
2. ✅ Bullish order block formed
3. ✅ Price above last swing low
4. ✅ RSI < 65 (not overbought)
5. ✅ Volume > 1.2x average
**What You'll See:**
- **🟢 LONG** label at entry point
- Blue line = Entry price
- Red line = Stop loss
- Green dashed lines = TP1, TP2
- Green solid line = TP3 (final target)
**Dashboard Shows:**
- Entry price
- Stop loss level
- TP1 (40% target by default)
- TP2 (70% target by default)
- TP3 (100% target = 2:1 R:R by default)
### **🔴 SHORT SIGNAL GENERATION**
Signal appears when ALL conditions met:
1. ✅ Market structure is bearish (downtrend)
2. ✅ Bearish order block formed
3. ✅ Price below last swing high
4. ✅ RSI > 35 (not oversold)
5. ✅ Volume > 1.2x average
**What You'll See:**
- **🔴 SHORT** label at entry point
- Blue line = Entry price
- Red line = Stop loss
- Green dashed lines = TP1, TP2
- Green solid line = TP3 (final target)
---
## 📈 **5. TRADING STRATEGY** {#strategy}
### **🎓 THE GOLDEN RULES (FOLLOW THESE!)**
#### **Rule #1: MASTER BIAS IS LAW**
```
IF Dashboard shows "🟢 STRONG BULLISH":
✅ Take LONG trades ONLY
❌ Ignore all short signals
IF Dashboard shows "🔴 STRONG BEARISH":
✅ Take SHORT trades ONLY
❌ Ignore all long signals
IF Dashboard shows "⚪ NEUTRAL":
❌ DON'T TRADE
⏰ Wait for alignment
```
#### **Rule #2: Trade WITH Higher Timeframes**
- Check all 4 HTFs in dashboard
- Need at least 2-3 HTFs aligned
- More alignment = higher probability
#### **Rule #3: Use Order Blocks for Entry**
- Wait for price to return to unmitigated OB
- Enter when price touches thick-border box
- Best entries = HTF order block + Current TF order block overlap
#### **Rule #4: Confirm with Volume**
- Wait for 💥 volume bubble at entry
- High volume = institutional participation
- No volume = wait for confirmation
#### **Rule #5: Respect Market Structure**
- Don't fight BOS (continuation)
- Be cautious near CHOCH (reversal)
- Wait for structure to stabilize
### **📝 STEP-BY-STEP TRADING PROCESS**
#### **STEP 1: Check Dashboard**
```
1. Look at INSTITUTIONAL BIAS
- Green = Go long only
- Red = Go short only
- Orange/Gray = Stay out
2. Check HTF alignment
- Count how many HTFs aligned
- Need 2+ for good trades
- Need 3+ for best trades
3. Check current trend strength
- STRONG = good trending moves
- WEAK = choppy, reduce size
```
#### **STEP 2: Identify Key Zones**
```
1. Mark unmitigated order blocks (thick borders)
2. Note FVG zones (aqua/fuchsia boxes)
3. Watch for accumulation/distribution zones
4. Mark breaker blocks (dotted lines)
```
#### **STEP 3: Wait for Signal**
```
IF Bullish Bias:
✅ Wait for price to pull back to:
- Bullish order block (green box)
- Bullish FVG (aqua box)
- Support structure
✅ Wait for 🟢 LONG signal label
✅ Confirm with:
- Volume bubble (💥)
- BOS label (continuation)
- No bearish divergence
IF Bearish Bias:
✅ Wait for price to rally to:
- Bearish order block (red box)
- Bearish FVG (fuchsia box)
- Resistance structure
✅ Wait for 🔴 SHORT signal label
✅ Confirm with:
- Volume bubble (💥)
- BOS label (continuation)
- No bullish divergence
```
#### **STEP 4: Execute Trade**
```
1. Enter at signal (🟢 LONG or 🔴 SHORT label)
2. Set stop loss at red line
3. Set take profits:
- TP1 at first dashed green line (40%)
- TP2 at second dashed green line (70%)
- TP3 at solid green line (100%)
4. Trail stop loss after TP1 hit
```
#### **STEP 5: Manage Trade**
```
1. Move SL to breakeven after TP1 hit
2. Take partial profits at each TP level
3. Let remaining position run to TP3
4. Exit immediately if:
- Dashboard bias changes
- CHOCH appears (trend reversal)
- Manipulation label appears
```
### **💎 ADVANCED STRATEGIES**
#### **Strategy 1: Order Block Retest**
```
1. Wait for strong move (BOS)
2. Wait for pullback to unmitigated OB
3. Enter when price touches OB + signal appears
4. SL below OB (longs) or above OB (shorts)
5. Target next OB or swing point
```
#### **Strategy 2: FVG Fill**
```
1. Identify large FVG (aqua/fuchsia box)
2. Wait for price to return to FVG
3. Enter when price enters FVG + signal appears
4. SL beyond FVG
5. Target 50-100% FVG fill
```
#### **Strategy 3: Accumulation Breakout**
```
1. Wait for ACCUMULATION box to form
2. Wait for price to break out with volume
3. Enter on retest of breakout level
4. SL inside accumulation zone
5. Target measured move (height of box)
```
#### **Strategy 4: Manipulation Fade**
```
1. Wait for ⚠️ MANIPULATION label
2. Wait for price to reverse (wick rejection)
3. Enter opposite direction with signal
4. SL beyond manipulation wick
5. Target previous swing point
```
#### **Strategy 5: Divergence Reversal**
```
1. Wait for 🔼 BULL DIV or 🔽 BEAR DIV
2. Confirm with CHOCH (structure break)
3. Enter on OB retest after divergence
4. SL beyond divergence low/high
5. Target opposite side structure
```
---
## ⚙️ **6. SETTINGS CUSTOMIZATION** {#settings}
### **📦 ORDER BLOCKS**
```
🟢 Show IDM Order Blocks: ON/OFF
- Toggle immediate timeframe order blocks
- Customize colors (default: green/red 85% transparency)
🔷 Show EXT Order Blocks: ON/OFF
- Toggle higher timeframe order blocks
- Customize colors (default: blue/orange 90% transparency)
⚡ Show Breaker Blocks: ON/OFF
- Toggle failed order blocks
🎯 Highlight Unmitigated OBs: ON/OFF
- Makes untested blocks thicker (RECOMMENDED: ON)
→ Extend Order Blocks: ON/OFF
- Extends boxes to the right
Max OBs to Display: 1-50
- How many order blocks to show (default: 10)
```
### **📊 FAIR VALUE GAPS**
```
Show Fair Value Gaps: ON/OFF
Show Inverted FVGs: ON/OFF
Bullish FVG Color: Customize (default: aqua)
Bearish FVG Color: Customize (default: fuchsia)
Min FVG Size %: 0.01+
- Minimum gap size to display (default: 0.1%)
```
### **📈 MARKET STRUCTURE**
```
Show Market Structure: ON/OFF
- Swing highs/lows triangles
Mark BOS: ON/OFF
- Break of Structure labels
Mark CHOCH: ON/OFF
- Change of Character labels
Swing Detection Length: 3-50
- Sensitivity (default: 10)
- Lower = more swings
- Higher = major swings only
Label Size: tiny/small/normal
- Size of structure labels
```
### **🎯 SMART MONEY ZONES**
```
Show Accumulation Zones: ON/OFF
Show Distribution Zones: ON/OFF
Show Manipulation Zones: ON/OFF
Accumulation Detection Period: 10+
- Lookback period (default: 20)
Manipulation Wick Threshold: 1.0+
- Wick size multiplier (default: 1.5)
```
### **📊 VOLUME ANALYSIS**
```
Show Volume Analysis: ON/OFF
Show High Volume Bubbles: ON/OFF
Volume Threshold: 1.0+
- Multiplier for high volume (default: 2.0)
- 2.0 = 2x average volume
Volume MA Period: 5+
- Moving average length (default: 20)
```
### **⚠️ DIVERGENCES**
```
Show Divergences: ON/OFF
RSI Length: 5+
- RSI calculation period (default: 14)
Divergence Lookback: 3-20
- How far back to check (default: 5)
```
### **📋 DASHBOARD**
```
Show Main Dashboard: ON/OFF
- Toggle entire dashboard
Dashboard Position: 9 options
- top_left, top_center, top_right
- middle_left, middle_center, middle_right
- bottom_left, bottom_center, bottom_right
Show HTF Analysis: ON/OFF
- Toggle higher timeframe section
HTF 1: Any timeframe (default: 15)
HTF 2: Any timeframe (default: 60)
HTF 3: Any timeframe (default: 240)
HTF 4: Any timeframe (default: D)
```
### **🎯 TRADE SIGNALS**
```
Show Trade Signals: ON/OFF
- Toggle 🟢 LONG / 🔴 SHORT labels
Show Entry/SL/TP Levels: ON/OFF
- Toggle horizontal lines
Risk:Reward Ratio: 1.0+
- TP3 distance (default: 2.0 = 2:1 R:R)
TP1 % of Total Target: 10-100%
- First target (default: 40%)
TP2 % of Total Target: 10-100%
- Second target (default: 70%)
```
---
## 💡 **7. REAL TRADING EXAMPLES** {#examples}
### **📊 EXAMPLE 1: Perfect Long Setup**
```
SCENARIO: Bitcoin 5-minute chart
Dashboard shows:
✅ 🟢 STRONG BULLISH
✅ HTF1 (15m): UP - STRONG
✅ HTF2 (1H): UP - STRONG
✅ HTF3 (4H): UP - MEDIUM
✅ HTF4 (D): UP - STRONG
✅ Current TF: UP - STRONG
✅ Market Structure: BULLISH
✅ Volume: HIGH 💥
What happened:
1. Price pulled back to green order block (unmitigated)
2. 🟢 LONG signal appeared at $67,500
3. Volume bubble (💥 2.8x) confirmed entry
4. BOS label appeared (continuation)
Entry: $67,500
SL: $67,200 (below OB)
TP1: $67,800 (40%) ✅ Hit
TP2: $68,000 (70%) ✅ Hit
TP3: $68,300 (100%) ✅ Hit
Result: +1.2% profit, 2:1 R:R
```
### **📊 EXAMPLE 2: Perfect Short Setup**
```
SCENARIO: Ethereum 15-minute chart
Dashboard shows:
✅ 🔴 STRONG BEARISH
✅ HTF1 (15m): DOWN - STRONG
✅ HTF2 (1H): DOWN - MEDIUM
✅ HTF3 (4H): DOWN - STRONG
✅ HTF4 (D): DOWN - STRONG
✅ Current TF: DOWN - STRONG
✅ Market Structure: BEARISH
✅ Volume: HIGH 💥
What happened:
1. Price rallied to red order block (unmitigated)
2. 🔴 SHORT signal appeared at $3,520
3. Volume bubble (💥 3.1x) confirmed entry
4. BOS label appeared (bearish continuation)
5. 🔽 BEAR DIV appeared (extra confirmation)
Entry: $3,520
SL: $3,560 (above OB)
TP1: $3,496 (40%) ✅ Hit
TP2: $3,476 (70%) ✅ Hit
TP3: $3,440 (100%) ✅ Hit
Result: +2.3% profit, 2:1 R:R
```
### **📊 EXAMPLE 3: Avoided Bad Trade**
```
SCENARIO: SPY stock 1-hour chart
Dashboard shows:
❌ ⚪ NEUTRAL
❌ HTF1 (15m): UP
❌ HTF2 (1H): DOWN
❌ HTF3 (4H): SIDE
❌ HTF4 (D): UP
❌ Background: Light orange (danger)
What happened:
1. 🟢 LONG signal appeared at $450
2. BUT dashboard showed NEUTRAL
3. Warning: "⚠️ WAIT FOR CLEAR DIRECTION"
4. Ignored signal (followed rules)
5. Price dropped -1.5% shortly after
Result: Avoided -1.5% loss
Key lesson: Trust the dashboard over individual signals!
```
### **📊 EXAMPLE 4: FVG Retest Trade**
```
SCENARIO: Gold futures 30-minute chart
Dashboard shows:
✅ 🟢 BULLISH (2 HTFs aligned)
✅ Current TF: UP - MEDIUM
✅ Large aqua FVG box below price
What happened:
1. Price created large FVG gap
2. Price pulled back into FVG zone
3. 🟢 LONG signal at FVG midpoint $2,045
4. Volume bubble (💥 2.3x) at entry
5. FVG turned yellow (inverted = filled)
Entry: $2,045
SL: $2,040 (below FVG)
TP1: $2,053 (40%) ✅ Hit
TP2: $2,058 (70%) ✅ Hit
TP3: $2,065 (100%) ✅ Hit
Result: +1.0% profit
```
### **📊 EXAMPLE 5: Manipulation Fade**
```
SCENARIO: EUR/USD forex 5-minute chart
Dashboard shows:
✅ 🔴 BEARISH
✅ Current TF: DOWN - STRONG
What happened:
1. Price had large bullish wick
2. ⚠️ MANIPULATION label appeared
3. High volume at wick (stop hunt)
4. Price reversed quickly
5. 🔴 SHORT signal at 1.0895
Entry: 1.0895
SL: 1.0910 (above manipulation wick)
TP1: 1.0880 (40%) ✅ Hit
TP2: 1.0872 (70%) ✅ Hit
TP3: 1.0865 (100%) ✅ Hit
Result: +0.28% profit (30 pips)
```
---
## ⚠️ **8. COMMON MISTAKES TO AVOID**
### **❌ Mistake #1: Trading Against Dashboard**
```
WRONG: Dashboard shows 🔴 BEARISH, but you take a long
CORRECT: Only take shorts when bearish, only longs when bullish
```
### **❌ Mistake #2: Ignoring Higher Timeframes**
```
WRONG: Current 5m looks good, ignored that 1H/4H/D are opposite
CORRECT: Check all HTFs before entry, need 2+ aligned
```
### **❌ Mistake #3: Trading in Neutral Zones**
```
WRONG: Taking trades when dashboard shows ⚪ NEUTRAL
CORRECT: Wait for clear bias (green or red), skip mixed signals
```
### **❌ Mistake #4: No Volume Confirmation**
```
WRONG: Entering without 💥 volume bubble
CORRECT: Wait for high volume institutional participation
```
### **❌ Mistake #5: Ignoring Market Structure**
```
WRONG: Longing into strong bearish structure
CORRECT: Wait for CHOCH (structure change) before reversing
```
### **❌ Mistake #6: Over-Trading**
```
WRONG: Taking every signal that appears
CORRECT: Wait for best setups with all confirmations aligned
```
### **❌ Mistake #7: Moving Stop Loss**
```
WRONG: Moving SL farther away when trade goes against you
CORRECT: Respect original SL, let it hit if wrong
```
### **❌ Mistake #8: Not Taking Partial Profits**
```
WRONG: Holding full position hoping for TP3
CORRECT: Scale out at TP1 (40%), TP2 (70%), let TP3 run
```
---
## 🎯 **9. QUICK REFERENCE CHECKLIST**
### **✅ BEFORE TAKING ANY TRADE:**
```
□ Dashboard shows clear bias (🟢 or 🔴, NOT ⚪)
□ At least 2-3 HTFs aligned with trade direction
□ Current timeframe trend matches trade direction
□ Trend strength is MEDIUM or STRONG (not WEAK)
□ Signal label appeared (🟢 LONG or 🔴 SHORT)
□ Price at key level (OB, FVG, or structure)
□ Volume bubble (💥) confirms entry
□ No opposing divergence signal
□ No opposing CHOCH (reversal warning)
□ Clear entry, SL, and TP levels visible
□ Risk:Reward is favorable (2:1 minimum)
□ Position size calculated (risk max 1-2% account)
```
### **✅ DURING THE TRADE:**
```
□ Monitor dashboard for bias change
□ Watch for CHOCH (could signal reversal)
□ Look for manipulation labels (⚠️)
□ Take partial profits at each TP level
□ Move SL to breakeven after TP1 hit
□ Trail stop using order blocks
□ Exit if dashboard bias changes color
```
### **✅ AFTER THE TRADE:**
```
□ Journal the trade (setup, result, lessons)
□ Review what worked and what didn't
□ Check if you followed all rules
□ Adjust settings if needed
□ Wait for next quality setup
```
---
## 🎓 **10. PRO TIPS**
1. **Best Timeframes**:
- Scalping: 1m, 5m
- Day trading: 5m, 15m
- Swing trading: 1H, 4H
- Position trading: D, W
2. **Best Markets**:
- Crypto (BTC, ETH) = Very responsive
- Forex majors = Clean structure
- Stock indices (SPY, NQ) = Good volume
- Individual stocks = Works best on liquid names
3. **Best Times to Trade**:
- Crypto: 24/7 (best during US/EU hours)
- Forex: London/NY overlap (8am-12pm EST)
- Stocks: First 2 hours + last hour of session
4. **Risk Management**:
- Never risk more than 1-2% per trade
- Use proper position sizing
- Always set stop loss BEFORE entry
- Take profits at planned levels
5. **Optimization**:
- Start with default settings
- Adjust HTFs based on your trading style
- Experiment with swing length for your market
- Tune volume threshold for your asset
---
## 🆘 **11. TROUBLESHOOTING**
### **Problem: No signals appearing**
**Solution:**
- Check if "Show Trade Signals" is enabled
- Verify market has sufficient volatility
- Try lower timeframe (5m instead of 1H)
- Check if conditions are met (volume, structure, RSI)
### **Problem: Too many order blocks**
**Solution:**
- Reduce "Max OBs to Display" (try 5-8)
- Disable "Show EXT Order Blocks"
- Increase swing length to filter minor ones
### **Problem: Dashboard not showing**
**Solution:**
- Enable "Show Main Dashboard"
- Change dashboard position
- Refresh chart
- Check chart has enough data loaded
### **Problem: Signals opposite to dashboard**
**Solution:**
- **Always trust the dashboard over individual signals!**
- This is working as intended - ignore conflicting signals
- Dashboard prevents wrong-direction trades
### **Problem: Too much clutter on chart**
**Solution:**
- Disable FVGs if not using them
- Disable breaker blocks
- Reduce max order blocks
- Hide volume bubbles
- Disable divergences
- Keep only what you actively trade
---
## 🎯 **12. FINAL WORDS**
This indicator is designed to keep you on the RIGHT SIDE of institutional money. The #1 rule is:
> **"When in doubt, follow the dashboard. It's designed to prevent you from trading drunk, stoned, or just plain wrong!"**
### **Your Trading Mantra:**
```
🟢 GREEN DASHBOARD = ONLY LONGS
🔴 RED DASHBOARD = ONLY SHORTS
⚪ NEUTRAL/ORANGE = NO TRADES
Follow this, and you'll stay aligned with smart money!
Remember:
Quality > Quantity
Patience is profitable
The best trade is often no trade
Protect your capital first
Let winners run, cut losers fast
📞 NEED HELP?
If you have questions:
Review this tutorial section by section
Practice on demo account first
Start with larger timeframes (easier to read)
Paper trade until consistently profitable
Start small when going live
Good luck, and trade smart! 🚀📈






















