GS trend I

The trend indicator has the ability to adjust the viewing depth and sensitivity, does not repaint and does not lag.

In addition to the current trend, the chart displays trends for 5 more periods with zero trend levels for them.

This allows for a comprehensive assessment of the nature of the trend movement.

There is a possibility to choose the trend algorithm settings {Only Open, Average Open/Close, Average High/Low}

The trend indicator can be used for any Forex financial instruments.

The color shows the direction of the trend:

  • yellow - direction can be SELL or BUY
  • blue - uptrend BUY
  • red - downtrend SELL

The indicator panel displays the trend values of 5 timeframes for the current price level.

The trend value is recorded by the indicator when the next candle opens.

    GS smart5 Advisor uses an indicator algorithm to determine the trend direction.

      Usage

      1. For visual control of trends and adjustment of advisor parameters or decision making on opening orders manually.
      2. For use in your own advisors as one of the criteria for making a decision to open an order

      An example of an advisor accessing the value of a trend indicator:

      #property copyright "Copyright 2025, MetaQuotes Ltd."
      #property link      " https://www.mql5.com "
      #property version   "1.00"
      #resource "\\Indicators\\GS_trend_I_v12.ex5"
      int handle;
      //--- input parameters
      input int InpTimer=1;   //Timer,sec
      input int NN=5;         //Limit
      //+------------------------------------------------------------------+
      //| Expert initialization function                                   |
      //+------------------------------------------------------------------+
      int OnInit()
       {
         handle=iCustom(NULL,0,"::Indicators\\GS_trend_I_v12.ex5");
         if(handle==INVALID_HANDLE)
              {
               PrintFormat("Error getting the indicator handle GS trend I. Error code = %d",GetLastError());
               return(INIT_FAILED);
              }
      //--- create timer
         EventSetTimer(InpTimer);
         
      //---
         return(INIT_SUCCEEDED);
        }
      //+------------------------------------------------------------------+
      //| Expert deinitialization function                                 |
      //+------------------------------------------------------------------+
      void OnDeinit(const int reason)
        {
      //--- destroy timer
         EventKillTimer();
         
        }
      //------------------------------
      double iCustomGet(const int ind_handle,const int buffer,int start_pos)
        {
         double Custom[1];
         ResetLastError();
         if(CopyBuffer(ind_handle,buffer,start_pos,1,Custom)<0)
           {
            PrintFormat("Failed to copy data from the indicator, error code %d",GetLastError());
            return(0.0);
           }
         return(Custom[0]);
        }
      //+------------------------------------------------------------------+
      //| Timer function                                                   |
      //+------------------------------------------------------------------+
      void OnTimer()
      { static int i=0;
        if (i>NN) return;
        double r=iCustomGet(handle,1,i);
        Alert("i="+(string)i+": GS trend Signal = "+DoubleToString(r,5)+((r==0)?" (SELL_BUY)":(r==1)?" (BUY)":(r==2)?" (SELL)":" (No data)"));
        i++;
       }


      추천 제품
      Leave a review for this product, and receive another "Free" product that you choose. You can see my other products here: https://www.mql5.com/en/users/zakri/seller Trend Detective is an advanced trend detection indicator which shows accurate entry points in direction of trend. It uses smart technology in order to detect entry points, trend changing points, and TP points. It also shows hit rate for current chart using selected parameters. Hit rate for this indicator on different charts can be 8
      Terra Infinity
      Ivan Simonika
      Terra Infinity is a flat indicator. This improved version of the CalcFlat indicator has three additional lines that significantly increase its effectiveness. Unlike its predecessor with two static levels, Terra Infinity adds three dynamic lines above the main histogram, which are interpreted as follows: base signal line, minimum signal line, maximum signal line. These lines are formed using the additional parameter Avg, which is the average value of the histogram. Averaging produces a line cl
      TRI Visualizer
      Yoshimi Mon 三 Ura
      TRI Visualizer MT5 – Thermodynamic Market Analysis Overview The TRI (Thermal Range Indicator) Visualizer Enhanced is a rare market analysis indicator that goes beyond conventional technical analysis, applying principles of thermodynamics from physics. It interprets market price fluctuations as “thermodynamic energy,” enabling the highly accurate detection of subtle market changes that are often overlooked. Innovative Mechanisms 1. Dual Calculation Engines Classic TRI Mode Formula: |Close
      The indicator detects divergence signals - the divergences between the price peaks and the MACD oscillator values. The signals are displayed as arrows in the additional window and are maintained by the messages in a pop-up window, e-mails and push-notifications. The conditions which formed the signal are displayed by lines on the chart and in the indicator window. The indicator parameters MacdFast - fast MACD line period MacdSlow - slow MACD line period MacdSignal - MACD signal line period Macd
      RBreaker
      Zhong Long Wu
      RBreaker Gold Indicators는 금 선물을 위한 단기 데이 트레이딩 전략으로, 추세 추종과 데이 내 반전의 두 가지 거래 방식을 결합합니다. 추세 장에서 수익을 포착할 수 있을 뿐만 아니라, 시장이 반전될 때 적시에 이익을 확정하고 추세에 맞춰 반대 포지션을 잡을 수 있습니다. 이 전략은 미국 잡지 Futures Truth에서 15년 연속으로 가장 수익성 높은 트레이딩 전략 상위 10위 안에 선정되었습니다. 긴 라이프사이클을 자랑하며, 현재까지 국내외에서 널리 사용되고 연구되고 있습니다. 본 지표는 2026년 금 선물의 움직임을 반영하여 14일 ATR 지표를 기반으로 돌파 계수 A, 관찰 계수 B, 반전 계수 R을 보다 합리적인 값으로 정의했습니다. 매우 훌륭한 지표이며, 안정적인 연간 수익성을 달성했습니다. 강력히 추천합니다~ 위 지표는 변동성이 높은 상품에 적합하며, 매개변수는 금 선물, 주가 지수 선물 등에 적합합니다. 다른 상품이 필요한 경우 돌파 계수 A
      Trend Lines Scalper
      Magdalena Estefania Colonna
      TREND LINES Scalper Professional Indicator OVERVIEW Trend Lines Scalper is a highly accurate, advanced indicator designed specifically for professional traders looking to maximize their scalping opportunities by automatically detecting trend lines and high-probability signals. This powerful algorithm combines classic technical analysis with modern technology, automatically identifying price patterns and generating accurate, real-time signals for successful scalping trades. MAIN FEATURES
      Divergence Hunter
      Rizwan Akram
      5 (3)
      Divergence Hunter - Professional Multi-Oscillator Divergence Detection System Overview Divergence Hunter is a professional-grade technical indicator designed to automatically detect and visualize price-oscillator divergences across multiple timeframes. Built for serious traders who understand the power of divergence trading, this indicator combines precision detection algorithms with an intuitive visual interface. Key Features Multiple Oscillator Support: RSI (Relative Strength Index) MACD (Mo
      FREE
      Elite Harmony Signals Pro Panoramica Elite Harmony Signals è un indicatore sofisticato di analisi tecnica che visualizza rettangoli dinamici che forniscono zone di trading chiare e segnali di conferma per decisioni migliorate. Caratteristiche Principali Zone Rettangolo Dinamiche Estensione in Tempo Reale : I rettangoli si estendono automaticamente all'azione corrente del prezzo Chiusura Intelligente : I rettangoli si chiudono solo quando appaiono segnali opposti Conferma Visiva : Zone di trading
      The RSI Divergence + FVG Signal indicator combines Relative Strength Index (RSI) Divergence with Fair Value Gap (FVG) detection to generate high-probability buy and sell signals based on both momentum shifts and institutional imbalance zones. Core Features: RSI Divergence Detection : Identifies both regular and hidden bullish/bearish divergences between price and RSI. Divergences indicate potential trend reversals or continuation. FVG Zone Recognition : Detects Fair Value Gaps (imbalances caused
      Signal Strike
      Murtadha Majid Jeyad Al-Khuzaie
      Signal Strike is a professional trading indicator designed for MetaTrader 5 that delivers clear, high‑confidence entry signals directly on your chart. Built with advanced logic that combines trend, momentum, volatility, and volume confirmation, this tool helps traders identify precise BUY and SELL opportunities with confidence. Unlike generic indicators, Signal Strike is engineered to filter out indecision candles and weak setups. When conditions align, the indicator plots entry, stop loss, an
      ATR Line
      Evgeny Levchenko
      The indicator - "ATR Line" determines the current trend and gives signals to buy (green arrow to the top) or sell (red arrow to the bottom). The indicator calculation is based on the deviation of the average price of the instrument from its average true range - ATR. The moving average of prices is used to reduce "market noise". If the main line of the indicator - "ATR Line" is lower the instrument price chart, then the market is in a "bullish" trend. If the main line of the indicator is higher t
      ## WPRV2 지표의 상세 설명 WPRV2는 전통적인 기술 분석 도구인 윌리엄스 퍼센트레인지(%R)를 개량한 버전입니다. 주식 시장이나 외환시장, 암호화폐 거래소 등 금융 시장에서 사용되며, 시장 동향을 분석하고 최적의 매매 타이밍을 결정하는데 도움이 됩니다. ### 지표의 목적 WPRV2 지표의 주요 목적은 현재 가격이 최근 고점과 저점에 비해 얼마나 가까운지 측정하는 것입니다. 이를 통해 트레이더들은 다음 사항을 파악할 수 있습니다. - 현재 가격이 역사적으로 높은 수준에 가까운가? - 혹은 역사적으로 낮은 수준에 접어드는 중인가? 이 정보를 통해 시장 변동성이나 현재 추세의 연속성을 신속하게 파악하여 올바른 판단을 내릴 수 있습니다. ### WPRV2 지표의 특징 #### 1. 그래픽 표현 방법 WPRV2 지표는 메인 자산 차트와 별도로 나타나며, 다음 두 줄로 구성됩니다. - 메인 라인(`WPR`) : 지정된 기간 동안 %R 값의 변화를 보여줍니다. - 추가적인
      This indicator shows the ratio of the number of buyers'/sellers' orders for the Russian FORTS futures market. Now, you can receive this information in real time in your МetaТrader 5 terminal. This allows you to develop brand new trading strategies or improve the existing ones. The data on the ratio of the orders number is received from the database (text CSV or binary one at user's discretion). Thus, upon completion of a trading session and disabling the terminal (or PC), the data is saved and u
      RangeZone  Indicator General Overview: Global Exchange Trading from East to West World financial markets operate on the principle of continuous trading sessions, where activity moves with the sun from one financial center to another. Understanding this dynamic is key to successful trading! How Trading Moves Around the World: Asian Session   (Sydney, Tokyo): Opens first, sets the tone for daily volatility Japanese yen, Australian dollar, Asian indices Often forms key support/resistance level
      Market Profile Suite
      Muhammad Minhas Qamar
      Developed by MMQ —  Market Profile Suite   Was: $79 Now: $59 A comprehensive Market Profile indicator for MetaTrader 5 that visualizes price distribution through TPO (Time Price Opportunity) analysis. The implementation draws from concepts presented in Jim Dalton's "Mind Over Markets," providing traders with tools to understand market structure, value areas, and volume distribution across multiple timeframes and session configurations. Links [ Documentation  |  Video  | More ] Feature Highlight
      FourAverageMT5
      Mikhail Sergeev
      5 (2)
      포라 평균은 트렌드 탐지의 새로운 단어입니다. 정보 기술의 발전과 많은 참가자들로 인해 금융 시장은 구식 지표에 의한 분석에 덜 민감해지고 있습니다. 이동 평균이나 정작과 같은 기존의 기술적 분석 도구는 순수한 형태로 추세의 방향이나 역전 방향을 결정할 수 없습니다. 하나의 지표가 14 년의 역사를 기반으로 매개 변수를 변경하지 않고 미래 가격의 올바른 방향을 나타낼 수 있습니까? 동시에,옆으로 시장의 움직임과 적절성을 잃지 않는다? 답변:예,할 수 있습니다. 우리 팀은 변화하는 시장 상황에 적응하기 위해 상당히 강력하고 효과적인 메커니즘을 가진 지표를 개발했습니다. 2025 년에 선도적 인 추세 지표"평균"은 새로운 개발 단계에 진입하고 있습니다. 현대 암호 화폐 및 주식 시장은이 지표를 위해 만들어진 것 같습니다. 고유 한 스무딩 공식을 사용하면 통화 쌍 또는 기타 악기의 모든 기능에 대한 표시기를 조정(패턴 식별)할 수 있습니다. 지금,이익을 만들기 위해,하나의 지표는 충분하다
      SPIKE Radar Alet
      Odete Argelio Simbine
      SPIKE DETECTOR RADAR ALERT – Surgical Precision in Explosive Market Movements Master market spikes with early alerts and high probability accuracy. Spike Detector Radar Alert is an advanced indicator for MetaTrader 5, developed to identify sudden price movements (spikes) in advance with enhanced precision. By combining volatility analysis, momentum strength, and price acceleration, the algorithm delivers clear signals at key market moments. Why traders choose Spike Detector Radar Alert: Mul
      SlopeChannelB MT5
      MIKHAIL VINOGRADOV
      SlopeChannelB – 경사진 가격 이동 채널을 구축하는 기술 분석 도구로, 시장 현황을 평가하고 거래 신호를 찾는 데 독특한 기회를 제공합니다. 지표의 주요 특징: 경사진 가격 이동 채널 : 이 지표는 지지와 저항 수준을 시각화하는 데 도움을 주며, 이는 추세의 반전 또는 지속 가능성을 나타낼 수 있습니다. 다양한 선 색상 및 배경 강조 : 경사진 지지 및 저항 수준은 다양한 색상으로 표시되며, 채널 자체는 배경이 추가로 강조되어 차트의 시각적 분석을 단순화합니다. 선 계산을 위한 세 가지 옵션 : 지표는 회귀 분석을 사용하여 채널 라인을 구성합니다. 세 가지 방법 중 하나를 선택할 수 있습니다: Robust (기본값) – 이상치에 강한 방법입니다. OLS (최소제곱법) . Median (중앙값 계산) . 최적의 모델 선택 : SlopeChannelB는 다섯 가지 품질 기준의 분석을 기반으로 가장 적합한 채널 라인 변형을 자동으로 선택합니다. 품질 매개변수는 차트에
      Crash 900 Precision Spike Detector The Crash 900 Precision Spike Detector is your ultimate tool for trading the Crash 900 market with precision and confidence. Equipped with advanced features, this indicator helps you identify potential sell opportunities and reversals, making it an essential tool for traders aiming to capture spikes with minimal effort. Key Features: Non-Repainting Signals: Accurate, non-repainting signals that you can trust for reliable trading decisions. Audible Alerts: Stay
      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
      Trend Indicator Advanced Trend** is a sophisticated trend-following indicator designed for professional traders who demand precision and clarity in their market analysis.  algorithms and intelligent signal processing, this indicator provides crystal-clear trend direction with minimal lag and maximum accuracy.  Key Features Visual Excellence Vibrant Color Scheme: Eye-catching red and green colors for instant trend recognition Dual-Line System: Thin and thick lines represent trend strength and
      DAILY OH/OL SDEV QUANT MODEL - STATISTICAL TRADING WITH PRECISION RISK MANAGEMENT TRADE WITH MATHEMATICAL CERTAINTY - KNOW YOUR EXACT STOP-LOSS AND TAKE-PROFIT BEFORE YOU ENTER This indicator analyzes 5,000+ days of price history to give you: Exact entry levels (sigma bands locked at daily open) Exact stop-loss distance (from M
      Wedge Pattern MT5
      Sathit Sukhirun
      Korean 이 보조지표는 차트 패턴 거래를 즐기는 트레이더를 위한 고급 차트 분석 비서 역할을 합니다. 시각적 분석의 부담을 줄이고 수익 창출의 정확성을 높이도록 설계되었습니다. 실제 사용 관점에서 본 이 보조지표의 주요 장점과 특징입니다: 1. 자동 패턴 감지 (Automated Pattern Detection) 시간 절약 및 편향(Bias) 감소: 수동으로 추세선을 그릴 필요가 없습니다. 인디케이터가 가격 스윙(Pivot High/Low)을 검색하고 가격 구조가 조건에 부합할 때 라이징 웨지(Rising Wedge, 상승 쐐기형) 및 폴링 웨지(Falling Wedge, 하락 쐐기형) 구조를 자동으로 그립니다. 모든 상황 포괄: 패턴이 형성되는 중, 브레이크아웃(돌파), 심지어 실패한 패턴까지 감지할 수 있어 시장의 전반적인 흐름을 명확하게 파악할 수 있습니다. 2. 내장된 목표가 및 피보나치 익절 (Built-in Targets & Fibonacci TP) 자동 목표가 계산:
      Crash 600 Precision Spike Detector The Crash 600 Precision Spike Detector is an essential tool designed to help traders navigate the Crash 600 market with accuracy and efficiency. Packed with advanced features, this indicator provides precise alerts that allow traders to capture spikes and reversals with confidence. Key Features: Non-Repainting Signals: Dependable, non-repainting signals that ensure your trading decisions are based on real-time, accurate data. Audible Alerts: Receive sound notif
      TVf Channel
      Nicholas C Weber
      I really like this indicator. But I made it, so of course I would.. NOW FREE. But please consider supporting me by buying my 2 for sale indicators. You can multiply the weight of each indicator used to give more emphasis on it's value when averaging between the 3. Boost fast TEMA and it can move the indicator faster. Boost slow FrAMA and watch it smooth out. I like to use them as open/close lines and set them up so they move quick, but have the FrAMA smooth it out more.  Check out my other indi
      BlueBoat – Prime Cycle is a technical indicator for MetaTrader 5 that visualizes market cycles based on the Fimathe cycle model (Marcelo Ferreira) . It identifies and displays historic and live cycle structures such as CA, C1, C2, C3, etc., helping traders understand the rhythm and timing of price movement across multiple sessions. This tool is ideal for manual analysis or as a supporting signal in discretionary strategies. Key Features Historical Cycle Analysis – Backtest and visualize as many
      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
      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
      Ichimoku Aiko MTF
      Michael Jonah Randriamampionontsoa
      Ichimoku Aiko MTF is a collection of technical indicators that show support and resistance levels, as well as momentum and trend direction. It is a multi-timeframe indicator so you don't need to change the chart timeframe when you want to see the ichimoku clouds on a higher timeframe.  eg. The chart timeframe is M15 and you want to see on the M15 timeframe chart the H1 ichimoku indicators (the ichimoku in Metatrader can't do that) that's why you need to use Ichimoku Aiko MTF.
      표시기는 현재 시세를 작성하여 과거 시세와 비교할 수 있으며 이를 바탕으로 가격 변동을 예측합니다. 표시기에는 원하는 날짜로 빠르게 이동할 수 있는 텍스트 필드가 있습니다. 옵션: 기호 - 표시기가 표시할 기호 선택. SymbolPeriod - 지표가 데이터를 가져올 기간 선택. IndicatorColor - 표시기 색상. HorisontalShift - 지시자가 그린 따옴표를 지정된 막대 수만큼 이동합니다. Inverse - true는 인용 부호를 반대로, false - 원래 보기를 반전합니다. ChartVerticalShiftStep - 차트를 수직으로 이동합니다(키보드의 위/아래 화살표). 다음은 날짜를 입력할 수 있는 텍스트 필드의 설정으로, '엔터'를 누르면 즉시 이동할 수 있습니다.
      이 제품의 구매자들이 또한 구매함
      SuperScalp Pro
      Van Minh Nguyen
      5 (14)
      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 다이버전스 필터를 결합한 추세 인식 메커니즘은 더 높은 승률의 신호를 선별하는 데 도움을 줍니
      Azimuth Pro
      Ottaviano De Cicco
      5 (6)
      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
      Divergence Bomber
      Ihor Otkydach
      4.89 (83)
      이 지표를 구매하신 분께는 다음과 같은 혜택이 무료로 제공됩니다: 각 거래를 자동으로 관리하고, 손절/익절 수준을 설정하며, 전략 규칙에 따라 거래를 종료하는 전용 도우미 툴 "Bomber Utility" 다양한 자산에 맞게 지표를 설정할 수 있는 셋업 파일(Set Files) "최소 위험", "균형 잡힌 위험", "관망 전략" 모드로 설정 가능한 Bomber Utility의 셋업 파일 이 전략을 빠르게 설치, 설정, 시작할 수 있도록 돕는 단계별 영상 매뉴얼 주의: 위의 모든 보너스를 받기 위해서는 MQL5 개인 메시지 시스템을 통해 판매자에게 연락해 주세요. 독창적인 커스텀 지표인 “Divergence Bomber(다이버전스 봄버)”를 소개합니다. 이 지표는 MACD 다이버전스(괴리) 전략을 기반으로 한 올인원(All-in-One) 거래 시스템입니다. 이 기술 지표의 주요 목적은 가격과 MACD 지표 간의 다이버전스를 감지하고, **향후 가격이 어느 방향으로 움직일지를 알려주는
      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
      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
      이 지표를 구매하면 제 프로페셔널 트레이드 매니저를 무료로 드립니다. 우선 이 거래 시스템이 리페인팅, 리드로잉 및 레이그 인디케이터가 아니라는 점을 강조하는 것이 중요합니다. 이는 수동 및 로봇 거래 모두에 이상적인 것으로 만듭니다. 온라인 강좌, 설명서 및 프리셋 다운로드. "스마트 트렌드 트레이딩 시스템 MT5"은 새로운 및 경험이 풍부한 트레이더를 위해 맞춤형으로 제작된 종합적인 거래 솔루션입니다. 10개 이상의 프리미엄 인디케이터를 결합하고 7개 이상의 견고한 거래 전략을 특징으로 하여 다양한 시장 조건에 대한 다목적 선택이 가능합니다. 트렌드 추종 전략: 효과적인 트렌드 추이를 타기 위한 정확한 진입 및 손절 관리를 제공합니다. 반전 전략: 잠재적인 트렌드 반전을 식별하여 트레이더가 범위 시장을 활용할 수 있게 합니다. 스캘핑 전략: 빠르고 정확한 데이 트레이딩 및 단기 거래를 위해 설계되었습니다. 안정성: 모든 인디케이터가 리페인팅, 리드로잉 및 레이그가 아니므로 신뢰
      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 두 가지 상태만 제
      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에 완전히 내장되어 있습니다. 캔들 색상이나 신호 로직을 위해 추가 인디케이터는 필요하지 않습니다. 가격
      HFT Spike Detector
      OMG FZE LLC
      5 (2)
      [ My Products ] , [ My Channel ]   ,  [ LIVE SIGNAL ] HFT Spike Detector HFT Spike Detector는 HFT로 인해 발생하는 급격한 가격 변동을 실시간으로 분석하고 측정하기 위해 개발된 전문적인 틱 모니터링 도구입니다. 목적은 브로커로 인해 발생하는 비정상적인 슬리피지, 유동성 공백 및 밀리초 단위 가격 스파이크를 수치 데이터로 감지할 수 있도록 하는 것입니다. 실시간 틱 흐름과 체결 조건을 분석하기 때문에 백테스트로는 정확하게 평가할 수 없습니다. 작동 원리 이 Expert Advisor는 들어오는 모든 틱을 실시간으로 분석하고: 가격 변화 속도 초당 틱 밀도 슬리피지 크기 같은 방향의 마이크로 흐름 측정하여 차트의 패널에 표시합니다. 이를 통해 스프레드를 제외한 실제 실행 품질을 확인할 수 있습니다. 패널에 표시되는 값 Slippage 모니터링되는 틱 중 가장 높은 슬리피지 값(포인트 단위)을 표시합니
      Trend Screener Pro MT5
      STE S.S.COMPANY
      4.84 (102)
      트렌드 표시기, 트렌드 트레이딩 및 필터링을 위한 획기적인 고유 솔루션, 하나의 도구 안에 내장된 모든 중요한 트렌드 기능! Forex, 상품, 암호 화폐, 지수 및 주식과 같은 모든 기호/도구에 사용할 수 있는 100% 다시 칠하지 않는 다중 시간 프레임 및 다중 통화 표시기입니다. Trend Screener는 차트에 점이 있는 화살표 추세 신호를 제공하는 효율적인 지표 추세 추종 지표입니다. 추세 분석기 표시기에서 사용할 수 있는 기능: 1. 트렌드 스캐너. 2. 최대 이익 분석이 있는 추세선. 3. 추세 통화 강도 측정기. 4. 경고가 있는 추세 반전 점. 5. 경고가 있는 강력한 추세 점. 6. 추세 화살표 Trend Screener Indicator가 있는 일일 분석 예, 일일 신호 성능...등은 여기에서 찾을 수 있습니다. 여기를 클릭하십시오. LIMITED TIME OFFER : Trend Screener Indicator는 50$ 및 평생 동안만 사용할 수 있습니다.
      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
      FX Power MT5 NG
      Daniel Stein
      5 (31)
      FX Power: 통화 강세 분석으로 더 스마트한 거래 결정을 개요 FX Power 는 어떤 시장 상황에서도 주요 통화와 금의 실제 강세를 이해하기 위한 필수 도구입니다. 강한 통화를 매수하고 약한 통화를 매도함으로써 FX Power 는 거래 결정을 단순화하고 높은 확률의 기회를 발견합니다. 트렌드를 따르거나 극단적인 델타 값을 사용해 반전을 예측하고자 한다면, 이 도구는 귀하의 거래 스타일에 완벽히 적응합니다. 단순히 거래하지 말고, FX Power 로 더 스마트하게 거래하세요. 1. FX Power가 거래자에게 매우 유용한 이유 통화와 금의 실시간 강세 분석 • FX Power 는 주요 통화와 금의 상대적 강세를 계산하고 표시하여 시장 역학에 대한 명확한 통찰력을 제공합니다. • 어떤 자산이 앞서고 있고 어떤 자산이 뒤처지는지 모니터링하여 보다 현명한 거래 결정을 내릴 수 있습니다. 포괄적인 멀티 타임프레임 뷰 • 단기, 중기 및 장기 타임프레임에서 통화와 금의 강세를
      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까지 다양한 시간대에 걸쳐 시장을 최신 상태로 유지하세요. 맞춤형 알림:   맞춤형 거래 조건이 충족되면
      Atomic Analyst MT5
      Issam Kassas
      3.94 (31)
      우선적으로 언급할 점은이 거래 지표가 다시 그리지 않고 지연되지 않으며 이를 통해 수동 및 로봇 거래 모두에 이상적이라는 점입니다. 사용자 매뉴얼: 설정, 입력 및 전략. Atomic Analyst는 가격의 강도와 모멘텀을 활용하여 시장에서 더 나은 이점을 찾는 PA Price Action Indicator입니다. 고급 필터를 장착하여 잡음과 거짓 신호를 제거하고 거래 잠재력을 높이는 데 도움이 됩니다. 복잡한 지표의 다중 레이어를 사용하여 Atomic Analyst는 차트를 스캔하고 복잡한 수학적 계산을 간단한 신호와 색상으로 변환하여 초보 트레이더가 이해하고 일관된 거래 결정을 내릴 수 있도록합니다. "Atomic Analyst"는 새로운 및 경험이 풍부한 트레이더를위한 종합적인 거래 솔루션입니다. 프리미엄 지표와 최고 수준의 기능을 하나의 거래 전략에 결합하여 모든 종류의 트레이더에 대한 다재다능한 선택지가되었습니다. 인트라데이 거래 및 스캘핑 전략 : 빠르고 정확한 일일
      Grabber System MT5
      Ihor Otkydach
      4.83 (23)
      탁월한 기술적 지표인 Grabber를 소개합니다. 이 도구는 즉시 사용 가능한 “올인원(All-Inclusive)” 트레이딩 전략으로 작동합니다. 하나의 코드 안에 강력한 시장 기술 분석 도구, 매매 신호(화살표), 알림 기능, 푸시 알림이 통합되어 있습니다. 이 인디케이터를 구매하신 모든 분들께는 다음의 항목이 무료로 제공됩니다: Grabber 유틸리티: 오픈 포지션을 자동으로 관리하는 도구 단계별 영상 매뉴얼: 설치, 설정, 그리고 실제 거래 방법을 안내 맞춤형 세트 파일: 인디케이터를 빠르게 자동 설정하여 최고의 성과를 낼 수 있도록 도와줍니다 다른 전략은 이제 잊어버리세요! Grabber만이 여러분을 새로운 트레이딩의 정점으로 이끌어 줄 수 있습니다. Grabber 전략의 주요 특징: 거래 시간 프레임: M5부터 H4까지 거래 가능한 자산: 어떤 자산이든 사용 가능하지만, 제가 직접 테스트한 종목들을 추천드립니다 (GBPUSD, GBPCAD, GBPCHF, AUDCAD, AU
      Trend indicator AI mt5
      Ramil Minniakhmetov
      5 (16)
      트렌드 인공 지능 지표는 실행 가능한 진입 점 및 반전 경고와 추세 식별을 결합하여 상인의 시장 분석을 향상시킬 훌륭한 도구입니다. 이 표시기는 사용자가 자신감과 정밀도로 외환 시장의 복잡성을 탐색 할 수 있도록 지원합니다 기본 신호 외에도 트렌드 인공 지능 지표는 풀백 또는 되돌림 중에 발생하는 2 차 진입 점을 식별하여 거래자가 기존 트렌드 내에서 가격 수정을 활용할 수 있도록합니다. 중요한 장점: ·작동 4 및 5 *명확한 구매 또는 판매 신호 *다시 칠하지 않습니다 *모든 자산에서 작동 나는 전보 사기에 개 또는 세트를 판매하지 않도록주의. 모든 설정은 블로그에 여기에 무료.  중요! 지침 및 보너스를 얻기 위해 구입 후 즉시 저에게 연락! 진짜 가동 감시는 뿐 아니라 나의 다른 제품 여기에서 찾아낼 수 있습니다: https://www.mql5.com/en/users/mechanic/seller&nbsp ; 설정 및 입력: 모든 자산에 대해 기본 설정을 권
      Trend Lines PRO MT5
      Roman Podpora
      5 (1)
      트렌드 라인즈 프로       이 지표는 시장이 실제로 어떤 방향으로 전환되는지 파악하는 데 도움이 됩니다. 실제 추세 반전 지점과 주요 시장 참여자들이 다시 진입하는 지점을 보여줍니다. 보시다시피       BOS 라인       복잡한 설정이나 불필요한 노이즈 없이 더 높은 시간대의 추세 변화와 주요 레벨을 확인할 수 있습니다. 신호는 차트에 다시 그려지지 않고 캔들이 마감된 후에도 계속 표시됩니다. MT4 버전   -   RFI LEVELS PRO   표시기   와 결합 시 최대 잠재력을 발휘합니다. 지표가 보여주는 내용: 실제 변화       추세(BOS 라인) 한 번 신호가 나타나면 그 신호는 계속 유효합니다! 이는 신호를 발생시킨 후 변경될 수 있는 리페인팅 방식의 지표와 중요한 차이점입니다. 리페인팅 방식의 지표는 잠재적으로 자금 손실로 이어질 수 있습니다. 이제 더욱 높은 확률과 정확도로 시장에 진입할 수 있습니다. 또한 화살표가 나타난 후 목표가(익절)에 도달하거나
      Smart Stop Indicator – 차트 위에서 직접 작동하는 지능형 스톱로스 시스템 개요 Smart Stop Indicator는 감이나 추측이 아닌 명확하고 체계적인 방식으로 스톱로스를 설정하고 싶은 트레이더를 위한 맞춤형 솔루션입니다. 이 도구는 클래식 프라이스 액션 논리(고점, 저점 구조)와 현대적인 브레이크아웃 인식을 결합하여 실제로 가장 논리적인 다음 스톱 레벨을 정확히 식별합니다. 추세, 박스권, 빠른 브레이크아웃 상황 등 어떤 시장에서도 인디케이터는 최적의 SL 구역과 상태(“new”, “broken”, “valid”)를 차트에 직접 표시합니다. 새로운 기능으로 SL 거리의 %ADR 표시가 추가되었습니다. 핵심 기능 자동 시장구조 기반 스톱 설정 • 시장 구조와 실시간 가격 움직임을 기반으로 의미 있는 스톱로스 레벨을 자동으로 탐지합니다. 스마트 브레이크아웃 감지 • 빠른 방향 변화나 돌파 상황에서도 불필요한 조기 스톱 조정을 강요하지 않으며 유연하게 반응합
      Meridian Pro
      Ottaviano De Cicco
      Meridian Pro: Professional Multi-Timeframe Trend Matrix for MT5 Overview Meridian Pro is a multi-timeframe trend matrix by Merkava Labs that compresses directional state, strength, momentum condition and matrix agreement into one compact panel. One adaptive engine, applied consistently from M1 to W1. No per-symbol tuning. No indicator stacking. One structured readout across every asset and every timeframe. Launch Offer — Get Meridian Pro for USD 99 (introductory). Regular price: USD 149. 1. Why
      우선적으로, 이 거래 도구는 전문적인 거래에 이상적인 비-다시 그리기 및 지연되지 않는 지표입니다.  온라인 강좌, 사용자 매뉴얼 및 데모. 스마트 가격 액션 컨셉트 인디케이터는 신규 및 경험 많은 트레이더 모두에게 매우 강력한 도구입니다. Inner Circle Trader Analysis 및 Smart Money Concepts Trading Strategies와 같은 고급 거래 아이디어를 결합하여 20가지 이상의 유용한 지표를 하나로 결합합니다. 이 인디케이터는 스마트 머니 컨셉트에 중점을 두어 대형 기관의 거래 방식을 제공하고 이동을 예측하는 데 도움을 줍니다.  특히 유동성 분석에 뛰어나 기관이 어떻게 거래하는지 이해하는 데 도움을 줍니다. 시장 트렌드를 예측하고 가격 변동을 신중하게 분석하는 데 탁월합니다. 귀하의 거래를 기관 전략에 맞추어 시장의 동향에 대해 더 정확한 예측을 할 수 있습니다. 이 인디케이터는 시장 구조를 분석하고 중요한 주문 블록을 식별하고 다양
      FX Levels MT5
      Daniel Stein
      5 (13)
      FX Levels: 모든 시장을 위한 뛰어난 정확도의 지지와 저항 간단 요약 통화쌍, 지수, 주식, 원자재 등 어떤 시장이든 믿을 만한 지지·저항 레벨을 찾고 싶나요? FX Levels 는 전통적인 “Lighthouse” 기법과 첨단 동적 접근을 결합해, 거의 보편적인 정확성을 제공합니다. 실제 브로커 경험을 반영하고, 자동화된 일별 업데이트와 실시간 업데이트를 결합함으로써 FX Levels 는 가격 반전 포인트를 파악하고, 수익 목표를 설정하며, 자신 있게 트레이드를 관리할 수 있게 돕습니다. 지금 바로 시도해 보세요—정교한 지지/저항 분석이 어떻게 여러분의 트레이딩을 한 단계 끌어올릴 수 있는지 직접 확인하세요! 1. FX Levels가 트레이더에게 매우 유용한 이유 뛰어난 정확도의 지지·저항 존 • FX Levels 는 다양한 브로커 환경에서도 거의 동일한 존을 생성하도록 설계되어, 데이터 피드나 시간 설정 차이로 인한 불일치를 해소합니다. • 즉, 어떤 브로커를 사용하
      Pips Stalker mt5
      Abdulkarim Karazon
      5 (2)
      핍스 스토커는 롱 숏 화살표 유형의 지표로, 모든 수준의 트레이더들이 더 나은 시장 결정을 내릴 수 있도록 돕습니다. 이 지표는 절대 재도색되지 않고 RSI를 주요 신호 로직으로 사용합니다. 화살표가 주어지면 절대 다시 도색되거나 다시 도색되지 않고, 화살표 지연도 없습니다. MT4 버전 &lt;---- PIPS STALKER ARROW 기능 : 통계 패널 전체 승률 %와 연속 최대 승리 및 패배 거래 등 유용한 통계, 기타 유용한 정보를 보여주는 독특한 정보 대시보드입니다. TP와 SL, 내장된 자금 관리 이 지표는 각 화살표마다 TP와 SL 객체를 제공하므로, 거래자는 자금 및 위험 관리를 내장하고 있으며, SL은 ATR을 기반으로 하며, TP는 현재 ATR SL 가치를 기반으로 한 위험 대비 보상 비율을 기반으로 합니다. 재도색 없음, 높은 조정 가능성 이 인디케이터는 신호 품질 개선을 위한 다양한 옵션을 제공하여 어떤 쌍에서도 약간의 기간 조정만으로 작동하며, 패널은
      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
      Market Structure Order Block Dashboard MT5 는 MetaTrader 5용 MT5 인디케이터 로, 시장 구조 및 ICT / Smart Money Concepts에 기반합니다: HH/HL/LH/LL , BOS , ChoCH 뿐 아니라 Order Blocks , Fair Value Gaps (FVG) , 유동성 (EQH/EQL, sweeps), 세션 / Kill Zones , 그리고 Volume Profile 을 통합하여 콤팩트한 컨플루언스 대시보드를 제공합니다. 중요: 본 제품은 분석 도구 입니다. 자동 매매를 실행하지 않습니다( EA가 아님 ). 구매자 보너스 구매 후 제 스토어에서 보너스 인디케이터 2개 를 (선택하여) 무료로 받을 수 있습니다. 보너스 수령 방법: 1) 본 제품에 대한 솔직한 리뷰를 남겨주세요. 2) MQL5 메시지로 BONUS MSOB + 선택한 인디케이터 2개 이름 을 보내주세요. 주요 기능 시장 구조: HH/HL/LH/LL
      Btmm state engine pro
      Garry James Goodchild
      5 (2)
      Get the user guide here  https://g-labs.software/guides/BTMM_State_Engine_Welcome_Pack.html BTMM State Engine Pro — the   all-in-one Banks   & Institutions Market Maker indicator for Meta Trader 5. Built for   BTMM traders who follow the Asian   session breakout methodology with Kill Zone timing , level stacking, peak formation detection , and multi-pair scanning — all   from a single chart. Combines   a full BTMM State Engine   with a built-in multi-pair Scanner dashboard, eliminating the need
      OmniSync Projection
      Antonio-alin Teculescu
      5 (1)
      Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
      Candle Smart Range
      Gianny Alexander Lugo Sanchez
      5 (1)
      MetaTrader 5용 Candle Smart Range (CSR) Candle Smart Range는 여러 타임프레임에서 가격 범위를 자동으로 식별하도록 설계된 기술 지표입니다. 이 도구는 캔들 형성 및 이전 고점/저점과의 상호작용을 바탕으로 시장 구조를 분석합니다. 주요 기능: 범위 감지: 급격한 변동 전의 횡보 구간을 자동으로 식별합니다. 거짓 돌파 식별: 가격이 이전 수준을 넘어섰으나 캔들 종가 기준으로 범위 내에서 마감된 경우를 표시합니다. 멀티 타임프레임 분석: 사용자 정의 주기를 포함하여 최대 19개의 타임프레임 데이터를 한 차트에 표시합니다. 내부 시각화 (줌): 차트 변경 없이 상위 타임프레임 캔들 내부의 가격 움직임을 확인할 수 있습니다. 시간 필터: 주요 시장 세션 등 특정 시간대에만 작동하도록 설정 가능합니다. 과거 데이터 복기 모드: 과거 데이터를 단계별로 탐색하며 지표의 작동을 분석할 수 있습니다. 알림 시스템: 캔들 마감 및 새로운 범위 감지에 대한 사용
      Trend Forecaster
      Alexey Minkov
      5 (7)
      The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time frames, although it is recommen
      Matrix Arrow Indicator MT5
      Juvenille Emperor Limited
      5 (18)
      매트릭스 화살표 표시기 MT5 는 외환, 상품, 암호 화폐, 지수, 주식과 같은 모든 기호/도구에 사용할 수 있는 100% 다시 칠하지 않는 다중 기간 표시기를 따르는 고유한 10 in 1 추세입니다.  Matrix Arrow Indicator MT5 는 다음과 같은 최대 10개의 표준 지표에서 정보와 데이터를 수집하여 초기 단계에서 현재 추세를 결정합니다. 평균 방향 이동 지수(ADX) 상품 채널 지수(CCI) 클래식 하이켄 아시 캔들 이동 평균 이동 평균 수렴 발산(MACD) 상대 활력 지수(RVI) 상대 강도 지수(RSI) 포물선 SAR 스토캐스틱 오실레이터 윌리엄스의 백분율 범위 모든 지표가 유효한 매수 또는 매도 신호를 제공하면 강력한 상승/하락 추세를 나타내는 다음 캔들/막대가 시작될 때 해당 화살표가 차트에 인쇄됩니다. 사용자는 사용할 표시기를 선택하고 각 표시기의 매개변수를 개별적으로 조정할 수 있습니다. 매트릭스 화살표 표시기 MT5는 선택한 표시기에서만 정보를 수
      제작자의 제품 더 보기
      GS spread
      Aleksander Gladkov
      The indicator calculates the current spread for each tick using the formula Spread=(ASK-BID)/Point. Schedule of changes in the boundaries spread over the timeframe displayed in a separate window from the date of accession of the indicator. Two lines corresponding to the minimum and maximum spread values are displayed. The indicator window is self-adjusted according to the minimum and maximum values from the moment of launch. The minimum and maximum values for the entire period of the indicator o
      FREE
      Get news
      Aleksander Gladkov
      5 (1)
      Utility for reading news from investing.com To access the site, you need to add WebRequest in the Options terminal menu on the Expert Advisors tab: https://sslecal2.investing.com If reading is successful, a message about writing the file is displayed. The INV_week_this.txt file is written to the MQL4\Files folder of the terminal and is kept up to date, updating data according to its own timer. The  INV_week_last.txt   file is recorded on Saturday and saves the news data of the previous week .
      FREE
      GS grid
      Aleksander Gladkov
      5 (4)
      Uses an advanced grid algorithm with no martingale or limited Martingale (default) (version for MT5: GS grid5 ) . Defines and control the current trend; It switches himself its parameters in accordance with the current market conditions ; Flexible customizable grid algorithm with or without martingale; Drawdown reduction algorithm (DD Reduction Algoritm); Hedge algorithm; Interactive trade control buttons; The ability to open / close orders manually; News filter to prevent trading during news
      GS target
      Aleksander Gladkov
      5 (2)
      The automatic adviser of the new generation with parameters: Target profit per month (10%, 25%, 50%, 75%, 100%) - choice of strategy Stop Loss Limit, USD Filter News Forex Factory (true, false) Parameters for setting the lot size Uses the news feed from Forex Factory to prevent trading during news releases. Set up to work on EURUSD timeframe M15. Works on USD accounts with a leverage from 1:500 and a Deposit from 500USD.   Enough for work: Decide on the size of the deposit that you can trust h
      GS smart
      Aleksander Gladkov
      5 (1)
      Best price, read GS smart channel ! Sale! Advanced grid algorithm,includes news and trend accounting and hedging. Can close the loss in case of market reversal and wait for the trend. For hedging, the following are used: Limit drawdown for Hedge zone parameter, pending orders and/or opening a position opposite to the loss. Can take into account not only the moment of news publication, but also the current accumulated index of the impact of news of a currency pair. Traders who purchase GS smar
      GS trendS
      Aleksander Gladkov
      GS trendS is a trend indicator that can be used for any Forex financial instrument. The indicator does not redraw and does not lag. Recommended timeframe H1. It is possible to select the trend algorithm settings {Only Open, Average Open/Close, Average High/Low} The color indicates the direction of the trend: yellow - direction can be SELL or BUY (S_B) blue - uptrend (BUY) red - downward trend (SELL) The indicator panel displays trend values of 5 timeframes for the current price level. The va
      ATR RSI i4
      Aleksander Gladkov
      Composition of ATR and RSI indicators. The ATR RSI indicator compares two calculations of the ATR indicator with the Fast and Slow periods on one chart, plus the line of the average and the overbought and oversold zones of the RSI indicator. ATR shows the values of the volatility change in the currency pair in points, taking into account the period specified as a parameter. The entry points provided by the RSI indicator show a very good risk-reward ratio in volatile and trending markets. ATR RS
      ATR RSI x4
      Aleksander Gladkov
      The Expert Advisor implements a trading strategy based on overbought and oversold zones of ATR RSI i4 indicator signals, which is included in the code . Trend Following, Counter Trend system , DD reduction Algoritm and Level Trading algoritm are used. To start trading, simply attach the EA to the chart, preferably EURUSD H1 timeframe. Live results can be viewed here . To trade with the new Forex instrument (EURUSD H1 by default), it is recommended to set up the parameter values by testing, initi
      Gain since start
      Aleksander Gladkov
      It will perfectly complement your working Expert Advisor or manual trading with up-to-date information. There is a sound notification of exceeding the established profit and loss limits of open SELL and BUY orders. Moreover, for each currency pair EURUSD, GBPUSD, XAUUSD, and others, various sound alerts are activated in English. Results are displayed on a special panel on the chart from the moment the indicator is activated: Elapsed time Fixed profit Current profit SELL Current profit BUY Maximu
      Trends and News
      Aleksander Gladkov
      5 (1)
      With the Trend and News indicator you will always be up to date : News + Trends + Forecast News Displayed on the chart as vertical lines with a description in the form of a tooltip The text displays two news: the previous published and the next expected They have filters: by importance (High, Medium, Low) and time period (Day, 4 days, Week) Full table of news for a given period (T button) Controlling the display of vertical lines on the chart and the sound signal before and after the publicati
      GS Trend5
      Aleksander Gladkov
      The advisor is designed for autonomous automatic round-the-clock trading on the EUR/USD pair, timeframe M15. There is a protection of the deposit from significant drawdown and a mode for saving a profitable transaction. Trades one deal. With the set parameters, it turns out to be one per day on average. How it works Uses the author's algorithm for analyzing three indicators and the direction of market movement to make a decision to open a deal. RSI Stochastic Bands market direction Opens an orde
      GS grid5
      Aleksander Gladkov
      F ully automated Expert Advisor using the advanced grid algorithm and constrained Martingale (MT4 version: GS grid ). Set up to work on EURUSD timeframe M15. Test 2021 shows a high percentage of winning orders: more than 98%. Works on HEDGING accounts with a leverage of 1:500 and a Deposit from 1000USD. Can use the news feed from Forex Factory to prevent trading during news release (Filter News Forex Factory=true;). To access the options terminal menu on the Expert Advisors tab, you must enable
      GS target5
      Aleksander Gladkov
      The revolutionary automatic adviser of the new generation with three parameters: Target profit per month (from 10% to 100%) Degree of risk (SuperLow, Low, Medium, High) Stop Loss Limit, USD Set up to work on EURUSD timeframe M15. Works on HEDGING accounts with a leverage of 1:500 and a Deposit from 500USD.   Enough for work: Decide on the size of the deposit that you can trust him Set the value of the desired profit per month (from 10 to 100 percent) Select the degree of risk (Low, Medium,
      GS smart5
      Aleksander Gladkov
      5 (6)
      Best price Advanced grid algorithm,includes trend accounting, news, hedging and Risk manager. Can close the loss in case of market reversal and wait for the trend. For hedging, the following are used: Limit drawdown for Hedge zone parameter, pending orders and/or opening a position opposite to the loss. Can take into account not only the moment of news publication, but also the current accumulated index of the impact of news of a currency pair. Traders who purchase GS smart5 receive a persona
      Gain since start MT5
      Aleksander Gladkov
      It will perfectly complement your working Expert Advisor or manual trading with up-to-date information. There is a sound notification of exceeding the established profit and loss limits of open SELL and BUY orders. Moreover, for each currency pair EURUSD, GBPUSD, XAUUSD, and others, various sound alerts are activated in English. Indicators are displayed on a special panel on the chart from the moment the indicator is activated: Elapsed time Fixed profit Current profit Maximum drawdown Current d
      GS trade report
      Aleksander Gladkov
      5 (1)
      3 in 1 : Report + monitoring + sending messages (Telegram, ...) to optimize trading and use of advisors. Monitoring: Panel on the chart Sending messages to Telegram Sending messages to Email Sending Notifications Sending pop-up messages Sound notifications when the established Profit/Loss levels are exceeded Monitoring is activated by pressing the Start button. Profit for the period by currency pairs, hours and Magic number for the current account. Forms four tables: by symbols, by magic number
      A professional tool for real-time monitoring of the account status and the work of Expert Advisors. Information about the account status can be sent to Telegram chats automatically at a specified interval or upon request. From the screenshots of the open charts of the terminal, you receive upon request from your Telegram bot. Account information includes: 13:02 Trade monitoring by Telegram v.1.0 (headline) Account : 6802ххх RoboForex-Pro (account information) Profit start: 2661 USD (profit earne
      News impact L
      Aleksander Gladkov
      Uses the built-in news calendar of the MT5 terminal or the Investing.com website (in the latter case, the Get news5 utility is required) Has the Scale parameter={100%, 110%, 125%, ...} to adjust the comfortable size of the text and control elements Tells you in which direction it is safer to open positions 3 in 1: News + Trends + Forecast News for the selected period: current and in tabular form Actual trends for 5 customizable timeframes and trend reversal levels Forecast of exchange rate mo
      Trade maker
      Aleksander Gladkov
      Multi-currency trading on one chart! Creation and management of positions with trailing and breakeven, risk management and other useful functions. To fix profits, the Target profit parameter is provided; if it is greater than zero, all positions will be closed if the set value is exceeded. All positions and orders have set Stop Loss and Take profit. For multi-currency trading, taking into account the impact of news and switching symbols on the chart, it is useful to use the News impact indicato
      Bars news
      Aleksander Gladkov
      Indicator of news linked to a bar. The published current value of the news has a characteristic impact on the currency it relates to: positive, negative, neutral . The indicator summarizes all these values for the selected period, taking into account the importance of the news: high, medium, low . As a result, a percentage is calculated for the currency pair, which shows the news of which currency is dominant. If the value is positive, then the pair has news pressure towards BUY, if negative - S
      Get news5
      Aleksander Gladkov
      Utility for reading news from investing.com To access the site, you need to add WebRequest in the Options terminal menu on the Expert Advisors tab: https://sslecal2.investing.com If reading is successful, a message about writing the file is displayed. The INV_week_this.txt file is written to the MQL5\Files folder of the terminal and is kept up to date, updating data according to its own timer. The  INV_week_last.txt   file is recorded on Saturday and saves the news data of the previous week .
      필터:
      리뷰 없음
      리뷰 답변