LONG SETUP → 8/13/48 EMA + BoSMarks a perfect ENTRY (green "LONG") the exact candle where: 8 EMA crosses above BOTH 13 & 200 EMA
Price is above 200 EMA
Price breaks the most recent swing high (Break of Structure)
Keeps you IN the trade as long as price stays above the 8,13, 48 EMA
Plots EXIT signals:
Red "STOP" label under the last swing low
Orange "EXIT" when price closes below 13 EMA
Purple "EXIT" when price closes below 48 EMA
Use daily timeframe
Indicators and strategies
Candle Volume / RVOL Enhanced TableCandle Vol shown as “x.xxM” above 1M, full integer below.
Candle Rvol and Last Can Rvol always as “xx.xx%” with at least “0.00%” if not available.
Table matches the style and layout in your screenshots.
Color, text, normalization per hour, options for tweaking.
📊 Multi-Timeframe High/Low Strategy Pro v40.0📊 Multi-Timeframe High/Low Strategy Pro v40.0 (Mustang Algo)
🎯 OVERVIEW
Advanced trading strategy that identifies and trades breakouts of key support and resistance levels across multiple timeframes. Features intelligent pyramiding, ATR-based risk management, and comprehensive backtesting capabilities. Now upgraded to Pine Script v6 for enhanced performance and compatibility.
✨ KEY FEATURES
📈 Multi-Timeframe Levels:
- Yesterday's High/Low
- Today's High/Low (intraday)
- Last Week's High/Low
- Last Month's High/Low
- Last Year's High/Low
🔥 Advanced Position Management:
- Pyramiding up to 100 simultaneous positions
- Configurable equity allocation per trade (0.1% - 100%)
- Daily trade limiter to control overtrading
- Smart position sizing with percentage-based allocation
🎯 Flexible Entry Signals:
- 10 Long entry options (breakouts above key levels)
- 10 Short entry options (breakdowns below key levels)
- Mix and match any combination of signals
- Real-time alerts for all level breaks
🛡️ Risk Management:
- ATR-based or Percentage-based Stop Loss
- ATR-based or Percentage-based Take Profit
- Time-based exits (exit after X bars)
- Precise price-based exits using limit/stop orders
- Entry price calculation for accurate TP/SL placement
📊 Visual Features:
- Clean, modern design with color-coded levels
- Customizable labels with emojis for easy identification
- ATR bands and histogram visualization
- Real-time position information panel
- Adjustable line lookback period (10-500 bars)
⚙️ HOW TO USE
1️⃣ Enable Strategy:
• Check "▶️ Enable Strategy" in Backtesting Settings
• Optionally set date range filter for testing specific periods
2️⃣ Select Entry Signals:
• Choose which level breaks trigger Long entries (⬆️)
• Choose which level breaks trigger Short entries (⬇️)
• Can combine multiple signals for complex strategies
3️⃣ Configure Exits:
• Enable Take Profit and/or Stop Loss
• Choose between Percentage or ATR-based calculations
• Set percentage values (e.g., 10% TP, 5% SL)
• Optionally enable time-based exit (bars)
4️⃣ Advanced Options:
• Enable Pyramiding for multiple concurrent positions
• Set max number of trades per day (1-1000)
• Adjust position sizing per trade (0.1-100%)
📋 CONFIGURATION PARAMETERS
Visual Settings:
- Toggle individual levels on/off
- Line lookback length (10-500 bars)
- Label size (large/normal/small/tiny)
- Label color customization
- Label positioning offset (0-50)
ATR Settings:
- ATR Period (default: 14, range: 1-200)
- ATR Multiplier (default: 2.0, range: 0.1-10.0)
- Optional ATR bands visualization
- Optional ATR histogram display
Entry Signals:
- 10 Long entry triggers (crossover signals)
- 10 Short entry triggers (crossunder signals)
- Individual activation for each signal
Exit Settings:
Take Profit:
- Enable/Disable TP
- Type: Percent (0.1-100%) or ATR (0.1-20x)
- Percent: 0.1% to 100% gain target
- ATR: 0.1 to 20 ATR multipliers
Stop Loss:
- Enable/Disable SL
- Type: Percent (0.1-100%) or ATR (0.1-20x)
- Percent: 0.1% to 100% loss limit
- ATR: 0.1 to 20 ATR multipliers
Time Exit:
- 0-1000 bars (0 = disabled)
Multi-Trade Settings:
- Enable/Disable Pyramiding
- Max concurrent trades (1-100)
- Equity % per trade (0.1-100%)
Daily Limit:
- Enable/Disable daily trade limit
- Max trades per day (1-1000)
Backtesting:
- Date range filtering
- From/To Year, Month, Day selection
🎨 VISUAL DESIGN
Modern, clean interface featuring:
- Color-coded levels with transparency:
- 📗📕 Yesterday (bright green/red)
- 🟢🔴 Today (cyan/magenta)
- 🔵🟠 Last Week (blue/orange)
- 🟣🔷 Last Month (purple/light blue)
- 🟤🟫 Last Year (brown)
- Different line styles per timeframe
- Compact emoji labels (Y-High, T-Low, W-High, M-Low, Yr-High)
- Dynamic info panel showing active settings
- Semi-transparent fills for ATR zones
⚡ PERFECT FOR
- Breakout trading strategies
- Multi-timeframe analysis
- Systematic algorithmic trading
- Range breakout systems
- Support/Resistance trading
- Scalping with pyramiding
- Day trading with level breaks
📊 BACKTESTING ENGINE
Comprehensive backtesting with:
- Date range filtering for precise periods
- Accurate entry/exit execution
- Multiple position management
- Detailed performance metrics
- Trade-by-trade analysis
- Pyramiding simulation
🔔 ALERTS AVAILABLE
Set custom alerts for:
- Any level breakout (10 different levels)
- Crossover and crossunder events
- All timeframe combinations
- Entry and exit signals
- Position management events
🆕 VERSION 40.0 UPDATES
- Upgraded to Pine Script v6
- Enhanced compatibility and performance
- Improved input system (input.bool, input.int, input.float)
- Updated security function (request.security)
- Fixed ta.barssince calculations
- Optimized strategy.close implementation
- Shorter title for TradingView compliance
⚠️ IMPORTANT TECHNICAL NOTES
- Uses precise limit/stop prices for TP/SL (not ticks)
- Entry price-based calculations (not current close)
- Pyramiding controlled via strategy declaration
- Daily trade counter resets at midnight
- ATR calculated on each bar for consistency
- Works best on intraday timeframes for daily levels
- Time-based exits use global scope calculations
💡 USAGE TIPS
- Start with single signal testing to understand behavior
- Use percentage-based exits for consistent risk/reward ratios
- Enable daily limit to prevent overtrading volatile days
- Combine ATR-based stops with percentage targets
- Test different level combinations for your specific asset
- Lower pyramiding percentage for safer multi-position trading
- Consider market volatility when setting ATR multipliers
📈 STRATEGY LOGIC EXPLANATION
The strategy identifies critical support/resistance levels from multiple timeframes (yesterday, today, week, month, year) and generates trading signals when price breaks through these levels.
**Entry Logic:**
- LONG: Price crosses above selected high/low levels
- SHORT: Price crosses below selected high/low levels
**Exit Logic:**
- Take Profit: Fixed percentage or ATR-based target
- Stop Loss: Fixed percentage or ATR-based stop
- Time Exit: Maximum bars in position
**Position Management:**
- Pyramiding allows building multiple positions
- Daily limiter prevents excessive trading
- Per-trade allocation controls risk per entry
🎓 BEST PRACTICES
1. **Risk Management:** Never risk more than 1-2% per trade
2. **Pyramiding:** Use smaller percentages (0.5-2%) when enabled
3. **Daily Limits:** Set realistic limits based on market volatility
4. **TP/SL Ratio:** Aim for minimum 1:1.5 risk/reward ratio
5. **Backtesting:** Test thoroughly across different market conditions
6. **Timeframes:** Use appropriate timeframes for your trading style
7. **Level Selection:** Choose relevant levels for your asset class
📊 RECOMMENDED SETTINGS
**Conservative (Low Risk):**
- Pyramiding: Disabled
- TP: 5% or 3 ATR
- SL: 2% or 1.5 ATR
- Daily Limit: 3-5 trades
- Signals: Week/Month highs only
**Moderate (Balanced):**
- Pyramiding: Enabled (max 3)
- Per Trade: 2%
- TP: 3% or 2.5 ATR
- SL: 1.5% or 1 ATR
- Daily Limit: 5-10 trades
- Signals: Yesterday + Week levels
**Aggressive (High Risk):**
- Pyramiding: Enabled (max 5)
- Per Trade: 1%
- TP: 2% or 2 ATR
- SL: 1% or 0.75 ATR
- Daily Limit: 10-20 trades
- Signals: All levels enabled
⚠️ RISK DISCLAIMER
This indicator is for educational and informational purposes only. Trading involves substantial risk of loss and is not suitable for every investor. Past performance does not guarantee future results. Always:
- Test thoroughly in paper trading first
- Use proper risk management
- Never risk more than you can afford to lose
- Understand the strategy before live trading
- Consider transaction costs and slippage
- Consult a financial advisor if needed
🔧 TROUBLESHOOTING
- **No trades executing:** Check if "Enable Strategy" is ON
- **Too many trades:** Reduce signals or enable daily limit
- **TP/SL not working:** Verify percentage/ATR settings
- **Pyramiding not working:** Check max trades and % per trade
- **Labels not showing:** Ensure "Show Labels" is enabled
📞 SUPPORT & FEEDBACK
For questions, suggestions, bug reports, or feature requests:
- Comment below this indicator
- Contact the author through TradingView
- Report any issues with specific examples
🌟 FEATURES SUMMARY
✅ Multi-timeframe level detection
✅ Customizable breakout signals
✅ ATR and percentage-based exits
✅ Advanced pyramiding system
✅ Daily trade limiting
✅ Time-based exits
✅ Modern visual design
✅ Comprehensive backtesting
✅ Real-time alerts
✅ Pine Script v6 compatible
📚 VERSION HISTORY
- v40.0 - Pine Script v6 upgrade + bug fixes
- v39.3 - Fixed TP/SL with limit/stop prices
- v39.2 - Entry price-based calculations
- v39.1 - Fixed daily trade counter
- v39.0 - Pyramiding + daily limiter
- v38.0 - Multi-trade capability (100 positions)
- v37.0 - ATR-based exits
- v36.0 - Backtesting integration
- v35.0 - Added yearly levels
🚀 GET STARTED
1. Add indicator to your chart
2. Open settings panel
3. Enable "▶️ Enable Strategy"
4. Select your preferred entry signals
5. Configure TP/SL settings
6. Run backtest on historical data
7. Optimize parameters for your asset
8. Set up alerts for live trading
Happy Trading! 🎯💰📈
---
© 2025 Multi-Timeframe High/Low Strategy Pro
Built with precision. Tested with care. Trade with confidence.
Zone BUY - SELL JQ. (Zona compra venta)DESCRIPTION:
This indicator shows that if a red zone appears, it foretells a downward movement, and you should only consider selling while the red zone remains. Conversely, if a green zone appears, it foretells an upward movement, and you should only consider buying while the green zone remains.
Printing Money by MMFPrinting Money by Mathurin M
Smart money concepts Multi-Timeframe Gold Trading Playbook"
*Identifies institutional liquidity zones, detects Break of Structure (BOS), Change of Character (CHoCH), and provides precise entry/exit signals. Optimized for Gold trading across 1H, 15M, and 5M timeframes with built-in risk management.
Multi-Timeframe Optimization
1H Chart: 20-bar lookback for bias and major swing points
15M Chart: 10-bar lookback for structure refinement
5M Chart: 5-bar lookback for precise entries
Automatically adjusts based on your selection
Smart Money Concepts
Liquidity Zones: Identifies areas where institutional orders accumulate
Break of Structure (BOS): Detects when price breaks key pivot levels
Change of Character (CHoCH): Flags major trend reversals
Retest Entries: Signals optimal entry points after breaks
Trade Management System
Entry Signals: "ENTRY (long/short)" labels at retest zones
Scale/TP Points: "SCALE/TP1" prompts for position management
Risk Calculator: Shows dollar risk per micro contract based on stop loss
Visual
Colored Zones: Red (resistance) and teal (support) liquidity areas
Bias Indicator: Green/red background with bias label (Bullish/Bearish)
Dynamic Lines: Dashed pivot levels that extend in real-time
Zone Expiration: Automatic cleanup of old zones to reduce clutter
20 Minute Macro (1 and 5 minute timeframes)This is a time-based macro indicator that automatically begins and ends at 10 minutes around the hour.
Volatility Heat-Map, momentum ribbon and divergence detectorThis is a comprehensive volatility + momentum + volume + ATR dashboard with table visualization, momentum ribbon, and divergence detection. It’s optimized for visual clarity with dynamic coloring and is suitable for both trend-following and mean-reversion traders.
Table shows:
Oscillator values with arrows and K/D status.
Current & Daily ATR with tops/bottoms.
Volume & % change, rising/falling indicator.
Volatility regime (Low/Normal/High) with color coding.
Momentum strength (strong/weak bullish/bearish).
Oscillator
stoch = hh != ll ? 100 * (src - ll) / (hh - ll) : 0
k = smooth(stoch, kSmoothing)
d = smooth(k, dSmoothing)
Standard stochastic normalization.
Smoothing based on selected type (SMA/EMA/WMA).
diff between K and D is normalized for the momentum ribbon color:
Greenish for bullish, red for bearish, silver for neutral.
Overbought / Oversold lines: 80/20, midline at 50.
4. BBWP Calculation
bbwp = f_bbwp(i_priceSrc, i_bbwpLen, i_bbwpLkbk, i_basisType)
bbwpSMA5 = f_maType(bbwp, 5, "SMA")
Heatmap Thresholds:
Low < 15%
High > 85%
Otherwise Normal.
Colors dynamically assigned for histogram and table background.
Plotted as columns if table
Bullish and Bearish divergence labels plotted, both regular and hidden.
ATRx Extension Helper – Distance from 50 DMA in ATR Multiples📌 Credits
This TradingView indicator is inspired by Kyna Kosling’s article “How I Leverage AI to Customise My Charts” on The Trading Resource Hub and builds on the ATRx concept he adapted from the work of Jeff Sun.
Special thanks to both for the idea of using ATR multiples relative to the 50-day moving average (DMA) as a framework for trade management and risk control.
🧠 What This Indicator Does
This script calculates how extended the current price is above the 50-day moving average, measured in multiples of the 14-period Average True Range (ATR). It helps traders visualise stretched price action and manage entries and exits with more objectivity.
Options to toggle on Helpers and also also colored bars on/off
Bar colours:
🔶 Orange: 4–7.5× ATR above 50 DMA → Caution zone – avoid new entries
🔴 Pink: 7.5–10× ATR → Consider taking partial profits
🔵 Blue: ≥10× ATR → High-risk zone – take profits or exit
The indicator also plots the ATRx value — the ratio of price extension from the 50 DMA to the average true range — giving traders a live gauge of how extended a stock is on a volatility-adjusted basis.
🧮 Formula:
ATRx = ((Price - MA50) / MA50) ÷ (ATR / AvgPrice)
This gives a clean, normalised metric that can be used for conditional formatting, alerts, or trade rules.
🧰 Why Use This Indicator?
Helps prevent chasing extended moves
Encourages disciplined exits into strength
Adds structure to trade selection based on volatility-adjusted price distance
Works well for both intraday and swing trading
Bombs V9.5BOMBS V9.2 — MULTI-TIMEFRAME DIVERGENCE AND VOLUME EXPLOSION CLUSTERS (SUBTRACTIVE MERGE)
PURPOSE
Bombs V9.2 unifies six classical divergence sources (Stochastic, CCI, Momentum, OBV, CMF, and MFI) into a single multi-timeframe detector. Each indicator is scanned for both regular and hidden divergences, then weighted according to its analytical reliability. The script quantifies how many of these independent measures and how many timeframes agree on a divergence at the same moment. The result is one clear on-chart label that represents the total density and side of cross-timeframe divergence. This design replaces six separate divergence panels with a compact, statistically weighted visualization of global momentum pressure.
WHY THIS COMBINATION
Each included indicator observes a different property of market structure. Stochastic and CCI track price oscillation and overextension, Momentum measures acceleration, OBV and CMF trace volume displacement, and MFI captures combined price-volume flow. When these six disagree, local divergences are weak; when several confirm the same pivot direction, the market exhibits structural energy convergence. Bombs V9.2 was created to measure that convergence directly and express it as a single number and color sequence. This integration produces insight that cannot be seen from any individual indicator alone.
COMPUTATION PIPELINE
The internal logic follows five stages.
Stage 1: Detect pivot highs and lows on each indicator and measure whether price confirms or opposes those pivots to identify divergences.
Stage 2: Weight every valid divergence and total bullish and bearish scores independently.
Stage 3: Resolve the difference between both sides to isolate the dominant pressure.
Stage 4: Synchronize results across a family of higher timeframes, counting how many of them close with matching directional pressure.
Stage 5: Translate the final net count into a color phase representing build-up, climax, cool-off, or exhaustion of multi-timeframe energy.
ORIGINALITY AND USEFULNESS
Unlike ordinary divergence scanners that only mark individual indicator signals, Bombs V9.2 fuses six independent sources and merges them through a subtractive multi-timeframe algorithm. Each bar shows the consensus intensity of the entire oscillator-volume set, providing a compact view of where momentum and volume compression align across time horizons. This approach transforms a multi-panel divergence dashboard into one interpretable on-chart cluster system.
LOCAL DIVERGENCE ENGINE
The chart-timeframe engine searches for divergence using a five-bar pivot distance and stores the last twenty pivot pairs. Each divergence is validated only if separation exceeds five bars and is within one hundred bars of the current candle. The engine produces weighted tallies for bull and bear sides and checks for a reversal candle plus volume spike exceeding one and a half times the hundred-bar volume average. That combination adds a star event marking explosive confirmation. The difference between bullish and bearish totals defines delta. Bars with positive delta print bullish, negative delta print bearish, zero delta print nothing. This guarantees one clear signal per bar.
MULTI-TIMEFRAME MERGE
At every higher-timeframe close inside the chosen preset, the script collects a compact data packet containing direction, bomb count, and star status. When a higher-timeframe pulse is confirmed, it adds one vote to the same bar on the chart timeframe. All bullish and bearish pulses are then tallied and reduced to a single absolute difference called netCount. Bars with fewer than the required minimum pulses are ignored. The merge is subtractive, so only the dominant side survives. A single NET label per bar is printed with total bomb count and, if applicable, the star mark. Labels are offset vertically by one and a half times ATR 14 for visibility.
PRESET FAMILIES
Four preset groups define which higher timeframes participate in the merge.
MidTF covers 5m to 45m.
HigherTF covers 10m to 45m.
LowerTF covers 30s to 15m.
LTF Not Premium covers 1m to 17m.
Each preset can be capped to a maximum of twenty-four timeframe requests to preserve stability.
COLOR SYSTEM AND CLUSTER BEHAVIOR
Color encodes both intensity and lifecycle.
Gray means one to seven bombs, early stage.
Green or Red means eight to nine bombs, directional momentum forming.
Black means ten to thirteen bombs, strong synchronized cluster.
Yellow means fourteen or more, extended exhaustion or continuation.
Orange appears when the active side’s net count drops or flattens, marking a cooling phase.
Purple appears after a dim phase when counts rise again above the purple threshold, showing reactivation.
Blue appears for three bars following a return to normal black, functioning as a visual reset.
Dark shades identify the first three bars of a contiguous run for any color.
Black clusters longer than three consecutive bars are automatically converted to yellow to indicate exhaustion.
DIM AND LATCH LOGIC
The system remembers the maximum netCount seen on the current side.
If netCount falls while above the purple threshold, a dim flag activates.
When netCount rises again with dim active, purple latch triggers, signaling a new burst of aligned momentum.
This allows the algorithm to recognize secondary waves within the same directional sequence.
LABEL OPTIONS
Labels may show a single bomb, a stack equal to netCount, or numeric text such as Bombs = 12.
Optional timeframe icons indicate which preset family is active.
Labels flip above or below candles depending on side and phase to maintain chart clarity.
Size is adjustable from Tiny to Huge.
ALERTS
Three alert groups are included.
Range eight to nine corresponds to Green or Red, signaling moderate alignment.
Range ten to thirteen corresponds to Black, the synchronized peak.
Range fourteen to sixteen corresponds to Yellow, the exhaustion or continuation zone.
Each group has Buy, Sell, and All-sides options and includes ticker and closing price in the message.
INPUT STRUCTURE
Maintenance refresh allows full recomputation.
Users can select timeframe family, minimum pulse requirement, and cap.
Label mode can be changed between icon, stack, numeric, or hidden.
Purple and yellow thresholds and color-gate limits are adjustable for calibration.
SESSION AND REPAINT BEHAVIOR
Bombs V9.2 is session-neutral and operates on confirmed bars only.
Higher-timeframe updates finalize only at those timeframe closes.
No lookahead or repainting occurs.
Small apparent delays between lower and higher timeframe events are expected because higher timeframes close later by design.
All color transitions are computed strictly from past data.
INTERPRETATION GUIDE
Rising netCount shows growing agreement across indicators and timeframes.
Falling netCount on the same side while above threshold produces orange, showing temporary slowdown.
A purple print after orange shows renewed momentum.
Yellow marks exhaustion or continuation after a climax.
Gray indicates early discovery.
Green or Red marks the first full alignment.
Black indicates maximum synchronization.
Blue indicates reset and preparation for a new divergence cycle.
Traders can read these colors as phases of multi-timeframe energy flow rather than direct buy or sell signals.
LIMITATIONS AND PERFORMANCE
Pivot history is limited to twenty entries per side for speed.
Maximum timeframe requests are limited to twenty-four.
Overlay must remain enabled.
The script is compatible with all symbols and timeframes provided that required data exists for the preset timeframes.
WHY IT IS DIFFERENT
Bombs V9.2 does not simply display divergences; it measures agreement strength between oscillators and volume factors across time and visualizes it as an evolving energy cluster. The subtractive merge technique compresses complex multi-indicator interactions into a single readable metric that identifies where pressure builds, peaks, and decays. This unified approach provides situational awareness of momentum synchronization impossible to obtain from any individual indicator.
NON-REPAINTING TRANSPARENCY
All divergence calculations and multi-timeframe merges are performed on closed bars. Higher timeframe signals update only at close. The script never recalculates past labels based on future data, ensuring the display is stable and historically verifiable.
AUTHOR
Lynie PAG System
Version 9.2
Category Divergence Volume Multi-Timeframe Market Phase Analysis
Disclaimer Analytical tool only. Not financial advice.
Market Structure (EMAs + Pivots + FVG+ Supply/Demand + LiquidityMulti-Tool Market Structure Pro is a precision-built chart overlay that combines several high-value trading tools into one streamlined indicator.
It provides a complete view of market behavior — trend bias, liquidity positioning, imbalance zones, and structural turning points — without clutter or lag.
Built for traders who rely on clean technical confluence, it adapts to both short-term scalping and higher-timeframe swing analysis.
⚙️ Core Components
📊 1. Multi-EMA Framework
Up to five independent moving averages, fully customizable.
Supports EMA, SMA, RMA, WMA, HMA, VWMA.
Identifies short-term and long-term directional bias.
Excellent for timing entries on trend continuations, pullbacks, and crossovers.
🔸 Scalping Use: EMAs act as dynamic zones of reaction — short EMA crossovers and rejections at the 20/50 EMA often mark fast reversals.
🔸 Swing Use: Higher EMAs (100/200) define the macro trend, so structure aligns with major trend flow.
💠 2. Fair Value Gap (FVG) Detector
Automatically highlights bullish and bearish imbalances (FVGs).
Includes CE (Central Equilibrium) line plotting for midpoint targeting.
Removes filled or mitigated gaps for cleaner charts.
Ideal for spotting liquidity voids and inefficiency rebalancing points.
🔸 Scalping Use: Detects micro-imbalances caused by aggressive institutional moves, perfect for quick mean-reversion plays.
🔸 Swing Use: Highlights major inefficiency zones where price is likely to revisit before trend continuation.
🧱 3. Supply & Demand Zone Mapping
Detects swing highs and lows automatically and marks zones of potential reversals.
Creates supply (resistance) and demand (support) zones dynamically.
Converts zones into Break of Structure (BOS) when price invalidates them.
Includes zigzag mapping and price-action labels (HH, HL, LH, LL) for visual clarity.
🔸 Scalping Use: Quickly identifies short-term reaction zones for entries/exits.
🔸 Swing Use: Helps define long-term accumulation/distribution areas for position entries.
📈 4. Pivot Level Engine
Multiple calculation models: Traditional, Fibonacci, Woodie, Classic, Camarilla, DM.
Timeframe-based pivots (Auto, Daily, Weekly, Monthly, etc.).
Optional labels, prices, and S/R line customization.
Great for finding intraday reaction levels and confluence with other tools.
🔸 Scalping Use: Marks exact intraday reversal zones for low-risk entries.
🔸 Swing Use: Offers strong higher-timeframe confluence with other levels (EMAs, FVGs, or zones).
💧 5. Liquidity / Vector Zone Engine
Integrated with TradersReality’s PVSRA logic for detecting vector candle zones.
Highlights high-volume imbalance candles (Red, Green, Violet, Blue vectors).
Tracks liquidity pools and smart money footprints left by strong candles.
Useful for identifying fakeouts, stop hunts, and volume-driven reversals.
🔸 Scalping Use: Detects fast liquidity grabs before reversals.
🔸 Swing Use: Marks institutional footprints that reveal accumulation or distribution.
Institutional AbsorptionHighlights potential zones where institutional participants may be absorbing aggressive buying or selling pressure.
It analyzes candle structure and volume to detect possible bullish and bearish absorption events, providing a visual cue for traders studying market imbalance and liquidity dynamics.
The script compares each candle’s wick–body ratio and volume relative to its moving average.
A bullish absorption setup occurs when strong volume appears after a sharp downward move with long lower wicks, while bearish absorption occurs after upward moves with long upper wicks, suggesting the presence of large counter-orders.
+ Features
Detects bullish and bearish absorption candles.
Customizable wick to body ratio and volume multiple thresholds.
Optional filter to require candle color alignment with trend (green/red).
Option to ignore tiny body (doji-like) candles.
+ How to Use
Adjust wick–body ratio, volume multiplier, and lookback length under “Conditions (Absorption)”.
Enable “Require candle color” to strengthen directional context.
Use alerts to receive notifications when new absorption signals appear.
+ Notes
This tool aims to visualize possible absorption behavior, not confirm institutional activity.
Combine it with your broader market structure, volume, or order flow analysis for a more comprehensive analysis.
NSR - Dynamic Linear Regression ChannelOverview
The NSR - Dynamic Linear Regression Channel is a powerful overlay indicator that plots a dynamic regression-based channel around price action. Unlike static channels, this tool continuously recalculates the linear regression trendline from a user-defined starting point and builds upper and lower boundaries using a combination of standard deviation and maximum price deviations (highs/lows).
It visually separates "Premium" (overvalued) and "Discount" (undervalued) zones relative to the regression trend — ideal for mean-reversion, breakout, or trend-following strategies.
Key Features
Dynamic Regression Line Calculates slope, intercept, and average using full lookback from a reset point.
Adaptive Channel Width Combines standard deviation of residuals with max high/low deviations for robust boundaries.
Auto-Reset on Breakout Channel resets when price closes beyond upper/lower band twice in direction of trend .
Visual Zones Blue shaded = Premium (resistance zone)
Red shaded = Discount (support zone)
Real-Time Updates Live channel extends with each bar; historical channels preserved on reset.
How It Works
Regression Calculation
Uses all bars since last reset to compute the best-fit line:
y = intercept + slope × bar_position
Deviation Bands
Statistical : Standard deviation of price from regression line
Structural : Maximum distance from highs to line (upper) and lows to line (lower)
Final band = Regression Line ± (Deviation Input × StdDev)
Channel Reset Logic
Resets when:
Price closes above upper band twice in an uptrend (slope > 0)
OR closes below lower band twice in a downtrend (slope < 0)
Prevents overextension and adapts to new trends.
Visual Output
Active channel updates in real-time
Completed channels saved as historical reference (up to 500 lines/boxes)
Input Parameters
Deviation (2.0) - Multiplier for standard deviation to set channel width
Premium Color - blue color for upper (resistance) zone
Discount Color - red color for lower (support) zone
Best Use Cases
Mean Reversion - Buy near lower band in uptrend, sell near upper band
Breakout Trading - Enter on confirmed close beyond band + volume
Trend Confirmation - Use slope direction + price position in channel
Stop Loss / Take Profit - Place stops beyond opposite band
Pro Tips
Use on higher timeframes (4H, Daily) for cleaner regression fits
Combine with volume or momentum to filter false breakouts
Lower Deviation (e.g., 1.5) for tighter, more responsive channels
Watch channel resets — they often mark significant trend shifts
Why Use DLRC?
"Most channels are static. This one evolves with the market."
The NSR-DLRC gives you a mathematically sound, visually intuitive way to see:
Where price should be (regression)
Where it has been (deviation extremes)
When the trend is breaking structure
Perfect for traders who want regression-based precision without rigid assumptions.
Add to chart → Watch price dance within the evolving trend corridor.
Heikin Ashi EMA Strategy (MSB Gold)### This is a Private, Invite-Only Strategy Script (XAUUSD H1)
You are viewing the backtest results of a highly profitable (3.6+ Profit Factor) trend-following strategy for Gold (XAUUSD) on the H1 timeframe.
This strategy is based on the popular Heikin Ashi + EMA Crossover video, combining an H1 setup with an H4 trend filter.
---
### HOW TO GET FREE ACCESS TO THIS INDICATOR
This is a premium script, but I am offering **100% FREE access** to all active subscribers of my official MQL5 Signal service: **"MSB Dynamic Gold Signal"**.
By subscribing to the MQL5 signal, your MT5 account will automatically copy all my trades. As a bonus, I will give you access to this TradingView script so you can see the exact same signals on your own charts!
**How to get access (2 Steps):**
1. **Subscribe** to our official MQL5 Signal here:
**https://www.mql5.com/en/signals/2341730**
2. **Send me a Private Message** here on TradingView. Include a screenshot of your active MQL5 subscription.
3. I will verify your subscription and grant your TradingView username access to this script.
Thank you,
MSB Gold Pro Team
Trade 1100 [by Nodirbek]💎 Trade 1100 — Signal Indicator (by Nodirbek)
Platform: TradingView
Timeframes: M5, M15, H4
Assets:
Gold (XAUUSD) — M5 and M15
Major currency pairs — H4
⚙️ How It Works
The Trade 1100 indicator is based on a combination of RSI levels and candle structure patterns.
It identifies potential market reversals when RSI reaches key zones and confirms entries with candle break conditions.
The indicator displays clear buy/sell signals after candle close, helping traders avoid premature entries.
It can be used on both intraday and higher timeframes for flexible analysis.
✅ Features
Automatically detects high-probability candle break signals
Works with RSI overbought/oversold zones
Supports multiple timeframes (M5, M15, H4)
Displays TP1 and TP2 zones visually on the chart
Easy to configure and user-friendly
⚠️ Disclaimer
This indicator is designed for educational and analytical purposes only.
It does not guarantee profit or trading performance.
Use at your own risk and always apply proper risk management.
PatternsLibCandle patterns Library 1.
Absorption pattern and Signals.
Library "PatternsLib"
fBase(open, high, low, close, volume, mintick, avoidTinyBodies, lenVolMA, volMult)
Parameters:
open (float)
high (float)
low (float)
close (float)
volume (float)
mintick (float)
avoidTinyBodies (bool)
lenVolMA (int)
volMult (float)
fSignals(open, close, upperWick, lowerWick, bodySafe, hiVol, wickBodyMin, requireTrendColor)
Parameters:
open (float)
close (float)
upperWick (float)
lowerWick (float)
bodySafe (float)
hiVol (bool)
wickBodyMin (float)
requireTrendColor (bool)
computeSignals(open, high, low, close, volume, mintick, avoidTinyBodies, lenVolMA, volMult, wickBodyMin, requireTrendColor)
Parameters:
open (float)
high (float)
low (float)
close (float)
volume (float)
mintick (float)
avoidTinyBodies (bool)
lenVolMA (int)
volMult (float)
wickBodyMin (float)
requireTrendColor (bool)
Up&Down by CoinMetrikaA sensitive indicator for detecting current market trends. The indicator acquires the highest value near the upper and lower limits of its range. Therefore, the main use of the indicator is to identify potential entry and exit points, as well as price reversals.
Because of the sensitivity, it often makes noise. Therefore, it is recommended to use it in conjunction with the CustomRSI by CoinMetrika indicator, which is less sensitive and doubles as a confirmation indicator.
We are looking for a red triangle and a red dot on one bar in the overbought zone on these two indicators to enter a Short.
Conversely, we are looking for a green triangle and a green dot on one bar in the oversold zone on these two indicators to enter the Long.
Greed Control AlgoisGreedBar = vol > ta.sma(vol, 20) * greedVolFactor and rsi > greedRsi
isTop = high == ta.highest(high, lookback)
isBottom = low == ta.lowest(low, lookback)
CustomRSI by CoinmetrikaCustomRSI by Coinmetrika is an indicator of oversold and overbought points.
It can be applied to any instrument, preferably on TF from 1D, although it also works on smaller ones.
Red dot = reason to think about reducing the position, green dot = reason to increase the position.
The red dot in the overbought zone is higher than the orange dotted line (ideally a solid red line), which works better than in the middle of the channel.
The green dot in the oversold zone below the green dotted line (ideally solid green) works better than in the middle of the channel.
It is recommended to use the indicator together with the Up&Down by Coin Metrika indicator.
MaayaBearishPRODstrategy based on moving averages
strategy based on moving averages
strategy based on moving averages
strategy based on moving averages
strategy based on moving averages
strategy based on moving averages
strategy based on moving averages
SK-ABC ENHANCED v3Hello this script is shidt I want to share with my bois. I am not giving out source for free.





















