ALL Averages MT5

  • Purpose: The AllAverages indicator plots a moving average line on the chart, with options to select from a wide range of MA types and price applications. It also displays buy and sell signals as arrows when the trend changes, and supports alerts (sound, email, push notifications) for these signals.
  • Key Features:
    • Supports multiple moving average types (e.g., SMA, EMA, HMA, TEMA, etc.).
    • Allows customization of the price type (e.g., Close, Open, High, Low, Heiken Ashi variants).
    • Displays a colored MA line (yellow for neutral, blue for uptrend, red for downtrend when ShowInColor is enabled).
    • Generates buy (lime arrows) and sell (red arrows) signals based on trend direction changes.
    • Configurable alerts for trend changes (sound, email, push notifications).
    • Supports multi-timeframe (MTF) analysis.
  • General Settings

    • TimeFrame: Select the timeframe for the indicator (e.g., M1, M5, H1, D1, or 0 for the current chart timeframe).
    • Price: Choose the price type for calculations:
      • Options include Close, Open, High, Low, Median, Typical, Weighted Close, Heiken Ashi variants, etc.
      • Example: Select close for standard close price or haClose for Heiken Ashi close.
    • MA_Period: Set the period for the moving average (default: 14). This determines the number of bars used in the calculation.
    • MA_Shift: Shift the MA line forward or backward on the chart (default: 0). Positive values shift forward, negative values shift backward.
    • MA_Method: Select the moving average type:
      • Options include SMA, EMA, Wilder, LWMA, HMA, TEMA, T3, Laguerre, etc. (see ENUM_MA_MODE in the code for the full list).
      • Example: SMA for Simple Moving Average, HMA for Hull Moving Average.
    • ShowInColor: Enable/disable color changes for the MA line (default: true).
      • Yellow: Neutral trend.
      • DeepSkyBlue: Uptrend (MA rising).
      • OrangeRed: Downtrend (MA falling).
    • CountBars: Number of bars to calculate (default: 0, meaning all available bars).

    Alert Settings

    • AlertOn: Enable/disable sound alerts for trend changes (default: false).
    • AlertShift: Bar to check for signals (0 = current bar, 1 = previous bar, default: 1).
    • SoundsNumber: Number of times to play the sound alert (default: 5).
    • SoundsPause: Pause in seconds between sound alerts (default: 5).
    • UpTrendSound: Sound file for uptrend signals (default: "alert.wav").
    • DnTrendSound: Sound file for downtrend signals (default: "alert2.wav").
    • EmailOn: Enable/disable email alerts (default: false).
    • EmailsNumber: Number of email notifications to send (default: 1).
    • PushNotificationOn: Enable/disable push notifications to mobile devices (default: false).

    4. How the Indicator Works

    • Moving Average Line:
      • The indicator plots a single MA line on the chart based on the selected MA_Method and Price.
      • The line changes color if ShowInColor is enabled:
        • Yellow: Neutral (no clear trend).
        • DeepSkyBlue: Uptrend (current MA value > previous MA value).
        • OrangeRed: Downtrend (current MA value < previous MA value).
    • Buy/Sell Signals:
      • Buy Signal: A lime arrow (symbol code 233) appears below the candle when the trend changes from downtrend (trend = 2) to uptrend (trend = 1).
      • Sell Signal: A red arrow (symbol code 234) appears above the candle when the trend changes from uptrend (trend = 1) to downtrend (trend = 2).
      • Signals are generated when the MA direction changes, indicating a potential trend reversal.
    • Multi-Timeframe (MTF):
      • If a higher timeframe is selected (e.g., H1 on an M15 chart), the indicator calculates the MA based on the higher timeframe data.
    • Alerts:
      • When a trend change occurs, the indicator can trigger:
        • Sound Alerts: Plays the specified sound file (UpTrendSound or DnTrendSound) up to SoundsNumber times with a pause of SoundsPause seconds.
        • Email Alerts: Sends an email with the signal details (up to EmailsNumber times).
        • Push Notifications: Sends a notification to your mobile device via the MT5 app.

    1. Example Configuration

    For a trend-following strategy on a daily chart (D1):

    • TimeFrame: D1 (or 0 for current chart).
    • Price: close.
    • MA_Period: 21.
    • MA_Shift: 0.
    • MA_Method: HMA (Hull Moving Average, for smoother and faster trend detection).
    • ShowInColor: true.
    • CountBars: 0 (calculate all bars).
    • AlertOn: true.
    • AlertShift: 1 (signals on the previous bar for confirmation).
    • UpTrendSound: "alert.wav".
    • DnTrendSound: "alert2.wav".
    • EmailOn: false.
    • PushNotificationOn: true.

    Expected Behavior:

    • The chart displays a Hull MA (HMA) line that changes color based on trend direction.
    • Lime arrows appear below candles for buy signals (trend turns up).
    • Red arrows appear above candles for sell signals (trend turns down).
    • Push notifications are sent to your mobile device when a new signal occurs.


    추천 제품
    The "MR Volume Profile Rectangles 5" indicator is a charting tool that displays trading volume at different price levels rather than time intervals. A key concept in volume profile is the point of control (POC) —the price level with the highest volume traded during the session or time range. While tools like VWAP or OBV provide volume trends, the "MR Volume Profile Rectangles 5" indicator offers granular detail about where the most market activity occurs at specific price levels. This makes it a
    SMC Venom Model BPR 지표는 Smart Money(SMC) 개념 내에서 일하는 트레이더를 위한 전문 도구입니다. 가격 차트에서 두 가지 주요 패턴을 자동으로 식별합니다. FVG (공정 가치 갭)는 3개의 캔들의 조합으로, 첫 번째와 세 번째 캔들 사이에 갭이 있습니다. 이는 볼륨 지원이 없는 레벨 사이에 구역을 형성하여 종종 가격 수정으로 이어집니다. BPR (균형 가격 범위)은 두 개의 FVG 패턴의 조합으로, "브리지"를 형성합니다. 이는 가격이 낮은 볼륨 활동으로 움직일 때 브레이크아웃과 레벨로의 복귀 구역으로, 캔들 사이에 갭을 생성합니다. 이러한 패턴은 거래자가 차트에서 거래량과 가격 역학을 분석하여 주요 지지/저항 수준, 돌파 구역 및 진입 지점을 식별하는 데 도움이 되며, 여기서 대형 시장 참여자와 일반 참여자 간의 상호 작용이 발생합니다. 이 지표는 사각형과 화살표 형태로 패턴을 시각화하며 유연한 경고 설정도 지원합니다. 주요 특징: 패턴 표시 모드
    https://www.mql5.com/en/users/gedeegi/seller    The GEN indicator is a multifunctional technical analysis tool for the MetaTrader 5 (MT5) platform. It is designed to automatically identify and display key Support and Resistance (S&R) levels and detect False Breakout signals, providing clear and visual trading cues directly on your chart. Its primary goal is to help traders identify potential price reversal points and avoid market traps when the price fails to decisively break through key levels
    FREE
    DeepInsight
    Gustavo Santos Pedrosa
    Title: DeepInsight: Flow and Market Context Analysis What is DeepInsight? DeepInsight is a technical analysis tool for MetaTrader 5, developed to assist in reading market dynamics. The indicator processes volume and price movement data to generate objective visual references, facilitating the identification of areas of interest on the chart. The tool functions as an auxiliary analysis dashboard, offering support for manual decision-making without performing automatic order execution. Operationa
    Value Chart Candlesticks
    Flavio Javier Jarabeck
    4.69 (13)
    The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
    FREE
    Best SAR MT5
    Ashkan Hazegh Nikrou
    4.33 (3)
    설명 :  우리는 외환 시장(PSAR)에서 전문적이고 인기 있는 지표 중 하나를 기반으로 하는 새로운 무료 지표를 도입하게 된 것을 기쁘게 생각합니다. 이 지표는 원래 포물선 SAR 지표에 대한 새로운 수정이며, 프로 SAR 지표에서 점과 가격 차트 사이의 교차를 볼 수 있습니다. 교차는 신호가 아니지만 이동 가능성의 끝을 말하는 것입니다. 새로운 파란색 점으로 매수를 시작하고 첫 번째 파란색 점 앞에 손절매를 1 attr 배치하고 마지막으로 점이 가격 차트를 교차하는 즉시 종료할 수 있습니다. 매수 또는 매도 신호를 여는 방법은 무엇입니까? 첫 번째 파란색 점으로 공개 매수 거래 및 첫 번째 빨간색 점으로 공개 매도 거래 정확한 손절매는 어디에 있습니까? 안전한 정지 손실은 첫 번째 점에 있을 수 있습니다(구매의 경우 첫 번째 파란색 점, 매도의 경우 첫 번째 빨간색 점) 올바른 이익실현은 어디에 있습니까? 이익실현은 손절매 거리와 RR에 따라 조정할 수 있으므로 내 제
    FREE
    Blahtech Market Profile MT5
    Blahtech Limited
    5 (10)
    Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
    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
    CvdDeltaVolumes
    Parasbhai N Patel
    Delta + CVD & CVD Candles Order-flow indicator combining Delta (Ask–Bid), Cumulative Volume Delta (CVD), and a unique CVD-based synthetic candle system. Shows buy/sell pressure, volume aggressiveness, and momentum shifts with optional Delta histogram, CVD line, and CVD+Delta combined candles. Useful for scalping, intraday trading, divergence detection, and understanding buyer/seller dominance. Overview The Delta + CVD & CVD Candles Indicator combines multiple order-flow tools into one clean
    PZ Mean Reversion MT5
    PZ TRADING SLU
    3 (2)
    평균 회귀 거래에 대한 전문적이고 정량적인 접근 방식을 구현하는 고유한 지표입니다. 이는 가격이 예측 가능하고 측정 가능한 방식으로 평균으로 전환되고 반환된다는 사실을 이용하여 비정량적 거래 전략을 훨씬 능가하는 명확한 진입 및 퇴장 규칙을 허용합니다. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] 명확한 거래 신호 놀랍도록 쉬운 거래 사용자 정의 가능한 색상 및 크기 성능 통계 구현 대부분의 거래 전략을 능가합니다. 적절한 SL 및 TP 레벨을 표시합니다. 이메일/음향/시각 알림을 구현합니다. 작동 원리 이 지표는 더 높은 기간에서 완전히 사용자 정의 가능한 이동 평균 주변의 표준 편차를 측정하고 추세 추종 접근 방식을 사용하여 정확하게 거래를 찾습니다. 거래는 현재 차트의 가격 동작을 살펴보고 선택한 더 높은 기간에서 계산된 평균 가격대로 가격이 돌아오면 닫힙니다. 코딩 방식 때문에 지
    The new update makes this indicator a complete tool for studying, analyzing and operating probabilistic patterns. It includes: On-chart Multi-asset percentage monitor. Configurable martingales. Twenty-one pre-configured patterns, including Mhi patterns and C3. An advanced pattern editor to store up to 5 custom patterns. Backtest mode to test results with loss reports. Trend filter. Hit operational filter. Martingale Cycles option. Various types of strategies and alerts. Confluence between patter
    Owl Smart Levels MT5
    Sergey Ermolov
    4.03 (32)
    MT4 버전  |  FAQ Owl Smart Levels Indicator 는 Bill Williams 의 고급 프랙탈, 시장의 올바른 파동 구조를 구축하는 Valable ZigZag, 정확한 진입 수준을 표시하는 피보나치 수준과 같은 인기 있는 시장 분석 도구를 포함하는 하나의 지표 내에서 완전한 거래 시스템입니다. 시장과 이익을 취하는 장소로. 전략에 대한 자세한 설명 표시기 작업에 대한 지침 고문-거래 올빼미 도우미의 조수 개인 사용자 채팅 ->구입 후 나에게 쓰기,나는 개인 채팅에 당신을 추가하고 거기에 모든 보너스를 다운로드 할 수 있습니다 힘은 단순함에 있습니다! Owl Smart Levels 거래 시스템은 사용하기 매우 쉽기 때문에 전문가와 이제 막 시장을 연구하고 스스로 거래 전략을 선택하기 시작한 사람들 모두에게 적합합니다. 전략 및 지표에는 눈에 보이지 않는 비밀 공식 및 계산 방법이 없으며 모든 전략 지표는 공개되어 있습니다. Owl Smart Levels를 사
    Statistical Arbitrage Spread Generator for Cointegration [MT5] What is Pair Trading? Pair trading is a market-neutral strategy that looks to exploit the relative price movement between two correlated assets — instead of betting on the direction of the market. The idea? When two assets that usually move together diverge beyond a statistically significant threshold, one is likely mispriced. You sell the expensive one, buy the cheap one , and profit when they converge again. It’s a statistica
    FREE
    HMA Trend Professional MT5
    Pavel Zamoshnikov
    4.25 (4)
    Improved version of the free HMA Trend indicator (for MetaTrader 4) with statistical analysis. HMA Trend is a trend indicator based on the Hull Moving Average (HMA) with two periods. HMA with a slow period identifies the trend, while HMA with a fast period determines the short-term movements and signals in the trend direction. The main differences from the free version: Ability to predict the probability of a trend reversal using analysis of history data. Plotting statistical charts for analyzi
    Adjustable Consecutive Fractals  looks for 2 or more fractals in one direction and sends out a on screen alert, sound alert and push notification, for strong reversal points . Adjustable Consecutive Fractals, shows the fractals on chart along with a color changing text for buy and sell signals when one or more fractals appear on one side of price. Adjustable Consecutive Fractals is based Bill Williams Fractals . The standard Bill Williams fractals are set at a non adjustable 5 bars, BUT withe th
    RSI 다이버전스 스위트 프로 - 메타트레이더 5 고급 지표 개요 RSI 다이버전스 스위트 프로는 가격과 RSI 간의 다이버전스를 자동으로 감지하여 고정밀 거래 신호를 제공하는 메타트레이더 5용 고급 기술 지표입니다. 이 전문 지표는 RSI의 강력한 기능과 다이버전스 분석, 다중 시간대 지지/저항 및 완벽한 경고 시스템을 결합합니다. 주요 기능 고급 다이버전스 감지 4가지 유형의 다이버전스: 일반 상승 다이버전스: 가격은 저점을 낮추지만 RSI는 저점을 높일 때의 상승 신호 일반 하락 다이버전스: 가격은 고점을 높이지만 RSI는 고점을 낮출 때의 하락 신호 숨겨진 상승 다이버전스: 상승 추세 확인 (지속) 숨겨진 하락 다이버전스: 하락 추세 확인 (지속) 통합된 품질 필터: 최소 거래량 필터 ATR 변동성 필터 RSI 레벨 필터 (과매수/과매도) 캔들 거리 필터 2. 강도 분류 시스템 신호 자동 분류: 강함: 설정 가능한 임계값보다 큰 RSI 차이를 보이는 다이버전스 보통: 최소 기
    Visual Range Directional Force Indicator
    AL MOOSAWI ABDULLAH JAFFER BAQER
    Range Directional Force Indicator – Designed for You to Optimize! The Range Directional Force Indicator is a cutting-edge tool designed to empower traders by visualizing market dynamics and directional strength. Built to offer insights into market trends and reversals, this indicator is an invaluable asset for traders seeking precision in their strategies. However, it is important to note that this indicator is not optimized, leaving room for you to tailor it to your unique trading preferences.
    Donchian Breakout And Rsi
    Mattia Impicciatore
    5 (1)
    개요 이 지표는 클래식 돈치안 채널(Donchian Channel) 의 향상된 버전으로, 실전 트레이딩을 위한 다양한 기능이 추가되었습니다. 표준 세 개의 선(상단, 하단, 중앙선) 외에도 브레이크아웃 을 감지하여 차트에 화살표로 시각적으로 표시하며, 차트를 깔끔하게 보기 위해 현재 추세 방향의 반대 라인만 표시 합니다. 지표 기능: 시각적 신호 : 브레이크아웃 시 컬러 화살표 표시 자동 알림 : 팝업, 푸시 알림, 이메일 RSI 필터 : 시장의 상대 강도를 기반으로 신호 검증 사용자 맞춤 설정 : 색상, 선 두께, 화살표 코드, RSI 임계값 등 동작 원리 돈치안 채널은 다음을 계산합니다: 상단선 : 최근 N개의 종가 완료 캔들에서 가장 높은 고가 하단선 : 최근 N개의 종가 완료 캔들에서 가장 낮은 저가 중앙선 : 고가와 저가의 평균값 상방 브레이크아웃 은 종가가 상단선을 돌파할 때 발생하며, 하방 브레이크아웃 은 종가가 하단선 아래로 내려갈 때 발생합니다. 이 지표는: 세 개의
    FREE
    Your Trend Friend
    Luigi Nunes Labigalini
    5 (1)
    The trend is your friend! Look at the color of the indicator and trade on that direction. It does not  repaint. After each candle is closed, that's the color of the trend. You can focus on shorter faster trends or major trends, just test what's most suitable for the symbol and timeframe you trade. Simply change the "Length" parameter and the indicator will automatically adapt. You can also change the color, thickness and style of the lines. Download and give it a try! There are big movements w
    High Low Open Close
    Alexandre Borela
    4.98 (43)
    이 프로젝트를 좋아한다면 5 스타 리뷰를 남겨주세요. 이 지표는 열리고, 높은, 낮은 및 마감 가격을 지정합니다. 기간과 그것은 특정한 시간대를 위해 조정될 수 있습니다. 이들은 많은 기관 및 전문가에 의해 보는 중요한 수준입니다 상인은 당신이 더 많은 것일 수있는 장소를 알고 도움이 될 수 있습니다 이름 * 사용 가능한 기간: 이전 날. 이전 주. 지난 달. 이전 분기. 이전 연도. 또는: 현재 날. 현재 주. 현재 달. 현재 분기. 현재 년.
    FREE
    평면 및 추세를 결정하기 위한 표시기. 가격이 2개의 히스토그램과 2개의 선(빨간색 및 파란색) 중 하나보다 낮으면 판매 영역입니다. 이 버전의 표시기를 구매할 때 하나의 실제 계정과 하나의 데모 계정에 대한 MT4 버전 - 선물로(수신하려면 개인 메시지를 작성하세요)! 가격이 2개의 히스토그램과 2개의 선(빨간색 및 파란색) 중 하나보다 높으면 구매 영역입니다. MT4 버전: https://www.mql5.com/en/market/product/3793 가격이 두 라인 사이 또는 히스토그램 영역에 있으면 시장에 명확한 추세가 없습니다. 간단히 말해서 시장은 평평합니다. 표시기의 작업은 스크린샷에 더 명확하게 표시됩니다. 지표는 선행 데이터를 얻는 데 사용할 수 있습니다. 또는 현재 추세의 상태를 확인합니다.
    Overview Heiken Ashi CE Filtered MT5 is a technical indicator for the MetaTrader 5 platform. It integrates smoothed candlestick charting with a dynamic exit strategy and a customizable trend filter to deliver clear buy and sell signals. The indicator is designed to improve trend detection and signal reliability by reducing market noise. If you want to see more high-quality products or order the development/conversion of your own products, visit my partners' website: 4xDev Get 10% OFF on manual
    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.
    Scalping PullBack Signal
    Quang Huy Quach
    5 (1)
    1. Overview The Scalping PullBack Signal indicator is a powerful technical analysis tool designed to help traders identify scalping opportunities based on potential pullback and reversal signals. This tool is particularly useful on lower timeframes (below 15 minutes) but can also be applied on higher timeframes for longer-term trades. This indicator integrates several key analytical components, providing a comprehensive view of trends and potential entry/exit points, helping you make quick and e
    FREE
    WaveTrend Oscillator Indicator for MT5
    Mohammad Taher Halimi Tabrizi
    Introduction The Wave Trend Oscillator Indicator for MT5 is one of the well known indicators in the market, helping traders find strong entry points into the market. Like any other MetaTrader 5 indicator , it can produce both good and bad signals, but the number of accurate buy/sell signals is significantly higher than the weak ones. This makes it a powerful tool for improving your forex trading strategy , whether you are a beginner or an advanced trader. How does this indicator work? This indic
    MT5용 Crypto_Forex 지표 "HTF 이동평균 교차" - MT5용 강력한 HTF 이동평균 교차 지표로 거래 방식을 업그레이드하세요. HTF는 더 높은 시간대를 의미합니다. - 이 지표는 가격 변동이 있는 추세 트레이더에게 매우 유용합니다. - 더 높은 시간대의 빠르고 느린 이동평균을 현재 차트에 추가할 수 있습니다. 이는 전문적인 방법입니다. - HTF 이동평균 교차는 모바일 및 PC 알림 기능을 내장하고 있습니다. - 이 지표는 낮은 위험으로 상당한 수익을 얻을 수 있는 기회를 제공합니다. .......................................................................... 여기를 클릭하여 고품질 트레이딩 로봇과 지표를 확인하세요! 이 제품은 MQL5 웹사이트에서만 제공되는 오리지널 제품입니다.
    General Description In the simplest terms this is a contrarian intra-day scalping system. Built to try and let correct trades run as far as possible and flip the trade when indicated. The indicator looks at historical daily trading ranges to lay out levels at which it takes long and short positions based on the statistical levels. The indicator is built around index futures, mainly around S&P and the DOW but can be used an any futures contract mainly using AMP Futures to trade. The indicator is
    Long&Short Cointegration Analyzer An advanced tool for traders looking to profit from cointegration. Analyzes any asset pair for Long&Short strategies. What does the Long&Short Cointegration Analyzer do? Identifies cointegrated pairs that revert to the mean, ideal for profitable trades. Provides a detailed panel with statistical data for confident decisions. Works with any currency pair, on any timeframe. Find buying and selling opportunities based on cointegration. Minimize risks with a relia
    FlatBreakout MT5
    Aleksei Vorontsov
    FlatBreakout MT5 (Free Version) Flat Range Detector and Breakout Panel for MT5 — GBPUSD Only FlatBreakout MT5   is the free version of the professional FlatBreakoutPro MT5 indicator, specially designed for flat (range) detection and breakout signals on the   GBPUSD   pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout MT5 and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of
    FREE
    ElohimTrade Ultimate Confluence Pro – 세계에서 가장 강력한 멀티 타임프레임 컨플루언스 인디케이터 ElohimTrade Ultimate Confluence Pro 와 함께 당신의 트레이딩 잠재력을 최대한 발휘하세요. 정확성, 신뢰성, 깊이 있는 시장 통찰을 추구하는 트레이더를 위해 설계된 최고의 기술 분석 도구입니다. 이 고급 인디케이터는 EMA, RSI, MACD, 볼린저 밴드, 스토캐스틱, ADX 등 주요 지표를 결합하여, M15, H1, H4 같은 세 가지 주요 타임프레임을 동시에 분석합니다. 결과는? 시장의 잡음을 걸러내고 가장 수익성 높은 기회를 알려주는 명확한 컨플루언스 점수입니다. 추측에 의존하지 말고: 멀티 타임프레임 시너지 활용: 여러 시간대를 동시에 분석하여 트렌드와 반전을 높은 정확도로 포착. 시그널 품질 극대화: 여러 지표와 시간대의 확인을 반영한 고급 점수 시스템으로 잘못된 시그널을 크게 줄임. 실시간 알림으로 항상 한발 앞서기:
    이 제품의 구매자들이 또한 구매함
    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
    SuperScalp Pro
    Van Minh Nguyen
    5 (9)
    SuperScalp Pro – 고급 다중 필터 스캘핑 인디케이터 시스템 SuperScalp Pro는 클래식 Supertrend와 여러 지능형 확인 필터를 결합한 고급 스캘핑 인디케이터 시스템입니다. 해당 인디케이터는 M1부터 H4까지 모든 타임프레임에서 효율적으로 작동하며, 특히 XAUUSD, BTCUSD 및 주요 외환 통화쌍에 적합합니다. 독립형 시스템으로 사용하거나 기존 거래 전략에 유연하게 통합할 수 있습니다. 이 인디케이터는 11개 이상의 필터를 통합하며, 빠른/느린 EMA, 추세 판별용 3개의 EMA, EMA 기울기(EMA slope), RSI, ADX, 거래량(Volume), VWAP, 볼린저 밴드 돌파(Bollinger Bands Breakout) 및 MACD 다이버전스 필터 등을 포함합니다. 스마트 캔들 필터는 캔들 종가를 확인하여 약한 신호를 제거하고, 3 EMA와 MACD 다이버전스 필터를 결합한 추세 인식 메커니즘은 더 높은 승률의 신호를 선별하는 데 도움을 줍니
    AriX
    Temirlan Kdyrkhan
    1 (4)
    AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
    이 지표를 구매하면 제 프로페셔널 트레이드 매니저를 무료로 드립니다. 우선 이 거래 시스템이 리페인팅, 리드로잉 및 레이그 인디케이터가 아니라는 점을 강조하는 것이 중요합니다. 이는 수동 및 로봇 거래 모두에 이상적인 것으로 만듭니다. 온라인 강좌, 설명서 및 프리셋 다운로드. "스마트 트렌드 트레이딩 시스템 MT5"은 새로운 및 경험이 풍부한 트레이더를 위해 맞춤형으로 제작된 종합적인 거래 솔루션입니다. 10개 이상의 프리미엄 인디케이터를 결합하고 7개 이상의 견고한 거래 전략을 특징으로 하여 다양한 시장 조건에 대한 다목적 선택이 가능합니다. 트렌드 추종 전략: 효과적인 트렌드 추이를 타기 위한 정확한 진입 및 손절 관리를 제공합니다. 반전 전략: 잠재적인 트렌드 반전을 식별하여 트레이더가 범위 시장을 활용할 수 있게 합니다. 스캘핑 전략: 빠르고 정확한 데이 트레이딩 및 단기 거래를 위해 설계되었습니다. 안정성: 모든 인디케이터가 리페인팅, 리드로잉 및 레이그가 아니므로 신뢰
    Divergence Bomber
    Ihor Otkydach
    4.89 (83)
    이 지표를 구매하신 분께는 다음과 같은 혜택이 무료로 제공됩니다: 각 거래를 자동으로 관리하고, 손절/익절 수준을 설정하며, 전략 규칙에 따라 거래를 종료하는 전용 도우미 툴 "Bomber Utility" 다양한 자산에 맞게 지표를 설정할 수 있는 셋업 파일(Set Files) "최소 위험", "균형 잡힌 위험", "관망 전략" 모드로 설정 가능한 Bomber Utility의 셋업 파일 이 전략을 빠르게 설치, 설정, 시작할 수 있도록 돕는 단계별 영상 매뉴얼 주의: 위의 모든 보너스를 받기 위해서는 MQL5 개인 메시지 시스템을 통해 판매자에게 연락해 주세요. 독창적인 커스텀 지표인 “Divergence Bomber(다이버전스 봄버)”를 소개합니다. 이 지표는 MACD 다이버전스(괴리) 전략을 기반으로 한 올인원(All-in-One) 거래 시스템입니다. 이 기술 지표의 주요 목적은 가격과 MACD 지표 간의 다이버전스를 감지하고, **향후 가격이 어느 방향으로 움직일지를 알려주는
    FX Trend MT5 NG
    Daniel Stein
    5 (4)
    FX Trend NG: 차세대 멀티 마켓 트렌드 인텔리전스 개요 FX Trend NG 는 다중 시간 프레임 기반의 전문 트렌드 분석 및 시장 모니터링 도구입니다. 몇 초 만에 전체 시장 구조를 파악할 수 있도록 설계되었습니다. 여러 차트를 일일이 전환할 필요 없이, 어떤 종목이 추세에 있는지, 어디에서 모멘텀이 약화되고 있는지, 그리고 어떤 시간 프레임이 서로 정렬되어 있는지 즉시 확인할 수 있습니다. 출시 기념 특별 혜택 – FX Trend NG 를 $30 (6개월) 또는 $80 평생 라이선스 로 이용할 수 있습니다. 이미 Stein Investments 고객이신가요? -> 메시지를 보내 전용 고객 그룹에 참여하세요. 설정이나 사용 방법이 필요하신가요? -> Stein Investments 공식 페이지 를 방문하세요. 1. FX Trend NG가 특별한 이유 3단계 추세 로직 – 단순한 Buy / Sell이 아닙니다 • 대부분의 지표는 Buy 또는 Sell 두 가지 상태만 제
    Market Flow Pro
    Gabriele Sabatino
    4 (1)
    Market Flow Pro Market Flow Pro is an intelligent trading advisor for the MetaTrader 5 platform, designed for automatic trading on financial markets using algorithmic analysis and strict risk management. -Key features: - Fully automatic trading 24/5 - Adaptive trend and momentum entry algorithm -  Built-in risk management - Flexible lot settings (fixed/auto-calculation) - Support for major currency pairs and indices - Optimised for operation on various timeframes  How it works Market
    Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool developed based on Smart Money Concepts (SMC). It is designed to analyze market structure, price direction, reversal points, and key zones across multiple timeframes in a systematic way. The system displays Points of Interest (POI) and real-time No Repaint signals, with instant alerts when price reaches key zones or when signals occur within those zones. It functions as both an Indicator and a Signal System (2-in-1), c
    Grabber System MT5
    Ihor Otkydach
    4.82 (22)
    탁월한 기술적 지표인 Grabber를 소개합니다. 이 도구는 즉시 사용 가능한 “올인원(All-Inclusive)” 트레이딩 전략으로 작동합니다. 하나의 코드 안에 강력한 시장 기술 분석 도구, 매매 신호(화살표), 알림 기능, 푸시 알림이 통합되어 있습니다. 이 인디케이터를 구매하신 모든 분들께는 다음의 항목이 무료로 제공됩니다: Grabber 유틸리티: 오픈 포지션을 자동으로 관리하는 도구 단계별 영상 매뉴얼: 설치, 설정, 그리고 실제 거래 방법을 안내 맞춤형 세트 파일: 인디케이터를 빠르게 자동 설정하여 최고의 성과를 낼 수 있도록 도와줍니다 다른 전략은 이제 잊어버리세요! Grabber만이 여러분을 새로운 트레이딩의 정점으로 이끌어 줄 수 있습니다. Grabber 전략의 주요 특징: 거래 시간 프레임: M5부터 H4까지 거래 가능한 자산: 어떤 자산이든 사용 가능하지만, 제가 직접 테스트한 종목들을 추천드립니다 (GBPUSD, GBPCAD, GBPCHF, AUDCAD, AU
    Game Changer Indicator mt5
    Vasiliy Strukov
    4.62 (21)
    Game Changer는 모든 금융 상품에 적용 가능한 혁신적인 추세 지표로, MetaTrader를 강력한 추세 분석 도구로 탈바꿈시켜 줍니다. 모든 시간대에서 작동하며 추세 식별, 잠재적 반전 신호 제공, 트레일링 스톱 기능, 그리고 신속한 시장 대응을 위한 실시간 알림 기능을 제공합니다. 숙련된 전문가든 이제 막 시작하는 초보자든, Game Changer는 추세의 역학을 명확하게 이해하고 자신감 있고 규율 있는 거래를 할 수 있도록 도와줍니다. 이 지표는 차트 재구성 기능을 지원합니다. 구매 후 즉시 연락 주시면 특별 보너스를 드립니다. Strong Support 및 Trend Scanner 지표를 무료로 제공해 드립니다. [email protected]으로 메시지를 보내주세요. 참고로, 저는 텔레그램에서 EA나 특별 세트를 판매하지 않습니다. 모든 EA는 MQL5에서만 사용 가능하며, 세트 파일은 제 블로그(여기)에서만 다운로드하실 수 있습니다. 사기꾼을 조심하시고 다른 사
    Power Candles MT5
    Daniel Stein
    5 (6)
    Power Candles – 모든 시장을 위한 강도 기반 진입 신호 Power Candles 는 Stein Investments의 검증된 강도 분석을 가격 차트에 직접 제공합니다. 가격 움직임에만 반응하는 대신, 각 캔들은 실제 시장 강도를 기준으로 색상화되어 모멘텀 형성, 강도 가속, 명확한 추세 전환을 즉시 파악할 수 있습니다. 모든 시장을 위한 단일 로직 Power Candles는 모든 거래 심볼 에서 자동으로 작동합니다. 현재 심볼이 Forex인지 비-Forex 시장인지 자동으로 감지하여 내부적으로 적절한 강도 모델을 적용합니다. Forex 및 Gold 는 FX Power Delta 값을 사용합니다 (절대값 범위 최대 100) 지수, 크립토 및 CFD 는 IX Power Strength 값을 사용합니다 (절대값 범위 최대 50) 필요한 강도 계산은 Power Candles에 완전히 내장되어 있습니다. 캔들 색상이나 신호 로직을 위해 추가 인디케이터는 필요하지 않습니다. 가격
    Atomic Analyst MT5
    Issam Kassas
    4.1 (29)
    우선적으로 언급할 점은이 거래 지표가 다시 그리지 않고 지연되지 않으며 이를 통해 수동 및 로봇 거래 모두에 이상적이라는 점입니다. 사용자 매뉴얼: 설정, 입력 및 전략. Atomic Analyst는 가격의 강도와 모멘텀을 활용하여 시장에서 더 나은 이점을 찾는 PA Price Action Indicator입니다. 고급 필터를 장착하여 잡음과 거짓 신호를 제거하고 거래 잠재력을 높이는 데 도움이 됩니다. 복잡한 지표의 다중 레이어를 사용하여 Atomic Analyst는 차트를 스캔하고 복잡한 수학적 계산을 간단한 신호와 색상으로 변환하여 초보 트레이더가 이해하고 일관된 거래 결정을 내릴 수 있도록합니다. "Atomic Analyst"는 새로운 및 경험이 풍부한 트레이더를위한 종합적인 거래 솔루션입니다. 프리미엄 지표와 최고 수준의 기능을 하나의 거래 전략에 결합하여 모든 종류의 트레이더에 대한 다재다능한 선택지가되었습니다. 인트라데이 거래 및 스캘핑 전략 : 빠르고 정확한 일일
    RFI levels PRO MT5
    Roman Podpora
    3.67 (3)
    이 지표는 추세 반전 지점과 가격 반등 영역을 정확하게 보여줍니다.       주요 투자자들   . 새로운 트렌드가 형성되는 곳을 파악하고 최대한 정확하게 의사결정을 내리며 모든 거래를 완벽하게 통제합니다. TREND LINES PRO   지표와 함께 사용할 때 최대의 잠재력을 발휘합니다.  VERSION MT4 지표가 보여주는 내용: 새로운 추세의 시작 시 활성화되는 반전 구조 및 반전 수준. 최소한의 위험 대비 수익률을 갖는 이익 실현   (TAKE PROFIT)   및   손절매(STOP LOSS)   레벨 표시       RR 1:2   . 지능형 손실 감소 로직이 적용된 손절매 기능. 지정된 지표에서 두 가지 추세 유형에 대한 반전 패턴을 표시합니다. 지표: 트렌드를 따라   트렌드 라인 프로   (글로벌 트렌드 변화) 트렌드 프로   (빠른 트렌드 변화) 간단하고 효과적입니다       스캐너       실시간 추세 (신규). 다중 시간 프레임 도구 필터링. 표시하다  
    Quantum TrendPulse
    Bogdan Ion Puscasu
    5 (22)
    SuperTrend   ,   RSI   ,   Stochastic   의 힘을 하나의 포괄적인 지표로 결합하여 트레이딩 잠재력을 극대화하는 궁극의 트레이딩 도구   인 Quantum TrendPulse를   소개합니다. 정밀성과 효율성을 추구하는 트레이더를 위해 설계된 이 지표는 시장 추세, 모멘텀 변화, 최적의 진입 및 종료 지점을 자신 있게 식별하는 데 도움이 됩니다. 주요 특징: SuperTrend 통합:   주요 시장 추세를 쉽게 따라가고 수익성의 물결을 타세요. RSI 정밀도:   매수 과다 및 매도 과다 수준을 감지하여 시장 반전 시점을 파악하는 데 적합하며 SuperTrend 필터로 사용 가능 확률적 정확도:   변동성이 큰 시장에서 숨겨진 기회를 찾기 위해 확률적 진동   을 활용하고 SuperTrend의 필터로 사용 다중 시간대 분석:   M5부터 H1 또는 H4까지 다양한 시간대에 걸쳐 시장을 최신 상태로 유지하세요. 맞춤형 알림:   맞춤형 거래 조건이 충족되면
    Azimuth Pro
    Ottaviano De Cicco
    5 (4)
    LAUNCH PROMO Azimuth Pro price is initially set at 299$ for the first 100 buyers. Final price will be 499$ . THE DIFFERENCE BETWEEN RETAIL AND INSTITUTIONAL ENTRIES ISN'T THE INDICATOR — IT'S THE LOCATION. Most traders enter at arbitrary price levels, chasing momentum or reacting to lagging signals. Institutions wait for price to reach structured levels where supply and demand actually shift. Azimuth Pro maps these levels automatically: swing-anchored VWAP, multi-timeframe structure lines, an
    FX Power MT5 NG
    Daniel Stein
    5 (31)
    FX Power: 통화 강세 분석으로 더 스마트한 거래 결정을 개요 FX Power 는 어떤 시장 상황에서도 주요 통화와 금의 실제 강세를 이해하기 위한 필수 도구입니다. 강한 통화를 매수하고 약한 통화를 매도함으로써 FX Power 는 거래 결정을 단순화하고 높은 확률의 기회를 발견합니다. 트렌드를 따르거나 극단적인 델타 값을 사용해 반전을 예측하고자 한다면, 이 도구는 귀하의 거래 스타일에 완벽히 적응합니다. 단순히 거래하지 말고, FX Power 로 더 스마트하게 거래하세요. 1. FX Power가 거래자에게 매우 유용한 이유 통화와 금의 실시간 강세 분석 • FX Power 는 주요 통화와 금의 상대적 강세를 계산하고 표시하여 시장 역학에 대한 명확한 통찰력을 제공합니다. • 어떤 자산이 앞서고 있고 어떤 자산이 뒤처지는지 모니터링하여 보다 현명한 거래 결정을 내릴 수 있습니다. 포괄적인 멀티 타임프레임 뷰 • 단기, 중기 및 장기 타임프레임에서 통화와 금의 강세를
    Trend Screener Pro MT5
    STE S.S.COMPANY
    4.84 (101)
    트렌드 표시기, 트렌드 트레이딩 및 필터링을 위한 획기적인 고유 솔루션, 하나의 도구 안에 내장된 모든 중요한 트렌드 기능! Forex, 상품, 암호 화폐, 지수 및 주식과 같은 모든 기호/도구에 사용할 수 있는 100% 다시 칠하지 않는 다중 시간 프레임 및 다중 통화 표시기입니다. Trend Screener는 차트에 점이 있는 화살표 추세 신호를 제공하는 효율적인 지표 추세 추종 지표입니다. 추세 분석기 표시기에서 사용할 수 있는 기능: 1. 트렌드 스캐너. 2. 최대 이익 분석이 있는 추세선. 3. 추세 통화 강도 측정기. 4. 경고가 있는 추세 반전 점. 5. 경고가 있는 강력한 추세 점. 6. 추세 화살표 Trend Screener Indicator가 있는 일일 분석 예, 일일 신호 성능...등은 여기에서 찾을 수 있습니다. 여기를 클릭하십시오. LIMITED TIME OFFER : Trend Screener Indicator는 50$ 및 평생 동안만 사용할 수 있습니다.
    RelicusRoad Pro MT5
    Relicus LLC
    5 (24)
    RelicusRoad Pro: 퀀트 시장 운영 체제 70% 할인 평생 이용권 (한정 시간) - 2,000명 이상의 트레이더와 함께하세요 왜 대부분의 트레이더는 "완벽한" 지표를 가지고도 실패할까요? 진공 상태에서 단일 개념 만으로 거래하기 때문입니다. 문맥 없는 신호는 도박입니다. 지속적인 승리를 위해서는 컨플루언스(중첩) 가 필요합니다. RelicusRoad Pro는 단순한 화살표 지표가 아닙니다. 완전한 퀀트 시장 생태계 입니다. 독점적인 변동성 모델링을 사용하여 가격이 이동하는 "공정 가치 로드"를 매핑하고, 단순 노이즈와 실제 구조적 돌파를 구분합니다. 추측은 그만두세요. 기관급 로드 로직으로 거래를 시작하세요. 핵심 엔진: "Road" 알고리즘 시스템의 중심에는 시장 상황에 실시간으로 적응하는 동적 변동성 채널인 Road Algo 가 있습니다. 세이프 라인(평형) 과 가격이 수학적으로 반전될 가능성이 높은 확장 레벨 을 투영합니다. Simple Road: 일반적인 시장을 위
    Entry Points Pro for MT5
    Yury Orlov
    4.48 (138)
    다시 색을 칠하지 않고 거래에 진입할 수 있는 정확한 신호를 제공하는 MT5용 지표입니다. 외환, 암호화폐, 금속, 주식, 지수 등 모든 금융 자산에 적용할 수 있습니다. 매우 정확한 추정값을 제공하고 매수와 매도의 가장 좋은 시점을 알려줍니다. 하나의 시그널로 수익을 내는 지표의 예와 함께 비디오 (6:22)시청하십시오! 대부분의 거래자는 Entry Points Pro 지표의 도움으로 첫 거래 주 동안 트레이딩 결과를 개선합니다. 저희의   Telegram Group 을 구독하세요! Entry Points Pro 지표의 좋은점. 재도색이 없는 진입 신호 신호가 나타나고 확인되면(시그널 캔들이 완성된 경우) 신호는 더 이상 사라지지 않습니다. 여타 보조지표의 경우 신호를 표시한 다음 제거되기 때문에 큰 재정적 손실로 이어집니다. 오류 없는 거래 게시 알고리즘을 통해 트레이드(진입 또는 청산)를 할 이상적인 순간을 찾을 수 있으며, 이를 통해 이를 사용하는 모든 거래자의 성공률이
    Trend indicator AI mt5
    Ramil Minniakhmetov
    5 (15)
    트렌드 인공 지능 지표는 실행 가능한 진입 점 및 반전 경고와 추세 식별을 결합하여 상인의 시장 분석을 향상시킬 훌륭한 도구입니다. 이 표시기는 사용자가 자신감과 정밀도로 외환 시장의 복잡성을 탐색 할 수 있도록 지원합니다 기본 신호 외에도 트렌드 인공 지능 지표는 풀백 또는 되돌림 중에 발생하는 2 차 진입 점을 식별하여 거래자가 기존 트렌드 내에서 가격 수정을 활용할 수 있도록합니다. 중요한 장점: ·작동 4 및 5 *명확한 구매 또는 판매 신호 *다시 칠하지 않습니다 *모든 자산에서 작동 나는 전보 사기에 개 또는 세트를 판매하지 않도록주의. 모든 설정은 블로그에 여기에 무료.  중요! 지침 및 보너스를 얻기 위해 구입 후 즉시 저에게 연락! 진짜 가동 감시는 뿐 아니라 나의 다른 제품 여기에서 찾아낼 수 있습니다: https://www.mql5.com/en/users/mechanic/seller&nbsp ; 설정 및 입력: 모든 자산에 대해 기본 설정을 권
    Smart Stop Indicator – 차트 위에서 직접 작동하는 지능형 스톱로스 시스템 개요 Smart Stop Indicator는 감이나 추측이 아닌 명확하고 체계적인 방식으로 스톱로스를 설정하고 싶은 트레이더를 위한 맞춤형 솔루션입니다. 이 도구는 클래식 프라이스 액션 논리(고점, 저점 구조)와 현대적인 브레이크아웃 인식을 결합하여 실제로 가장 논리적인 다음 스톱 레벨을 정확히 식별합니다. 추세, 박스권, 빠른 브레이크아웃 상황 등 어떤 시장에서도 인디케이터는 최적의 SL 구역과 상태(“new”, “broken”, “valid”)를 차트에 직접 표시합니다. 새로운 기능으로 SL 거리의 %ADR 표시가 추가되었습니다. 핵심 기능 자동 시장구조 기반 스톱 설정 • 시장 구조와 실시간 가격 움직임을 기반으로 의미 있는 스톱로스 레벨을 자동으로 탐지합니다. 스마트 브레이크아웃 감지 • 빠른 방향 변화나 돌파 상황에서도 불필요한 조기 스톱 조정을 강요하지 않으며 유연하게 반응합
    Trend Lines PRO MT5
    Roman Podpora
    5 (1)
    트렌드 라인즈 프로       이 지표는 시장이 실제로 어떤 방향으로 전환되는지 파악하는 데 도움이 됩니다. 실제 추세 반전 지점과 주요 시장 참여자들이 다시 진입하는 지점을 보여줍니다. 보시다시피       BOS 라인       복잡한 설정이나 불필요한 노이즈 없이 더 높은 시간대의 추세 변화와 주요 레벨을 확인할 수 있습니다. 신호는 차트에 다시 그려지지 않고 캔들이 마감된 후에도 계속 표시됩니다. MT4 버전   -   RFI LEVELS PRO   표시기   와 결합 시 최대 잠재력을 발휘합니다. 지표가 보여주는 내용: 실제 변화       추세(BOS 라인) 한 번 신호가 나타나면 그 신호는 계속 유효합니다! 이는 신호를 발생시킨 후 변경될 수 있는 리페인팅 방식의 지표와 중요한 차이점입니다. 리페인팅 방식의 지표는 잠재적으로 자금 손실로 이어질 수 있습니다. 이제 더욱 높은 확률과 정확도로 시장에 진입할 수 있습니다. 또한 화살표가 나타난 후 목표가(익절)에 도달하거나
    FX Levels MT5
    Daniel Stein
    5 (13)
    FX Levels: 모든 시장을 위한 뛰어난 정확도의 지지와 저항 간단 요약 통화쌍, 지수, 주식, 원자재 등 어떤 시장이든 믿을 만한 지지·저항 레벨을 찾고 싶나요? FX Levels 는 전통적인 “Lighthouse” 기법과 첨단 동적 접근을 결합해, 거의 보편적인 정확성을 제공합니다. 실제 브로커 경험을 반영하고, 자동화된 일별 업데이트와 실시간 업데이트를 결합함으로써 FX Levels 는 가격 반전 포인트를 파악하고, 수익 목표를 설정하며, 자신 있게 트레이드를 관리할 수 있게 돕습니다. 지금 바로 시도해 보세요—정교한 지지/저항 분석이 어떻게 여러분의 트레이딩을 한 단계 끌어올릴 수 있는지 직접 확인하세요! 1. FX Levels가 트레이더에게 매우 유용한 이유 뛰어난 정확도의 지지·저항 존 • FX Levels 는 다양한 브로커 환경에서도 거의 동일한 존을 생성하도록 설계되어, 데이터 피드나 시간 설정 차이로 인한 불일치를 해소합니다. • 즉, 어떤 브로커를 사용하
    ARIPoint
    Temirlan Kdyrkhan
    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
    소개       Quantum Breakout PRO   , 브레이크아웃 존 거래 방식을 변화시키는 획기적인 MQL5 지표! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발한       퀀텀 브레이크아웃 PRO       혁신적이고 역동적인 브레이크아웃 존 전략으로 거래 여정을 새로운 차원으로 끌어올리도록 설계되었습니다. Quantum Breakout Indicator는 5개의 이익 목표 영역이 있는 브레이크아웃 영역의 신호 화살표와 브레이크아웃 상자를 기반으로 한 손절 제안을 제공합니다. 초보자 거래자와 전문 거래자 모두에게 적합합니다. Quantum EA 채널:       여기를 클릭하세요 중요한! 구매 후 설치 매뉴얼을 받으려면 개인 메시지를 보내주십시오. 추천: 기간: M15 통화쌍: GBPJPY, EURJPY, USDJPY,NZDUSD, XAUUSD 계정 유형: 스프레드가 매우 낮은 ECN, Raw 또는 Razor 브로커 시간: GMT +3 중개인 :
    IX Power MT5
    Daniel Stein
    4.92 (13)
    IX Power: 지수, 원자재, 암호화폐 및 외환 시장 통찰력을 발견하세요 개요 IX Power 는 지수, 원자재, 암호화폐 및 외환 시장의 강도를 분석할 수 있는 다목적 도구입니다. FX Power 는 모든 가용 통화 쌍 데이터를 사용하여 외환 쌍에 대해 가장 높은 정확도를 제공하는 반면, IX Power 는 기초 자산 시장 데이터에만 초점을 맞춥니다. 이로 인해 IX Power 는 비외환 시장에 이상적이며, 다중 쌍 분석이 필요하지 않은 간단한 외환 분석에도 신뢰할 수 있는 도구입니다. 모든 차트에서 매끄럽게 작동하며, 거래 결정을 향상시키기 위한 명확하고 실행 가능한 통찰력을 제공합니다. 1. IX Power가 트레이더에게 유용한 이유 다양한 시장 강도 분석 • IX Power 는 지수, 원자재, 암호화폐 및 외환 심볼의 강도를 계산하여 각 시장에 맞는 통찰력을 제공합니다. • US30, WTI, 금, 비트코인 또는 통화 쌍과 같은 자산을 모니터링하여 거래 기회를 발견
    FX Dynamic MT5
    Daniel Stein
    5 (5)
    FX Dynamic: 맞춤형 ATR 분석으로 변동성과 트렌드를 파악하세요 개요 FX Dynamic 는 Average True Range(ATR) 계산을 활용하여 트레이더에게 일간 및 일중 변동성에 대한 뛰어난 인사이트를 제공하는 강력한 도구입니다. 80%, 100%, 130%와 같은 명확한 변동성 임계값을 설정함으로써 시장이 평소 범위를 초과할 때 빠르게 경고를 받고, 유망한 수익 기회를 재빨리 식별할 수 있습니다. FX Dynamic 는 브로커의 시간대를 인식하거나 수동으로 조정할 수 있으며, 변동성 측정 기준을 일관되게 유지하며, MetaTrader 플랫폼과 완벽하게 연동되어 실시간 분석을 지원합니다. 1. FX Dynamic이 트레이더에게 매우 유용한 이유 실시간 ATR 인사이트 • 하루 및 일중 변동성을 한눈에 모니터링하세요. ATR의 80%, 100%, 130% 임계값이 도달 또는 초과되면, 시장의 중요한 지점에 있음을 알 수 있습니다. • 변동성이 완전히 폭발하기
    CGE Trading Suite
    Carl Gustav Johan Ekstrom
    5 (1)
    CGE Trading Suite delivers the analytical edge typically reserved for professional trading desks. The platform integrates a full suite of analytical tools into one seamless workflow: dynamic grid mapping, liquidity behavior analysis, ECM, trend lines, MIDAS, trade cycles, and directional channel projections. Together, these provide a unified view of market structure and momentum. Directional clarity is further enhanced by the capital flow index, which measures currency basket strength to identif
    Dark Absolute Trend MT5
    Marco Solito
    4.69 (13)
    Dark Absolute Trend   is an Indicator for intraday trading. This Indicator is based on   Trend Following  strategy but use also candlestick patterns and Volatility. We can enter in good price with this Indicator, in order to follow the main trend on the current instrument. It is advised to use low spread ECN brokers. This Indicator does   Not repaint   and   N ot lag . Recommended timeframes are M5, M15 and H1. Recommended working pairs: All. I nstallation and  Update Guide   -  Troubleshooting
    Trend Hunter MT5
    Andrey Tatarinov
    5 (3)
    Trend Hunter 는 Forex, 암호화폐 및 CFD 시장에서 작업하기 위한 추세 지표입니다. 이 지표의 특별한 특징은 가격이 추세선을 약간 돌파할 때 신호를 변경하지 않고 자신있게 추세를 따른다는 것입니다. 표시기는 다시 그려지지 않으며 막대가 닫힌 후에 시장 진입 신호가 나타납니다. 추세를 따라 이동할 때 표시기는 추세 방향에 대한 추가 진입점을 표시합니다. 이러한 신호를 바탕으로 작은 StopLoss로 거래할 수 있습니다. Trend Hunter 는 정직한 지표입니다. 표시 신호 위로 마우스를 가져가면 신호의 잠재적 이익과 가능한 중지가 표시됩니다. 새로운 신호가 나타나면 다음 알림을 받을 수 있습니다. 알리다 푸시 알림 이메일로 알림 텔레그램 알림 차트 스크린샷도 텔레그램으로 전송되므로 거래 결정을 내리기 위해 단말기를 열 필요가 없습니다. 표시 신호는 텔레그램 채널 https://www.mql5.com/ko/market/product/11085#!tab=com
    제작자의 제품 더 보기
    BoS ChoCh Indicatorr
    George Njau Ngugi
    This MQL5 indicator, named BoS_ChoCh_Indicator, detects Break of Structure (BoS) and Change of Character (ChoCh) in trading charts. It identifies pivot highs and lows using a user-defined period (default 5), monitors price breakouts above highs or below lows, classifies them as bullish/bearish BoS or ChoCh based on the prevailing trend, draws colored lines and labels on the chart for visualization, and populates buffers with signals, structure levels, and trend direction (1 for up, -1 for down)
    If you are unsure how to use this indicator, please feel free to reach out to me. I will explain it to you and provide reading materials to help you make the most of it. Here’s a brief description of how to use the indicator effectively. MT4 version: https://www.mql5.com/en/market/product/129509?source=Site +Market+My+Products+Page My Other Products:  https://www.mql5.com/en/users/1700046313/seller How to Use TD Sequential by Tom DeMark The TD Sequential is a technical analysis indicator develo
    This indicator functions similarly to the traditional Relative Strength Index (RSI), but it's integrated directly onto the main price chart. This setup allows traders to more easily identify price fluctuations and recognize conditions of overbought or oversold markets. By observing the indicator in conjunction with price movements, you can gain valuable insights into potential trend reversals or continued momentum. Keep an eye on these signals to enhance your trading strategy. Happy trading, eve
    FREE
    TD Sequential EA
    George Njau Ngugi
    Overview The TD Sequential EA is a sophisticated automated trading system designed to capitalize on the TD Sequential indicator, developed by Tom DeMark. This EA identifies trading opportunities based on TD Sequential setups and executes trades with predefined risk management parameters. It offers a clean and customizable chart appearance and allows users to set their own lot sizes and other trading parameters. Key Features Automated Trading : Executes buy and sell orders based on TD Sequential
    TDSequential Scanner
    George Njau Ngugi
    To access the TD sequential Scanner for MT5, please check https://www.mql5.com/en/market/product/123369?source=Site +Market+My+Products+Page. One of the MT5 versions includes additional timeframes such as M1, M2, M3,H2,H6,H8 and so on.( https://www.mql5.com/en/market/product/123367?source=Site +Market+My+Products+Page) TD Sequential Scanner: An Overview The TD Sequential scanner is a powerful technical analysis tool designed to identify potential price exhaustion points and trend reversals in fi
    The indicator I’m referring to is a leading indicator, similar to the Bill Williams Fractals indicator, but with an added feature: it draws vertical lines on the chart to mark significant points in time. This functionality makes it particularly useful for traders as it provides clear visual cues for potential trading opportunities. What sets this indicator apart is its versatility; it can be applied across all timeframes and any currency pair, making it suitable for a wide range of trading stra
    RSI on the chart
    George Njau Ngugi
    This indicator functions similarly to the Relative Strength Index (RSI), but with a key difference: instead of being displayed in a separate window, it overlays directly on the main price chart. This allows for more convenient visualization and interpretation of market momentum alongside price movements. I believe this indicator will enhance your trading experience by providing clearer insights into market conditions. Wishing you successful trading!
    Buyy Sell Indicator
    George Njau Ngugi
    This tool is designed specifically for traders seeking to identify market reversals, allowing you to capitalize on advantageous trading opportunities. The indicator has undergone extensive testing and has established itself as a leading indicator; it often predicts market movements effectively. When a buy or sell signal is generated by the indicator, it tends to align with the market’s subsequent behavior, following the trend indicated by the signal. By utilizing this indicator, you can enhance
    If you are unsure how to use this indicator, please feel free to reach out to me. I will explain it to you and provide reading materials to help you make the most of it. Here’s a brief description of how to use the indicator effectively. How to Use TD Sequential by Tom DeMark The TD Sequential is a technical analysis indicator developed by Tom DeMark, designed to identify potential turning points in market trends. It is widely used by traders to anticipate market reversals and manage trading ris
    If you are unsure how to use this indicator, please feel free to reach out to me. I will explain it to you and provide reading materials to help you make the most of it. Most effective with TD sequential :           MT4:  https://www.mql5.com/en/market/product/129509?source=Site +Profile+Seller           MT5:  https://www.mql5.com/en/market/product/129507?source=Site +Profile+Seller My Other products:  https://www.mql5.com/en/users/1700046313/seller Here’s a brief description of how to use the
    TP projection levels
    George Njau Ngugi
    This indicator outlines take profit (TP) stations derived from the Dinapoli ABC price projections. The key levels identified include COP (the critical operation point) designated as TP1, OP (the optimal point) marked as TP3, and SXOP (the secondary operation point) noted as TP4. This indicator proves to be especially beneficial for traders entering positions without clearly defined exit points. The Dinapoli levels provide precise price projections that highlight where the market is most likely
    A fair value gap (FVG) is a temporary price gap that occurs when the price of a stock or security is out of line with its fair value.   This gap is often caused by an imbalance between buyers and sellers. How it works Price imbalance When there is an imbalance between buyers and sellers, the price of a security can move too quickly. Price gap This creates an unadjusted area on the price chart, known as the fair value gap Price correction The price is often drawn back to the fair value gap, as i
    If you're familiar with COP, OP, and XOP levels, this indicator is definitely worth considering. There's no need to manually plot the ABC levels, as the indicator automatically calculates and displays the OP projection levels for you, updating regularly as the price changes. This is an essential indicator for your trading toolkit. Please if you are unsual on how to use this indicator feel fell to ask me for help and i can assist you where i can. Happy trading!
    If you're familiar with trading using Dinapoli levels, then this indicator is definitely worth your attention. It automatically plots key levels such as COP (Change of Polarity), OP (Objective Price), and XOP (Extended Objective Price) on your charts, regardless of the timeframe you choose to work with. One of the standout features of this indicator is its ability to generate alerts. Whenever a new ABC pattern is automatically identified and plotted by the indicator, you will receive a notifica
    Moving MinMax is a custom trend indicator that helps you easily identify the current market direction , reversals , and high-probability trade setups . This tool uses a unique calculation method that measures price pressure from both buyers and sellers, helping you see who is in control and when the market is likely to change direction. Unlike basic oscillators or moving averages, this indicator computes trend likelihoods using a distribution-based exponential model applied over a moving price w
    Two indicator
    George Njau Ngugi
    How to Use this indicator-: 1. Trend-Following Strategy Objective : Enter trades in the direction of the trend when the Net Score and Signal Line confirm a strong trend. Identify the Trend : Look at the Net Score in the separate window: If the Net Score is above 0 and rising, the trend is bullish. If the Net Score is below 0 and falling, the trend is bearish. Confirm with the LazyLine on the main chart: Green LazyLine indicates an uptrend. Red LazyLine indicates a downtrend. Entry : Buy (Long)
    Purpose : The AllAverages indicator plots a moving average line on the chart, with options to select from a wide range of MA types and price applications. It also displays buy and sell signals as arrows when the trend changes, and supports alerts (sound, email, push notifications) for these signals. Key Features : Supports multiple moving average types (e.g., SMA, EMA, HMA, TEMA, etc.). Allows customization of the price type (e.g., Close, Open, High, Low, Heiken Ashi variants). Displays a colore
    The Trend and Revesal Indicator is a custom indicator designed to help traders identify trend direction, reversal points, and high-probability trade setups. It uses advanced mathematical calculations to analyze market behavior and highlight potential turning points with great accuracy. This indicator measures buying and selling pressure over a defined period and shows which side is in control. It provides a clear visual display of trend zones, reversal arrows, and momentum signals in a separate
    If you are unsure how to use this indicator, please feel free to reach out to me. I will explain it to you and provide reading materials to help you make the most of it. TD Sequential Scanner: An Overview The TD Sequential scanner is a powerful technical analysis tool designed to identify potential price exhaustion points and trend reversals in financial markets. Developed by Tom DeMark, this method is widely used by traders to gauge market cycles and potential turning points with precision. Ho
    This new version includes all MT5 timeframes (M1, M2, M3, M4, M5, M6, M10, M12, M15, M20, M30, H1, H2, H3, H4, H6, H8, H12, D1, W1 & MN1). The TD count for each timeframe is displayed on the top left corner. You don't need to do analysis anymore, as the scanner does all the analysis and updates every 1 second, allowing users to see real-time data for informed decision-making. Alerts are set on by default (can be turned off), which notifies users at the completion of every TD9. If you need a sca
    Description of the Ichimoku Cloud Scanner  The Ichimoku Cloud Scanner is an advanced MetaTrader 5 (MT5) custom indicator designed to monitor the Ichimoku Cloud system across multiple timeframes and provide visual and audible alerts based on the price's position relative to the Ichimoku Cloud. Here's a detailed description of its features and functionalities: Features: Ichimoku Cloud Calculation : Utilizes the Ichimoku Cloud indicator, which consists of five components: Tenkan-sen (Conversion Lin
    Buy Selll Indicator
    George Njau Ngugi
    This indicator serves as a crucial leading tool for identifying pivotal points in market reversals. It provides traders with valuable insights regardless of the timeframe they are analyzing, whether it be minutes, hours, or days. Additionally, it is compatible with all trading pairs, making it highly versatile for various market scenarios. Incorporating this indicator into your trading strategy can significantly enhance your decision-making process and improve your overall trading performance. B
    Fair Value Gap FVG
    George Njau Ngugi
    A fair value gap (FVG) is a temporary price gap that occurs when the price of a stock or security is out of line with its fair value.   This gap is often caused by an imbalance between buyers and sellers. How it works Price imbalance When there is an imbalance between buyers and sellers, the price of a security can move too quickly. Price gap This creates an unadjusted area on the price chart, known as the fair value gap Price correction The price is often drawn back to the fair value gap, as i
    The Machine Learning Supertrend is a highly effective trading indicator specifically designed to identify and illustrate potential buy and sell signals through the use of clearly marked arrows.  One of the key advantages of this indicator is that it operates as a leading indicator, meaning it anticipates market movements rather than following them. Unlike many traditional indicators, the Machine Learning Supertrend does not lag or repaint, ensuring the signals provided are timely and reliable.
    The Jurik Moving Average (JMA) is a sophisticated, adaptive moving average designed to reduce lag while maintaining smoothness. Unlike traditional moving averages (e.g., SMA, EMA), JMA adjusts dynamically to market volatility, making it more responsive to price changes. It’s particularly useful in trading for identifying trends and generating signals with less noise. Input Parameters : inpJmaPeriod (default: 14): The period for calculating the JMA and ATR. inpJmaPhase (default: 0): Controls the
    Buyy sell signals
    George Njau Ngugi
    Generates Buy/Sell Signals : Buy Signal : An upward arrow ( DRAW_ARROW ) appears when the JMA changes from a downtrend (red) to an uptrend (green). Sell Signal : A downward arrow ( DRAW_ARROW ) appears when the JMA changes from an uptrend (green) to a downtrend (red). Arrows are placed below (buy) or above (sell) the candle for visibility. Trend Following : Green Line : Indicates an uptrend. Consider holding or entering long positions. Crimson Line : Indicates a downtrend. Consider holding or en
    Purpose : The SuperTrend indicator tracks price trends, plotting a line that follows the trend direction (up or down) and optionally fills the area between the trend line and the closing price Plots : SuperTrend Line : A colored line (green for uptrend, red for downtrend) plotted below the price in uptrends and above in downtrends. Filling : Optional filled area (bisque/pale green) between the SuperTrend line and the closing price, shown only if Show_Filling is true. Logic : Calculates ATR usin
    Advanced Range Analyzer Pro – Smart Range Breakout & Probability Indicator Advanced Range Analyzer Pro is a powerful volatility-based range detection tool designed to identify high-probability consolidation zones before explosive breakouts occur. Using ATR, RSI, MACD, and volume-weighted price dynamics, this indicator automatically: Detects and draws clean, non-overlapping consolidation ranges Measures real-time Range Strength (compression & accumulation analysis) Calculates Bullish vs Bea
    Renko Chartt
    George Njau Ngugi
    Smart Adaptive Renko Pro – Dynamic ATR & Fixed Box Renko Indicator Smart Adaptive Renko Pro is a powerful non-time-based Renko indicator designed to eliminate market noise and reveal true price momentum with precision. Unlike standard chart candles, this indicator builds Renko bricks based purely on price movement — helping traders focus on trend strength, reversals, and clean breakout structures. Key Features Adaptive ATR-Based Box Size (Auto-adjusts to market volatility) Fixed Pip Box M
    FractalEA Pro
    George Njau Ngugi
    FractalEA Pro — Smart Fractal Trading, Fully Automated FractalEA Pro turns Bill Williams' proven Fractal indicator into a complete, fully automated trading system. Every entry is confirmed by multiple filters — EMA trend direction, RSI momentum check, ATR volatility guard, and session timing — so the EA only trades when conditions genuinely align, not on every signal that appears. What makes FractalEA Pro stand out is the control it gives you. Every single feature has its own ON/OFF switch. Turn
    필터:
    리뷰 없음
    리뷰 답변