R Trend Exhaustion

# %R Trend Exhaustion — Dual Williams %R Reversal Oscillator

**Catch the exact bar an overbought or oversold trend runs out of steam — a fast and a slow Williams %R, cross-checked, with the reversal marked for you.**

Most %R (Williams Percent Range) setups suffer from one problem: a short-period %R flags "overbought" constantly in a strong trend, so traders either ignore it or get stopped out fighting the trend too early. %R Trend Exhaustion fixes this by running **two** %R readings at once — a fast one (default 21) and a much slower one (default 112, acting like a higher-timeframe filter) — and only calling a zone "overbought" or "oversold" when **both agree**. The moment that agreement breaks, the indicator prints a reversal arrow and draws a box on your price chart showing exactly where the exhausted move happened.

## What it does

- Plots **Fast %R** and **Slow %R** in a sub-window, both on the standard -100..0 scale, so you can read short-term momentum and the longer-term regime on one oscillator.
- Optional **Average formula** blends fast and slow into a single line instead of showing two.
- **11 smoothing engines** for the %R lines: SMA, EMA, RMA, WMA, HMA, VWMA (volume-weighted), SWMA, Highlow, Linreg, Median and PercentRank — reshape responsiveness without changing the core logic.
- Highlights **overbought/oversold exhaustion zones** only when Fast and Slow %R are inside the zone together (or the blended Average, if selected).
- Prints a **reversal arrow** the instant a zone breaks: ▼ red when an overbought trend exhausts, ▲ blue when an oversold trend exhausts — the indicator's core trade trigger.
- Draws a **live box directly on the price chart** around every active overbought/oversold zone, growing while the zone is active and freezing the moment it ends — so you see exactly which candles produced the exhaustion, not just a line on an oscillator.
- Optional **zero-line (-50) cross arrows** and **Fast/Slow crossover dots** for earlier, more aggressive reads.
- **Alerts** (popup, mobile push, email) for zone start, zone break (reversal) and crossovers — each switchable independently, fired once per closed bar, non-repainting.
- Configurable exhaustion **threshold**, colors, box fill/outline and box history limit.
- Works on any symbol and timeframe. MT4 version available with identical logic and inputs.

## Why traders use it

- **Two timeframes, one filter** — the slow 112-length %R behaves like a built-in higher-timeframe check, so you stop fading strong trends on every minor overbought blip.
- **The trigger is the exit of the zone, not the entry into it** — most %R setups tell you "it's overbought" and leave you guessing when to act; this indicator tells you the moment the overbought/oversold condition is actually over.
- **The box shows you the evidence** — instead of trusting a line in a sub-window, you see the exact candles on the price chart that built up the exhausted move.
- **11 smoothing formulas** instead of being locked into one, so you can match the oscillator's feel to the instrument and timeframe you trade.
- **Non-repainting signals** — the overbought/oversold state and the reversal arrow are locked in on bar close, so what you see in backtest is what you would have seen live.

## How to trade / read signals with it

**Reading the chart at a glance:**

| What you see | What it means |
|---|---|
| Fast and Slow %R both sit above the top threshold (near 0) — a tinted box appears on the price chart | **Overbought** — the up-move is stretched; do not chase new longs, start watching for the reversal |
| Fast and Slow %R both sit below the bottom threshold (near -100) — a tinted box appears on the price chart | **Oversold** — the down-move is stretched; do not chase new shorts, start watching for the reversal |
| **▼ red arrow** prints at the top of the oscillator | Overbought zone just broke — **bearish reversal trigger** |
| **▲ blue arrow** prints at the bottom of the oscillator | Oversold zone just broke — **bullish reversal trigger** |
| Box on the price chart is still growing | Zone is still active — the move hasn't exhausted yet, don't trigger off it |
| Box just stopped growing (frozen) | Zone just ended — the reversal arrow should print on that same bar |
| Yellow triangle crossing the middle line *(optional, Zero-Line Cross)* | Momentum has left the exhaustion zone and crossed into neutral territory — confirmation, not a standalone trigger |
| Small dot where Fast and Slow lines cross *(optional, Crossovers)* | Short-term momentum is realigning with (or against) the slow line — an early heads-up, best combined with the zone/arrow signals |

**Long setup (mirror everything for shorts):**

1. **Bias:** wait for an oversold box to appear on the price chart — Fast and Slow %R both inside the bottom zone.
2. **Trigger:** enter on the **▲ bullish reversal arrow** — the bar where the oversold condition just ended.
3. **Quality check:** prefer boxes that lasted several bars over a single-bar dip — a longer box means a more genuinely exhausted move, not noise.
4. **Stop-loss:** just below the bottom edge of the oversold box (already drawn for you on the chart).
5. **Manage:** if Zero-Line Cross is enabled, a bullish cross through -50 confirms momentum has properly left the oversold zone — a good place to add or hold through a pullback.
6. **Exit:** take profit into the next overbought box, or exit on an opposing reversal arrow / alert.

**Signals to skip:**

- The moment a zone **starts** (box just appears) — that's a warning to stop entering in the trend direction, not a trigger; the trigger is the arrow when the zone **ends**.
- Reversal arrows against a strong Slow %R (112) trend — the slow length is deliberately long to act like a higher-timeframe filter; fading it while it is nowhere near its own zone is a lower-quality trade. Use the Standard formula (not Average) if you want this check to be explicit on the chart.
- Isolated crossover dots or zero-line crosses with no zone/box behind them — these are early, noisier signals meant to support the zone-based arrows, not replace them.

## Input parameters

| Parameter | Default | Description |
|---|---|---|
| **Source** | Close | Price used for the %R calculation |
| **Fast Length / Fast Smoothing** | 21 / 7 | Short-term %R period and its smoothing length |
| **Slow Length / Slow Smoothing** | 112 / 3 | Long-term %R period (acts as a higher-timeframe filter) and its smoothing length |
| **Exhaustion Threshold** | 20 | Size of the overbought/oversold zone (1–50); higher = more signals |
| **Formula** | Standard | Standard (fast & slow must agree) or Average (single blended line) |
| **Average Formula MA length** | 3 | Extra smoothing applied only to the blended Average line |
| **Smoothing Type** | EMA | SMA / EMA / RMA / WMA / HMA / VWMA / SWMA / Highlow / Linreg / Median / PercentRank |
| **Bull / Bear color** | blue / red | Reversal arrows and OB/OS box tint |
| **Fast / Slow line color** | silver / light blue | Oscillator line colors |
| **Draw Boxes on price chart** | true | Tints the overbought/oversold candle ranges directly on the chart |
| **Fill Boxes** | true | Filled tint vs. outline-only boxes |
| **Max Boxes kept on chart** | 60 | Oldest boxes are removed automatically past this count |
| **Plot Zero-Line Cross arrows** | false | Extra signal when %R crosses the -50 midline |
| **Highlight Crossovers** | false | Dot marker where Fast and Slow %R cross |
| **Notification type** | None | None / Alert / Mobile push / Email |
| **Alert switches** | OB/OS start + reversal on | Enable zone-start, reversal and crossover alerts independently |
| **Lookback** | 5000 | Bars of history recalculated on load (0 = full history) |

## Notes

- MetaTrader port of the TradingView indicator **"%R Trend Exhaustion [upslidedown]"**.
- The original's gradient (semi-transparent) OB/OS shading is approximated with solid tinted boxes that blend with your chart's actual background color, so they read correctly in both light and dark themes.
- 10 of the original's 11 alternate smoothing types are implemented from their standard definitions (including the less common HMA, VWMA, SWMA, Highlow, Linreg, Median and PercentRank). The original script's undocumented third-party "mom" smoothing type is not included, since its exact formula is not publicly available.
- Overbought/oversold state and reversal arrows are evaluated on closed bars — non-repainting, backtest-consistent.
- Lightweight: incremental calculation, no DLLs, no external dependencies.
- An MT4 version is also available with identical logic and inputs.
추천 제품
RBreaker
Zhong Long Wu
RBreaker Gold Indicators는 금 선물을 위한 단기 데이 트레이딩 전략으로, 추세 추종과 데이 내 반전의 두 가지 거래 방식을 결합합니다. 추세 장에서 수익을 포착할 수 있을 뿐만 아니라, 시장이 반전될 때 적시에 이익을 확정하고 추세에 맞춰 반대 포지션을 잡을 수 있습니다. 이 전략은 미국 잡지 Futures Truth에서 15년 연속으로 가장 수익성 높은 트레이딩 전략 상위 10위 안에 선정되었습니다. 긴 라이프사이클을 자랑하며, 현재까지 국내외에서 널리 사용되고 연구되고 있습니다. 본 지표는 2026년 금 선물의 움직임을 반영하여 14일 ATR 지표를 기반으로 돌파 계수 A, 관찰 계수 B, 반전 계수 R을 보다 합리적인 값으로 정의했습니다. 매우 훌륭한 지표이며, 안정적인 연간 수익성을 달성했습니다. 강력히 추천합니다~ 위 지표는 변동성이 높은 상품에 적합하며, 매개변수는 금 선물, 주가 지수 선물 등에 적합합니다. 다른 상품이 필요한 경우 돌파 계수 A
CosmiCLab FIBO
Kirils Subins
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
Noize Absorption Index
Ekaterina Saltykova
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
Has rsi signal
Evgenii Savinov
HAS RSI Signal — SL/TP 자동 계산 기능이 포함된 전문 트렌드 지표 HAS RSI Signal 은 검증된 클래식 지표와 현대적인 노이즈 필터링 알고리즘을 결합한 강력한 트레이딩 도구입니다. 이 지표는 Heiken Ashi Smoothed (HAS) 캔들과 RSI 오실레이터를 통해 시장을 분석하며, 추세 반전이나 과매수/과매도 구간 이탈 시 트레이더에게 명확한 진입 신호를 제공합니다. 주요 장점: 이중 필터링: Heiken Ashi Smoothed를 사용하여 시장의 '노이즈'를 제거하고, RSI를 통해 모멘텀의 강도를 확인합니다. 자동 레벨 계산: 단순히 신호만 주는 것이 아니라, 변동성( ATR )을 기반으로 최적의 손절매(Stop Loss) 및 이익 실현(Take Profit) 레벨을 자동으로 계산합니다. 시각적 편의성: 신호가 차트 위에 컬러 캔들 형태로 직접 표시되어 복잡하지 않고 직관적으로 추세를 파악할 수 있습니다. 알림 시스템: 터미널 알람, 사운드, 스마
Pro Gold System Indicator
PEDRO JOAQUIM GONCALVES GOMES
ADVANCED FUNCTIONALITIES: Trend Score (0-100) with visual bar Intelligent signals with adjustable strength (1-10) Risk management with automatic TP/SL Audible and visual alerts Price zones with smooth filling Multi-indicator analysis (RSI, ATR, BB, EMAs) DESIGN FEATURES Modern Visual: Smooth and well-spaced lines (EMA with 2-3px width) Vibrant and professional colors (Sky Blue, Orange, Gold) Modern arrows (code 233/234) for buy/sell signals Configurable dark/light theme Adjustable transparency f
"Impulses and Corrections 5" is created to help traders navigate the market situation. The indicator shows multi-time frame upward and downward "Impulses" of price movements. These impulses are the basis for determining the "Base" , which is composed of zones of corrections of price movements, as well as "Potential" zones for possible scenarios of price movement. Up and down impulses are determined based on a modified formula of Bill Williams' "Fractals" indicator. The last impulse is always "U
# DRAWDOWN INDICATOR V4.0 - The Essential Tool to Master Your Trading ## Transform Your Trading with a Complete Real-Time Performance Overview In the demanding world of Forex and CFD trading, **knowing your real-time performance** isn't a luxury—it's an **absolute necessity**. The **Drawdown Indicator V4.0** is much more than a simple indicator: it's your **professional dashboard** that gives you a clear, precise, and instant view of your trading account status. --- ## Why This Indicator
Trend Channel mt5
Tatiana Savkevych
Trend Channel is a Forex trend arrow indicator for identifying potential entry points. I like it, first of all, because it has a simple operating mechanism, adaptation to all time periods and trading tactics. Created based on a regression channel with filters. We display the signals of the Trend Channel indicator on the price function chart using a mathematical approach. How it works: when the price breaks through the overbought/oversold zone (channel levels), a buy or sell signal is generated
Premium level Pro
Dmitriy Kashevich
Premium level is a unique indicator with more than 80% accuracy of correct predictions! This indicator has been tested for more than two months by the best Trading Specialists! The author's indicator you will not find anywhere else! From the screenshots you can see for yourself the accuracy of this tool! 1 is great for trading binary options with an expiration time of 1 candle. 2 works on all currency pairs, stocks, commodities, cryptocurrencies Instructions: As soon as the red arrow app
Buy CTS scalping indicator, provide buying and selling signals, automatic channeling and sending signals to mobile phones Using technical analysis and price action methods and modern methods, CTS indicator can draw price channels and recognize price trends with high accuracy and issue entry and exit signals according to them. Traders can easily fluctuate using this indicator in different time frames and in different markets. With the CTS indicator, you can signal in different ways. This indicato
BTC Trend Scalper MT5 Trend Capture Edition — BTCUSD를 위한 정밀 모멘텀 트레이딩 안녕하세요, 트레이더 여러분! 저는   BTC Trend Scalper MT5   — 규율 있는 리스크 관리로 모멘텀 움직임을 포착하도록 설계된 지능형 비트코인 트레이딩 전문가 자문(EA)입니다. 저는   마틴게일이 아닙니다 . 저는   그리드 시스템이 아닙니다 . 저는   도박 로봇이 아닙니다 . 저는   추세 추종 스캘퍼 입니다. 모든 캔들을 쫓는 것보다 자본을 보호하는 것이 더 중요하다는 것을 이해하는 트레이더들을 위해 특별히 제작되었습니다. 제 전문 분야는? 비트코인 (BTCUSD) 제 임무는? 높은 확률의 방향성 움직임을 포착하면서 리스크를 엄격하게 통제하는 것입니다. 왜 "추세 포착(Trend Capture)"인가? 많은 비트코인 EA가 고점과 저점을 예측하려고 합니다. 많은 스캘퍼가 모든 시장 변동을 과도하게 거래합니다. 저는 다른
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
An indicator of pattern #31 ("Long Island") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. The second gap is in the opposite direction. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) GapSize - minimum gap size in points ArrowType - a symbol from 1 to 17 ArrowVShift - vertical shift of arrows in points   ShowLevels - show levels ColUp - color of an upward line ColDn - color of a d
Caicai L&S Yield Histogram Important Notice: This indicator is an integral tool of the automated EA Caicai Long and Short Pair Trading . This indicator visually displays the percentage deviation (Yield %) of a pair's current spread relative to its own historical mean. It is an excellent tool for quickly visualizing the gross financial potential of a market distortion in Long & Short operations. Main Features: Percentage Visualization: Understand the size of the distortion in palpable percentage
The   Trendlines Oscillator   helps traders identify trends and momentum based on the normalized distances between the current price and the most recently detected bullish and bearish trend lines. The indicator features bullish and bearish momentum, a signal line with crossings, and multiple smoothing options. USAGE The   Trendlines Oscillator   works by systematically: Identifying pivot highs and lows. Connecting pivots to form bullish (support) and bearish (resistance) trendlines. Measuring
Multi-Timeframe Heiken Ashi (Smoothed with Dashboard) Professional Market Structure Visualization with Weighted Confluence Scoring Transform your trading with crystal-clear multi-timeframe analysis. This indicator combines smoothed Heiken Ashi candles with an intelligent weighted scoring system to give you unprecedented clarity in any market condition. YOUR TRADING QUESTIONS – ANSWERED INSTANTLY: 1. What's the REAL trend direction? Dashboard Reveals:   Higher timeframe (MN1, W1, D1, H4) trend a
MT5용 암호화폐 외환 지표 "WPR with 2 Moving Averages" (리페인트 없음) - WPR 자체는 스캘핑에 가장 적합한 오실레이터 중 하나입니다. - "WPR and 2 Moving Averages" 지표는 WPR 오실레이터의 빠른 이동평균과 느린 이동평균을 함께 보여줍니다. - 이 지표는 가격 조정을 매우 빠르게 감지할 수 있도록 도와줍니다. - 매개변수를 통해 간편하게 설정할 수 있으며, 모든 시간대에 사용 가능합니다. - 매수 및 매도 진입 조건은 그림에서 확인할 수 있습니다. - WPR MA 교차 시 PC 및 모바일 알림 기능 제공. 매수 신호 조건 예시: (1) 빠른 이동평균이 느린 이동평균을 상향 돌파하고 WPR 값이 -50 미만이면 매수 진입. (2) WPR 값이 -20 이상으로 과매수 영역에 진입하면 매수 포지션 청산. 매도 신호 조건 예시: (1) 빠른 이동평균이 느린 이동평균을 하향 돌파하고 WPR 값이 -50 이상이면 매도 진입. (2) -
Fibo Channels
Jeffrey Quiatchon
Fibo Daily Channel Indicator The  Indicator is a powerful tool for traders, providing precise daily support and resistance levels based on Fibonacci retracement and extension calculations. This indicator automatically draws key pivot points (PP, R1, R2, S1, S2) as well as additional extension levels (R3, R4, S3, S4), helping traders identify potential reversal and breakout zones with ease. It includes customizable alerts and push notifications, allowing traders to receive updates whenever the pr
Schaff Trend Cycle STC
Mohammad Taher Halimi Tabrizi
The Schaff Trend Cycle indicator is the product of combining Slow Stochastics and the moving average convergence/divergence (MACD). The MACD has a reputation as a trend indicator, but it's also notorious for lagging due to its slow responsive signal line. The improved signal line gives the STC its relevance as an early warning sign to detect currency trends. this indicator is converted from Trading View code of STC Indicator - A Better MACD [SHK]
Classic SNR MetaTrader 5 Expert Advisor | Multi-Symbol Support & Resistance Trading with Trend-Based Logic Overview Classic SNR Breakout EA is a professional trading robot that identifies structural Support & Resistance levels using daily swing points and executes trades based on H1 price action relative to these levels. The EA applies   dual logic : in an uptrend, it sells on H1 rejection below an SNR level; in a downtrend, it buys on H1 rejection above an SNR level. Breakout confirmations are
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — Hull Moving Average (HMA) 지표 기반 MetaTrader 5 자동 거래 어드바이저 개요 HMA Scalper Pro EA는 Hull Moving Average (HMA) 방향으로 거래하는 MetaTrader 5용 전문 트레이딩 로봇(Expert Advisor)입니다. HMA 지표는 현재 추세 방향을 결정하며, 어드바이저는 Smart Risk 자본 관리, 적응형 그리드 거래, 트레일링 스톱, 브레이크 이븐 및 시간 필터로 보완된 해당 방향으로 거래를 실행합니다. 이 어드바이저는 Netting 및 Hedging 계정을 모두 지원하며 금(XAU/USD), 외환 통화쌍, 원유, 지수 및 암호화폐 거래에 적합합니다. HMA SCALPER PRO EA를 선택해야 하는 이유 - Hull Moving Average 신호 — 클래식 이동 평균보다 추세 변화에 더 빠르게 반응하는 HMA 방향 기반 진입 - 멀티 타임프레임 HMA 계산
Multi Timeframe Smc Bias Finder Trading in alignment with higher timeframe structure is one of the most consistently profitable habits a trader can build. The difficulty has always been execution: switching between timeframes, manually reading structure, and keeping track of whether the Daily, 4-Hour and 1-Hour are all pointing in the same direction before committing to a position. Multi Timeframe Smc Bias Finder resolves that entirely. Three tools in one indicator: A live multi-timeframe bias d
HLC bar MT5 Wyckoff
Eduardo Da Costa Custodio Santos
MT5에 대한 표시기 "HLC_bar_MT5 Wyckoff"는 거래 시 분석을 용이하게 하기 위해 생성되었습니다. HLC Bar는 Richard Wyckoff가 사용했으며 현재 "VSA" 작업에서 널리 사용됩니다. Wyckoff는 High, Low 및 Close를 사용하면 그래프가 훨씬 더 명확하고 분석하기 쉽다는 것을 발견했습니다. 표시기 "HLC_bar_MT5 Wyckoff"는 다음을 허용합니다. # 막대 너비를 변경합니다. # 막대를 같은 색으로 둡니다. # 그리고 같은 가격으로 열리고 닫힌 바를 강조 표시합니다. 색상과 너비는 설정에서 쉽게 수정할 수 있습니다. 지표를 사용하려면 차트로 끌어다 놓기만 하면 됩니다. Wyckoff는 볼륨과 함께 사용할 때 HLC 차트를 막대 그래프라고 불렀습니다.
The Trend Duration Forecast MT5 indicator is designed to estimate the probable lifespan of a bullish or bearish trend. Using a Hull Moving Average (HMA) to detect directional shifts, it tracks the duration of each historical trend and calculates an average to forecast how long the current trend is statistically likely to continue. This allows traders to visualize both real-time trend strength and potential exhaustion zones with exceptional clarity. KEY FEATURES Dynamic Trend Detection:   Utiliz
Trade smarter, not harder: Empower your trading with Harmonacci Patterns This is arguably the most complete harmonic price formation auto-recognition indicator you can find for the MetaTrader Platform. It detects 19 different patterns, takes fibonacci projections as seriously as you do, displays the Potential Reversal Zone (PRZ) and finds suitable stop-loss and take-profit levels. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  ] It detects 19 different harmonic pric
Introduction One of the patterns in "RTM" is the "QM" pattern, also known as "Quasimodo". Its name is derived from the appearance of "Hunchback of Notre-Dame" from Victor Hugo's novel. It is a type of "Head and Shoulders" pattern.   Formation Method   Upward Trend In an upward trend, the left shoulder is formed, and the price creates a new peak higher than the left shoulder peak . After a decline, it manages to break the previous low and move upward again. We expect the price to
CyberTradeTHxAI Gold Sniper MT5 Professional Gold Trading Signal Indicator for MetaTrader 5 CyberTradeTHxAI Gold Sniper MT5 is a professional-grade Gold (XAUUSD) trading indicator developed to identify high-probability Buy and Sell opportunities using trend analysis, pullback confirmation, and intelligent market structure detection. Designed for both beginner and advanced traders, the indicator automatically calculates optimal Entry Zones, Stop Loss, and multiple Take Profit levels while provid
Universal Soul Reaper
Pieter Gerhardus Van Zyl
Universal Soul Reaper is an atmospheric market-flow oscillator designed to interpret price behavior as a cycle of spiritual energy. Instead of reacting to raw price alone, it visualizes the state of the market’s soul —revealing when momentum is awakening, stabilizing, or fading. The indicator operates in a separate window and presents three interwoven entities: the Ectoplasmic Veil , the Spirit Boundary , and the Soul Core . Together, they form a living framework that helps traders sense pressu
Auto Optimized RSI   is a smart and easy-to-use arrow indicator designed for precision trading. It automatically finds the most effective RSI Buy and Sell levels for your selected symbol and timeframe using real historical data simulations. The indicator can be used as a standalone system or as part of your existing trading strategy. It is especially useful for intraday trading. Unlike traditional RSI indicators that rely on fixed 70/30 levels,   Auto Optimized RSI   dynamically adjusts its lev
Stochastic ratio
Muhammad Tamimul Huda
Stochastic Ratio SMA Stochastic Ratio SMA is a custom technical analysis indicator for MetaTrader 5 that combines trend analysis with a modified momentum oscillator. Unlike the standard Stochastic Oscillator, which uses the High-Low price range as its input, this indicator applies the stochastic calculation to a custom data series derived from the ratio between the Close price and the 20-period Simple Moving Average (SMA 20). The Close/SMA ratio is normalized and smoothed using the Stochastic O
이 제품의 구매자들이 또한 구매함
이 제품은 2026년 시장에 맞게 업데이트되었으며 최신 MT5 빌드에 최적화되었습니다. 가격 업데이트 안내: Smart Trend Trading System은 현재 $99 에 제공됩니다. 다음 30회 구매 후 가격은 $199 로 인상됩니다. 특별 혜택: Smart Trend Trading System 구매 후 저에게 개인 메시지를 보내시면 Smart Universal EA를 무료 로 받을 수 있으며, Smart Trend 신호를 자동 거래로 전환할 수 있습니다. Smart Trend Trading System은 리페인트 없음, 재그리기 없음, 지연 없음의 완전한 트레이딩 시스템으로, 더 깨끗한 신호, 더 나은 추세 방향, 그리고 더 체계적인 시장 거래 방식을 원하는 트레이더를 위해 제작되었습니다. Online course , manual and [download presets] . 이 시스템은 추세 감지, 반전 구간, Smart Cloud, 트레일링 스톱 로직, 지지와 저항, 캔들
Trend Sniper X
Sarvarbek Abduvoxobov
5 (8)
Trend Sniper X 는 MetaTrader 5용 멀티 타임프레임 추세 추종 지표로, 트레이더가 추세 방향과 잠재적 반전 지점을 명확하고 정확하게 식별하도록 돕습니다. 가격 정보: 현재 가격은 프로모션 가격이며, 향후 업데이트 및 새로운 기능 출시 시 변경될 수 있습니다. Code2Profit 채널 멀티 타임프레임 분석으로 시장을 마스터하세요! 기술 사양 플랫폼 MetaTrader 5 지표 유형 멀티 타임프레임 추세 지표 운용 타임프레임 모든 차트 타임프레임 지원, 독립적으로 선택 가능한 상위 타임프레임(M1–MN1) 주요 상품 외환, 금(XAUUSD) 및 기타 CFD 권장 계좌 모든 계좌 유형 시각화 색상별 추세 캔들(매수/매도/약세/변경) + 매수/매도 화살표 추가 모듈 세션 시장 박스(시드니, 도쿄, 런던, 뉴욕) 주요 기능 멀티 타임프레임 추세 분석: 상위 타임프레임의 추세 방향을 현재 차트에 직접 투영하여 명확한 매크로 관점을 제공합니다. 약세/불확실한 바 감지: 추세
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a professional trading indicator built on Smart Money Concepts (SMC) , combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis , Points of Interest (POIs) , and real-time signals, th
Neuro Poseidon MT5
Daria Rezueva
4.78 (55)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
SuperScalp Pro
Van Minh Nguyen
4.6 (30)
SuperScalp Pro – 전문 멀티 레이어 컨플루언스 스캘핑 시스템 SuperScalp Pro 는 다중 컨플루언스를 기반으로 한 전문 스캘핑 시스템으로, 트레이더가 더 높은 확률의 매매 기회를 식별할 수 있도록 설계되었습니다. 명확한 진입 신호 확인, ATR 기반 손절(Stop Loss) 및 목표가(Take Profit), 그리고 XAUUSD, BTCUSD 및 주요 외환 통화쌍에 대한 유연한 신호 필터링 기능을 제공합니다. 전체 문서는 제품 블로그에서 확인할 수 있습니다:   [User Guide] SuperScalp Pro Auto Trader EA를 통해 자동 매매를 지원합니다:   [Auto Trader] SuperScalp Pro 의 거래 로직을 기반으로 개발된 골드 자동 스캘핑 EA: [SuperScalp Gold] SuperScalp Pro 는 Supertrend, VWAP, EMA, RSI, ADX, 거래량 분석, 볼린저 밴드 및 MACD 다이버전스를 결합하여
Entry Points Pro for MT5
Yury Orlov
4.5 (147)
전설이 돌아왔습니다: Entry Points Pro 10. MQL5 마켓 Top-3 자리를 3년간 지켜온 전설적인 지표의 재출시입니다. 수백 개의 호평 리뷰(두 버전 합산 589개), 매일 이 지표로 거래하는 수천 명의 트레이더, 31,000회 이상의 데모 다운로드   MT4+MT5 . 지난 5년간 여러분이 남긴 리뷰를 하나도 빠짐없이 읽었고, 약속 대신 그 답을 버전 10에 담았습니다. 1999년부터 시장에서 활동하며 정직함과 자신의 평판, 그리고 고객을 소중히 여기는 개발자가 만들었습니다. Entry Points Pro의 진입 시그널은 절대 리페인팅되지 않습니다. 그리고 이번에는 개발자의 말뿐이 아니라 검증 가능한 사실입니다: 확정 시그널은 캔들 종가에서만 표시되며, 자동화 테스트에서 리페인팅 0건 이 확인되었습니다(EURUSD, XAUUSD, BTCUSD에서 2,486,568회의 불변조건 검사 — 위반 0건). 검증 방법은 공개되어 있으니 전략 테스터에서 직접 재현해 보실 수
Divergence Bomber
Ihor Otkydach
4.9 (92)
가끔은 제가 직접 이 시스템을 이용해 거래를 하곤 합니다. 실계좌에서 제가 직접 수행하는 BOMBER 트레이딩을 확인해 보세요 - LIVE SIGNAL 이 지표를 구매하신 분께는 다음과 같은 혜택이 무료로 제공됩니다: 각 거래를 자동으로 관리하고, 손절/익절 수준을 설정하며, 전략 규칙에 따라 거래를 종료하는 전용 도우미 툴 "Bomber Utility" 다양한 자산에 맞게 지표를 설정할 수 있는 셋업 파일(Set Files) "최소 위험", "균형 잡힌 위험", "관망 전략" 모드로 설정 가능한 Bomber Utility의 셋업 파일 이 전략을 빠르게 설치, 설정, 시작할 수 있도록 돕는 단계별 영상 매뉴얼 주의: 위의 모든 보너스를 받기 위해서는 MQL5 개인 메시지 시스템을 통해 판매자에게 연락해 주세요. 독창적인 커스텀 지표인 “Divergence Bomber(다이버전스 봄버)”를 소개합니다. 이 지표는 MACD 다이버전스(괴리) 전략을 기반으로 한 올인원(All-in-On
ARICoins
Temirlan Kdyrkhan
ARICoin is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cust
M1 Quantum MT5
Hamed Dehgani
4.6 (10)
M1 Quantum을 이용한 실시간 트레이딩 신호 : 신호   ( Quantum Trade Assistant 에 의해 거래가 자동으로 실행되며, 이 제품에 무료 로 포함되어 있습니다.) 가격 계획: 현재 가격: $169 (얼리 어답터 혜택) 다음 예정 가격: $189 예정 소매 가격: $299 개발자 안내: 구매 후 저에게 연락하시면 최신 권장 설정 파일(Set File) , 사용 팁, 그리고 다른 M1 Quantum 사용자들과 소통할 수 있는 VIP 지원 그룹 초대장을 받으실 수 있습니다. 자주 묻는 질문 - 설정 파일 - 설치 가이드 M1 Quantum 은 M1 전용 전문 트레이딩 시스템으로, 손절(Stop Loss), 익절(Take Profit), 그리고 스마트 자금 관리 기능이 내장된 빠르고 정확한 거래 신호를 제공합니다. M1 Quantum 은 연속 수익 거래 에 집중하여 계좌를 빠르게 성장시키도록 설계된 전문 자금 관리 시스템을 포함하고 있습니다. M1 Quantum
Gann Made Easy MT5
Oleg Rodin
5 (9)
Gann Made Easy 는 mr.의 이론을 사용하여 최고의 거래 원칙을 기반으로 하는 전문적이고 사용하기 쉬운 Forex 거래 시스템입니다. W.D. 간. 이 표시기는 Stop Loss 및 Take Profit Levels를 포함하여 정확한 BUY 및 SELL 신호를 제공합니다. PUSH 알림을 사용하여 이동 중에도 거래할 수 있습니다. 구매 후 거래 방법 안내 및 유용한 추가 지표를 무료로 받으시려면 저에게 연락주세요! 아마도 Gann 거래 방법에 대해 이미 여러 번 들었을 것입니다. 일반적으로 Gann의 이론은 초보자 거래자뿐만 아니라 이미 거래 경험이 있는 사람들에게도 매우 복잡한 것입니다. Gann의 거래 방식은 이론적으로 적용하기 쉽지 않기 때문입니다. 나는 그 지식을 연마하고 Forex 지표에 최고의 원칙을 적용하기 위해 몇 년을 보냈습니다. 표시기는 적용하기가 매우 쉽습니다. 차트에 첨부하고 간단한 거래 권장 사항을 따르기만 하면 됩니다. 지표는 지속적으로 시장 분석
Atomic Analyst MT5
Issam Kassas
4.4 (48)
이 제품은 2026년 시장에 맞게 업데이트되었으며 최신 MT5 빌드에 최적화되었습니다. 가격 업데이트 안내: Atomic Analyst는 현재 $99 에 제공됩니다. 다음 30회 구매 후 가격은 $199 로 인상됩니다. 특별 혜택: Atomic Analyst 구매 후 저에게 개인 메시지를 보내시면 Smart Universal EA를 무료 로 받을 수 있으며, Atomic Analyst 신호를 자동 거래로 전환할 수 있습니다. Atomic Analyst는 리페인트 없음, 재그리기 없음, 지연 없음의 Price Action 거래 인디케이터로, 수동 거래, 신호 명확성, EA 자동화를 위해 설계되었습니다. User manual: settings, inputs and strategy.   &   User Manual PDF . 가격 움직임, 강도, 모멘텀, 다중 시간대 방향 및 고급 필터를 분석하여 트레이더가 노이즈를 줄이고 약한 세팅을 피하며 더 체계적인 거래 결정을 내릴 수 있도록
M1 Sniper MT5
Oleg Rodin
5 (4)
M1 SNIPER 는 사용하기 쉬운 거래 지표 시스템입니다. M1 시간대에 맞춰 설계된 화살표 지표입니다. 이 지표는 M1 시간대 스캘핑을 위한 단독 시스템으로 사용할 수 있으며, 기존 거래 시스템의 일부로도 사용할 수 있습니다. 이 거래 시스템은 M1 시간대 거래용으로 특별히 설계되었지만, 다른 시간대에도 사용할 수 있습니다. 원래는 XAUUSD와 BTCUSD 거래를 위해 이 방법을 설계했지만, 다른 시장 거래에도 유용하다는 것을 알게 되었습니다. 이 지표의 신호는 추세 방향과 반대로 거래될 수 있습니다. 저는 지표의 신호를 활용하여 양방향으로 거래할 수 있도록 돕는 특별한 거래 기법을 알려드립니다. 이 방법은 특별한 동적 지지선과 저항선 가격 영역을 활용하는 것을 기반으로 합니다. 구매하시면 M1 SNIPER 화살표 지표를 바로 다운로드하실 수 있습니다. 또한, 아래 스크린샷에 표시된 Apollo Dynamic SR 지표는 M1 SNIPER 도구를 사용하는 모든 사용자에게 무료로
Power Candles MT5
Daniel Stein
5 (9)
Power Candles V3 - 자체 최적화 강도 지표 파워 캔들 V3는 적용된 모든 차트에서 통화 및 상품의 강세를 실행 가능한 거래 계획으로 전환합니다. 단순히 캔들에 색상을 입히는 대신, 백그라운드에서 실시간 자동 최적화를 수행하여 현재 보고 있는 종목에 대한 최적의 손절매, 익절 및 신호 임계값을 제공합니다. 한 번의 클릭으로 실시간 거래에 적용할 수 있으며, 진입점, 손절매 및 익절 선이 정확한 가격에 맞춰 차트에 표시되고, 방향과 함께 알림이 발령됩니다. 이 도구는 Stein Investments 에코시스템의 일부입니다. 18개 이상의 도구와 함께 당신의 1대1 AI 트레이딩 멘토 Max.  항상 대기 중, 모든 인디케이터를 깊이 있게 이해, 무언가를 차근차근 생각해보고 싶은 순간에 도움을 줍니다.  https://stein.investments 에서 만나보세요 매 종가 바마다 3,000회 이상의 트레이딩 시뮬레이션. 9가지 강도 상태. 2가지 전략을 병렬로 테스트.
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (2)
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
SuperTrend   ,   RSI   ,   Stochastic   의 힘을 하나의 포괄적인 지표로 결합하여 트레이딩 잠재력을 극대화하는 궁극의 트레이딩 도구   인 Quantum TrendPulse를   소개합니다. 정밀성과 효율성을 추구하는 트레이더를 위해 설계된 이 지표는 시장 추세, 모멘텀 변화, 최적의 진입 및 종료 지점을 자신 있게 식별하는 데 도움이 됩니다. 주요 특징: SuperTrend 통합:   주요 시장 추세를 쉽게 따라가고 수익성의 물결을 타세요. RSI 정밀도:   매수 과다 및 매도 과다 수준을 감지하여 시장 반전 시점을 파악하는 데 적합하며 SuperTrend 필터로 사용 가능 확률적 정확도:   변동성이 큰 시장에서 숨겨진 기회를 찾기 위해 확률적 진동   을 활용하고 SuperTrend의 필터로 사용 다중 시간대 분석:   M5부터 H1 또는 H4까지 다양한 시간대에 걸쳐 시장을 최신 상태로 유지하세요. 맞춤형 알림:   맞춤형 거래 조건이 충족되면
이 제품은 2026년 시장에 맞게 업데이트되었으며 최신 MT5 빌드에 최적화되었습니다. 가격 업데이트 안내: Smart Price Action Concepts는 현재 $200 에 제공됩니다. 다음 30회 구매 후 가격은 $299 로 인상됩니다. 특별 혜택: 구매 후 저에게 개인 메시지를 보내시면 무료 보너스 + 선물 을 받을 수 있습니다. 먼저, 이 트레이딩 도구는 리페인트 없음, 재그리기 없음, 지연 없음의 인디케이터이므로 전문적인 트레이딩에 적합하다는 점을 강조하고 싶습니다. Online course , and manual Smart Price Action Concepts Indicator는 초보자와 경험 많은 트레이더 모두에게 매우 강력한 도구입니다. 20개 이상의 유용한 인디케이터를 하나로 결합하고, Inner Circle Trader Analysis와 Smart Money Concepts Trading Strategies 같은 고급 트레이딩 아이디어를 통합합니다. 이 인디
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
Gartley Hunter Multi
Siarhei Vashchylka
5 (12)
Gartley Hunter Multi - An indicator for searching for harmonic patterns simultaneously on dozens of trading instruments and on all possible timeframes. Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Patterns: Gartley, Butterfly, Shark, Crab. Bat, Alternate Bat, Deep Crab, Cypher 2. Simultaneous search for patterns on dozens of trading instruments and on all possible timeframes 3. Search for patterns of all possible sizes. From the smallest to the largest 4. All fou
TrendMaestro5
Stefano Frisetti
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these da
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro: 퀀트 시장 운영 체제 70% 할인 평생 이용권 (한정 시간) - 2,000명 이상의 트레이더와 함께하세요 왜 대부분의 트레이더는 "완벽한" 지표를 가지고도 실패할까요? 진공 상태에서 단일 개념 만으로 거래하기 때문입니다. 문맥 없는 신호는 도박입니다. 지속적인 승리를 위해서는 컨플루언스(중첩) 가 필요합니다. RelicusRoad Pro는 단순한 화살표 지표가 아닙니다. 완전한 퀀트 시장 생태계 입니다. 독점적인 변동성 모델링을 사용하여 가격이 이동하는 "공정 가치 로드"를 매핑하고, 단순 노이즈와 실제 구조적 돌파를 구분합니다. 추측은 그만두세요. 기관급 로드 로직으로 거래를 시작하세요. 핵심 엔진: "Road" 알고리즘 시스템의 중심에는 시장 상황에 실시간으로 적응하는 동적 변동성 채널인 Road Algo 가 있습니다. 세이프 라인(평형) 과 가격이 수학적으로 반전될 가능성이 높은 확장 레벨 을 투영합니다. Simple Road: 일반적인 시장을 위
Crystal Quantum Pro
Muhammad Jawad Shabir
5 (1)
CRYSTAL QUANTUM PRO Institutional Signal & Trade Intelligence for MetaTrader 5 Final Price: 199 USD ----> Price goes up 10 USD after every 10 sales. Limited launch slots available, act fast. Most indicators give you an arrow and leave you alone. A naked arrow is a gamble. Winning consistently requires CONFLUENCE , a clear STOP and TARGET , and honest PROOF that the system works. Crystal Quantum Pro delivers all three in one clean, no-repaint package. Crystal Quantum Pro is a complete decision sy
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Synthetic Fractal Structure and Confirmed Entries for MT5 Overview Azimuth Pro is a multi-level swing structure indicator by Merkava Labs . Four nested swing layers, swing-anchored VWAP, ABC pattern detection, three-timeframe structural filtering, and closed-bar confirmed entries — one chart, one workflow from micro-swings to macro-cycles. This is not a blind signal product. It is a structure-first workflow for traders who care about location, context, and timing. ️ Summer Sale
KURAMA GOLD SIGNAL PRO (MT5) — 7중 필터 · 자동 TP/SL · 품질 점수 · 시그널 기록 저장 | XAUUSD 완전 트레이딩 시스템 실시간 리페인트 없음. 시그널이 나타나는 순간 화살표, 진입, TP, SL이 그 자리에 고정되어 이후 절대 움직이지 않습니다. 여러분이 거래하는 것은 바로 이 실시간 시그널입니다. 그리고 v7.20에서는 실제로 발신된 모든 시그널이 자동 저장되어 재시작 후에도 정확히 복원됩니다. 구매자 전용 보너스 평생 라이선스를 구매하시면 AI Zone Radar($59 상당) + 완전 PDF 매뉴얼을 무료로 드립니다. 제품 가격에 더해 $59 상당의 보너스가 따라옵니다. 구매 후 MQL5로 메시지를 보내주세요. AI Zone Radar: https://www.mql5.com/en/market/product/175834 골드 트레이더 커뮤니티에서 실제로 사용되며 정확성과
Axiom Matrix
Issam Kassas
5 (5)
AXIOM MATRIX MT5 출시 가격: $99 Axiom Matrix는 출시 가격 $99에 제공됩니다. 첫 30회 구매 이후 가격은 $199로 인상됩니다. 구매 후, 안내 사항을 받고 독점 선물 보너스를 받기 위해 저에게 직접 DM을 보내주세요. Axiom Matrix는 MetaTrader 5용 전문 멀티 심볼, 멀티 타임프레임 시장 스캐너이자 의사결정 대시보드입니다. Axiom Matrix는 사용자의 Market Watch를 스캔하고, 여러 타임프레임을 분석하며, 여러 근거 엔진을 읽고, 가장 강한 기회를 비교하여 하나의 깔끔한 매트릭스 대시보드 안에서 최적의 BUY, SELL, WAIT 또는 차단 상태를 보여줍니다. 저는 무거운 시장 스캔 작업을 대신 처리해 줄 수 있는 하나의 도구가 필요했기 때문에 Axiom Matrix를 만들었습니다. 저는 RSI만 따로 확인하고 싶지 않았습니다. 그다음 MACD만 따로 확인하고. 그다음 이동평균. 그다음 거래량. 그다음 변동성. 그다음
통화 강도 마법사는 성공적인 거래를 위한 올인원 솔루션을 제공하는 매우 강력한 지표입니다. 표시기는 여러 시간 프레임의 모든 통화 데이터를 사용하여 이 또는 해당 외환 쌍의 힘을 계산합니다. 이 데이터는 특정 통화의 힘을 확인하는 데 사용할 수 있는 사용하기 쉬운 통화 지수 및 통화 전력선의 형태로 표시됩니다. 필요한 것은 거래하려는 차트에 표시기를 부착하는 것뿐입니다. 표시기는 거래하는 통화의 실제 강세를 보여줍니다. 지표는 또한 추세와 거래할 때 유리하게 사용할 수 있는 구매 및 판매 거래량 압력의 극한값을 보여줍니다. 지표는 또한 피보나치에 기반한 가능한 대상을 보여줍니다. 표시기는 PUSH 알림을 포함한 모든 유형의 알림을 제공합니다. 구매 후 연락주세요. 나는 당신과 거래 팁을 공유하고 당신에게 무료로 훌륭한 보너스 지표를 줄 것입니다! 나는 당신에게 행복하고 유익한 거래를 기원합니다!
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 5. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status, d
Volume flow Profile
Israr Hussain Shah
Master Edition은 거래량과 자금 흐름의 관점을 통해 시장 구조를 시각화하도록 설계된 전문가급 분석 도구입니다. 표준 거래량 지표와 달리, 이 도구는 차트에 일일 거래량 프로필을 직접 표시하여 가격 발견이 발생한 위치와 "스마트 머니"가 위치한 곳을 정확하게 볼 수 있게 합니다. 이 Master Edition은 명확성과 속도를 위해 설계되었으며, 로드 시 차트 레이아웃을 즉시 아름답게 만드는 독특한 자동 테마 동기화 시스템을 특징으로 합니다. 주요 기능: 진정한 자금 흐름 계산: 표준 틱 거래량을 넘어섭니다. "Use Money Flow"를 활성화하면 거래량이 가격에 따라 가중치가 부여되어 특정 가격 수준에서의 실제 자본 투입을 드러냅니다. 가치 영역(VA) 시각화: 가치 영역(기본값: 거래량의 70%)을 자동으로 계산합니다. VA Fill: 통제 구역을 즉시 식별하기 위해 가치 영역 배경을 음영 처리합니다. 주요 수준: 통제점(POC), 가치 영역 고점(VAH), 가치 영
UZFX {SSS} 스캘핑 스마트 시그널 v4.0 MT5는 급변하는 시장에서 정확한 실시간 시그널을 필요로 하는 스캘퍼, 데이 트레이더, 스윙 트레이더를 위해 설계된 리페인팅이 없는 고성능 트레이딩 지표입니다. (UZFX-LABS)에서 개발한 이 지표는 가격 움직임 분석, 추세 확인 및 스마트 필터링을 결합하여 모든 통화 쌍과 시간대에서 높은 확률의 매수 및 매도 신호, 경고 신호, 추세 지속 기회를 생성합니다. 거래에 대한 의구심을 떨쳐버리고, 명확성, 정밀성, 그리고 규율 있는 시장 실행을 원하는 트레이더를 위해 설계된 체계적인 신호 시스템을 따르기 시작하세요. 제 추천* 최적의 시간대: 15분 이상. {H1}이 제가 가장 선호하는 시간대입니다. 그리고 그 결과는 정말 놀라울 정도입니다...!! 주요 기능 업데이트 • 자동 매수 및 매도 신호 감지 • 고급 반전 인식 로직 • 잠재적인 시장 반전 전 조기 경고 신호 • 추세 지속 확인 신호 • 진입, 손절, TP1, TP2,
Precision Spike Detector
Francisco Mandomo Simbine
5 (2)
Precision Spike Detector V3 – Institutional-Grade AI Trading System Attention: The price increases by US$50 for every 10 purchases.  Final price: US$599 Precision Spike Detector V3   is a   state-of-the-art, institutional-grade market analysis system   for   MetaTrader 5 , designed to detect   high-probability market movements   in synthetic indices such as   Boom, Crash, GainX, and PainX . After purchase, please contact me through the MQL5 messaging system to receive the order management tool
FX Power MT5 NG
Daniel Stein
5 (33)
FX Power: 통화 강세 분석으로 더 스마트한 거래 결정을 개요 FX Power 는 어떤 시장 상황에서도 주요 통화와 금의 실제 강세를 이해하기 위한 필수 도구입니다. 강한 통화를 매수하고 약한 통화를 매도함으로써 FX Power 는 거래 결정을 단순화하고 높은 확률의 기회를 발견합니다. 트렌드를 따르거나 극단적인 델타 값을 사용해 반전을 예측하고자 한다면, 이 도구는 귀하의 거래 스타일에 완벽히 적응합니다. 단순히 거래하지 말고, FX Power 로 더 스마트하게 거래하세요. 1. FX Power가 거래자에게 매우 유용한 이유 통화와 금의 실시간 강세 분석 • FX Power 는 주요 통화와 금의 상대적 강세를 계산하고 표시하여 시장 역학에 대한 명확한 통찰력을 제공합니다. • 어떤 자산이 앞서고 있고 어떤 자산이 뒤처지는지 모니터링하여 보다 현명한 거래 결정을 내릴 수 있습니다. 포괄적인 멀티 타임프레임 뷰 • 단기, 중기 및 장기 타임프레임에서 통화와 금의 강세를
제작자의 제품 더 보기
This indicator presents an alternative approach to identify Market Structure. The logic used is derived from learning material created by   DaveTeaches (on X) Upgrade v1.10: add option to put protected high/low value to buffer (figure 11, 12) When quantifying Market Structure, it is common to use fractal highs and lows to identify "significant" swing pivots. When price closes through these pivots, we may identify a Market Structure Shift (MSS) for reversals or a Break of Structure (BOS) for co
This is addition of  Effective SV squeeze momentum  that add bolliger band and Keltner channel to chart window.  Squeeze momentum introduced by “John Carter”, the squeeze indicator for MT5 represents a volatility-based tool. Regardless, we can also consider the squeeze indicator as a momentum indicator, as many traders use it to identify the direction and strength of price moves. In fact, the Tradingview  squeeze indicator shows when a financial instrument is willing to change from a trending ma
FREE
This is a Forex Scalping Trading Sytem based on the Bollinger Bands.  Pairs:Major Time frame: 1M or higher. Spread max:0,0001.  Indicators (just suggestion) Bollinger bands (20, 2); ADX (14 period); RSI   (7 period ). Y ou should only trade this system between 2am to 5am EST, 8am to 12am EST and 7.30pm to 10pm EST. Do not scalp 30 minutes before a orange or red news  report and not for a hour afterwards.   Setup: is for price to move above the lower or lower Bollinger Bands, RSI raise above the
FREE
Bheurekso Pattern with Alert
Minh Truong Pham
2 (1)
The Bheurekso Pattern Indicator for MT5 helps traders automatically identify candlestick pattern that formed on the chart base on some japanese candle pattern and other indicator to improve accurate. This indicator scans all candles, recognizes and then displays any candle patterns formed on the chart. The candle displayed can be Bullish or Bearish Engulfing, Bullish or Bearish Harami, and so on. There are some free version now but almost that is repaint and lack off alert function. With this ve
The Breaker Blocks with Signals indicator aims to highlight a complete methodology based on breaker blocks. Breakout signals between the price and breaker blocks are highlighted and premium/discount swing levels are included to provide potential take profit/stop loss levels. This script also includes alerts for each signal highlighted.   SETTINGS   Breaker Blocks Length: Sensitivity of the detected swings used to construct breaker blocks. Higher values will return longer term break
The liquidity swings indicator highlights swing areas with existent trading activity. The number of times price revisited a swing area is highlighted by a zone delimiting the swing areas. Additionally, the accumulated volume within swing areas is highlighted by labels on the chart. An option to filter out swing areas with volume/counts not reaching a user-set threshold is also included. This indicator by its very nature is not real-time and is meant for descriptive analysis alongside other com
Multiple Wicks forming at OverSold & OverBought levels create Buying and Selling Pressure. This indicator tries to capture the essence of the buy and sell pressure created by those wicks. Wick pressure shows that the trend is Exhausted. Order block should display when buying or selling pressure wick. When price go inside buy order block and up to outside order block, trader should consider a buy order. If price go inside buy order block and down to outside order block, trader should consider a s
OVERVIEW K-means is a clustering algorithm commonly used in machine learning to group data points into distinct clusters based on their similarities. While K-means is not typically used directly for identifying support and resistance levels in financial markets, it can serve as a tool in a broader analysis approach. Support and resistance levels are price levels in financial markets where the price tends to react or reverse. Support is a level where the price tends to stop falling and m
All about Smart Money Concepts Strategy: Market struture: internal or swing BOS, CHoCH; Orderblock; Liquity equal; Fair Value Gap with Consequent encroachment, Balanced price range; Level with Previous month, week, day level or in day level (PMH, PWH, PDH, HOD); BuySell Stops Liquidity (BSL, SSL); Liquidity Void Long Wicks; Premium and Discount; Candle pattern ... "Smart Money Concepts" ( SMC ) is a fairly new yet widely used term amongst price action traders looking to more accurately navigate
The indicator   returning pivot point based trendlines with highlighted breakouts . Trendline caculated by pivot point and other clue are ATR, Stdev.   The indicator also includes integrated alerts for  trendlines  breakouts   and foward message to Telegram channel or group if you want. Settings ·            Lookback bar: Default 200 is number of bar caculate when init indicator. ·            Length:  Pivot points  period ·            Slope Calculation Method: Determines how this lope is calcula
This all-in-one indicator displays real-time market structure (internal & swing BOS / CHoCH), order blocks, premium & discount zones, equal highs & lows, and much more...allowing traders to automatically mark up their charts with widely used price action methodologies. Following the release of our Fair Value Gap script, we received numerous requests from our community to release more features in the same category. //------------------------------------// Version 1.x has missing functions + PDAr
Breaker Blocks with Signals
Minh Truong Pham
3 (2)
The Breaker Blocks with Signals indicator aims to highlight a complete methodology based on breaker blocks. Breakout signals between the price and breaker blocks are highlighted and premium/discount swing levels are included to provide potential take profit/stop loss levels. This script also includes alerts for each signal highlighted.   SETTINGS   Breaker Blocks Length: Sensitivity of the detected swings used to construct breaker blocks. Higher values will return longer term break
ICT Concepts in MT4
Minh Truong Pham
The ICT Concepts indicator regroups core concepts highlighted by trader and educator "The Inner Circle Trader" (ICT) into an all-in-one toolkit. Features include Market Structure (MSS & BOS), Order Blocks, Imbalances, Buyside/Sellside Liquidity, Displacements, ICT Killzones, and New Week/Day Opening Gaps. It’s one kind of Smart money concepts.   USAGE:   Please read this   document  !      DETAILS Market Structure Market structure labels are constructed from price breaking a prior extreme
The FollowLine indicator is a trend following indicator. The blue/red lines are activated when the price closes above the upper Bollinger band or below the lower one. Once the trigger of the trend direction is made, the FollowLine will be placed at High or Low (depending of the trend). An ATR filter can be selected to place the line at a more distance level than the normal mode settled at candles Highs/Lows. Some features: + Trend detech + Reversal signal + Alert teminar / mobile app
The ICT Silver Bullet indicator is inspired from the lectures of "The Inner Circle Trader" (ICT) and highlights the Silver Bullet (SB) window which is a specific 1-hour interval where a Fair Value Gap (FVG) pattern can be formed. A detail document about ICT Silver Bullet here . There are 3 different Silver Bullet windows (New York local time): The London Open Silver Bullet (3 AM — 4 AM ~ 03:00 — 04:00) The AM Session Silver Bullet (10 AM — 11 AM ~ 10:00 — 11:00) The PM Session Silver Bullet (2
Sessions by Lux
Minh Truong Pham
This indicator shows when user set sessions are active and returns various tools + metrics using the closing price within active sessions as an input. Users have the option to change up to 4 session times. The indicator will increasingly lack accuracy when the chart timeframe is higher than 1 hour. Settings Sessions Enable Session: Allows to enable or disable all associated elements with a specific user set session. Session Time: Opening and closing times of the user set session in the  
Liquidity Swings
Minh Truong Pham
The liquidity swings indicator highlights swing areas with existent trading activity. The number of times price revisited a swing area is highlighted by a zone delimiting the swing areas. Additionally, the accumulated volume within swing areas is highlighted by labels on the chart. An option to filter out swing areas with volume/counts not reaching a user-set threshold is also included. This indicator by its very nature is not real-time and is meant for descriptive analysis alongside other com
The SuperTrend AI indicator is a novel take on bridging the gap between the K-means clustering machine learning method & technical indicators. In this case, we apply K-Means clustering to the famous SuperTrend indicator.   USAGE Users can interpret the SuperTrend AI trailing stop similarly to the regular SuperTrend indicator. Using higher minimum/maximum factors will return longer-term signals. (image 1) The displayed performance metrics displayed on each signal allow for a deeper interpretat
OVERVIEW A Lorentzian Distance Classifier (LDC) is a Machine Learning classification algorithm capable of categorizing historical data from a multi-dimensional feature space. This indicator demonstrates how Lorentzian Classification can also be used to predict the direction of future price movements when used as the distance metric for a novel implementation of an Approximate Nearest Neighbors (ANN) algorithm. This indicator provide signal as buffer, so very easy for create EA from this indi
This script automatically calculates and updates ICT's daily IPDA look back time intervals and their respective discount / equilibrium / premium, so you don't have to :) IPDA stands for Interbank Price Delivery Algorithm. Said algorithm appears to be referencing the past 20, 40, and 60 days intervals as points of reference to define ranges and related PD arrays. Intraday traders can find most value in the 20 Day Look Back box, by observing imbalances and points of interest. Longer term traders c
An Implied Fair Value Gap (IFVG) is a three candles imbalance formation conceptualized by ICT that is based on detecting a larger candle body & then measuring the average between the two adjacent candle shadows. This indicator automatically detects this imbalance formation on your charts and can be extended by a user set number of bars. The IFVG average can also be extended until a new respective IFVG is detected, serving as a support/resistance line. Alerts for the detection of bullish/be
Consolidation is when price is moving inside a clear trading range. When prices are consolidated it shows the market maker placing orders on both sides of the market. This is mainly due to manipulate the un informed money. This indicator automatically identifies consolidation zones and plots them on the chart. The method of determining consolidation zones is based on pivot points and ATR, ensuring precise identification. The indicator also sends alert notifications to users when a new consolida
This indicator provides the ability to recognize the SMC pattern, essentially a condensed version of the Wyckoff model. Once the pattern is confirmed by RTO, it represents a significant investment opportunity.    There are numerous indicators related to SMC beyond the market, but this is the first indicator to leverage patterns to identify specific actions of BigBoy to  navigate the market. Upgrade 2024-03-08: Add TP by RR feature. The SMC (Smart Money Concept)   pattern   is a market analysis m
Created by imjesstwoone and mickey1984, this trade model attempts to capture the expansion from the 10:00-14:00 EST 4h candle using just 3 simple steps. All of the information presented in this description has been outlined by its creators, all I did was translate it to MQL4. All core settings of the trade model may be edited so that users can test several variations, however this description will cover its default, intended behavior using NQ 5m as an example. Step 1 is to identify our Price Ra
The Buyside & Sellside Liquidity indicator aims to detect & highlight the first and arguably most important concept within the ICT trading methodology,   Liquidity   levels. SETTINGS Liquidity Levels Detection Length: Lookback period Margin: Sets margin/sensitivity for a liquidity level detection Liquidity Zones Buyside Liquidity Zones: Enables display of the buyside liquidity zones. Margin: Sets margin/sensitivity for the liquidity zone boundaries. Color: Color option for buysid
The   Liquidation Estimates (Real-Time)   experimental indicator attempts to highlight real-time long and short liquidations on all timeframes. Here with liquidations, we refer to the process of forcibly closing a trader's position in the market. By analyzing liquidation data, traders can gauge market sentiment, identify potential support and resistance levels, identify potential trend reversals, and make informed decisions about entry and exit points. USAGE (Img 1)    Liquidation refers
The   ICT Unicorn Model   indicator highlights the presence of "unicorn" patterns on the user's chart which is derived from the lectures of   "The Inner Circle Trader" (ICT) . Detected patterns are followed by targets with a distance controlled by the user.   USAGE (image 2) At its core, the ICT Unicorn Model relies on two popular concepts, Fair Value Gaps and Breaker Blocks. This combination highlights a future area of support/resistance. A   Bullish Unicorn Pattern   consists out of:
Inversion Fair Value Gaps MT4
Minh Truong Pham
4.5 (2)
The Inversion Fair Value Gaps (IFVG) indicator is based on the inversion FVG concept by ICT and provides support and resistance zones based on mitigated Fair Value Gaps (FVGs). Image 1   USAGE Once mitigation of an FVG occurs, we detect the zone as an "Inverted FVG". This would now be looked upon for potential support or resistance. Mitigation occurs when the price closes above or below the FVG area in the opposite direction of its bias. (Image 2) Inverted Bullish FVGs Turn into Potenti
Overview The   Volume SuperTrend AI   is an advanced technical indicator used to predict trends in price movements by utilizing a combination of traditional SuperTrend calculation and AI techniques, particularly the k-nearest neighbors (KNN) algorithm. The Volume SuperTrend AI is designed to provide traders with insights into potential market trends, using both volume-weighted moving averages (VWMA) and the k-nearest neighbors (KNN) algorithm. By combining these approaches, the indicator
Introducing the Reversal and Breakout Signals   This innovative tool is crafted to enhance your chart analysis by identifying potential reversal and breakout opportunities directly on your charts. It's designed with both novice and experienced traders in mind, providing intuitive visual cues for better decision-making. Let's dive into the key features and how it operates: ###   Key Features:   Dynamic Period Settings:   Customize the sensitivity of the indicator with user-def
필터:
리뷰 없음
리뷰 답변