CGG RSI Divergence ScannerThis is a customized Relative Strength Index (RSI) indicator that enhances standard divergence detection with creative and visually intuitive symbols.
✅ Automatically detects bullish and bearish divergences
✅ Replaces traditional labels with fun icons like crabs, batteries, and geckos
✅ Custom-colored RSI bands: blue for upper, lower, and mid levels
✅ Ideal for day trading, swing trading, and trend confirmation
✅ Works across markets: crypto, forex, stocks, and more
🎯 Key Features:
Spot early reversal signals through divergence
Receive unique visual cues to support fast decision-making
Designed to reduce analysis fatigue and increase chart readability
⚠️ Disclaimer:
This tool is for educational and analytical purposes only. Trading involves risk — always combine with proper risk management and do your own research before making decisions.
Bande e canali
MarathiStockTraders AI//@version=5
indicator("MarathiStockTraders AI", overlay=true, format=format.price, precision=2)
// === INPUTS ===
// SuperTrend Inputs
atrPeriod = input.int(10, title="ATR Period")
multiplier = input.float(3.0, title="ATR Multiplier", step=0.1)
changeATR = input.bool(true, title="Change ATR Calculation Method?")
showSignals = input.bool(true, title="Show Buy/Sell Signals?")
highlighting = input.bool(true, title="Highlighter On/Off?")
// Bollinger Band Inputs
bbLength = input.int(20, title="BB Period (for SuperTrend source)")
bbSrc = input.source(close, title="BB Source")
showBB = input.bool(true, title="Show Bollinger Bands?")
bbMult = input.float(2.0, title="BB Multiplier", step=0.1)
// === Bollinger Band Calculation ===
bbBasis = ta.sma(bbSrc, bbLength)
bbUpper = bbBasis + bbMult * ta.stdev(bbSrc, bbLength)
bbLower = bbBasis - bbMult * ta.stdev(bbSrc, bbLength)
// === ATR Calculation ===
atr_standard = ta.atr(atrPeriod)
atr_sma = ta.sma(ta.tr, atrPeriod)
atr = changeATR ? atr_standard : atr_sma
// === SuperTrend Calculations using BB Basis ===
src = bbBasis
upperBand = src - (multiplier * atr)
lowerBand = src + (multiplier * atr)
upperBand := close > nz(upperBand ) ? math.max(upperBand, nz(upperBand )) : upperBand
lowerBand := close < nz(lowerBand ) ? math.min(lowerBand, nz(lowerBand )) : lowerBand
trend = 0
trend := nz(trend , 1)
trend := trend == -1 and close > nz(lowerBand ) ? 1 :
trend == 1 and close < nz(upperBand ) ? -1 : trend
// === Plotting SuperTrend Lines ===
upPlot = plot(trend == 1 ? upperBand : na, title="Up Trend", style=plot.style_linebr, linewidth=2, color=color.green)
dnPlot = plot(trend == -1 ? lowerBand : na, title="Down Trend", style=plot.style_linebr, linewidth=2, color=color.red)
// === Buy/Sell Signals ===
buySignal = trend == 1 and trend == -1
sellSignal = trend == -1 and trend == 1
plotshape(buySignal ? upperBand : na, title="UpTrend Begins", location=location.absolute, style=shape.circle, size=size.tiny, color=color.green)
plotshape(buySignal and showSignals ? upperBand : na, title="Buy", text="Buy", location=location.absolute, style=shape.labelup, size=size.tiny, color=color.green, textcolor=color.white)
plotshape(sellSignal ? lowerBand : na, title="DownTrend Begins", location=location.absolute, style=shape.circle, size=size.tiny, color=color.red)
plotshape(sellSignal and showSignals ? lowerBand : na, title="Sell", text="Sell", location=location.absolute, style=shape.labeldown, size=size.tiny, color=color.red, textcolor=color.white)
// === Highlighting ===
basePlot = plot(ohlc4, title="", style=plot.style_circles, linewidth=0)
longFillColor = highlighting ? (trend == 1 ? color.new(color.green, 85) : na) : na
shortFillColor = highlighting ? (trend == -1 ? color.new(color.red, 85) : na) : na
fill(basePlot, upPlot, title="UpTrend Highlighter", color=longFillColor)
fill(basePlot, dnPlot, title="DownTrend Highlighter", color=shortFillColor)
// === Optional Bollinger Bands Display ===
plot(showBB ? bbBasis : na, title="BB Basis", color=color.gray)
plot(showBB ? bbUpper : na, title="BB Upper", color=color.blue)
plot(showBB ? bbLower : na, title="BB Lower", color=color.blue)
// === Alerts ===
alertcondition(buySignal, title="SuperTrend Buy", message="SuperTrend Buy!")
alertcondition(sellSignal, title="SuperTrend Sell", message="SuperTrend Sell!")
alertcondition(trend != trend , title="SuperTrend Direction Change", message="SuperTrend has changed direction!")
📊 Stoch RSI + KDJ Filtered Oscillator (Clean Panel)ChatGPT said:
The Stoch RSI + KDJ Filtered Oscillator is a momentum-based indicator that combines the strengths of Stochastic RSI and KDJ to deliver clean, high-probability trading signals. It filters out weak or choppy movements by requiring alignment and strength between the %K, %D, and %J lines, highlighting only strong bullish or bearish momentum with customizable sensitivity. Designed to appear in a separate panel, this tool is ideal for traders seeking reliable reversal or continuation setups while minimizing false signals in volatile markets.
Dynamic Volume Flow by smaThe Dynamic Volume Flow (DVF) script blends a refined Volume Flow Indicator with adaptive Support & Resistance zones. It analyzes volume strength relative to price movement and dynamically adjusts key levels using pivot detection and percentile ranges.
Traders can choose between fixed or adaptive zones to better track potential breakout areas and trend shifts. Visual fills make important volume levels easy to interpret.
—
Note: The exact calculation method is proprietary and remains closed-source.
Gelismiş Piyasa ve Hizli Trend Analizi (AI Destekli)
TEST AŞAMASINDA OLAN YENİ YAPAY ZEKA KRİPTO VE HİSSELERDE AL SAT SİNYALİ VEREN İNDİKATÖRÜMÜZ 1 AYLIK SÜRE İÇİN HİZMETE SUNULMUŞTUR
"Our new AI-powered indicator, currently in its testing phase, which provides buy/sell signals for cryptocurrencies and stocks, has been made available for a one-month trial period."
Here is a brief presentation about this indicator:
"Good morning/afternoon everyone.
Today, I want to briefly introduce our 'Advanced Market and Fast Trend Analysis Indicator'.
This is a comprehensive Pine Script indicator designed for serious traders, especially for the BIST market and potentially gold futures like MGC1.
What does it do?
It integrates multiple core analysis categories:
Trend: Using indicators like SuperTrend, MACD, RSI, and various Moving Averages.
Volatility: Analyzing market fluctuations with Bollinger Bands, Keltner Channels, and ATR.
Volume: Interpreting buying and selling pressure with OBV, CMF, and MFI.
Key Features:
AI-Powered Signal: It processes data from these categories across multiple timeframes (4-hour and Daily) to generate a robust 'AI Signal' – giving you a clear BUY, SELL, or NEUTRAL recommendation. It even incorporates market context by analyzing major BIST indices.
Fast Trend Analysis: A unique component provides a quick, actionable trend strength percentage and a ⚡BUY / ⚡SELL / 🟡Wait signal directly on your chart, ideal for intraday decisions.
Informative Panels: Dynamic panels on your chart summarize key indicator values, trend directions, and overall market sentiment, helping you quickly grasp the market's pulse.
Session Time Highlights: It visually marks trading and lunch session hours for better time management.
Why is this important for you?
This indicator aims to provide a multi-dimensional view of the market, combining slower, more reliable signals with faster, actionable insights. Its AI-driven decision-making helps reduce emotional trading and provides a more objective perspective, allowing you to make more informed and potentially profitable trading decisions.
Thank you."
Supply and Demand ZonesSupply and Demand Zones.
Best settings to have is have multiplier by 3 and only turn on the 30 minute, the 1 hour, and the 4 hour.
AI Dynamic Fib Tool V1.0📌 Description
ND EĞİTİM – AI Auto Fibonacci is a next-generation Fibonacci indicator that goes beyond static levels. It automatically determines optimal lookback periods based on market conditions such as volatility, volume, trend strength, momentum, and RSI positioning. Using this data, it dynamically identifies Higher High (HH) and Lower Low (LL) levels and draws multi-layered adaptive Fibonacci levels.
Unlike traditional indicators that rely on fixed periods, this script simulates an AI-like decision engine by incorporating:
Volatility (ATR-based)
Momentum (ROC + RSI deviation)
Volume activity (volume vs. average volume)
Trend strength (EMA + MACD crossover)
Bollinger Band width
These are synthesized into a “Market Score”, which guides the system’s behavior.
🧠 AI-Like Adaptive Calculation Logic
The indicator behaves like a basic machine learning agent that adapts to changing market environments:
In low volatility, it extends the historical window for broader context.
In high-volume, high-trend scenarios, it shortens the lookback for faster reactions.
This reduces noise and increases relevancy compared to fixed-period methods.
⚙️ How It Works
Calculates Optimal Lookback Period:
A “market score” is derived from volatility, trend momentum, RSI bias, volume ratio, and BB width.
This score adjusts the lookback window between 15 and 100 bars.
Detects HH and LL:
Finds most recent Higher High and Lower Low within the optimal window.
These act as anchors for Fibonacci levels.
Draws Fibonacci Zones:
Classic levels: 0%, 23.6%, 38.2%, 50%, 61.8%, 78.6%, 100%, 127.2%, 161.8%
Dynamic extensions: -61.8%, -38.2%, 14.6%, 9.1%, depending on market score
Displays a Detailed Info Panel:
Shows current trend (Bullish, Bearish, Sideways)
Volatility rating
HH/LL levels, age in bars, and total range
Market activity commentary
🎯 Best Use Cases
Support & Resistance Mapping:
Use Fibonacci levels to identify likely zones for pullbacks, reactions, or breakouts.
Trend Analysis:
EMA, MACD, and HH/LL cross-confirm the trend direction and strength.
Alert-Based Monitoring:
Use built-in alert conditions to track price breakouts above key Fibonacci zones (e.g., 61.8%, 127.2%).
📢 User Notes
🔹 Always apply the indicator on price charts (overlay = true).
🔹 All levels and drawings update dynamically on the last bar.
🔹 Use the “Add Alert” panel to select from pre-defined crossover/crossunder conditions for Fibonacci levels.
TIP:
When the market score is high (>0.7), the system draws extended levels and reacts faster. In quiet markets, it reduces visual clutter by only showing core zones.
💡 Key Advantages
✅ AI-inspired adaptive structure
✅ Optimal lookback logic per asset condition
✅ Clean, informative labels and lines
✅ Alarm-ready setup
✅ Suitable for both swing trading and trend analysis
📈 Developed by:
This indicator was created by ND Eğitim, a Turkey-based trading education company focused on algorithmic systems and practical technical analysis.
📌 Telegram (Free Signals): @nd_bist100_signal
📌 X (Twitter): @ndegitim
📌 Web: www.ndegitim.com
Crypto DanR 1.4Crypto DanR 1.4
Overview:
"Crypto DanR 1.4" is a versatile TradingView indicator designed to provide traders with a deep understanding of price dynamics and liquidity flow. By integrating key concepts from volume and price action analysis, it aims to enhance decision-making in crypto and traditional markets.
Included Features:
Vector Candles (PVSRA - Price, Volume, Spread, Relative Activity):
Incorporates the "Vector Candles" logic based on the PVSRA system.
Colors candles according to the relationship between price, volume, and relative activity, helping to identify accumulation, distribution, buying, or selling strength phases.
Uses distinct colors (red, green, fuchsia, blue, white, dark grey) for quick visual identification of market dynamics.
Central SMMA with Prediction:
Plots a central Smoothed Moving Average (SMMA) to identify the dominant medium-term trend.
Includes a visual "prediction" that projects the future SMMA based on its current slope, offering insight into potential short-term direction.
BigBeluga Upper 3 / Lower 3:
Displays two dynamic bands ("Upper 3" and "Lower 3") around the central SMMA, based on ATR and a Fibonacci ratio (4.236).
These bands act as potential support/resistance zones or indicators of extreme overbought/oversold conditions relative to the average trend.
Fair Value Gap (FVG) / Liquidity Voids Detection:
Identifies and displays "Fair Value Gaps" (also known as "Liquidity Voids") on the chart.
FVGs are areas where price moved rapidly, leaving market inefficiencies, often perceived as "magnets" for future price action.
Customization options for threshold (ATR multiplier), bullish/bearish FVG colors.
Includes a feature to visually mark filled FVGs and an option to show labels (similar to LuxAlgo).
"Present" mode focuses on recent FVGs, while "Historical" mode provides a comprehensive view.
Multiple Customizable Moving Averages (5 MAs):
Adds the capability to plot up to 5 different moving averages.
Each MA is fully customizable:
Toggle On/Off: Each MA can be displayed or hidden independently.
MA Type: Choose from RMA, SMA, EMA, WMA, HMA, VWMA.
Length: Define the calculation period for each MA.
Source: Apply the MA to Open, High, Low, Close, hl2, hlc3, ohlc4, hlcc4 or Normal MA (Close by default).
Multi-Timeframe: Option to calculate the MA on higher timeframes (e.g., 1H, 4H, Day, Week, Month, etc.) for broader contextual analysis.
Color: Set a unique color for each MA.
Default values are configured for a commonly used set of MAs (EMA 10, SMA 20, 50, 200, SMA 50 Week), but they can be adjusted to your preferences.
Ideal for:
Traders seeking an all-in-one tool that combines market structural analysis (FVG, MAs) with price action and volume-based insights (Vector Candles) for more informed decision-making.
MP AMS (100 bars)Indicator Name: ICT Nested Pivots: Advanced Structure with Color Control
Description:
This indicator identifies and labels nested pivot points across three levels of market structure:
Short-Term Pivots (STH/STL)
Intermediate-Term Pivots (ITH/ITL)
Long-Term Pivots (LTH/LTL)
It detects local highs and lows using a user-defined lookback period and categorizes them into short, intermediate, and long-term pivots based on their relative strength compared to surrounding pivots.
Key Features:
Multi-level pivot detection: Nested identification of short, intermediate, and long-term highs and lows.
Customizable display: Toggle visibility of each pivot level independently for both highs and lows.
Color control: Customize colors for high and low pivot labels and text for enhanced chart readability.
Clear labeling: Each pivot is marked with intuitive labels ("STH", "ITH", "LTH" for highs and "STL", "ITL", "LTL" for lows) placed above or below bars accordingly.
Safe plotting: Avoids errors by validating data and only plotting labels within the lookback range.
This tool helps traders visually analyze market structure and identify key turning points at different time scales directly on their price charts.
Range & Consolidation DetectorHello friends,
I’m excited to share my latest discovery with you — the Range & Consolidation Detector. This script is built on a unique methodology I’m truly proud of. It uses no traditional indicators like ADX, RSI, or ATR — just pure statistics and mathematics under the hood. No parameters to tweak, no settings to guess — it just works, right out of the box.
🛠️ How It Works
At its core is a proprietary formula that reliably identifies ranging conditions across all tickers and timeframes. It’s simple, robust, and consistent — exactly what traders need to spot sideways markets without noise or lag.
🔥 Key Features
Pine Script v6 – Uses the latest version for maximum performance
Zero configuration – No inputs to adjust, no hidden settings — the algorithm works automatically
Optimized performance – Runs efficiently for smooth charting
Universal compatibility – Works flawlessly on any asset and timeframe, in every market condition — from euphoric peaks to choppy ranges
📸 Visual Examples
If you’d like access or have any questions, feel free to reach out to me directly via DM.
👋 Good luck and happy trading!
Blackflag x Hull by @SalarbbBlackflag + Hull Suite
Description:
This custom indicator fuses the Hull Suite and Black Flag trend system into a unified visual tool designed to improve trend detection and entry precision. The Hull Suite offers a smoothed, low-lag trend visualization based on multiple Hull Moving Averages (HMA), while the Black Flag adds a momentum-based directional filter with optional signals and color-coded confirmations. This combination enhances both trend-following and reversal identification, making it suitable for scalping, swing trading, and intraday strategies.
Key Features:
Multiple Hull MA smoothing options (fast, medium, slow)
Adaptive trend coloring based on direction and strength
Integrated Black Flag filters for momentum validation
Signal alerts for potential entries or exits
Customizable settings for tailored sensitivity
Message me on Twitter to get access for free. @Salarbb
Cheers
د هيوكا SPX Quick Scalper🟢 بالعربي: خصائص المؤشر
يعمل على جميع الفواصل السريعة (مثالي للدقيقة والخمس دقائق)
يعتمد على تقاطع متوسطين متحركين (سريع وبطيء)
يعتمد على فلترة القوة النسبية (RSI) للزخم
يشترط حجم تداول مرتفع للصفقات (سيولة لحظية)
يشترط وجود شمعة قوية (أكبر من المتوسط)
يشترط كسر قمة/قاع لعدد شموع سابقة
يعطي هدفين واضحين وصفقة سترايك مميز
يظهر صندوق إحصائي متكامل على الشارت بالعربي
إشارات قليلة ودقيقة وسريعة (مناسب للمضارب اللحظي)
تنبيهات تلقائية عند كل إشارة دخول أو منطقة انعكاس محتملة
لا يعرض وقف الخسارة في الصندوق لسهولة وسرعة القراءة
🟢 In English: Indicator Features
Works on all fast timeframes (ideal for 1m & 5m charts)
Based on the crossover of two moving averages (fast and slow)
Uses RSI filter for momentum confirmation
Requires high relative volume for entries (real-time liquidity)
Requires a strong candle (body above recent average)
Needs breakout of recent high/low (candle strength)
Gives two clear targets and highlights the strike price
Shows a full info box on the chart (in Arabic)
Very few but accurate and fast signals (perfect for scalpers)
Automatic alerts on every entry and possible reversal zone
No stop loss shown in the info box for fast reading
P3 Malaysian SNR 3-Candle Pattern1 ∙ Core Concept
This indicator turns one of the oldest discretionary price-action ideas—“support & resistance role-reversal”—into a fully rule-based, multi-time-frame model.
It detects, marks and continuously tracks the three-candle structure that Malaysian price-action traders call the SNR 3-candle pattern:
Candle-1 sets the impulse:
bullish close → potential future resistance
bearish close → potential future support
Candle-2 immediately closes the opposite way, signalling absorption of the impulse.
Candle-3 closes in the same direction as Candle-2 and confirms the level.
The script then:
Locks the HTF price zone (high/low of Candle-3) with a horizontal level.
Colours only the first two pattern candles yellow on every timeframe so lower-TF traders can see precisely which bars created the HTF level.
What Makes It Original?
Most S/R scripts only draw one line; this overlay colours all lower-TF bars that live inside the HTF pattern, letting scalpers “zoom in” on HTF structure—an approach not found in open-source examples.
Pure Price-Action –
The logic uses only raw OHLC data; there are no MAs, RSI, BB, etc. This is not a re-skin of classic indicator code.
The Great Anchors: Dual AVWAP Powered by RSI
The Great Anchors
*Dual Anchored Volume Weighted Average Price Powered by RSI*
---
📌 Overview
The Great Anchors is a dual AVWAP-based indicator that resets dynamically using RSI extremes — either from the current asset or a master symbol (e.g., BTCUSDT). It identifies meaningful shifts in price structure and momentum using these "anchored" levels.
It’s designed to help traders spot trend continuations, momentum inflection points, and entry signals aligned with overbought/oversold conditions — but only when the market confirms through volume-weighted price direction.
---
🛠 Core Logic
• AVWAP 1 (favwap): Anchored when RSI reaches overbought levels (top anchor)
• AVWAP 2 (savwap): Anchored when RSI reaches oversold levels (bottom anchor)
• AVWAPs are recalculated each time a new OB/OS condition is triggered — acting like "fresh anchors" at key market turning points.
---
⚙️ Key Features
🔁 Auto or Manual RSI Thresholds
→ Automatically determines dynamic RSI OB/OS levels based on past peaks and troughs, or lets you set fixed levels.
🧠 Master Symbol Control
→ Use the RSI of a separate asset (like BTCUSDT, ETHUSDT, SOLUSDT, BNBUSDT, SUPRAUSDT) or indices (like TOTAL, TOTAL2, BFR) to control resets — ideal for tracking how BTC/major coins impacts altcoins/others.
🔍 Trend-Filtering Signal Logic
→ Signals are filtered for less noise and are triggered when:
- Both AVWAPs are rising (bullish) or falling (bearish)
- Price action confirms the structure
🎯 Visual Markers & Alerts
→ "💥" for bullish signals and "🔥" for bearish ones. Alerts included for automation or push notifications.
---
🎯 How to Use It
1. Add the indicator to your chart.
2. Choose whether to use RSI from the current symbol or a master symbol (e.g., BTC).
3. Select auto-adjusted or manual OB/OS levels.
4. Watch for:
- AVWAP(s) making a significant change (at this point it's one of the AVWAPs resetting)
- Check if price flip it upwards or downwards
- If price goes above both AVWAPs thats a likely bullish trend
- If price can't go above both AVWAPs up and fall bellow both that's a likely bearish trend
- Price retesting upper AVWAP and bounce
- likely bullish continuation
- Price retesting lower AVWAP and dip
- likely bearish continuation
- Signal icons on chart ("💥 - Bullish" or "🔥- Bearish")
Best suited for:
• Swing traders
• Momentum traders
• Traders timing altcoin entries using BTC/Major asset's RSI
---
🔔 Signal Explanation
💥 Bullish Signal =
• Both AVWAPs rising
• Higher lows in price structure
• Bullish candle close
• Triggered from overbought RSI reset
🔥 Bearish Signal =
• Both AVWAPs falling
• Lower highs in price structure
• Bearish candle close
• Triggered from oversold RSI reset
Signals reset by opposite signals to prevent noise or overfitting.
---
⚠️ Tips & Notes
• Use AVWAPs as dynamic support/resistance, even without signal triggers
• Pair with volume or divergence tools for stronger confirmation
---
🧩 Credits & Philosophy
This tool is built with a simple philosophy:
"Anchor your trades to meaningful moments in price — not arbitrary time."
The dual AVWAP concept helps you see how price reacts after momentum peaks, giving you a cleaner bias and more precise trade setups.
---
ONE: PEMA, EMA, SuperTrend, CPR, VIDYAThe ONE indicator is an all-in-one TradingView Pine Script that combines multiple popular trend, momentum, and volume tools into a single overlay. It is designed for senior traders and analysts who need a comprehensive yet lightweight solution to:
1. Identify dynamic price trends (PEMA & standard EMAs)
2. Capture volatility-driven reversals (SuperTrend)
3. Define key support/resistance (Central Pivot Range)
4. Measure adaptive momentum (VIDYA)
Key Advantages
Unified InterfaceNo more juggling separate scripts—activate/deactivate each component via simple inputs.
-PEMA (Price-Embedded MAs) with color-coded trend direction.
-Standard EMAs (5/13/26) for classic crossover strategies.
-SuperTrend for volatility-based stop-and-reverse signals.
-Central Pivot Range (daily & weekly) for intraday support/resistance.
-VIDYA (Variable Index Dynamic Average) for momentum that adapts to market conditions.
Adaptive Momentum Smoothing (VIDYA)Unlike fixed-length moving averages, VIDYA adjusts its sensitivity based on Chande Momentum Oscillator (CMO) or standard deviation.
- Fixed CMO option ensures consistent smoothing when you prefer a stable lookback.
- StDev option allows reactive smoothing in high-volatility environments.
- Customizable AlertsReal-time alertcondition on VIDYA color changes—ideal for automated trade entries/exits.
- Try pairing alerts with SuperTrend cross signals for high-probability setups.
Volume-Weighted Bar ColoringB ars are shaded based on volume spikes relative to an EMA of volume.
- Quickly spot institutional activity or accumulation/distribution phases.
Professional-Grade StylingClean, corporate color palette and line widths optimized for readability on both light and dark backgrounds.
Signal Interpretation
1. PEMA Green-to-Red Fill: Confirms multi-disciplinary trend reversals when the fast PEMA crosses the slow PEMA.
2. EMA Crossovers: Traditional 5/13/26 cross signals for momentum entry/exit.
3. SuperTrend Line: Trades above the line in uptrends; short when price closes below.
4. CPR Levels: Use daily CPR pivot (CP, BC, TC) for intraday range strategies; weekly pivot for broader support/resistance.
5. VIDYA Color Change: Blue to maroon or vice versa triggers alert for momentum shift.
6. Volume Coloring: Lime/red bars highlight high-volume moves; silver/gray for normal conditions.
Alert Setup
- Right-click on chart → Add Alert → Select ONE_VIDYA → Under Condition, choose VIDYA Color Alarm.
- Configure webhook/email/popup notifications for automated trading systems.
维加斯隧道 Vegas Tunnel v1.0 [xseed]维加斯隧道 Vegas Tunnel V1.0_250709
-默认适配浅色风格主题
-关于EMA设置:
Ema默认(144 169和576 676)构成上下两个通道
Ema默认12 作为信号线
-关于颜色设置:
支持两个均线通道之间颜色填充
当信号线,进入通道区域内变色(默认是变红)
Default adaptation for a light-style theme.
Regarding EMA settings:
Default EMA (144, 169 and 576, 676) form two channels, an upper and a lower one.
Default EMA 12 serves as the signal line.
Regarding color settings:
Supports color filling between the two moving average channels.
When the signal line enters the channel area, its color changes (default is red).
-更新:
2025-07-09
首个版本V1.0
XAUUSD M5 Pullback BUYSELL/TPSL [Condark]English: Input Settings Explanation
Strategy Settings (การตั้งค่ากลยุทธ์)
Timeframe คุมเทรนด์ (Trend Control Timeframe): The higher timeframe used to determine the main trend direction. Default is "15" (15 minutes).
EMA Length (EMA Length for Trend): The length of the Exponential Moving Average on the higher timeframe. A higher value means a slower, more stable trend line. Default is 50.
EMA สำหรับ Pullback (M5) (EMA for Pullback): The length of the EMA on the current chart (M5) that the price is expected to pull back to. Default is 21.
TDI Settings (การตั้งค่า TDI)
RSI Period: The lookback period for the RSI calculation, which forms the basis of the TDI's green line. Default is 13.
Signal Line Period (เส้นแดง): The period for the Simple Moving Average of the RSI line, creating the TDI's red "Signal Line". Default is 7.
Additional Filters Settings (การตั้งค่า Filters เพิ่มเติม)
เปิด/ปิด Proximity Filter (Enable/Disable Proximity Filter): A switch to turn the filter on or off. When on, it only allows trades that occur close to the higher timeframe's EMA.
ระยะห่างที่ยอมรับได้ (ATR Multiplier) (Acceptable Distance): Defines "how close" the entry must be to the M15 EMA. The distance is calculated as this number multiplied by the current ATR value. A smaller number means the entry must be very close. Default is 2.5.
เปิด/ปิด ADX/DI Filter (Enable/Disable ADX/DI Filter): A switch to turn the trend strength filter on or off.
ADX Trend Level (ต้องสูงกว่า): The minimum ADX value required to consider the market as "trending". A trade will only be taken if the ADX is above this level. Default is 20.
เปิด/ปิด ATR Volatility Filter (Enable/Disable ATR Volatility Filter): A switch to turn the volatility filter on or off. When on, it prevents trades if the market volatility is too low. Default is off.
ATR Filter MA Length: The period for the moving average of the ATR. A trade is only allowed if the current ATR is higher than its moving average.
TP/SL Settings (การตั้งค่า TP/SL)
ATR Length: The lookback period for the Average True Range (ATR) calculation, used to determine the size of the TP and SL. Default is 14.
ตัวคูณ Stop Loss (จาก ATR) (Stop Loss Multiplier): This number is multiplied by the ATR value to set the Stop Loss distance from the entry price. Default is 1.5.
ตัวคูณ Take Profit (จาก ATR) (Take Profit Multiplier): This number is multiplied by the ATR value to set the Take Profit distance from the entry price. Default is 2.5.
Table Settings (การตั้งค่าตาราง)
ตำแหน่งตาราง (Table Position): Allows you to choose where the performance summary table is displayed on the chart (e.g., top-right, bottom-left).
ภาษาไทย: คำอธิบายการตั้งค่า (Settings)
การตั้งค่ากลยุทธ์ (Strategy Settings)
Timeframe คุมเทรนด์: ไทม์เฟรมที่ใช้ในการกำหนดทิศทางของเทรนด์หลัก ค่าเริ่มต้นคือ "15" (15 นาที)
EMA Length: ความยาวของเส้น EMA ในไทม์เฟรมที่ใช้คุมเทรนด์ ยิ่งค่ามากเส้นเทรนด์จะยิ่งช้าและนิ่งขึ้น ค่าเริ่มต้นคือ 50
EMA สำหรับ Pullback (M5): ความยาวของเส้น EMA ในกราฟปัจจุบัน (M5) ซึ่งเป็นเส้นที่คาดหวังให้ราคาย่อตัวกลับมาหา ค่าเริ่มต้นคือ 21
การตั้งค่า TDI (TDI Settings)
RSI Period: จำนวนแท่งเทียนย้อนหลังที่ใช้ในการคำนวณ RSI ซึ่งเป็นพื้นฐานของเส้นสีเขียวใน TDI ค่าเริ่มต้นคือ 13
Signal Line Period (เส้นแดง): จำนวนแท่งเทียนที่ใช้ในการคำนวณเส้นค่าเฉลี่ย (SMA) ของ RSI เพื่อสร้างเป็นเส้น Signal Line (สีแดง) ของ TDI ค่าเริ่มต้นคือ 7
การตั้งค่า Filters เพิ่มเติม (Additional Filters Settings)
เปิด/ปิด Proximity Filter: ปุ่มสำหรับเปิดหรือปิดฟิลเตอร์ เมื่อเปิดใช้งาน จะอนุญาตให้เทรดเฉพาะเมื่อจุดเข้าอยู่ใกล้กับเส้น EMA ของ M15 เท่านั้น
ระยะห่างที่ยอมรับได้ (ATR Multiplier): กำหนดว่าจุดเข้าต้อง "ใกล้แค่ไหน" กับเส้น EMA M15 โดยระยะห่างจะคำนวณจากค่านี้คูณกับค่า ATR ปัจจุบัน ยิ่งค่าน้อยแปลว่าต้องยิ่งใกล้มาก ค่าเริ่มต้นคือ 2.5
เปิด/ปิด ADX/DI Filter: ปุ่มสำหรับเปิดหรือปิดฟิลเตอร์ความแรงของเทรนด์
ADX Trend Level (ต้องสูงกว่า): ค่า ADX ขั้นต่ำที่บ่งบอกว่าตลาดกำลัง "มีเทรนด์" การเทรดจะเกิดขึ้นต่อเมื่อค่า ADX สูงกว่าระดับนี้ ค่าเริ่มต้นคือ 20
เปิด/ปิด ATR Volatility Filter: ปุ่มสำหรับเปิดหรือปิดฟิลเตอร์ความผันผวน เมื่อเปิดใช้งาน จะป้องกันการเทรดหากตลาดมีความผันผวนต่ำเกินไป (ค่าเริ่มต้นคือปิด)
ATR Filter MA Length: จำนวนแท่งเทียนที่ใช้คำนวณเส้นค่าเฉลี่ยของ ATR การเทรดจะเกิดขึ้นต่อเมื่อค่า ATR ปัจจุบันสูงกว่าค่าเฉลี่ยของมัน
การตั้งค่า TP/SL (TP/SL Settings)
ATR Length: จำนวนแท่งเทียนย้อนหลังที่ใช้ในการคำนวณ Average True Range (ATR) เพื่อนำไปกำหนดขนาดของ TP และ SL ค่าเริ่มต้นคือ 14
ตัวคูณ Stop Loss (จาก ATR): ตัวเลขนี้จะถูกนำไปคูณกับค่า ATR เพื่อกำหนดระยะ Stop Loss จากราคาเข้า ค่าเริ่มต้นคือ 1.5
ตัวคูณ Take Profit (จาก ATR): ตัวเลขนี้จะถูกนำไปคูณกับค่า ATR เพื่อกำหนดระยะ Take Profit จากราคาเข้า ค่าเริ่มต้นคือ 2.5
การตั้งค่าตาราง (Table Settings)
ตำแหน่งตาราง: ให้คุณสามารถเลือกตำแหน่งที่จะแสดงตารางสรุปผลการดำเนินงานบนหน้าจอได้ (เช่น มุมบนขวา, มุมล่างซ้าย)
TMIVIPThe TMIVIP indicator is a custom trading signal generator that combines Bollinger Bands with a 66-period Exponential Moving Average (EMA) to identify high-probability buy and sell opportunities. This indicator is designed to detect mean-reversion signals when price action sweeps beyond Bollinger Band boundaries and recovers, while confirming trend direction using the 66 EMA filter
Session Overlay - FXMontys dual session overlayDeveloped by FX Monty
This indicator was created for traders who want a cleaner, more structured way to mark their session highs and lows, as well as lower time frame supply and demand zones using volume-based analysis.
🔹 What This Indicator Is For
Designed to complement both the Core Sessions and CM Sessions indicators.
Helps identify key trading sessions: Asia, London, and New York.
Supports traders who blend session structure, liquidity, and LTF price action for more precise setups.
📌 How to Use
Marking Highs & Lows:
Use the Core Sessions Indicator to mark session highs and lows. You can use either a box or a horizontal ray — whichever gives the cleanest visual.
Supply & Demand Zones (LTF):
Use the CM Sessions Indicator for marking LTF supply and demand zones within a session.
➤ Don’t forget to adjust your session times manually, especially for daylight savings.
High/Low of Day (HOD/LOD):
Use the 5-minute timeframe on the CM Sessions chart to mark the day’s highs and lows.
✘ Exclude the Asia session from this when evaluating HOD/LOD.
🧠 Strategy Background
This indicator is rooted in two powerful trading methodologies from my mentors:
TJR's Liquidity Concepts – Which influence how we frame session-based liquidity using the Core Sessions logic.
JordanFX's Session-Based Approach – The inspiration for using session structuring for lower time frame entries.
💙 Rest in peace, Jordan. This is for you.
This tool is part of my personal workflow, and I built it to make complex setups easier to visualize and act on. I hope it provides you with clarity, structure, and confidence in your trades.
Happy trading,
— FX Monty