Hội Đồng Hành - Trader NghèoThe indicator was originally programmed based on algorithmic logic for ** Super Resistance Support **, but it has now been upgraded with an additional auxiliary indicator to support more entry points.
Please ** trade according to the instructions in the video I provided **, as that is the most effective trading method.
Analisis Trend
MML Multi-Timeframe Overlapin testing working for multi time frame this will be based off MMLs and updates to tradingview for integration.
ORB + Fib ZoneAllows user to adjust range of ORB. The box in the middle is the Fibonacci range between 38.2% and 61.8% designed for pullbacks into the ORB as confirmation before entry.
ACE FVG & IFVG Trading System1. What the Script Does
The "ACE FVG & IFVG Trading System " is a TradingView Pine Script (version 5) that identifies and trades Fair Value Gaps (FVGs) and Inverse Fair Value Gaps (IFVGs). It offers:
Detection of bullish/bearish FVGs and IFVGs with customizable parameters.
Multiple entry types: regular FVG retracement, Break of Structure (BOS), breakaway gaps, and Immediate/Retrace IFVG entries.
A pending setup system showing potential trades before they trigger.
Risk management with configurable stop loss (SL) and take profit (TP) based on FVG levels, swing points, or risk-reward ratios.
Market structure analysis using swing highs/lows, BOS, and Market Structure Shifts (MSS).
Time filters to restrict trading to specific sessions.
Visualizations including FVG boxes, trade boxes, pivot lines, and labels.
Entry and performance tables displaying trade details and metrics like win rates and P&L by entry type.
2. How It Works
The script is organized into modular sections for efficient execution:
Inputs: Extensive customization options (e.g., FVG size, entry types, SL/TP modes, time filters) grouped for clarity.
Data Structures: Custom types (FVGData, SwingPoint, EntryData) store FVG, pivot, and trade data in arrays.
Utility Functions: Handle calculations like risk-reward ratios, time validation, and trade size filtering.
Swing Point Detection: Uses ta.pivothigh/ta.pivotlow to identify pivots, supporting BOS/MSS and SL/TP calculations.
FVG Detection: Identifies regular FVGs (low > high or high < low ) and IFVGs (mitigated FVGs with immediate or retrace signals).
Entry Logic: Triggers trades based on user-enabled conditions (e.g., retracement, BOS, breakaway gaps) with dynamic SL/TP.
Trade Management: Tracks active/pending trades, updates visualizations (boxes, lines, labels), and handles cancellations/invalidations.
Main Logic: Executes on each bar to detect FVGs, process entries, update trades, and manage visualizations.
Tables: Displays recent trades and performance stats (e.g., win rates by entry type) on the last bar.
Pivot Visualization: Plots swing points with dynamic extensions and mitigation status (solid/dotted lines).
3. How to Use It
Add to TradingView:
Open Pine Editor, paste the script, save it, and add to chart.
Configure Inputs:
Access settings via chart (right-click indicator > Settings).
Adjust:
fvgMinSize for market volatility (e.g., 5 for forex).
Entry types (e.g., enable IFVG, disable breakaway gaps).
SL/TP modes and minimum R:R (e.g., 2.0 for 1:2).
Time filters for active sessions (e.g., 09:30-16:00).
Visual settings (box transparency, table positions).
Interpret Output:
FVG Boxes: Green (bullish), red (bearish), purple (IFVG/mitigated).
Trade Boxes: Gray-green/red-gray (pending), green/red (active), updated for win/loss.
Pivot Lines: Solid (unmitigated), dotted (mitigated).
Tables: Entry table shows trade details; performance table shows win rates/P&L.
Trading:
Monitor pending setups for entry signals.
Enter manually at active trade levels, following SL/TP.
Use performance stats to refine settings.
Test on demo charts and adjust for market/timeframe.
Best Practices:
Use higher timeframes (e.g., 1H, 4H) for less noise.
Combine with other analysis (e.g., support/resistance).
Backtest using TradingView’s replay feature.
Originality
The script is original due to its unique combination of features:
Enhanced IFVG Strategy: Dual Immediate/Retrace IFVG modes with a novel “Immediate Then Retrace” preference.
Pending Setup System: Proactive visualization of potential trades with auto-cancellation.
Granular Performance Tracking: Detailed breakdown of win rates/P&L by entry type (regular FVG, IFVG, breakaway).
Dynamic Pivot Visualization: Real-time mitigation updates (solid to dotted lines).
Modular Design: Custom types and organized logic for extensibility. It builds on general FVG concepts (e.g., from ICT) but implements unique logic and features not found in standard
TradingView FVG scripts, distinguishing it from both open-source and premium indicators.
Credit of Concepts to ICT
Collaborations with JMAC and Timeless
Heikin RiderHeikin Rider
Smoothed Heikin Ashi Breakout Signals with Flow Confirmation
by Ben Deharde, 2025
Overview:
Heikin Rider is a trend-following indicator that detects clean breakout signals using a custom smoothed Heikin Ashi wave (the H-Wave) with optional confirmation from a flow-based filter. It's designed for traders who want precise, momentum-aligned entries.
What It Does:
Plots dynamic high/low bands from smoothed Heikin Ashi candles.
Triggers Buy/Sell signals on full candle breakouts above/below the wave.
Colors bars based on price position and momentum relative to a custom flow line.
Optionally filters signals based on flow direction.
How the H-Wave Works:
The H-Wave is a two-stage smoothed Heikin Ashi construction:
Pre-smoothing: Price is smoothed using a short-length MA (SMA, EMA, or HMA).
HA Calculation: Heikin Ashi values are calculated from the smoothed data.
Post-smoothing: A second, longer MA is applied to the HA values.
Wave Envelope: The high and low wicks of the final smoothed HA candles form the H-Wave envelope.
Signals are generated when price fully breaks this envelope, with optional confirmation from the flow color.
Inputs:
Trend timeframe
Pre/Post smoothing type and length
Flow MA type and length
Toggle for bar coloring and signal filtering
Notes:
Built with original logic, using the open-source TAExt library (credited).
No repainting — all signals are confirmed at close.
For use on standard candles only (not HA or Renko).
Alerts:
Long Signal (Buy)
Short Signal (Sell)
Previous Daily High/LowThe previous day’s high and low are critical price levels that traders use to identify potential support, resistance, and intraday trading opportunities. These levels represent the highest and lowest prices reached during the prior trading session and often act as reference points for future price action.
Why Are Previous Daily High/Low Important?
Support & Resistance Zones
The previous day’s low often acts as support (buyers defend this level).
The previous day’s high often acts as resistance (sellers defend this level).
Breakout Trading
A move above the previous high suggests bullish momentum.
A move below the previous low suggests bearish momentum.
Mean Reversion Trading
Traders fade moves toward these levels, expecting reversals.
Example: Buying near the previous low in an uptrend.
Institutional Order Flow
Market makers and algos often reference these levels for liquidity.
How to Use Previous Daily High/Low in Trading
1. Breakout Strategy
Long Entry: Price breaks & closes above previous high → bullish continuation.
Short Entry: Price breaks & closes below previous low → bearish continuation.
2. Reversal Strategy
Long at Previous Low: If price pulls back to the prior day’s low in an uptrend.
Short at Previous High: If price rallies to the prior day’s high in a downtrend.
3. Range-Bound Markets
Buy near previous low, sell near previous high if price oscillates between them.
Example Trade Setup
Scenario: Price opens near the previous day’s high.
Bullish Case: A breakout above it targets next resistance.
Bearish Case: Rejection at the high signals a pullback.
Market Regime Detector (1D RSI/ATR/MA) - Weekly ConsensusMarket Regime Detector (1D RSI/ATR/MA) — Weekly Consensus
© Łukasz Wędel
🎯 Purpose
This indicator analyzes daily (1D) price data to determine the current market regime — Bullish , Bearish , or Choppy — and displays it on an intraday chart (e.g., 1H).
It acts as a higher‑timeframe trend filter, making trend‑following or range‑trading strategies more robust.
⚡️ How It Works
RSI + ATR Method: Bullish if RSI > Bull Threshold and ATR > Threshold; Bearish if RSI < Bear Threshold and ATR > Threshold; Choppy if RSI is between thresholds and ATR <= Threshold
Moving Averages Method: Bullish if Short‑term MA > Long‑term MA, Bearish if Short‑term MA < Long‑term MA, Choppy if MAs are neutral
Final Regime Decision: Final regime is confirmed if the same state occurs in 5 out of the last 7 daily bars
🕓 Timeframe Compatibility
Works best when applied to a 1H chart (or any intraday timeframe). RSI, ATR, and MA calculations are sourced from the 1D timeframe .
🎨 Visual Output
Green background: Final regime is Bullish
Red background: Final regime is Bearish
Yellow background: Final regime is Choppy
🚨 Alerts
Three alert conditions available:
Final Bull Regime
Final Bear Regime
Final Chop Regime
✅ Why Use This?
Provides a higher‑level trend context for lower‑timeframe trading
Reduces noise by focusing only on confirmed trend regimes
Supports trend‑following and range‑trading strategies
🔥 Ideal For
Swing traders relying on trend and volatility confirmation
Day traders seeking trend context from higher timeframes
Algorithmic strategies that benefit from higher‑level trend filtering
Liquidity Sweeps [SB1]### 🧠 **Liquidity Sweeps \ – Enhanced by SamB817**
> ⚠️ **Original Credit:** This script is built on the excellent foundation by **LuxAlgo**, licensed under (creativecommons.org). All core functionality and visual logic originates from LuxAlgo’s open-source framework. This version adds enhanced functionality tailored for precision intraday and swing entries using sweep behavior.
🔹 Overview
The Liquidity Sweeps indicator is designed to help traders spot bullish and bearish liquidity grabs, a key concept in smart money trading. It automatically detects swing highs and lows, identifies stop hunts, and highlights areas where institutional traders might be sweeping liquidity before price reverses.
🔹 How It Works
Detects liquidity sweeps by tracking swing points based on a user-defined lookback period.
Differentiates between:
✅ Wick-based liquidity grabs (stop hunts).
✅ Breakouts & retests (confirming liquidity sweeps).
✅ Both combined for deeper analysis.
Draws liquidity zones with extendable boxes to visualize areas where liquidity was taken.
Provides alerts when a liquidity sweep occurs. ---
---
### 📈 **WHAT THIS INDICATOR DOES**
This tool identifies **liquidity sweeps**—key moments where price **wicks above/below swing highs/lows**, often triggering stop losses or absorbing institutional orders. These zones frequently precede powerful reversals or continuations.
It draws:
* 🔹 **Dotted lines** at the top or bottom of the candle wicks when a sweep is confirmed.
* 🔹 **Shaded sweep zones** (boxes) which extend until price decisively trades through them.
* 🔹 **Breakout confirmation lines** when price reclaims or mitigates a swept level.
---
### 🔧 **FEATURES & ENHANCEMENTS BY SAM**
* ✅ **Dotted Lines Extension**: Liquidity sweep dotted lines now **automatically extend** until they’re traded through, allowing for reliable reference levels even dozens of bars later.
* ✅ **Thickness Upgrade**: Dotted lines now appear **thicker** for better visibility during fast market conditions.
* ✅ **Visual Cleanup**: Auto-deletion of outdated sweeps (older than 2000 bars or already mitigated).
* ✅ **Optimized Wicks-Only Mode**: Improved behavior when in *Only Wicks* mode, ideal for tracking stop hunts without false triggers.
---
### 🚨 **ALERTS INCLUDED**
1. 🔔 **New Bullish Sweep (Wick)**
2. 🔔 **New Bearish Sweep (Wick)**
These alerts let you react **in real-time** when liquidity has been swept and price is beginning to show directional intent.
---
### 📚 **HOW TO USE IT EFFECTIVELY**
1. **Timeframes**:
* Use on **2H / 4H** for swing setups.
* Use on **1min–15min** for scalping or day trading around NY/LO open.
2. **Entry Logic**:
* Wait for the **dotted line to form after a sweep**.
* **Do not enter immediately.** Wait for: Close of candle!!!!
* A clean **break of the sweep line**, OR
* A **retest of the line within 3–45 bars**, followed by rejection.
3. **Best When Combined With**:
* Fair Value Gaps (FVGs)
* Market Structure Shift (MSS)
* Order Flow Clusters
* Anchored VWAP and Volume Profile
---
### 💡 **TIPS & STRATEGIC INSIGHTS**
* **Sweeps on higher timeframes** (like 2H/4H) are more powerful and often mark **institutional reversals**.
* **Double lines** (dotted lines on both wick ends) = high-volatility trap. Wait for a clean break before entry.
* Use the **sweep box + dotted line** as a **zone**, not a pinpoint level.
* Be patient. Sweeps are **traps first**, **opportunities second**.
---
### 🔓 Attribution
Script forked and expanded from the open-source **LuxAlgo Liquidity Sweeps**. Original License: (creativecommons.org).
Enhancements by **SamB817**.
--- 🧠 1. It Tracks Sweep Behavior — Not Just Breakouts
Purpose: It identifies where liquidity has been taken — stops hit — not where price is "breaking out" in the traditional sense.
The dotted lines show wick-based stop hunts (liquidity raids).
The boxes show sweep zones, including body-to-wick range when applicable.
🟢 Use case: Smart money is taking stops here → expect reaction, not chase the move.
🕓 2. Timeframe Matters — Sweeps on Higher TF = More Impact
15m & 1h: Intraday trap sweeps, good for scalps or fast directional shifts.
2h/4h: Institutional-level sweeps. Often lead to major intraday reversals or the start of a new leg.
Daily/Weekly: Macro-level stops taken → these are often trend changers.
🔑 Rule of thumb: The higher the timeframe the sweep occurs on, the more meaningful the response tends to be.
🎯 3. Entry Logic: Always Wait for Price to Show Direction
After a sweep appears:
Wait for price to break above/below the dotted line or box, depending on the direction.
Don’t enter blindly on the sweep — it's a trap until proven otherwise.
✅ Best entries often occur on retests of the sweep line or area, especially 3–45 bars later (as you’ve already implemented).
🧲 4. Sweeps Often Magnetize Price
Liquidity sweeps act like magnets — if a sweep hasn't been hit yet, price may drift toward it to "collect" those orders.
Use this to anticipate potential targets and reversal zones.
🧪 5. Sweeps Work Best With These Confirmations:
🔹 FVG (Fair Value Gaps) in the same direction immediately after a sweep.
🔹 Market Structure Shift (MSS) right after a sweep = high-probability reversal.
🔹 Order Flow Confirmation: Strong buy/sell imbalances, absorption at sweep level.
🔹 Liquidity voids: If price sweeps and then enters an inefficient zone — fast move likely.
📊 6. Combines Best With These Tools:
Tool Why It Works Well With Sweeps
1.🎯🎯🧠 🧠 Order Flow (AlgoAlpha)Confirm absorption or intent at sweep zone🎯🎯🧠🧠 2.✅ Volume Profile - See if the sweep occurred at a low-volume node (ideal)
3.✅ VWAP or Anchored VWAP - Catch reclaims or rejections off institutional zones
4.✅ Session Highs/Lows Sweeps of session extremes are often the trap setups
🧩 7. Psychology Behind the Sweeps
Sweeps represent stop runs, trap moves, or liquidity grabs by larger players.
The goal is to trigger weak hands before moving in the true direction.
Train yourself to:
Expect the opposite of the sweep direction once structure confirms.
Think like the liquidity provider, not the victim.
TS Multi-Indicator Trend Detector📌 TS Multi-Indicator Trend Detector
This indicator is built for traders who want trend confirmation from multiple technical signals before making a move. It combines 5 powerful trend indicators—EMA, RSI, MACD, ADX, and DMI—into a single score system.
🔍 How It Works
If at least 3 of the 5 indicators confirm a trend, the script plots a floating trend line above the price:
• Yellow Line = Bullish Trend Detected
• Blue Line = Bearish Trend Detected
This makes it easier to visually identify trend bias and filter noise from the market.
🧠 Why It’s Useful
• Helps avoid false signals by requiring confirmation from multiple sources
• Works on any timeframe and instrument
• No repainting
• Fully customizable input values
• Designed for traders who prefer confirmation-based strategies
⸻
✅ Step 3: Screenshots for Publishing
Take 2–3 screenshots on different chart types and timeframes, for example:
1. 1-hour chart on NASDAQ
2. Daily chart on EUR/USD
3. 15-min chart on BTC/USD
Make sure both yellow (bullish) and blue (bearish) lines are shown if possible.
DisplacementAndPinBar [TFO]# DisplacementAndPinBar v1.5 - Advanced Market Structure Indicator
## Overview
DisplacementAndPinBar v1.5 is a sophisticated technical indicator that combines displacement detection with advanced pin bar analysis to identify high-probability trading opportunities. Unlike traditional pin bar indicators that create chart clutter with insignificant signals, this indicator uses mathematical filtering to show only meaningful market structure patterns.
## Key Features
### 🎯 **True Pin Bar Detection**
- **Level Rejection Logic**: Pin bars must break recent highs/lows (adjustable lookback period)
- **Statistical Significance**: Uses standard deviation to filter candle size
- **Smart Classification**: Distinguishes between true pin bars and momentum impulse candles
- **Visual Clarity**: Green/red circles with "PIN" text for easy identification
### 📈 **Displacement Detection**
- **Momentum Identification**: Detects large body candles showing strong directional movement
- **Open-to-Close Analysis**: Measures true momentum (not just volatility)
- **Objective Filtering**: Uses standard deviation over customizable lookback period
- **Market Structure**: Identifies significant shifts in buying/selling pressure
### ⚡ **Advanced Signal Types**
#### 1. Pin Bar Signals
- **Bullish Pin Bars**: Long lower wicks rejecting at key support levels
- **Bearish Pin Bars**: Long upper wicks rejecting at key resistance levels
- **Requirements**: Must break recent 20-candle highs/lows + meet wick-to-body ratios
#### 2. Confirmation Signals
- **Follow-Through Detection**: Validates pin bar signals with directional movement
- **Smart Filtering**: Requires proper body size and minimal opposing wicks
- **Visual**: Large yellow/pink triangles (semi-transparent)
#### 3. Displacement Momentum Signals
- **Continuation Pattern**: Two displacement candles in same direction within timeframe
- **No Opposing Signal**: Ensures clean momentum without conflicting moves
- **Trade Signal**: Huge yellow/pink triangles indicating strong momentum building
#### 4. Impulse & Indecision Detection
- **Impulse Candles**: Large wicks without level rejection (gray triangles)
- **Indecision Patterns**: Range-bound rejection patterns (gray diamonds)
- **Context Awareness**: Helps understand market state and volatility
## Technical Specifications
### Mathematical Foundation
- **Standard Deviation Filtering**: Eliminates noise by requiring statistical significance
- **Historical Comparison**: Manual loop calculations for reliable level detection
- **Independent Criteria**: Pin bars use High-to-Low, Displacement uses Open-to-Close
- **Multi-Timeframe Logic**: Optimized for 5-minute charts but works on all timeframes
### Default Settings (Optimized for 5-minute)
- **Displacement Length**: 40 periods
- **Displacement Strength**: 4.0x standard deviation
- **Pin Bar Lookback**: 20 periods
- **Pin Bar Body-to-Wick Ratio**: 4.0
- **Displacement Signal Lookback**: 6 periods
- **FVG Requirement**: OFF (recommended for optimal signals)
## Visual Hierarchy
### Signal Priority (Most to Least Important)
1. **🔴🟢 PIN Circles**: True pin bars at key levels (highest probability reversals)
2. **🔺 Huge Triangles**: Displacement momentum signals (strong continuation)
3. **🔺 Large Triangles**: Pin bar confirmations (validation signals)
4. **🔺 Small Triangles**: Impulse patterns (momentum without level interaction)
5. **💎 Diamonds**: Indecision at range extremes
6. **🟡🟣 Colored Candles**: Base displacement detection
### Visual Enhancements
- **Semi-Transparent Triangles**: Prevents hiding pin bar signals when zoomed out
- **Black Text on Circles**: Enhanced readability
- **Size Differentiation**: Clear hierarchy through symbol sizing
- **Color Coding**: Intuitive green/red for direction, blue for momentum
## Trading Applications
### Reversal Trading
- **Pin Bar Entries**: High-probability reversals at key support/resistance
- **Confirmation Required**: Wait for follow-through triangle for validation
- **Stop Placement**: Just beyond pin bar wick for optimal risk/reward
### Momentum Trading
- **Displacement Signals**: Trade continuation when two displacement candles align
- **Trend Following**: Excellent for catching momentum shifts and breakouts
- **Multiple Timeframes**: Combine with higher timeframe bias for best results
### Market Context
- **Impulse Analysis**: Understand when market is in momentum vs. consolidation
- **Indecision Patterns**: Identify range-bound conditions and potential breakouts
- **Volume Confirmation**: Displacement often coincides with volume spikes
## Alert System
Comprehensive alert functionality for all major signals:
- Bullish/Bearish Pin Bar detection
- Pin Bar confirmation signals
- Displacement momentum signals
- Customizable alert messages with context
## Settings Organization
### 🎯 Trading Signals (Priority Settings)
- Displacement trade signal toggle and lookback period
- Pin bar and confirmation detection toggles
### 📊 Core Settings Groups
- **Displacement Settings**: Length, strength, FVG requirements
- **Pin Bar Settings**: Lookback periods, ratios, thresholds
- **Visual Settings**: Colors and display preferences
### 💡 Helpful Tooltips
- Detailed explanations for each setting
- Optimization recommendations
- Best practices for different timeframes
## Why This Indicator is Different
### ❌ **What Most Pin Bar Indicators Do Wrong**
- Show every candle with long wicks (creates noise)
- No context about market structure or significance
- Fixed parameters that don't adapt to volatility
- No distinction between rejection and momentum patterns
### ✅ **What DisplacementAndPinBar v1.5 Does Right**
- **Quality Over Quantity**: Only shows statistically significant patterns
- **Market Structure Awareness**: Considers recent highs/lows and volatility
- **Multiple Signal Types**: Comprehensive pattern recognition
- **Visual Clarity**: Clean, organized display with logical hierarchy
- **Professional Features**: Proper alerts, settings organization, documentation
## Best Practices
### Timeframe Recommendations
- **Primary**: 5-minute charts (optimized settings)
- **Secondary**: 15-minute and 1-hour for confirmation
- **Scalping**: 1-minute with adjusted sensitivity
### Market Application
- **Forex**: Excellent during London/NY sessions
- **Crypto**: Particularly effective on Bitcoin and major altcoins
- **Stocks**: Works well on liquid stocks and indices
- **Futures**: Optimal on high-volume contracts
### Risk Management
- **Stop Losses**: Use pin bar wicks and displacement candle extremes
- **Position Sizing**: Reduce size in low-probability setups
- **Confirmation**: Wait for follow-through signals when possible
- **Context**: Consider higher timeframe trends and major support/resistance
## Version History
- **v1.1**: Initial pin bar and displacement integration
- **v1.3**: Added confirmation logic and refined indecision detection
- **v1.5**: Added displacement momentum signals, organized settings, comprehensive alerts
## Credits
Based on original displacement work by tradeforopp, enhanced with advanced pin bar detection and signal classification by AleksandarPesic & Claude (Anthropic).
---
*DisplacementAndPinBar v1.5 represents a new standard in technical analysis, combining mathematical rigor with practical trading applications. Perfect for traders who want quality signals without the noise.*
ZY Return ZonesThe ZY Return Zones indicator automatically draws the potential support/resistance levels of the parity and clearly displays them on the chart. Although the default settings are the last support/resistance levels, users can change the settings to show the last 6 support/resistance points in the indicator settings.
ZY Legend StrategyThe ZY Legend Strategy indicator is a trading indicator and clearly shows the buy/sell zones on the chart. In this indicator, which does not have an SL order, transaction entries should be made at the cash/8 rate for each signal, and when a transaction that hedges this transaction is opened while the main transaction is open and this hedge transaction becomes TP, the profit obtained from the hedge transaction should be deducted from the TP target of the main transaction.
5 MAsTitle: 5 MAs — Key Moving Averages + 2h Trend Filter
Description:
This indicator plots five essential moving averages used for identifying market structure, momentum shifts, and trend confirmation across multiple timeframes. It’s designed for traders who blend intraday price action with higher-timeframe context.
Included Averages:
200 SMA (red): Long-term trend direction and dynamic support/resistance.
50 SMA (blue): Medium-term trend guide, often used for pullbacks or structure shifts.
21 EMA (purple): Shorter-term momentum guide — commonly used in trending strategies.
10 EMA (green): Fast momentum line for scalping, intraday setups, or crossover signals.
2h 20 EMA (orange): Higher-timeframe trend filter pulled from the 2-hour chart — adds confluence when trading lower timeframes (e.g., 5m, 15m).
How to Use:
Use the alignment of these MAs to confirm market bias (e.g., all pointing up = strong bullish structure).
Watch for crossovers, price interaction, or dynamic support/resistance at key levels.
The 2h 20 EMA adds a higher timeframe filter to avoid counter-trend trades and spot reversals early.
Best Used For:
Scalping, intraday trading, swing entries, or trend-following systems.
EMA/High&Low D,W,M/Engulfing Alert by Yoshi3 EMA
High & Low of Day/Week/Month
Engulfing Alert
*Create alert and select this indicator in condition selector, Buy and sell are seperated*
Bullish/Bearish Close AlertThis will help you alert when a candle close bullish or bearish no matter what
PTSEPTSE Indicator Overview
Core Functionality:
PTSE (Price Trend Strength Evaluator) is a multi-level trend assessment tool that dynamically visualizes Exponential Moving Averages (EMAs) based on price position. It assigns a "strength level" (1-6) reflecting the trend's momentum and selectively displays relevant EMAs to reduce chart clutter.
Who Should Use PTSE & Why?
Trend Traders: Ideal for swing/position traders using EMAs to gauge trend strength.
Price-Action Analysts: Helps confirm trend stages (early/mature) via EMA clusters.
Inverse Market Traders: Optional invertLogic adapts the tool for bearish/short-selling strategies.
Key Use Cases:
Identify trend acceleration/deceleration.
Spot potential reversals when levels drop.
Simplify multi-EMA analysis.
Advantages & Disadvantages
Pros Cons
▶ Reduces visual noise (auto-hides non-relevant EMAs) ▶ Lagging (EMA-based) – less effective in sideways markets.
▶ Objective trend-strength quantification (Levels 1-6) ▶ Whipsaws during volatile price action.
▶ Customizable labels for readability ▶ Does not predict reversals; confirms existing trends.
Complementary Indicators
Combine PTSE with:
RSI/MACD: Validate overbought/oversold conditions.
Volume Oscillators: Confirm breakout strength at key levels.
Support/Resistance Lines: Identify confluence at PTSE level transitions.
How PTSE Works
Core Mechanics:
EMA Tiers: Tracks 12, 24, 50, 100, and 200-period EMAs.
Level Logic:
Level 1 → 6: Price must hold above/below* sequential EMAs (e.g., Level 3 = price > 50 EMA + lower EMAs).
invertLogic=true flips rules for bearish trends.
EMA Visibility: Only EMAs qualifying for the current level appear (e.g., Level 4 shows 12, 24, 50, 100 EMAs).
When to Use:
Level 1-2: Early trend – monitor for potential entry.
Level 4-5: Strong trend – ride momentum.
Level Drops: Warning of weakening trend (e.g., Level 5 → 4).
Level Interpretation
Level Meaning Visible EMAs
1 Weak trend (price near fastest EMA) 12-EMA only
2-3 Developing trend 12, 24, (50 for L3)
4-5 Strong trend 12, 24, 50, 100
6 Extremely strong trend All EMAs (12-200)
EMA Visibility Rules:
Visible: EMA is active for the current level (e.g., Level 3 shows 12/24/50 EMAs).
Hidden: EMA not relevant to the current strength level (e.g., 100/200 EMAs hidden at Level 3).
Practical Usage
Setup: Apply to chart; toggle invertLogic for bearish markets.
Entry/Exit Signals:
Long: Level rises (e.g., 2 → 3) + price above visible EMAs.
Exit/Short: Level drops (e.g., 4 → 3) + price breaks key EMA.
Label Tracking: Position the level label (e.g., "Top Right") to monitor strength without distractions.
Key Insight
PTSE transforms traditional EMA analysis into a phased trend-strength system. By dynamically hiding "irrelevant" EMAs, it emphasizes price position within the trend structure, allowing traders to focus on high-probability momentum shifts. Always combine with volume/price-action confirmation for optimal results.
Step Channel Momentum Trend [ChartPrime]OVERVIEW
Step Channel Momentum Trend is a momentum-based price filtering system that adapts to market structure using pivot levels and ATR volatility. It builds a dynamic channel around a stepwise midline derived from swing highs and lows. The system colors price candles based on whether price remains inside this channel (low momentum) or breaks out (strong directional flow). This allows traders to clearly distinguish ranging conditions from trending ones and take action accordingly.
⯁ STRUCTURAL MIDLNE (STEP CHANNEL CORE)
The midline acts as the backbone of the trend system and is based on structure rather than smoothing.
Calculated as the average of the most recent confirmed Pivot High and Pivot Low.
The result is a step-like horizontal line that only updates when new pivot points are confirmed.
This design avoids lag and makes the line "snap" to recent structural shifts.
It reflects the equilibrium level between recent bullish and bearish control.
This unique step logic creates clear regime shifts and prevents noise from distorting trend interpretation.
⯁ DYNAMIC VOLATILITY BANDS (ATR FILTERING)
To detect momentum strength, the script constructs upper and lower bands using the ATR (Average True Range):
The distance from the midline is determined by ATR × multiplier (default: 200-period ATR × 0.6).
These bands adjust dynamically to volatility, expanding in high-ATR environments and contracting in calm markets.
The area between upper and lower bands represents a neutral or ranging market state.
Breakouts outside the bands are treated as significant momentum shifts.
This filtering approach ensures that only meaningful breakouts are visually emphasized — not every candle fluctuation.
⯁ MOMENTUM-BASED CANDLE COLORING
The system visually transforms price candles into momentum indicators:
When price (hl2) is above the upper band, candles are green → bullish momentum.
When price is below the lower band, candles are red → bearish momentum.
When price is between the bands, candles are orange → low or no momentum (range).
The candle body, wick, and border are all colored uniformly for visual clarity.
This gives traders instant feedback on when momentum is expanding or fading — ideal for breakout, pullback, or trend-following strategies.
⯁ PIVOT-BASED SWING ANCHORS
Each confirmed pivot is plotted as a label ⬥ directly on the chart:
They also serve as potential manual entry zones, SL/TP anchors, or confirmation points.
⯁ MOMENTUM STATE LABEL
To reinforce the current market mode, a live label is displayed at the most recent candle:
Displays either:
“ Momentum Up ” when price breaks above the upper band.
“ Momentum Down ” when price breaks below the lower band.
“ Range ” when price remains between the bands.
Label color matches the candle color for quick identification.
Automatically updates on each bar close.
This helps discretionary traders filter trades based on market phase.
USAGE
Use the green/red zones to enter with momentum and ride trending moves.
Use the orange zone to stay out or fade ranges.
The step midline can act as a breakout base, pullback anchor, or bias reference.
Combine with other indicators (e.g., order blocks, divergences, or volume) to build high-confluence systems.
CONCLUSION
Step Channel Momentum Trend gives traders a clean, adaptive framework for identifying trend direction, volatility-based breakouts, and ranging environments — all from structural logic and ATR responsiveness. Its stepwise midline provides clarity, while its dynamic color-coded candles make momentum shifts impossible to miss. Whether you’re scalping intraday momentum or managing swing entries, this tool helps you trade with the market’s rhythm — not against it.
SY_Quant_AI_Trend.1.0✅ Improved and Compliant Description (for SY_Quant_AI_Trend)
Strategy Name: SY_Quant_AI_Trend
Type: Visual Trend Detection & Signal Confirmation System
Status: Invite-Only / Visualization-Only (no trading logic enabled)
📌 Overview:
SY_Quant_AI_Trend is a multi-layered trend detection strategy that visually identifies market direction using a combination of Supertrend, multi-period Exponential Moving Averages (EMAs), and MACD cycle filters. It is designed to assist traders in recognizing key trend phases, potential reversals, and zones of interest for possible entries and exits.
🔍 Core Logic:
This script integrates multiple indicators into a coherent trend analysis framework:
Supertrend is used as the backbone for trend confirmation, smoothing volatility and filtering false breakouts.
EMA structure (e.g. 20, 34, 55) helps identify the momentum and directional bias.
MACD cycles are used to time potential swing entries within broader trends.
Stop-loss guide lines (not orders) are plotted based on recent price structure to help users visualize risk zones.
By combining these elements, the strategy aims to reduce noise and highlight higher-probability directional moves.
⚙️ Default Settings:
Supertrend length: 10–15 for trend clarity without excessive lag
EMAs: Tuned to reflect short-to-mid-term market structure
MACD smoothing: Adjusted to filter choppy signals in low volatility phases
No trades are executed – this script is for visual support and alerts only.
📈 Usage:
The script provides visual trend bias, potential entry zones, and risk references.
Designed for use on 15M–4H timeframes, but flexible across other periods.
Suitable for trend-following, momentum, and pullback traders.
⚠️ Disclaimer:
This script is for educational and informational purposes only. It does not execute or simulate trades. Users must perform their own analysis and apply proper risk management when making trading decisions. Past performance or signal visualization does not guarantee future results.
🔑 Access:
To obtain access to this invite-only script, please send a private message or contact us through our provided link. Access is granted on a per-user basis.
YZH super wma modelYZH Super WMA Model
Overview
The "YZH Super WMA Model" is a customizable technical analysis indicator built in Pine Script v5 for TradingView. It generates trading signals using three configurable moving averages (MA1, MA2, MA3) and a wick-based filter to enhance signal accuracy. The indicator is overlaid on the price chart and supports multiple MA types: SMA, EMA, WMA, HMA, RMA, and VWMA.
Features
Flexible Moving Averages:
Three MAs (MA1, MA2, MA3) with customizable types and periods.
Default settings: MA1 (50-period SMA), MA2 (200-period HMA), MA3 (100-period EMA).
Adjustable visibility, colors, and line widths.
Wick-Based Filter:
Uses a wick ratio threshold (default: 0.5) to filter signals based on candle wick size.
Enhances signal reliability by focusing on significant wick patterns.
Signal and Trend Logic:
Signal MA (default: MA1) generates entry signals; trend MA (default: MA2) filters trend direction.
Long signals: Price crosses above signal MA, closes above trend MA, with sufficient lower wick.
Short signals: Price crosses below signal MA, closes below trend MA, with sufficient upper wick.
Signals confirmed within a user-defined bar range (default: 5).
Visualization:
Long signals: Green upward triangles below bars, labeled "L".
Short signals: Red downward triangles above bars, labeled "S".
Optional setup points and information table for enhanced analysis.
Alerts:
Triggers alerts on confirmed signals with detailed messages including signal type, MA settings, and price.
Recommended Settings
SMA20-SMA200: For swing trading, capturing short-term vs. long-term trends.
SMA50-HMA200: For trend-following, balancing medium-term signals with smooth long-term trends.
WMA48-WMA200: For volatile markets, emphasizing recent price action.
WMA174-SMA200: For higher time frame (HTF) trend following, ideal for long-term analysis.
Use Cases
Trend following, reversal trading, and customizable strategies.
Suitable for various markets (stocks, forex, crypto) and timeframes.
How to Use
Add to TradingView chart.
Configure MA types, periods, and colors.
Adjust wick threshold and trigger bars.
Enable visualizations and alerts as needed.
Conclusion
The "YZH Super WMA Model" is a robust tool for traders seeking reliable, customizable signals. Backtest the recommended settings to optimize for your market and timeframe.
TrendWave Pro EMATrendWave Pro EMA is your ultimate all-in-one trend trading toolkit! 🛠️ Designed for clarity and power, this indicator provides crystal-clear buy & sell signals, advanced confirmation tools, and rock-solid risk management features. It’s built around a dynamic EMA channel and a powerful ATR algorithm to help you catch and ride market trends like a pro.
If you're looking for a single indicator to define trends, generate entry signals, spot choppy markets, and manage trades with a visual Stop Loss system, your search is over.
📈 Recommended Timeframe: For peak performance and accuracy, use this indicator on 15-minute timeframes or higher (e.g., 1-hour, 4-hour).
⚙️ How It Works: Core Components
This indicator combines several powerful modules into one seamless trading system.
1. EMA Trend Band (The "TrendWave") 🌊
This is the engine of the indicator. It features a 100-period EMA of the close, hugged by an upper band (from the high) and a lower band (from the low).
🔵 Blue Midline: Signals a potential uptrend or bullish momentum.
🔴 Red Midline: Signals a potential downtrend or bearish momentum.
⚪ Gray Midline: Suggests a consolidating or neutral market.
The vibrant fill between the bands gives you an instant read on the current trend.
2. ATR-Based Buy & Sell Signals 🎯
The "Buy" and "Sell" labels are powered by a smart Chandelier Exit logic using the Average True Range (ATR). This is designed to capture momentum while filtering out distracting market noise.
🟢 Buy Signal: Appears when the price shows strong upward thrust and breaks above the calculated trailing stop.
🔴 Sell Signal: Appears when the price shows strong downward pressure and breaks below the calculated trailing stop.
3. Visual Stop Loss System 🛡️
Risk management made easy! This critical feature plots your stop loss directly on the chart, activating automatically with every new signal. Choose your style:
💰 Fixed Amount: Set a precise price distance for your SL (e.g., $3.11).
📊 Percentage: Use a percentage of your entry price (e.g., 2%).
📈 ATR Trailing: A dynamic trailing stop that follows the price to lock in profits. It moves up in an uptrend and down in a downtrend, but never against you!
💎 Additional Confirmation Tools
To boost your confidence and trade accuracy, TrendWave Pro EMA comes packed with optional tools:
🔗 Three Customizable Moving Averages: Add up to three of your favorite MAs (EMA, SMA, WMA, etc.) for extra confluence.
🛰️ Super SSL Channel: A secondary trend-following channel. A green line confirms bullish sentiment, while a red line confirms bearish control.
😴 Range Detector: This unique tool automatically highlights boring, sideways markets. Avoid trading when the price is trapped in the green "no-trade" zone! The box flips blue on a bullish breakout and red on a bearish one.
🕯️ Price Action Candlesticks: Get extra confirmation by automatically detecting key patterns:
Pin Bars: 🔵 for bullish, 🔴 for bearish
Shaved Bars: 💧 for bullish, 🌺 for bearish
Inside Bars: 🟡
Outside Bars: 🟠
📖 How to Use
Identify the Main Trend: Use the color of the EMA Trend Band and the Super SSL Channel to see the big picture.
Wait for a Signal: Look for a "Buy" signal in an uptrend or a "Sell" signal in a downtrend.
Seek Confirmation: For A+ setups, look for confirming factors like a bounce from an MA or a strong candlestick pattern.
Avoid Ranging Markets: See the green Range Detector box? That's a sign to sit on your hands and wait for a clear breakout.
Manage Your Risk: Use the Visual Stop Loss line that appears with your signal. Set it and forget it!
👋 Feedback and Suggestions
This indicator is always evolving. For any feedback, questions, or cool ideas, hit me up on Telegram: @Nisar847
TIME-SPLT ACADEMY INDICATOR# TIME-SPLT ACADEMY CISD + FVG + TSM FRACTALS - Comprehensive Market Structure Analysis Tool
## Overview
This indicator combines three essential market structure analysis components into a unified trading tool: Change in State Direction (CISD), Fair Value Gaps (FVG), and TSM Fractals. This integration provides traders with a complete framework for identifying market structure breaks, price imbalances, and key pivot levels on any timeframe.
## Component 1: CISD (Change in State Direction)
**What it is:** CISD identifies significant breaks in market structure by tracking when price decisively breaks above previous swing highs (bullish CISD) or below previous swing lows (bearish CISD). This concept is fundamental to understanding trend changes and continuation patterns.
**How it works:**
- Monitors swing highs and lows using customizable pivot periods
- Tracks when price closes above a previous swing high (bullish structure break)
- Tracks when price closes below a previous swing low (bearish structure break)
- Draws horizontal lines from the pivot point to the break point with "CISD" labels
- Works on multiple timeframes simultaneously
**Trading Applications:**
- Identifies trend changes and continuation signals
- Provides entry signals on structure breaks
- Helps determine market bias and direction
## Component 2: FVG (Fair Value Gaps)
**What it is:** Fair Value Gaps are price imbalances that occur when there's a gap between the high of one candle and the low of another candle two periods later, with the middle candle not filling this gap. These represent areas where price moved inefficiently and often return to "fill" the gap.
**How it works:**
- Analyzes 3-candle patterns to identify gaps
- Bearish FVG: Gap between low and high where price dropped leaving unfilled space above
- Bullish FVG: Gap between high and low where price rose leaving unfilled space below
- Tracks 8 different candle body combinations for each direction (up, down, doji patterns)
- Monitors gap mitigation when price returns to fill the imbalance
- Changes color when gaps are partially or fully mitigated
**Gap Detection Logic:**
- Bearish FVG patterns: DDD, DDJ, JDD, UDJ, JDU, UDD, DDU, UDU
- Bullish FVG patterns: DUD, DUJ, JUD, UUJ, JUU, UUD, DUU, UUU
- (D=Down candle, U=Up candle, J=Doji candle)
**Trading Applications:**
- High-probability reversal zones when price returns to FVGs
- Support and resistance levels
- Target areas for limit orders
- Risk management reference points
## Component 3: TSM Fractals
**What it is:** TSM Fractals identify significant pivot highs and lows using Williams Fractal methodology. These mark potential reversal points and key support/resistance levels.
**How it works:**
- Identifies fractal highs: peaks where the center candle's high is higher than surrounding candles
- Identifies fractal lows: valleys where the center candle's low is lower than surrounding candles
- Uses customizable lookback periods (default 15) for fractal identification
- Displays horizontal lines with "$" symbols at fractal levels
- Maintains a configurable number of recent fractals on the chart
**Trading Applications:**
- Key support and resistance levels
- Potential reversal zones
- Confluence with other analysis tools
- Stop loss placement reference points
## Why This Combination Works
**Synergistic Analysis:** Each component provides different but complementary information:
1. **CISD** shows when market structure changes, indicating trend shifts or continuation
2. **FVGs** reveal where price has moved inefficiently and may return for rebalancing
3. **Fractals** highlight key pivot points that often act as support/resistance
**Trading Edge:** The combination allows for:
- **Entry Confirmation:** Wait for CISD breaks near unfilled FVGs at fractal levels
- **Risk Management:** Use FVG boundaries and fractal levels for stop placement
- **Target Selection:** Project moves to opposite FVGs or fractal levels
- **Market Context:** Understand whether you're trading with or against structure
## Key Features
**Multi-Timeframe CISD:**
- Customizable timeframe settings (Minute, Hour, Day, Week, Month)
- Adjustable swing length for pivot identification
- Customizable line styles, widths, and colors
- Optional alerts on structure breaks
**Advanced FVG Management:**
- Automatic gap size filtering
- Real-time mitigation tracking
- Color-coded active vs. mitigated gaps
- Optional pip value labels
- Large gap alerts for significant imbalances
**Intelligent Fractal Display:**
- Configurable fractal periods
- Maximum fractal count management
- Clean visual presentation
- Historical fractal preservation
## Settings & Customization
**CISD Settings:**
- Timeframe selection and multipliers
- Swing length adjustment (default 7)
- Line styling options
- Color customization for bullish/bearish breaks
- Alert toggle options
**FVG Settings:**
- Show/hide toggles for each direction
- Minimum gap size filtering
- Alert threshold for large gaps
- Color schemes for active and mitigated gaps
- Optional size labels in pips
**Fractal Settings:**
- Fractal period adjustment (default 15)
- Maximum display count (default 10)
- Show/hide toggle
## Educational Value
This indicator teaches traders to:
- Understand market structure concepts
- Recognize price inefficiencies
- Identify key pivot points
- Combine multiple analysis methods
- Develop systematic trading approaches
## Use Cases
**Swing Trading:** Identify major structure breaks with FVG confluence
**Day Trading:** Use lower timeframe CISDs with intraday FVGs
**Scalping:** Quick entries at FVG mitigation near fractal levels
**Position Trading:** Higher timeframe structure analysis with major FVGs
## Technical Implementation
- Utilizes Pine Script v6 for optimal performance
- Efficient array management for historical data
- Real-time calculations without repainting
- Memory-optimized box and line management
- Multi-timeframe data handling with proper security functions
This comprehensive tool eliminates the need for multiple separate indicators, providing everything needed for complete market structure analysis in one cohesive package. The educational component helps traders understand not just what the signals are, but why they work and how to use them effectively in different market conditions.
Daily Trading Barometer (DTB) with DJIA OverlayThe "Daily Trading Barometer (DTB) with DJIA Overlay" is a custom technical indicator designed to identify intermediate-term overbought and oversold conditions in the stock market, inspired by Edson Gould's original DTB methodology. This indicator combines three key components:
A 7-day advance-decline oscillator, a 20-day volume oscillator, and a 28-day DJIA price ratio, normalized into a composite index scaled around 110–135. Values below 110 signal potential oversold conditions, while values above 135 indicate overbought territory, aiding in timing market reversals.
The overlay of a normalized DJIA plot allows for visual correlation with the broader market trend. Use this tool to anticipate turning points in oscillating markets, though it’s best combined with other indicators for confirmation. Ideal for traders seeking probabilistic insights into bear or bull market transitions.
How to use -
If the DTB line (blue) and normalized DJIA (orange) are under the green dashed line, high probability for a long and reversal.
Use with the symbol SPX/QQQ
Dow Jones Industrial Average - DJIA