New Candle Alert with Time WindowJust needed a way to specify a time window on a timeframe and get alerts for each new candle
Multitimeframe
Smart Money Concepts [varshitAlgo]🚀 Smart Money Concept (SMC) – Varshit Algo Indicator
The Varshit Algo Indicator is built for traders who want to trade like institutions and understand the true market structure behind the charts. It combines multiple Smart Money Concepts into one powerful tool to help identify high-probability trade setups.
🔹 Key Features:
Automatically detects Order Blocks, Break of Structure (BOS), and Market Structure Shifts (MSS)
Highlights Fair Value Gaps (FVG) for precise entry points
Identifies liquidity zones and reversal areas where market makers trap retail traders
Multi-timeframe confirmation for stronger signals
Clean, user-friendly, and professional visual design
🔹 Best For:
Scalping, intraday, and swing trading
Traders who want to apply institutional trading concepts
Beginners to learn SMC + Advanced traders to execute strategies with confidence
⚠️ Disclaimer: This indicator is for educational and analytical purposes only. It is not financial advice. Always trade with proper risk management.
MACDV MTF V3.0 - ImprovedHow the Overall Signal Works:
1. Individual Indicator Scoring (per timeframe)
Each indicator is scored from -1 (bearish) to +1 (bullish):
MA Momentum: 30% (was 35%)
ADX/DI: 23% (was 25%) - improved logic
MACDV: 20% (was 25%)
RSI: 12% (was 15%)
Bollinger Bands: 10% (NEW)
Volume: 5% (NEW)
2. Multi-Timeframe Aggregation
Each timeframe gets a different weight:
Lower timeframes (1m, 3m, 5m): 2-4% weight
Mid timeframes (15m-1H): 6-10% weight
Higher timeframes (2H-4H, Daily): 12-14% weight
Very high (Weekly, Monthly): 10% weight
Higher timeframes carry more weight because they represent stronger, more reliable trends.
3. Signal Output
Score Range: -1.0 (extreme bearish) to +1.0 (extreme bullish)
Signal Labels:
STRONG BUY (>0.4)
BUY (>0.2)
WEAK BUY (>0.05)
NEUTRAL (-0.05 to 0.05)
WEAK SELL (<-0.05)
SELL (<-0.2)
STRONG SELL (<-0.4)
Confidence %: Shows how strong the signal is
4. Visual Display
Table Row: Shows the overall signal prominently at the bottom
Chart Plot: Signal score plotted with reference lines for each zone
Color Coded: Green for bullish, red for bearish, gray for neutral
Signal Logic Philosophy:
The system is designed to be conservative - it requires agreement across multiple timeframes and indicators before giving strong signals. This reduces false signals but may mean fewer total signals.
The weighting favors:
Long-term trend (MA momentum - 35%)
Trend strength (ADX/DI - 25%)
Short-term momentum (MACDV - 25%)
Momentum confirmation (RSI - 15%)
You can adjust the weights in the scoreIndicator() function to match your trading style!
ADX Values:
70+: "Very Strong Trend"
50-70: "Strong Trend"
40-50: "Trending"
25-40: "Emerging Trend"
20-25: "Weak Trend"
<20: "No Trend/Ranging"
ADX/DI Relationship (now correctly shows):
"Strong Uptrend" - DI+ dominates above ADX
"Strong Downtrend" - DI- dominates above ADX
"Weak Uptrend/Downtrend" - Direction clear but weak
"Choppy Trend" - Both DI lines above ADX (indecision)
"Ranging Market" - ADX below 25
Added Bollinger Bands 📊
What it shows:
Position of price within the bands (0-100%)
Identifies overbought/oversold extremes
Helps spot potential reversals
Status Labels:
Ext. Overbought (>95%)
Overbought (>80%)
Upper/Mid/Lower Range
Oversold (<20%)
Ext. Oversold (<5%)
How it helps:
When price is at extremes (>95% or <5%), expect mean reversion
Complements RSI for better entry/exit timing
10% weight in overall signal
Added Volume Analysis 📈
What it shows:
Current volume vs 20-period average
Confirms or questions the strength of moves
Status Labels:
Very High (>2.0x average)
High (>1.5x)
Above/Below Average
Low (<0.5x)
How it helps:
High volume + bullish indicators = strong confidence
Low volume + signals = weak/questionable moves
5% weight in overall signal (confirmation role)
How to Use the Enhanced Indicator
Reading the Overall Signal:
Check the bottom row - Shows: Signal | Score | Confidence%
Look at higher timeframes first (Daily, 4H, 1H) - they carry more weight
Confirm with volume - Strong signals need volume confirmation
Check BB position - Avoid buying at extremes unless oversold bounce
Best Signal Combinations:
Strong Buy Setup:
Overall Signal: BUY or STRONG BUY
Multiple timeframes: Phase I or II momentum
ADX: Emerging or Strong Trend (>25)
ADX/DI: Strong Uptrend
Volume: Above Average or High
BB: Oversold or Lower Range
MACDV: Rallying or Rebounding
Strong Sell Setup:
Overall Signal: SELL or STRONG SELL
Multiple timeframes: Phase III, IV, or V
ADX: Strong Trend with DI- dominant
Volume: High (confirming the move down)
BB: Overbought or Upper Range
MACDV: Retracing or Reversing
Neutral/Wait:
Mixed timeframe signals
Low volume across timeframes
ADX: Ranging Market
BB: Mid Range
MACDV: Ranging
⚠️ Important Trading Notes:
No indicator is perfect - Use this with price action, support/resistance, and risk management
Higher timeframes matter more - A Daily bearish signal overrides a 5min bullish signal
Volume confirms everything - Low volume signals are suspect
BB extremes can persist - Overbought can become more overbought in strong trends
Always use stop losses - Even "STRONG BUY" signals can fail
The indicator is now significantly more robust with better ADX interpretation, volume confirmation, and mean reversion detection via Bollinger Bands!
Multi-Timeframe Trend TableMulti-Timeframe Trend Table
Overview
Multi-Timeframe Trend Table V1 is a Pine Script v6 indicator for TradingView that displays trend direction across multiple timeframes in a compact table. It compares a short-term moving average to a long-term moving average on timeframes from 30 seconds to 1 week and color-codes each row (green/red) for quick reading. A lightweight 30-second approximation covers ultra-short intervals.
How It Works
For each selected timeframe, the script evaluates a short-term MA (default 50) versus a long-term MA (default 200) using the user-chosen method (SMA, EMA, WMA, or HMA (Hull)). If the short-term MA is above the long-term MA, the cell shows “Up”; otherwise “Down.” Cross-timeframe values are computed with request.security. The 30-second row is an approximation that uses the midpoint of the previous 1-minute bar’s high/low as a simple proxy for ultra-short data. Results are presented in a table with configurable position and colors.
Key Features
• Multi-timeframe coverage: Up to 15 TFs (30s → 1W).
• Flexible MA methods : SMA, EMA, WMA, or HMA (Hull).
• Customizable table: Position, background, text, and trend colors.
• Selectable rows: Toggle individual timeframes.
• 30-second proxy: Uses 1-minute data midpoint for display on ultra-short TFs.
What It Displays
A single, color-coded table showing whether short-term vs. long-term MA is Up or Down on each selected timeframe—useful for checking trend alignment at a glance.
Originality
This indicator is an original Pine v6 implementation using TradingView’s built-in ta.sma, ta.ema, ta.wma, ta.hma, and request.security functions.
Common Uses
• Day traders aligning entries with higher-timeframe trend.
• Swing traders checking broader trend context.
• Analysts monitoring trend alignment across markets.
Configuration Notes
Choose MA type (default: EMA) and set short-term (default: 50) and long-term (default: 200) lengths. Select which timeframes to display and customize table position and colors to fit your chart layout.
Legal Disclaimer
This indicator is for informational and educational purposes only—not investment, financial, or trading advice. Past performance does not guarantee future results; trading involves risk of loss. Provided “as is” without warranties. Consult a qualified professional before making decisions.
Enhanced Multi-Timeframe EMA + RSI Arrows (4H/8H)A precise, higher timeframe trading indicator combining:
• Multi-timeframe EMAs (5m, 15m, 1h) for trend alignment
• Daily EMA 200 as visual trend reference
• RSI filter to confirm momentum
• EMA 15m slope + candle confirmation for stronger signals
• Alternating arrows to reduce repeated signals
• Background shading between EMA 1h and EMA 15m (green/red, 15% opacity)
✅ Works automatically on 4H and 8H charts
✅ Arrows appear only when price, EMA slope, and RSI align
✅ Alerts available for both long and short signals
Ideal for traders seeking high-probability entries with minimal false signals.
How to Use:
1. Apply the indicator on a 4H or 8H chart.
2. Use the Daily EMA 200 as a trend reference.
3. Look for green/red arrows as precise entry points.
4. Combine with proper risk management and trade strategy.
MFx Radar (Money Flow x-Radar)Description:
MFx Radar is a precision-built multi-timeframe analysis tool designed to identify high-probability trend shifts and accumulation/distribution events using a combination of WaveTrend dynamics, normalized money flow, RSI, BBWP, and OBV-based trend biasing.
Multi-Timeframe Trend Scanner
Analyze trend direction across 5 customizable timeframes using WaveTrend logic to produce a clear trend consensus.
Smart Money Flow Detection
Adaptive hybrid money flow combines CMF and MFI, normalized across lookback periods, to pinpoint shifts in accumulation or distribution with high sensitivity.
Event-Based Labels & Alerts
Minimalist "Accum" and "Distr" text labels appear at key inflection points, based on hybrid flow flips — designed to highlight smart money moves without clutter.
Trigger & Pattern Recognition
Built-in logic detects anchor points, trigger confirmations, and rare "Snake Eye" formations directly on WaveTrend, enhancing trade timing accuracy.
Visual Dashboard Table
A real-time table provides score-based insight into signal quality, trend direction, and volume behavior, giving you a full picture at a glance.
MFx Radar helps streamline discretionary and system-based trading decisions by surfacing key confluences across price, volume, and momentum all while staying out of your way visually.
How to Use MFx Radar
MFx Radar is a multi-timeframe market intelligence tool designed to help you spot trend direction, momentum shifts, volume strength, and high-probability trade setups using confluence across price, flow, and timeframes.
Where to find settings To see the full visual setup:
After adding the script, open the Settings gear. Go to the Inputs tab and enable:
Show Trigger Diamonds
Show WT Cross Circles
Show Anchor/Trigger/Snake Eye Labels
Show Table
Show OBV Divergence
Show Multi-TF Confluence
Show Signal Score
Then, go to the Style tab to adjust colors and fills for the wave plots and hybrid money flow. (Use published chart as a reference.)
What the Waves and Colors Mean
Blue WaveTrend (WT1 / WT2). These are the main momentum waves.
WT1 > WT2 = bullish momentum
WT1 < WT2 = bearish momentum
Above zero = bullish bias
Below zero = bearish bias
When WT1 crosses above WT2, it often marks the beginning of a move — these are shown as green trigger diamonds.
VWAP-MACD Line
The yellow fill helps spot volume-based momentum.
Rising = trend acceleration
Use together with BBWP (bollinger band width percentile) and hybrid money flow for confirmation.
Hybrid Money Flow
Combines CMF and MFI, normalized and smoothed.
Green = accumulation
Red = distribution
Transitions are key — especially when price moves up, but money flow stays red (a divergence warning).
This is useful for spotting fakeouts or confirming smart money shifts.
Orange Vertical Highlights
Shows when price is rising, but money flow is still red.
Often a sign of hidden distribution or "exit pump" behavior.
Table Dashboard (Bottom-Right)
BBWP (Volatility Pulse)
When BBWP is low (<20), it signals consolidation — a breakout is likely to follow.
Use this with ADX and WaveTrend position to anticipate directional breakouts.
Trend by ADX
Shows whether the market is trending and in which direction.
Combined with money flow and RSI, this gives strong confirmation on breakouts.
OBV HTF Bias
Gives higher timeframe pressure (bullish/bearish/neutral).
Helps avoid taking counter-trend trades.
Pattern Labels (WT-Based)
A = Anchor Wave — WT hitting oversold
T = Trigger Wave — WT turning back up after anchor
👀 = Snake Eyes — Rare pattern, usually signaling strong reversal potential
These help in timing entries, especially when they align with other signals like BBWP breakouts, confluence, or smart money flow flips.
Multi-Timeframe (MTF) Consensus
The system checks WaveTrend on 5 different timeframes and gives:
Color-coded signals on each TF
A final score: “Mostly Up,” “Mostly Down,” or “Mixed”
When MTFs align with wave crosses, BBWP expansion, and hybrid money flow shifts, the probability of sustained move is higher.
Divergence Spotting (Advanced Tip)
Watch for:Price rising while money flow is red → Possible trap / early exit
Price dropping while money flow is green → Early accumulation
Combine this with anchor-trigger patterns and MTF trend support for spotting bottoms or tops early.
Final Tips
Use WT trigger crosses as initial signal. Confirm with money flow direction + color flip
Look at BBWP for breakout timing. Use table as your decision dashboard
Favor trades that align with MTF consensus
4 EMA's - 4h - 8h TF, Dynamic Colors📘 User Manual – EMA20/50 + RSI Signals + EMA20 Daily + EMA200 Daily + EMA200 5m
Overview
This indicator is designed for 4H and 8H swing trading. It combines higher timeframe EMAs, RSI signals, and dynamic coloring to help traders identify trend direction and entry points.
Key Features:
EMA 20 & EMA 50 from higher timeframe (4H or 8H)
EMA 20 Daily (plotted on 4H as EMA 120 for visibility)
EMA 200 Daily with dynamic bullish/bearish coloring
EMA 200 5m dynamic filter
RSI signals with arrows and alerts
How It Works
1. EMA Calculations
EMA 20 & 50 (HTF): From selected higher timeframe (4H or 8H).
EMA 20 Daily (shown as EMA 120 4H): This is the EMA 20 of the Daily timeframe, but displayed on the 4H chart as EMA 120 for better visibility.
Green if price ≥ EMA 20 Daily
Red if price < EMA 20 Daily
EMA 200 Daily: Green if price ≥ EMA 200, Red if price < EMA 200.
EMA 200 5m: Used as a dynamic short-term filter.
2. RSI Signals
RSI (14) is calculated on the higher timeframe (4H or 8H).
Long signal: RSI crosses above 50 AND EMA 20 > EMA 50.
Short signal: RSI crosses below 50 AND EMA 20 < EMA 50.
3. Signal Filtering
Only one signal per higher timeframe candle is shown.
Green arrow (below bar) = Long
Red arrow (above bar) = Short
How to Use
Add the indicator to your chart.
Select signal timeframe: 4H or 8H.
Use EMA 200 Daily and EMA 20 Daily (plotted as EMA 120 4H) to filter trend direction.
Watch for arrows:
✅ Green triangle → Long setup (RSI + EMA confirmation)
❌ Red triangle → Short setup (RSI + EMA confirmation)
Set alerts for automation:
Long Alert = EMA + RSI bullish confirmation
Short Alert = EMA + RSI bearish confirmation
Strategy Tips
Use EMA 200 Daily + EMA 20 Daily (plotted as EMA 120 4H) as main trend filters.
Take trades only in the direction of the dominant trend.
RSI-based arrows help time entries within that trend.
Ideal for swing traders focusing on 4H or 8H setups.
📌 TradingView Public Library Description
Title: EMA20/50 + RSI Signals + EMA20 Daily + EMA200 Daily + EMA200 5m
Description:
Powerful swing trading tool for 4H & 8H trading. Combines EMA structure with RSI momentum to deliver clear trend filters and entry signals.
Features:
✅ EMA 20 & 50 from 4H/8H higher timeframe
✅ EMA 20 Daily (plotted as EMA 120 on 4H for visibility)
✅ EMA 200 Daily dynamic bullish/bearish coloring
✅ EMA 200 (5m) dynamic filter
✅ RSI (14) signals with arrows & alerts
✅ Configurable EMA visibility toggles
How to Use:
Follow EMA 200 Daily & EMA 20 Daily (plotted on 4H) for trend direction.
Trade signals only when aligned with the dominant trend.
Use RSI + EMA arrow signals to time entries.
Add alerts for real-time notifications.
Best for: Swing traders and intraday traders looking for trend alignment + momentum confirmation.
Created: Dios51
JLine RZ+|SuperFundedJLINE with Resistance Zone+ — Quick Guide
What it is
This indicator generalizes the classic “JLINE” concept by letting you choose the MA type (SMA / EMA / WMA) and by converting mixed-order phases—when the fast/mid/slow MAs temporarily overlap—into forward-projected horizontal zones. It also shows a status label (current timeframe) and an optional higher-timeframe (HTF) status so you can align entries with broader trend context.
Why this is not a simple mashup
・Structure first: Instead of merely plotting MAs, the script detects mixed-order windows and tracks the max/min envelope formed by the 3 MAs during the overlap, then freezes and extends that range to the right as tradable zones (dynamic S/R derived from regime transitions).
・Context layering: You get a clear “Bullish/Bearish Perfect Order vs Mixed Zone” state, a color-coded MA band, and forward zones that persist beyond the regime change. This provides a workflow (identify structure → watch reactions at projected zones → confirm with status).
・Top-down alignment: The HTF status overlay makes it easy to avoid counter-trend trades or, if you prefer, time mean-reversion only when the current timeframe’s mixed zones line up with HTF conditions.
How it works (concise)
1. Compute fast/mid/slow MAs using your selected type (SMA/EMA/WMA).
2. Define states: Bullish Perfect Order (fast > mid > slow), Bearish Perfect Order (fast < mid < slow), or Mixed Zone (neither).
3. While Mixed, maintain an envelope using the highest/lowest of the three MAs. When the regime exits Mixed, save that envelope as a horizontal box and extend it into the future (older boxes auto-delete to keep the chart clean).
4. Paint an MA band between fast & slow with state-aware shading.
5. Show a corner label with the current state; optionally add the HTF state via request.security.
Parameters (UI mapping)
1. Moving Average Settings
・MA Type: SMA / EMA / WMA.
・Fast/Middle/Slow Period: Default 20/100/200, editable.
・Paint MA Band: Toggle the band fill between fast and slow MA.
2. Resistance Zone Settings
・Show Resistance Zone: Draw horizontal zones from mixed-order windows and extend to the right.
・Max Number of Zones: Cap the count; oldest zones are removed automatically.
・Zone Color: Set zone color/opacity.
3. Status Display Settings
・Show Status Label: On-chart label showing the current state.
・Label Position: Top/Bottom × Left/Right.
4. Multi-Timeframe Settings
・Show Higher Timeframe Status: Display the HTF state in the label.
・Higher Timeframe: Select the HTF (empty = disabled).
Practical usage
・Plan around zones: Treat zones as potential support/resistance derived from regime transitions. Observe how price reacts when it revisits/enters a zone.
・Align with trend: Prefer entries with the PO state (e.g., longs in Bullish PO) and use HTF status to filter. Mean-reversion is still possible, but require clear reaction (wick rejections, engulfings) at a zone.
・Manage clutter: If charts get busy, increase timeframe or lower “Max Number of Zones.”
・Risk first: SL beyond the opposite side of the zone; TPs can target adjacent zones or fixed R-multiples.
Notes & limitations
・Zones reflect MA-structure (mixed) envelopes, not price consolidations per se; they are structural guides, not guarantees.
・HTF readouts rely on request.security and your chosen timeframe; data quality and timing follow TradingView constraints.
Disclaimer
This tool suggests potential reaction areas; it cannot ensure outcomes. Volatility, news and liquidity conditions may invalidate any setup. Use appropriate position sizing and only risk capital you can afford to lose.
SuperFunded invite-only
To obtain access, please contact me via TradingView DM or the link in my profile.
JLINE with Resistance Zone (Advanced) — クイックガイド(日本語)
概要
本インジは、任意のMAタイプ(SMA / EMA / WMA)で高速・中速・低速の3本を描画し、順序が混在する期間(Mixed)で形成された3MAの最大値/最小値の包絡を水平ゾーンとして将来に延長して表示します。さらに、現在の状態ラベルと、任意で上位時間足(HTF)の状態も重ねて表示できます。
新規性(単なる寄せ集めではない点)
・構造を先に特定:MAを出すだけでなく、混在期間を検出→その間の3MA包絡を凍結して水平帯に変換→右に延長。レジーム転換由来のS/Rを作ります。
・文脈レイヤー:Bullish/BearishのパーフェクトオーダーとMixedを明示、MAバンドと将来に残るゾーンで、構造→反応→確認の手順が取りやすい構成。
・トップダウン整合:HTF状態をラベルに併記して、逆行を避けたり、逆張りでも根拠を強めたりできます。
使い方のヒント
ゾーン中心で計画:ゾーンはレジーム転換に基づく潜在的S/R。再訪時のローソク足の反応(ピンバー、包み足など)を確認してからエントリー。
トレンド整合:可能ならPO方向に合わせる。逆張りは明確な反応が条件。
視認性:時間軸を上げるか Max Number of Zones を下げて整理。
リスク管理:損切りは帯の反対側、利確は隣接ゾーンやR倍数で。
免責
ゾーンは反発を保証しません。ニュース・流動性の急変で機能しない場合があります。資金管理の徹底と自己責任でのご利用をお願いします。
SuperFunded招待専用スクリプト
このスクリプトはSuperFundedの参加者専用です。
NON REPAINT SYSTEM V2.0NON REPAINT SYSTEM V2.0 is our completely redesigned premium trading system that delivers genuine non-repaint signals with institutional-grade accuracy. After months of development and testing, we've created the most reliable trading indicator that never repaints, never disappears, and never changes once a signal appears.
Auto Market Bias Dashboard |TG|Overview
The Auto Market Bias Dashboard is a Pine Script v5 indicator developed on the TradingView platform. This tool automatically calculates and visualizes the market bias for the selected asset (crypto, forex, or futures). By analyzing the market structure across different timeframes (Weekly, Daily, 4-Hour, 1-Hour), it identifies bullish, bearish, or neutral trends. Its main purpose is to provide traders with a quick summary to simplify the decision-making process. The indicator is optimized particularly for 1-hour and higher timeframes and issues warnings on lower timeframes.
How It Works?
The indicator uses a scoring system based on 7 fundamental questions for each timeframe. Each question evaluates market dynamics and assigns a score of +1 (bullish), -1 (bearish), or 0 (neutral):
Is the Trend in an Upward Direction? – The closing price is checked against the 20-period SMA.
Has the Previous Candle's High Been Breached? – For breakout analysis, the close is evaluated against the previous candle's high/low.
Was Respect Paid to PDA? (FVG/Sweep) – Market structure alignment is sought through Fair Value Gap (FVG) detection (calculated specifically for each TF).
Is Volume Increasing in the Direction of Price? – Volume is compared to its 20-period SMA and the candle direction (TF-specific).
Does the Correlated Asset Show the Same Bias? – Trend alignment is checked with the selected correlated asset (e.g., ES1!, MNQ1!, MES1!); neutral conditions are supported.
Market Structure – Reversal signals are sought through pivot high/low detection (high: bearish, low: bullish).
Has Volatility Increased? – ATR (14 periods) and its SMA (20 periods) are combined with the candle direction (TF-specific).
The total bias for each timeframe is calculated (/7). The overall bias combines the weekly score with double weighting ((Weekly × 2) + Daily + 4H + 1H = /28). Results:
Positive (>0): Bullish (Green) – Buying opportunity.
Negative (<0): Bearish (Red) – Selling opportunity.
Zero: Neutral (Silver) – Indecisive.
Volume PivotOVERVIEW
Volume Pivot is a technical analysis tool for TradingView designed to identify key turning points in the market by focusing on volume rather than price. It detects peaks and troughs (pivots) in trading volume to pinpoint moments of maximum market interest or exhaustion.
This indicator performs its analysis on both the Current Timeframe (CTF) and a user-defined Higher Timeframe (HTF). This dual-perspective approach allows traders to simultaneously grasp short-term market reactions and long-term structural shifts, leading to more informed and high-conviction trading decisions.
FEATURES
Automatic Pivot Detection
Automatically identifies and plots Volume Pivot Highs (peaks) and Pivot Lows (troughs) based on a user-defined Lookback Length.
Dual Timeframe Display
- CTF Signals : Plotted as tiny circles directly above the corresponding volume bars for immediate, short-term context.
- HTF Signals : Plotted as slightly larger circles at the bottom of the indicator pane, making them easy to distinguish as signals of higher significance.
Flexible HTF Configuration
Customize which higher timeframe to use for analysis based on your current chart timeframe. For example, you can set the indicator to reference the 1-hour chart as the HTF when you are on the 5-minute chart, and the Daily chart as the HTF when you are on the 1-hour chart.
Intuitive Volume Bars
The volume bars are color-coded to show whether volume is increasing (bullish color) or decreasing (bearish color) compared to the previous bar, offering a quick visual gauge of market momentum.
Full Customization
Easily toggle the visibility of CTF and HTF signals and customize the colors for bullish and bearish pivots to match your charting preferences.
MK_OSFT-Momentum Confluence DetectorMOMENTUM CONFLUENCE DETECTOR - Trading Indicator Overview
What This Indicator Does
The Momentum Confluence Detector is a comprehensive Pine Script indicator designed to identify high-probability trading opportunities by detecting momentum bars that align with multiple confluence factors. It combines traditional technical analysis with advanced Smart Money Concepts to filter out noise and highlight the most significant price movements.
CORE FUNCTIONALITY
📊 Momentum Bar Detection Identifies unusual volume and bar size expansion using customizable multipliers
Detects bullish, bearish, and neutral momentum bars based on OHLC relationships
Uses moving averages to establish baseline volume and bar size thresholds
🔄 Multi-Filter Confluence System
The indicator employs up to 5 different filter types to validate momentum signals:
Level Concept Filter - Choose between:
- Support/Resistance Levels : Traditional pivot-based S/R zones with touch counting and break tracking
- Smart Money Concepts : Institutional order flow analysis including Order Blocks, Fair Value Gaps (FVGs), and market structure breaks
Trend Filter : EMA/SMA-based trend direction confirmation with alignment requirements
Breakout Filter : Detects price breakouts beyond recent highs/lows with percentage thresholds
Volatility Filter : ATR expansion confirmation to ensure signals occur during active market conditions
Market Session Filter : Filters signals to specific trading sessions (Tokyo, London, New York)
ADVANCED FEATURES
🎯 Smart Money Concepts Integration
Order Blocks : Identifies institutional supply/demand zones from major and minor structure breaks
Fair Value Gaps (FVGs) : Detects price imbalances and tracks their evolution through partial fills and inversions
Market Structure : Recognizes Break of Structure (BOS) and Change of Character (CHoCH) patterns
Retracement Patterns : Tracks HLH (Higher-Low-Higher) and LHL (Lower-High-Lower) institutional patterns
📈 Support/Resistance System
Multi-timeframe pivot detection (3, 5, 7-bar spans)
Volume-weighted strength calculation for level importance
Dynamic level merging and break tracking
Automatic level type classification (Support/Resistance/Flip zones)
⚙️ Intelligent Filtering Logic
ALL Mode : Requires all enabled filters to pass (high precision)
ANY Mode : Requires at least one filter to pass (higher frequency)
Real-time filter status tracking and visualization
Visual Features
Signal Markers : Clear triangular markers for qualified momentum bars
Unfiltered Signals : Optional display of raw momentum bars for comparison
Level Visualization : Dynamic S/R level boxes and lines with strength indicators
Structure Lines : BOS/CHoCH break visualization with major/minor classification
Fair Value Gaps : Color-coded boxes showing bullish/bearish FVGs with partial fill tracking and IFVG conversion
Order Blocks : Institutional supply/demand zones displayed as colored boxes with major/minor classification
Information Table : Real-time display of signal details and filter status
Session Boxes : Visual representation of active trading sessions
Practical Applications
✅ Swing Trading : Identify high-probability reversal and continuation setups
✅ Day Trading : Spot intraday momentum shifts with institutional backing
✅ Multi-Timeframe Analysis : Combine major and minor structure analysis
✅ Risk Management : Filter out low-quality setups using confluence requirements
✅ Educational : Understand market structure and institutional order flow
Customization Options
Adjustable momentum thresholds for different market conditions
Comprehensive filter settings with individual enable/disable controls
Visual customization for colors, sizes, and display preferences
Alert system with detailed signal information
Performance optimization settings for different chart timeframes
Who Should Use This Indicator
This indicator is suitable for traders who:
Want to combine multiple technical analysis approaches
Seek to understand institutional market behavior
Prefer confluence-based trading setups
Need customizable filtering for different market conditions
Value comprehensive signal validation over high-frequency alerts
The Momentum Confluence Detector transforms complex market analysis into clear, actionable signals by requiring multiple forms of confirmation before highlighting trading opportunities.
Time Range by exp3rtsTime Window highlights a custom time range directly on your chart, helping you focus on specific market sessions or trading hours.
Key Features:
Highlights a custom time range with a shaded background
Fully adjustable start and end time (hour & minute)
Supports multiple time zones (e.g., GMT, UTC, Europe/Berlin)
Optional market color shading inside the window (bull/bear neutral tone)
Use Cases:
Mark London Open, New York Session, or any session overlap
Focus on high-probability trading hours
Visualize your backtesting timeframe or algo activity window
Track premarket or after-hours activity for futures or indices
Customization:
Set the beginning and end time in your local or exchange time zone
Choose your timezone string (e.g., "GMT", "Etc/UTC", "America/New_York")
Automatically colors candles in the time window for easy visibility
Not Your Daddy's EMA CrossoverNot Your Daddy's EMA Crossover - Quick Guide
What It Does
This isn't your typical 50/200 EMA crossover. It uses academically-proven, optimized EMA periods specifically backtested for crypto markets. Instead of generic settings, it adapts to different trading styles with research-backed parameter combinations that have demonstrated real returns.
Core Logic
Enters when fast EMA crosses slow EMA in the trend direction (confirmed by 200 SMA filter)
Exits either on opposite EMA cross (trend-following) or at fixed profit targets (scalping)
Uses a 200 SMA to filter trades - only longs above it, only shorts below it
Key Settings & Toggles
1. Trading Style (Auto-adjusts EMA periods):
"15 Min Scalping": 9/21 EMA - Fast-paced, frequent signals
"1 Hour Swing": 13/48 EMA - For swing trading
"Daily Trend": 15/150 MA - Captured +97.87% in bull runs
2. Entry Method:
"Crossover Entry": Enters immediately on EMA cross
"Pullback to EMA Entry": Waits for first pullback to slow EMA (better risk/reward)
3. Exit Method:
"EMA Cross Exit": Trend-following, lets winners run until EMAs reverse
"Fixed % Target (Scalping)": Quick 0.5-1% profits with tight stops
4. Optional Features:
MACD Confirmation: Adds 6-15-1 MACD filter for higher-probability setups
Periodic Compounding: Compounds every 30 hours (research shows 1-30 hour compounding is optimal)
Recommended Timeframes
📊 Match your chart to your selection:
Select "15 Min Scalping" → Use 15-minute chart
Select "1 Hour Swing" → Use 1-hour chart
Select "Daily Trend" → Use daily chart
I personally like this on the daily, which coincidentally is printing a long signal today on Bitcoin.
Enjoy!
Correlation Table 5хThe script allows you to determine the correlation in real time, which makes it possible to effectively select trading pairs.
Stoch + RSI DashboardIndicator Description
MTF Stochastic + RSI Dashboard FLEX with STRONG Alerts
A compact, multi-timeframe dashboard that shows Stochastic %K/%D, RSI and signal states across user-defined timeframes. Columns can be toggled on/off to keep the panel as small as you need. Signal texts and colors are fully customizable. The table can be placed in any chart corner, and the background color & opacity are adjustable for perfect readability.
What it shows
• For each selected timeframe: %K, %D, a signal cell (Bullish/Bearish/Strong), RSI value, and RSI state (Overbought/Oversold/Neutral).
• Timeframes are displayed as friendly labels (e.g., 60 → 1h, W → 1w, 3D → 3d).
Signals & logic
• Bullish/Bearish when %K and %D show a sufficient gap (or an optional confirmed cross).
• Strong Bullish when both %K and %D are below the “Strong Bullish max” threshold.
• Strong Bearish when both %K and %D are above the “Strong Bearish min” threshold.
• Optional confirmation: RSI < 30 for Strong Bullish, RSI > 70 for Strong Bearish.
Alerts
• Global alerts for any selected timeframes when a STRONG BULLISH or STRONG BEARISH event occurs.
Key options
• Column visibility toggles (TF, %K, %D, Signal, RSI, RSI Status).
• Custom signal texts & colors.
• Dashboard position: top-left / top-right / bottom-left / bottom-right.
• Table background color + opacity (0 = opaque, 100 = fully transparent).
• Sensitivity (minimum %K–%D gap) and optional “cross-only” mode.
• Customizable timeframes for display and for alerts.
Default settings
• Stochastic: K=5, D=3, SmoothK=3
• RSI length: 14
• Decimals: 1
• Strong Bullish max: 20
• Strong Bearish min: 80
• Default TFs & alerts: 3m, 15m, 1h, 3h, 6h, 12h, 1d, 3d, 1w
Exact EqH/EqL Arrows (Consecutive)Exact EqH/EqL Arrows (Consecutive). To identify buying or selling pressure.
SRI- CCI and Daily Candle MiniChartIndicator Description
Name: SRI – CCI and Daily Candle MiniChart
Shorttitle: Sri-Minicharts
Type: Overlay Indicator
Purpose:
This indicator is designed to provide a compact visual snapshot of momentum and trend using CCI (Commodity Channel Index) with EMA smoothing and a mini daily (or monthly) candle display. It allows traders to monitor momentum shifts, overbought/oversold conditions, and higher timeframe candle trends without cluttering the main chart.
Key Features:
CCI Mini-Chart
Plots CCI values scaled to the chart price for easy visualization.
Adds a long EMA of CCI for smoothing and trend recognition.
Includes reference lines at ±100, ±80, and 0 for overbought/oversold/neutral levels.
Adjustable sensitivity, length, and scaling for custom responsiveness.
Shows only the most recent bars for clarity.
Daily/Monthly Candle Mini-View
Plots 4 recent candles (Normal or Heikin Ashi) on the chart with configurable offset and thickness.
Allows traders to see higher timeframe trend without switching charts.
Customizable candle colors for bullish and bearish bars.
Custom Timeframe Support
Mini CCI chart can use any custom timeframe, independent of chart timeframe.
Visual Enhancements
Color-coded CCI: green when positive, red when negative.
EMA overlay in blue for trend direction of CCI.
Daily candle mini-chart positioned horizontally for easy reference.
Pros
Compact & Informative:
Combines momentum (CCI) and trend (daily candles) in a single overlay, helping traders make faster decisions.
Multi-Timeframe Awareness:
Mini daily/monthly candles provide context of higher timeframe trends alongside short-term CCI analysis.
Customizable:
Users can adjust CCI length, EMA, sensitivity, scaling, offset, and colors to suit any trading style.
Trend Clarity:
EMA overlay smooths CCI, reducing noise from volatile price movements.
Reference Levels:
Overbought/oversold lines help traders spot potential reversals or continuation zones.
Non-Intrusive:
Mini chart and candles do not clutter main chart; only draw latest bars for visual clarity.
Suggestions to Enhance Potential Winning
Add Trend Strength Indicator:
Integrate ADX + DI mini-bars or lines to confirm if the CCI trend is supported by strong trend conditions.
Include Volume or OBV:
Adding volume mini-bars or OBV trend helps validate moves supported by trading activity.
Add Confirmation Oscillator:
Include RSI or Stochastic mini-chart for additional momentum confirmation before taking trades.
Signal Markers & Alerts:
Add arrows or dots when CCI crosses EMA or key levels.
Enable alerts for public users on CCI signals or daily candle breakouts.
Multi-Timeframe Integration:
Show weekly or monthly candle trends alongside daily candles for stronger context.
Dynamic Scaling & Auto-Offset:
Improve auto-scaling logic for highly volatile instruments to prevent mini-chart distortion.
Backtesting Overlay (Optional):
Highlight historical trade signals on mini-charts to visualize potential past performance.
Summary
This script is a highly visual and multi-timeframe mini-chart indicator that is perfect for public use on TradingView. It gives quick insight into momentum and trend using CCI + EMA and shows recent higher timeframe candle trends, making it ideal for traders who want fast decision support without switching timeframes.
By adding ADX, RSI/Stochastic, volume confirmation, and alerts, it can become a full-fledged trade confirmation tool, increasing its practical value for both intraday and swing traders.
Sri_Heikinashi T3 Candle line for long entry📌 Script Name:
Sri_Heikinashi T3 line for long entry (SRi-T3)
🔎 What this script does:
This indicator is a custom Heikin Ashi + T3 smoothed candle plotting tool.
Instead of showing raw candles or raw Heikin Ashi, it applies a double stage of T3 smoothing to Heikin Ashi values, giving a cleaner trend-following visual without market noise.
It doesn’t replace the original chart candles — it overlays smoothed, wick-less “trend candles” on top of your chart to highlight trend direction clearly.
🧩 Key Components:
1. Custom Timeframe Input
customTF = input.timeframe("120", "Custom Timeframe")
👉 You can choose any timeframe (5m, 15m, 1h, Daily, etc.), regardless of your chart timeframe.
This allows multi-timeframe analysis (e.g., plotting 2-hour smoothed candles on a 5-minute chart).
2. T3 Smoother Function
A custom function t3(src, length, v) is used.
T3 is a triple exponential moving average (EMA) smoother with a “volume factor” v.
Advantage: less lag than normal EMA/SMA, but smoother and cleaner trend lines.
3. Heikin Ashi Logic (inside calcHaT3)
Stage 1: Apply T3 smoothing to Heikin Ashi open, high, low, close.
Stage 2: Recalculate Heikin Ashi formula (open/close averaging, high/low logic).
Stage 3: Apply another round of T3 smoothing.
Final Output: Super-smooth OHLC values.
4. Plotting
Candles are plotted with:
No wicks (only body high/low).
Colors:
Green (lime) if close > open.
Red/Orange if close < open.
Slight transparency (95) so they don’t overpower chart candles.
👉 This way you get a visual overlay of the smoothed Heikin Ashi trend.
5. Alerts
Alerts are triggered when trend color changes:
From red → green (potential long entry).
From green → red (potential exit/short).
✅ Pros (Advantages)
Noise Reduction
Double T3 + Heikin Ashi makes signals smoother than raw price or single MA.
Clear Trend Identification
Candles change color only when trend is strong enough, filtering false moves.
Multi-Timeframe Support
You can plot higher timeframe trends (e.g., daily smoothed trend) on lower charts.
No Wick Confusion
Removes wicks to simplify visuals, focusing purely on direction.
Alerts for Trend Shifts
Automatic alert conditions for quick reaction.
Perfect for Long Entries
Since it’s designed for “long entry” confirmation, it’s especially helpful to avoid early entries.
⚡ How to Use This Script
Add to Chart
Copy → Paste into TradingView Pine Editor → Save & Add to Chart.
Select Custom Timeframe
Default is 120m (2 hours) but you can change to 15m, 60m, Daily, etc.
Example: On a 5m chart, load a 1h or 4h SRi-T3 to align with bigger trend.
Look for Color Changes
Green = bullish trend (favorable for long entries).
Orange/Red = bearish trend (avoid longs or look for short setup).
Use Alerts
Set alerts for "Heikin-Ashi Smoothed from red to green" = Long Signal.
"Heikin-Ashi Smoothed from green to red" = Exit/Short Signal.
Combine with Other Tools
Works best if combined with pivots, support/resistance, or momentum oscillators (RSI, CCI, etc.).
Use SRi-T3 as trend filter, enter trades only in its direction.
📊 Example Trading Setup
On a 15m chart:
Plot SRi-T3 with 60m timeframe → this gives you higher timeframe trend.
Enter long trades only if SRi-T3 is green.
Add RSI/MACD for entry confirmation.
ZTCRYPTOLAB - HAMMER TIME (FREE)ZTCRYPTOLAB — HAMMER TIME
3× EMA Alignment • MTF Trend Table • HTF FVGs • Session Windows
What this tool does
HAMMER TIME blends classic trend structure (EMAs) with a fast multi-timeframe read and high-probability HTF fair-value gaps. Optional session windows (NYSE, London, Asia) highlight “caution” periods around cash opens and plot clean dashed open/start/end markers.
1) 3×EMA Alignment (20/50/200)
What it shows: Three EMAs (default 20, 50, 200) plus optional dynamic coloring when price is above/below each EMA.
How to use it
Bullish structure: EMA20 > EMA50 > EMA200.
Bearish structure: EMA20 < EMA50 < EMA200.
Turn on “Line Color by Price vs EMA” to see each EMA flip red/green as price crosses.
Optional candle coloring highlights when price is above/below all three while the EMAs are aligned—useful for quick “go/no-go” context.
Inputs
EMA lengths and colors
Toggle dynamic EMA colors and candle coloring
snapshot
2) Background Heat (EMA Alignment)
What it shows: A subtle background when the three EMAs are cleanly aligned.
How to use it
Green tint when stacked bullish, maroon when stacked bearish.
Great for scanning or keeping bias in peripheral vision.
Inputs
Enable/disable background
Custom bull/bear background colors (with transparency)
snapshot
3) Multi-Timeframe Trend Table (MTF)
What it shows: A compact table with the EMA-based bias on four timeframes (defaults: 5m, 15m, 1h, 4h). Each row says BULLISH / BEARISH / NEUTRAL based on source > EMA(length) at that TF.
How to use it
Look for stacked agreement across intraday + swing TFs.
Turn on the optional Confluence Score (0–4) to quantify alignment at a glance.
Place the table anywhere (Top-Right by default) and adjust text size.
Inputs
4 timeframes, EMA length used for MTF test (default 200)
Table position, size, colors, and optional score
4) Sessions: NYSE, London, Asia
What it shows: For each session you enable:
A shaded warning window centered on the cash open (configured in inputs).
Three dashed vertical markers: Start (orange), Open (solid session color), End (lime).
How the NYSE Open line is detected
Dual method for robustness:
First bar inside 09:30–16:00 New York (chart TF).
A 1-minute ping window (default 09:30–09:31 NY) to catch precise opens on higher TFs.
If either hits, the red dashed Open line prints once.
How to use it
Expect volatility spikes near the dashed Open line; the warning shade helps you manage pre/post-open noise.
Use with your EMA/MTF bias: e.g., trade in direction of higher-TF alignment but wait for post-open structure.
Inputs
Per-session toggle
Session warning window times (per time zone):
NYSE – America/New_York
London – Europe/London
Asia – Asia/Tokyo
Dashed Start/Open/End color toggles
NYSE: editable 1-minute open ping window
Note: Time zones include DST behavior. Crypto trades 24/7, so sessions are for context rather than market hours.
snapshot
5) HTF FVG (Fair-Value Gaps)
What it shows: HTF ICT 3-bar FVGs brought down to your chart TF as shaded boxes with optional “FVG” label.
Detection
Bullish gap: low > high (gap below current bar).
Bearish gap: high < low (gap above current bar).
You choose the detection timeframe (default 1H) via input.
Mitigation Modes (how gaps invalidate)
Touch: any touch mitigates.
Close: a close back into the gap mitigates.
Full Bar (Wick spans gap): a single candle wicks across top/bottom.
Full Bar Close (Close beyond): body closes beyond the far edge.
Box Management
Extend options: Extend right, Cap N Bars, or None.
Keep Most-Recent: caps total boxes for a clean chart.
Optional border; separate bull/bear box colors & transparency; optional center label.
How to use it
Combine HTF FVG zones with your EMA/MTF bias for pullback entries.
Prefer confluence with session timing (e.g., NYSE open sweeps into HTF FVG + trend alignment).
6) Alerts (built-in)
EMA Alignment: Bullish/Bearish – fires when the 20/50/200 stack flips.
Price Above/Below All (Aligned) – fires when price crosses all three while aligned.
SMART Trigger – a single alert that covers any of the above flips.
How to use it
Set SMART on your watchlist symbols; open the chart when it pings.
Use session windows and HTF FVGs to refine timing.
snapshot
Tips & Best Practices
Timeframes: scalp on 1–15m with 1H FVGs, or swing on 1H–4H with 4H/D FVGs.
Performance: If charts feel heavy, disable borders/labels or lower Keep Most-Recent.
Colors: Adjust EMA/box background transparency to match your theme.
Reading the table: Aim for 3–4/4 confluence; fade signals when it’s 1/4 or mixed.
Disclaimers
This is educational tooling, not financial advice. Past performance ≠ future results. Always validate on a demo account and manage risk.
RD-DynamicTSMADescription of the RD-DynamicTSMA Pine Script Indicator:
This single indicator dynamically adjusts the three SMAs to key periods used by professional traders across timeframes:
Daily: 10, 21, 50 periods (standard for swing trading trends).
Weekly+: 10, 21, 30 periods (optimized for positional & longer-term views).
Lengths auto-update on timeframe switches.
Market Structure DashboardThis indicator displays a **multi-timeframe dashboard** that helps traders track market structure across several horizons: Monthly, Weekly, Daily, H4, H1, M15, and M5.
It identifies the current trend (Bullish, Bearish, or Neutral) based on the progression of **swing highs and lows** (HH/HL, LH/LL).
For each timeframe, the dashboard shows:
* The **current structure** (Bullish, Bearish, Neutral) with a clear color code (green, red, gray).
* **Pivot information**:
* either the latest swing high/low values,
* or the exact date and time of their occurrence (user-selectable in the settings).
An integrated **alert system** notifies you whenever the market structure changes (e.g., "Daily: Neutral → Bullish").
### Key Features:
* Clear overview of multi-timeframe market structures.
* Customizable pivot info display (values or timestamps).
* Built-in alerts on trend changes.
* Compact and readable dashboard, displayed in the top-right corner of the chart.
This tool is ideal for traders who want to quickly assess the **overall market structure** across multiple timeframes and be instantly alerted to potential reversals.