GS trendS

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 value of the trend is fixed by the indicator at the opening of the next candle.
    GS smart advisor uses the indicator's algorithm to determine the direction of the trend.

      Using

      1. For visual control of the trend and setting the parameters of advisers or making a decision to open 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 the text of an Expert Advisor testing access to an indicator:

      #property description "GS test v1.0 - Expert Advisor"
      #property description "This EA use for test"
      #property strict
      #resource "\\Indicators\\GS_trendS.ex4"

      extern string Version__ = "-------------GS test v1.0 -------------";
      input int NN=10;//Limit

      //+------------------------------------------------------------------+
      //| Expert initialization function                                   |
      //+------------------------------------------------------------------+
      int OnInit()
      {
      //------------Timer
         EventSetTimer(1);   
         return(INIT_SUCCEEDED);
        }
      //+------------------------------------------------------------------+
      //| Expert Timer function                                            |
      //+------------------------------------------------------------------+
      void OnTimer()
      { static int i=0;
        if (i>NN) return;
        double r=iCustom(NULL,0,"::Indicators\\GS_trendS.ex4",3,i);
        Alert("i="+(string)i+": GS trendS Signal = "+DoubleToString(r,5)+((r==1)?" (SELL_BUY)":(r==2)?" BUY":" SELL"));
        i++;
       }

      The Expert Advisor displays the indicator values every second, corresponding to the history from the current candle to the previous ones (the amount is set by the Limit parameter)

      Index 3 of the indicator returns values:

      1 - SELL or BUY
      2 - BUY
      3 - SELL



      추천 제품
      The indicator detects and displays М. Gartley's Butterfly pattern. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The pattern and wave parameters are displayed on the screenshots. The default parameters are used for demonstration purposes only in order to increase the amount of detected patterns. Parameters z
      Great Indicator
      Ruben David Santana Rodriguez
      Les presento un indicador que funciona como estrategia por si solo , trabaja muy bien en periodos de 4 horas pero puedes aplicarlo a cualquier timeframe , las señales son muy faciles de interpretar , en momento en que la linea naranja pasa hacia arriba las media azul y roja , se entra en largos , la operativa se mantiene abierta hasta que la linea naranja cruce la media mas cercana ya sea la azul o la roja , si la operacion era long y la linea azul cruza hacia arriba la linea roja y la naranja c
      MarketProfile EForex
      Veridiana Adorno Kendrick
      Market Profile Shows where the price has spent more time, highlighting important levels that can be used in trading. It is a powerful tool which is designed to take the fundamental components which comprise every market; price/volume/time, and visually display their relationship in real-time as the market develops for a pre-determined time period. Very powerful tool!
      Nice Trade Point
      Muhammed Emin Ugur
      This    Nice Trade Point     indicator is designed for signal trading. This indicator generates trend signals. It uses many algorithms and indicators to generate this signal. It tries to generate a signal from the points with the highest trend potential. This indicator is a complete trading product. This indicator does not need any additional indicators. The indicator certainly does not repaint. The point at which the signal is given does not change.     Features and Suggestions Time Frame
      LE Oscillator
      Svyatoslav Kucher
      LE Oscillator   - индикатор предназначенный для поиска локальных экстремумов, определения текущей тенденции. В расчетах индикатора используется авторская методика. С помощью индикатора можно определять места возможного разворота цены желательно в направлении тенденции, но также с достаточной точностью и против нее. Также с помощью индикатора можно определять текущую тенденцию. Индикатор подходит для любых валютных пар, но для адекватного отображения показания необходимо, чтобы было достаточно ис
      The indicator detects and displays Shark harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is comple
      Every indicator has its advantages and disadvantages. Trending ones show good signals during a trend, but lag during a flat. Flat ones thrive in the flat, but die off as soon as a trend comes. All this would not be a problem, if it was easy to predict when a flat changes to a trend and when a trend changes to a flat, but in practice it is an extremely serious task. What if you develop such an algorithm, which could eliminate an indicator's flaws and enhance its strengths? What if such an algori
      ASSO Accelerated Structural Strength Oscillator
      Carlos Alberto Teles Serradella Junior
      ASSO (Accelerated Structural Strength Oscillator) is the ultimate structural strength meter. Based on a fusion of Hull Moving Averages (HMA) and ATR normalization, this indicator shows which currencies are accelerating, exhausting, or reversing with mathematical precision. ASSO is a true Multi-Timeframe engine. It weighs 3 simultaneous timeframes to calculate the "true" structural direction of the market, filtering out noise from lower timeframes. The real power shows when you combine the Globa
      Rainbow Price Visualizer
      Vincent Jose Proenca
      Rainbow Price Visualizer v1.21 See where the market really breathes. Turns your MT4 chart into an ultra-precise heatmap that highlights price zones favored by big players. Why it matters 300 price levels at 0.2‑pip resolution — microscopic detail. 8 visual themes (Rainbow, Fire, Ocean…) for instant readibility. Smart opacity: low noise fades, real zones pop. Lightweight rendering with automatic cleanup. Fully customizable: saturation, opacity, resolution, history depth. Bands project into the f
      TouchGuard Alert – Advanced Price Alert & Notification Indicator for MetaTrader 4 (MT4) TouchGuard Alert   is a fast, lightweight, and highly accurate price-touch   Alert & Notification   system designed for   MetaTrader 4 (MT4)   and   MetaTrader 5 (MT5) . It automatically sends real-time   Alerts, Pop-Up Alerts, Email Notifications, Push Notifications   and early-warning notifications when price touches or approaches your chart objects. Key Features (High-Precision Alert & Notification System)
      The indicator detects and displays 3 Drives harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is com
      PW Oscillator
      Svyatoslav Kucher
      5 (1)
      PW Oscillator   - индикатор предназначенный для поиска локальных экстремумов, определения текущей тенденции. В расчетах индикатора используется авторская методика. С помощью индикатора можно определять места возможного разворота цены желательно в направлении тенденции, но также с достаточной точностью и против нее. Также с помощью индикатора можно определять текущую тенденцию. Индикатор подходит для любых валютных пар, но для адекватного отображения показания необходимо, чтобы было достаточно ис
      Crypto_Forex 지표 HTF Ichimoku for MT4. - Ichimoku 지표는 가장 강력한 트렌드 지표 중 하나입니다. HTF는 - Higher Time Frame을 의미합니다. - 이 지표는 트렌드 트레이더와 가격 액션 항목과의 조합에 탁월합니다. - HTF Ichimoku 지표를 사용하면 더 높은 타임프레임의 Ichimoku를 현재 차트에 첨부할 수 있습니다. - 상승 추세 - 파란색 선 위에 빨간색 선(두 선 모두 클라우드 위에 있음) / 하락 추세 - 파란색 선 아래에 빨간색 선(두 선 모두 클라우드 아래에 있음). - 가격이 Ichimoku 클라우드 상단 테두리를 돌파했을 때만 BUY 주문을 엽니다. - 가격이 Ichimoku 클라우드 하단 테두리를 돌파했을 때만 SELL 주문을 엽니다. - HTF Ichimoku 지표는 큰 트렌드를 포착할 수 있는 기회를 제공합니다. 여기를 클릭하여 고품질 트레이딩 로봇과 지표를 확인하세요! 이 MQL5 웹사이트에서만
      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
      SL Currency Heatmap
      Chalin Saranga Jayathilake
      5 (5)
      Back testing can't; get indicator full performance  Trading the currency markets is a complex business. With so many pairs and multiple timeframes it is almost impossible to monitor them all – but with with the Currency Heatmap you can. The Currency Heatmap indicator delivers the information you need to base your trading decisions on the entire spectrum of currency pairs derived from the 8 major currencies; namely the US dollar, the Euro, the British Pound, the Swiss Franc, the Japanese Yen, t
      The Strat Dashboard - Rob Smith의 Strat 전략용 다중 심볼 패턴 스캐너 실시간 다중 심볼 Strat 분석으로 트레이딩을 혁신하세요 The Strat Dashboard는 Rob Smith의 유명한 “Strat” 트레이딩 방법론을 사용하는 트레이더를 위해 특별히 설계된 강력하고 전문적인 인디케이터입니다. 여러 종목을 여러 타임프레임에서 동시에 모니터링하고, 고확률 패턴을 즉시 식별하며, 중요한 매매 기회를 놓치지 마세요. MT5 Version :-  https://www.mql5.com/en/market/product/153384/ “The Strat”이란 무엇인가? The Strat은 Rob Smith가 개발한 혁신적인 프라이스 액션 기반 트레이딩 전략으로, 캔들스틱 패턴과 타임프레임 간의 관계를 분석합니다. 각 캔들은 이전 캔들과의 관계에 따라 번호로 분류되어, 모든 시장, 모든 시간대 에 적용 가능한 보편적인 가격 해석 언어를 제공합니다.
      The indicator analyzes the change in the minimum and maximum prices of the previous bars fixing the entrance of the big players. If the change (delta) increases, a signal is displayed on the graph in the form of an arrow. At the same time, virtual trade on history is carried out. In case of a repeat of the signal, the positions are increased (refilling). Thus the lot of positions can differ. The results of virtual trading in the form of losses / losses, profitability, drawdown and transaction li
      TrendInChannel
      Andriy Sydoruk
      This indicator is the undisputed leader among the indicators. And for this statement there is a good reason. The indicator builds a very high quality channel in which it generates signals to enter! What is the ideal strategy for the trader, since the trader always hesitates when choosing a strategy for the job. That is, this indicator will allow you to solve the dilemma of choosing a job by trend or to the channel, since it combines these two basic concepts. Working with the indicator is very
      SimpleProb
      Augusto Martins Lopes
      SimpleProb: 금융 시장에서 당신의 새로운 동반자! 설명 복잡한 지표가 오히려 혼란을 초래하고 있나요? SimpleProb 은 MetaTrader 4에서 거래를 보다 간단하고 효율적으로 만들기 위해 설계된 기술 분석 지표입니다! SimpleProb는 최근 14개의 가격 기간을 분석하여 상승 ( CALL ) 및 하락 ( PUT ) 확률을 계산합니다. 이를 통해 차트에서 명확한 시각적 신호를 제공하여 매매 결정을 더욱 직관적으로 할 수 있도록 돕습니다. 작동 방식 간단한 확률 계산 : 최근 14개의 가격 기간을 분석하여 상승 및 하락 확률을 계산합니다. 시각적 신호 : 녹색 화살표 : 높은 확률의 매수 기회를 나타내며, 가격 아래에 표시됩니다. 빨간색 화살표 : 높은 확률의 매도 기회를 나타내며, 가격 위에 표시됩니다. 통계 박스 : 차트에서 실시간으로 가격 변동 확률을 표시합니다. 이 박스는 자유롭게 이동할 수 있어 분석이 더욱 편리합니다. SimpleProb를 선택해야 하는
      Combined MT4
      Ahmed Alaaeldin Abdulrahman Ahmed Elherzawi
      Welcome to Investment Castle products   This product is exclusively available in the MQL5 market and is not available and will not be available anywehere else. The Combined indicator is a multi-time frame indicator and it is built using 3 indicators: Bands indicator which draws the support and resistance key levels   using up to 5 different time frames Patterns indicator which draws the chart patterns using up to 6 different time frames Spots indicator which shows the common candlestick pattern
      HLOC
      Chantal Sala
      5 (3)
      High Low Open Close Levels The indicator HLOC is a good ally to correctly identify the appropriate trend of price. The indicator is designed to be minimally invasive and it shows a visual and sound aid in order to take decision on the market. The indicator is equipped with sound alert and window alert in order to have a reminder of the price movements. We suggest you watch the video below to evaluate its operational benefits. Input values: Show Level (true/false) TimeFramePeriod (refer to lines
      Price Magnets
      Ivan Simonika
      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
      Hi Low Last Day MT4
      Igor Vishnevskii
      The  Hi Low Last Day ( Hi Lo Last Day )  indicator shows the high and low of the last trading day and the second trading day,  as well as the minimum and maximum of last week . There are many trading strategies on the daily levels. This indicator is indispensable when using such trading strategies. In fact, everything is simple in trading, you just need to understand and accept it for yourself. There is only price!!! What is price? This is the level on the chart. The level is the price that the
      PointsVsBars
      Stanislav Korotky
      This indicator provides a statistical analysis of price changes (in points) versus time delta (in bars). It calculates a matrix of full statistics about price changes during different time periods, and displays either distribution of returns in points for requested bar delta, or distribution of time deltas in bars for requested return. Please, note, that the indicator values are always a number of times corresponding price change vs bar delta occurred in history. Parameters: HistoryDepth - numbe
      FREE
      FreqoMeterForecast
      Stanislav Korotky
      The main idea of this indicator is rates analysis and prediction by Fourier transform. Indicator decomposes exchange rates into main harmonics and calculates their product in future. You may use the indicator as a standalone product, but for better prediction accuracy there is another related indicator - FreqoMaster - which uses FreqoMeterForecast as a backend engine and combines several instances of FreqoMeterForecast for different frequency bands. Parameters: iPeriod - number of bars in the ma
      Price Ladder
      Kourosh Hossein Davallou
      This indicator is based on the Channel . Input Parameters channel_One- show trend line One on or off. timeFrame_One - time Frame of channel One . ColorChannel_One - color of  trend line One. channel_Two- show trend line Two on or off. timeFrame_Two - time Frame of channel Two . ColorChannel_Two - color of  trend line Two. channel_Three- show trend line Three on or off. timeFrame_Three - time Frame of channel Three . ColorChannel_Three - color of  trend line three. channel_Four- show trend line F
      FREE
      Check out other great products from  https://www.mql5.com/en/users/augustinekamatu/seller   This indicator is the best so far at estimating reversal points especially on high time frames. It does not repaint and is based on a combination of moving averages computed using custom functions. No inputs required, it is simple plug and play. The principles used ensure that it can be used on CFDs, Commodities and Stock with incredibly great results. With proper money management and portfolio balancing
      FREE
      New, more accurate version of the Xmaster indicator. More than 200 traders from around the world have conducted more than 15,000 tests of different combinations of this indicator on their PCs in order to get the most effective and accurate formula. And here we present to you the "Xmaster formula indicator forex no repaint" indicator, which shows accurate signals and does not repaint. This indicator also sends signals to the trader by email and push. With the arrival of each new tick, it constan
      Singal Engulfing Candle
      Cristobal Hidalgo Soriano
      Indicador: Engulfing Candle Strategy  El indicador "Engulfing Candle Strategy"! Este indicador personalizado para MetaTrader 4 identifica y resalta automáticamente las formaciones de velas "Engulfing", una poderosa señal técnica utilizada por traders de todo el mundo. ¿Qué es una vela "Engulfing"? Una vela "Engulfing" es una formación de dos velas consecutivas en un gráfico de precios. La primera vela es más pequeña y está completamente contenida dentro del rango de la segunda vela, que es sign
      Ultimate pattern builder indicator Allows you to build any pattern with up to 3 candlesticks (+ special fourth). This indicator is special because you can create any pattern you want, by modifying body and both wicks separately to your needs. If you ever wanted to create your own patterns , or just adjust any known popular pattern, then this is perfect for you. With this indicator you can learn how to build candles, testing it in strategy tester and get marked new candles on realtime charts, ho
      FREE
      이 제품의 구매자들이 또한 구매함
      Gann Made Easy
      Oleg Rodin
      4.83 (155)
      Gann Made Easy 는 mr.의 이론을 사용하여 최고의 거래 원칙을 기반으로 하는 전문적이고 사용하기 쉬운 Forex 거래 시스템입니다. W.D. 간. 이 표시기는 Stop Loss 및 Take Profit Levels를 포함하여 정확한 BUY 및 SELL 신호를 제공합니다. PUSH 알림을 사용하여 이동 중에도 거래할 수 있습니다. 거래 팁, 보너스, GANN MADE EA를 무료로 받으시려면 구매 후 저에게 연락주세요! 아마도 Gann 거래 방법에 대해 이미 여러 번 들었을 것입니다. 일반적으로 Gann의 이론은 초보자 거래자뿐만 아니라 이미 거래 경험이 있는 사람들에게도 매우 복잡한 것입니다. Gann의 거래 방식은 이론적으로 적용하기 쉽지 않기 때문입니다. 나는 그 지식을 연마하고 Forex 지표에 최고의 원칙을 적용하기 위해 몇 년을 보냈습니다. 표시기는 적용하기가 매우 쉽습니다. 차트에 첨부하고 간단한 거래 권장 사항을 따르기만 하면 됩니다. 지표는 지속적으로 시장
      El indicador "MR BEAST ALERTAS DE LIQUIDEZ" es una herramienta avanzada diseñada para proporcionar señales y alertas sobre la liquidez del mercado basándose en una serie de indicadores técnicos y análisis de tendencias. Ideal para traders que buscan oportunidades de trading en función de la dinámica de precios y los niveles de volatilidad, este indicador ofrece una visualización clara y detallada en la ventana del gráfico de MetaTrader. Características Principales: Canal ATR Adaptativo: Calcula
      M1 Sniper
      Oleg Rodin
      5 (19)
      M1 SNIPER 는 사용하기 쉬운 거래 지표 시스템입니다. M1 시간대에 맞춰 설계된 화살표 지표입니다. 이 지표는 M1 시간대 스캘핑을 위한 단독 시스템으로 사용할 수 있으며, 기존 거래 시스템의 일부로도 사용할 수 있습니다. 이 거래 시스템은 M1 시간대 거래용으로 특별히 설계되었지만, 다른 시간대에도 사용할 수 있습니다. 원래는 XAUUSD와 BTCUSD 거래를 위해 이 방법을 설계했지만, 다른 시장 거래에도 유용하다는 것을 알게 되었습니다. 이 지표의 신호는 추세 방향과 반대로 거래될 수 있습니다. 저는 지표의 신호를 활용하여 양방향으로 거래할 수 있도록 돕는 특별한 거래 기법을 알려드립니다. 이 방법은 특별한 동적 지지선과 저항선 가격 영역을 활용하는 것을 기반으로 합니다. 구매하시면 M1 SNIPER 화살표 지표를 바로 다운로드하실 수 있습니다. 또한, 아래 스크린샷에 표시된 Apollo Dynamic SR 지표는 M1 SNIPER 도구를 사용하는 모든 사용자에게 무료로
      PRO Renko System
      Oleg Rodin
      5 (30)
      PRO Renko System 은 RENKO 차트 거래를 위해 특별히 고안된 매우 정확한 거래 시스템입니다. 이것은 다양한 거래 상품에 적용될 수있는 보편적 인 시스템입니다. 체계는 효과적으로 당신에게 정확한 반전 신호에 접근을 주는 소위 시장 소음을 중화합니다. 이 표시기는 사용하기가 매우 쉽고 신호 생성을 담당하는 매개 변수가 하나만 있습니다. 당신은 쉽게 당신의 선택의 어떤 무역 계기에 공구를 적응시킬 수 있고 renko 막대기의 크기. 나는 항상 당신이 내 소프트웨어로 수익성있게 거래 할 수 있도록 추가 지원을 제공 할 준비가되어 있습니다! 나는 당신에게 행복하고 수익성있는 거래를 기원합니다! 구매 후 저에게 연락하십시오! 내 렌코 차트 생성기를 보내드립니다. 또한 내 개인 권장 사항 및 시스템의 다른 모듈을 무료로 공유 할 것입니다!
      Scalper Inside PRO
      Alexey Minkov
      4.74 (69)
      An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability. Scalper Inside
      Miraculous Indicator – Gann Square of Nine 기반 100% 비리페인트 Forex 및 바이너리 도구 이 영상은 Miraculous Indicator 를 소개합니다. 이 지표는 Forex 및 바이너리 옵션 트레이더를 위해 특별히 개발된 매우 정확하고 강력한 트레이딩 도구입니다. 이 지표가 독특한 이유는 전설적인 **Gann Square of Nine(Gann 9의 사각형)**과 **Gann's Law of Vibration(Gann 진동의 법칙)**에 기반을 두고 있기 때문입니다. 이는 현대 트레이딩에서 가장 정밀한 예측 도구 중 하나로 손꼽힙니다. Miraculous Indicator는 완전히 비리페인트(non-repaint) 됩니다. 즉, 캔들이 마감된 후에도 신호가 변경되거나 사라지지 않습니다. 보이는 것이 곧 결과입니다. 이는 트레이더가 자신감을 가지고 거래에 진입하고 청산할 수 있는 신뢰할 수 있고 일관된 기반을 제공합니다. 주요 특징: Gann
      Trend Screener
      STE S.S.COMPANY
      4.79 (95)
      트렌드 표시기, 트렌드 트레이딩 및 필터링을 위한 획기적인 고유 솔루션, 하나의 도구 안에 내장된 모든 중요한 트렌드 기능! Forex, 상품, 암호 화폐, 지수 및 주식과 같은 모든 기호/도구에 사용할 수 있는 100% 다시 칠하지 않는 다중 시간 프레임 및 다중 통화 표시기입니다. 기간 한정 특가: 지원 및 저항 스크리너 지표는 단 100달러에 평생 제공됩니다. (원래 가격 50 달러) (제안 연장) Trend Screener는 차트에 점이 있는 화살표 추세 신호를 제공하는 효율적인 지표 추세 추종 지표입니다. 추세 분석기 표시기에서 사용할 수 있는 기능: 1. 트렌드 스캐너. 2. 최대 이익 분석이 있는 추세선. 3. 추세 통화 강도 측정기. 4. 경고가 있는 추세 반전 점. 5. 경고가 있는 강력한 추세 점. 6. 추세 화살표 Trend Screener Indicator가 있는 일일 분석 예, 일일 신호 성능...등은 여기에서 찾을 수 있습니다.   여기를 클릭하십시오. L
      RFI levels PRO
      Roman Podpora
      5 (1)
      이 지표는 추세 반전 지점과 가격 반등 영역을 정확하게 보여줍니다.       주요 투자자들   . 새로운 트렌드가 형성되는 곳을 파악하고 최대한 정확하게 의사결정을 내리며 모든 거래를 완벽하게 통제합니다. TREND LINES PRO   지표와 함께 사용할 때 최대의 잠재력을 발휘합니다.  VERSION MT5 지표가 보여주는 내용: 새로운 추세의 시작 시 활성화되는 반전 구조 및 반전 수준. 최소한의 위험 대비 수익률을 갖는 이익 실현   (TAKE PROFIT)   및   손절매(STOP LOSS)   레벨 표시       RR 1:2   . 지능형 손실 감소 로직이 적용된 손절매 기능. 지정된 지표에서 두 가지 추세 유형에 대한 반전 패턴을 표시합니다. 지표: 트렌드를 따라   트렌드 라인 프로   (글로벌 트렌드 변화) 트렌드 프로   (빠른 트렌드 변화) 간단하고 효과적입니다       스캐너       실시간 추세 (신규). 다중 시간 프레임 도구 필터링. 표시하다  
      Volatility Trend System - a trading system that gives signals for entries. The volatility system gives linear and point signals in the direction of the trend, as well as signals to exit it, without redrawing and delays. The trend indicator monitors the direction of the medium-term trend, shows the direction and its change. The signal indicator is based on changes in volatility and shows market entries. The indicator is equipped with several types of alerts. Can be applied to various trading ins
      Precautions for subscribing to indicator This indicator only supports the computer version of MT4 Does not support MT5, mobile phones, tablets The indicator only shows the day's entry arrow The previous history arrow will not be displayed (Live broadcast is for demonstration) The indicator is a trading aid Is not a EA automatic trading No copy trading function The indicator only indicates the entry position No exit (target profit)  The entry stop loss point is set at 30-50 PIPS Or the front hi
      현재 40% 할인 ! 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 이 대시보드 소프트웨어는 28개의 통화 쌍에서 작동합니다. 2가지 주요 지표(Advanced Currency Strength 28 및 Advanced Currency Impulse)를 기반으로 합니다. 전체 Forex 시장에 대한 훌륭한 개요를 제공합니다. 고급 통화 강도 값, 통화 이동 속도 및 모든(9) 시간대의 28 Forex 쌍에 대한 신호를 보여줍니다. 추세 및/또는 스캘핑 기회를 정확히 파악하기 위해 차트의 단일 지표를 사용하여 전체 시장을 볼 수 있을 때 거래가 어떻게 개선될지 상상해 보십시오! 잠재적인 거래를 식별하고 확인하면서 강력한 통화와 약한 통화를 더욱 쉽게 식별할 수 있도록 이 지표에 기능을 내장했습니다. 이 표시기는 통화의 강세 또는 약세가 증가 또는 감소하는지 여부와 모든 시간대에서 수행되는 방식을 그래픽으로 보여줍니다. 추가된 새로운 기능은 현재 시장 조건 변화에 적응하는
      PairMaster Buy Sell Arrow Indicator for MT4 Trade Reversals Like a Pro — Catch Every Swing Point with Precision The PairMaster Buy Sell Arrow Indicator is a powerful MetaTrader 4 tool built to identify high-probability swing trading opportunities . Designed for traders who value accuracy, clarity, and simplicity, PairMaster detects key market turning points and plots intuitive buy and sell arrows directly on your chart. Key Features Accurate Swing Point Detection – Automatically identifies ma
      Advanced Supply Demand
      Bernhard Schweigert
      4.91 (298)
      현재 40% 할인! 초보자나 전문 트레이더를 위한 최고의 솔루션! 이 보조지표는 우리가 다수의 독창적 기능과 새로운 공식을 통합한 독특하고 고품질이며 저렴한 거래 도구입니다. 이 업데이트를 통해 이중 시간대를 표시할 수 있습니다. 더 높은 TF를 표시할 수 있을 뿐만 아니라 차트 TF와 더 높은 TF 모두를 표시할 수 있습니다: 중첩 영역 표시. 모든 Supply Demand 트레이더들이 좋아할 것입니다. :) 중요한 정보 공개 Advanced Supply Demand의 잠재력을 극대화하려면 다음을 방문하십시오. https://www.mql5.com/ko/blogs/post/720245   진입 또는 목표의 명확한 트리거 포인트를 정확히 찾아냄으로 해서 거래가 어떻게 개선될지 상상해 보십시오. 새로운 알고리즘을 기반으로 매수자와 매도자 간의 잠재적인 불균형을 훨씬 더 쉽게 분간할 수 있습니다. 왜냐하면 가장 강한 공급영역과 가장 강한 수요 영역과 과거에 어떻게 진행 되었는지를(이전
      Dynamic Forex28 Navigator
      Bernhard Schweigert
      4.43 (7)
      Dynamic Forex28 Navigator - 차세대 외환 거래 도구. 현재 49% 할인. Dynamic Forex28 Navigator는 오랫동안 인기 있는 지표의 진화형으로, 세 가지의 힘을 하나로 결합했습니다. 고급 통화 Strength28 지표(695개 리뷰) + 고급 통화 IMPULSE with ALERT(520개 리뷰) + CS28 콤보 신호(보너스). 지표에 대한 자세한 정보 https://www.mql5.com/en/blogs/post/758844 차세대 Strength 지표는 무엇을 제공합니까?  원래 지표에서 좋아했던 모든 것이 새로운 기능과 더 높은 정확도로 강화되었습니다. 주요 기능: 독점적인 통화 Strength 공식.  모든 시간대에 걸쳐 부드럽고 정확한 강도선. 추세와 정확한 진입을 식별하는 데 이상적입니다. 역동적인 시장 피보나치 수준(시장 피보나치).  이 지표에만 있는 고유한 기능. 가격 차트가 아닌 통화 강도에 피보나치가 적용됩니다.
      Super Signal – Skyblade Edition 전문가용 노리페인트 / 노래그 트렌드 신호 시스템, 뛰어난 승률 제공 | MT4 / MT5용 1분, 5분, 15분과 같은 낮은 타임프레임에서 가장 좋은 성능을 보입니다. 핵심 기능: Super Signal – Skyblade Edition은 추세 매매를 위해 설계된 스마트 신호 시스템입니다. 이 시스템은 다중 필터 로직을 활용하여, 명확한 방향성과 실질적인 모멘텀이 수반된 고품질 추세만을 감지합니다. 이 시스템은 고점 또는 저점을 예측하지 않으며 , 다음 세 가지 조건이 모두 충족될 때만 신호를 발생시킵니다: 명확한 추세 방향 강화되는 모멘텀 건전한 변동성 구조 또한, 시장 세션 기반의 유동성 분석을 통해 신호의 신뢰성과 타이밍을 더욱 향상시킵니다. 신호 특성: 모든 화살표 신호는 100% 리페인트 없음 / 지연 없음 신호가 한 번 발생하면 고정되며, 깜빡이거나 사라지지 않음 차트 상의 시각적 화살표, 정보 패널, 팝업 알
      Gold Scalper Super
      Aleksandr Makarov
      5 (2)
      Gold Scalper Super is an easy-to-use trading system. The indicator can be used as a standalone scalping system on the M1 time frame, as well as part of your existing trading system. Bonus: when purchasing an indicator, Trend Arrow Super is provided free of charge, write to us after purchase. The indicator 100% does not repaint!!! If a signal appears, it does not disappear! Unlike indicators with redrawing, which lead to the loss of a deposit, because they can show a signal and then remove it.
      Advanced Currency Strength28 Indicator
      Bernhard Schweigert
      4.91 (657)
      현재 40% 할인 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 이 지표는 우리가 독점 기능과 새로운 공식을 통합했기 때문에 독특하고 고품질이며 저렴한 거래 도구입니다. 단 하나의 차트로 28 Forex 쌍의 통화 강도를 읽을 수 있습니다! 새로운 추세 또는 스캘핑 기회의 정확한 트리거 포인트를 정확히 찾아낼 수 있기 때문에 거래가 어떻게 개선될지 상상해 보십시오. 사용 설명서: 여기를 클릭  https://www.mql5.com/en/blogs/post/697384 그것이 첫 번째, 원본입니다! 쓸모없는 지망생 클론을 사지 마십시오. 더 스페셜  강력한 통화 모멘텀을 보여주는 하위 창의 화살표 GAP가 거래를 안내합니다! 기본 또는 호가 통화가 과매도/과매도 영역(외부 시장 피보나치 수준)에 있을 때 개별 차트의 기본 창에 경고 표시가 나타납니다. 통화 강도가 외부 범위에서 떨어질 때 풀백/반전 경고. 교차 패턴의 특별 경고 추세를 빠르게 볼 수 있는 다중 시간
      Apollo Secret Trend
      Oleg Rodin
      5 (8)
      Apollo Secret Trend는 모든 쌍과 시간대의 추세를 찾는 데 사용할 수 있는 전문적인 추세 지표입니다. 지표는 거래를 선호하는 쌍이나 기간에 관계없이 시장 동향을 감지하는 데 사용할 수 있는 주요 거래 지표가 될 수 있습니다. 표시기의 특수 매개변수를 사용하여 개인 거래 스타일에 맞게 신호를 조정할 수 있습니다. 표시기는 PUSH 알림을 포함한 모든 유형의 경고를 제공합니다. 표시기의 신호는 다시 칠하지 마십시오! 제공된 스크린샷에서 과매수/과매도 오실레이터 표시기와 함께 Apollo Secret Trend 표시기를 볼 수 있습니다. 이 표시기는 제가 절대적으로 무료로 제공합니다. 구매 후 두 번째 과매수 및 과매도 오실레이터 표시기를 무료로 받으려면 저에게 연락하십시오! 또한 시스템 사용 방법에 대한 지침도 제공합니다. 나는 또한 당신에게 큰 보너스를 공유 할 것입니다!
      이 지표를 구매하면 제 프로페셔널 트레이드 매니저를 무료로 드립니다. 우선 이 거래 시스템이 리페인팅, 리드로잉 및 레이그 인디케이터가 아니라는 점을 강조하는 것이 중요합니다. 이는 수동 및 로봇 거래 모두에 이상적인 것으로 만듭니다. 온라인 강좌, 설명서 및 프리셋 다운로드. "스마트 트렌드 트레이딩 시스템 MT5"은 새로운 및 경험이 풍부한 트레이더를 위해 맞춤형으로 제작된 종합적인 거래 솔루션입니다. 10개 이상의 프리미엄 인디케이터를 결합하고 7개 이상의 견고한 거래 전략을 특징으로 하여 다양한 시장 조건에 대한 다목적 선택이 가능합니다. 트렌드 추종 전략: 효과적인 트렌드 추이를 타기 위한 정확한 진입 및 손절 관리를 제공합니다. 반전 전략: 잠재적인 트렌드 반전을 식별하여 트레이더가 범위 시장을 활용할 수 있게 합니다. 스캘핑 전략: 빠르고 정확한 데이 트레이딩 및 단기 거래를 위해 설계되었습니다. 안정성: 모든 인디케이터가 리페인팅, 리드로잉 및 레이그가 아니므로 신뢰
      Buy Sell Signal Pro — Market Structure & Pivot based Indicator Looking for a powerful yet lightweight market structure indicator designed to accurately detect swing turning points and visualize trend behavior with clarity . Built for traders who demand precision without chart clutter , it identifies key structural levels and delivers reliable buy/sell signals across any timeframe and instrument . By confirming pivot points before plotting signals, the indicator ensures consistent, non-repaintin
      Smc Blast Signal
      Mohit Dhariwal
      4 (4)
      OFFER OFFER! The price of the indicator is kept at 75 dollars only from 20th Feb to 28th Feb. Full Fledged EA and Alert plus for alerts will also be provided in this offer along with the purchase of Indicator. Limited copies only at this price and Ea too. Grab your copy soon Alert plus for indicator with set file is kept in comment section with the image  SMC Blast Signal with FVG, BOS and trend Breakout The SMC Blast Signal is a Precise trading system for Meta Trader 4 that uses Smart Money Con
      Atomic Analyst
      Issam Kassas
      5 (3)
      우선적으로 언급할 점은이 거래 지표가 다시 그리지 않고 지연되지 않으며 이를 통해 수동 및 로봇 거래 모두에 이상적이라는 점입니다. 사용자 매뉴얼: 설정, 입력 및 전략. Atomic Analyst는 가격의 강도와 모멘텀을 활용하여 시장에서 더 나은 이점을 찾는 PA Price Action Indicator입니다. 고급 필터를 장착하여 잡음과 거짓 신호를 제거하고 거래 잠재력을 높이는 데 도움이 됩니다. 복잡한 지표의 다중 레이어를 사용하여 Atomic Analyst는 차트를 스캔하고 복잡한 수학적 계산을 간단한 신호와 색상으로 변환하여 초보 트레이더가 이해하고 일관된 거래 결정을 내릴 수 있도록합니다. "Atomic Analyst"는 새로운 및 경험이 풍부한 트레이더를위한 종합적인 거래 솔루션입니다. 프리미엄 지표와 최고 수준의 기능을 하나의 거래 전략에 결합하여 모든 종류의 트레이더에 대한 다재다능한 선택지가되었습니다. 인트라데이 거래 및 스캘핑 전략 : 빠르고 정확한 일일
      KT Trend Trading Suite MT4
      KEENBASE SOFTWARE SOLUTIONS
      KT Trend Trading Suite는 트렌드 추종 전략과 여러 돌파 지점을 결합한 다기능 지표입니다. 이러한 돌파 지점은 진입 신호로 사용됩니다. 새로운 추세가 형성되면 이 지표는 여러 번의 진입 기회를 제공하여 트렌드를 성공적으로 따라갈 수 있도록 돕습니다. 덜 중요한 진입 신호를 피하기 위해 되돌림 기준값이 사용됩니다. MT5 버전은 여기에서 확인할 수 있습니다  https://www.mql5.com/en/market/product/46270 기능 여러 가지 시장 흐름을 하나의 수식으로 결합하여 현재 추세를 명확하게 시각화합니다. 진입 신호가 발생한 구간에 직사각형 박스를 표시하여 지역 고점과 저점을 명확히 나타냅니다. 신호의 정확도를 측정하고 간단한 성능 지표를 제공합니다. 다중 시간대 대시보드를 포함하여 모든 시간 프레임을 스캔하고 각 시간대의 추세 방향을 표시합니다. 입력 파라미터 History Bars:   과거 신호 분석에 사용할 히스토리 바 개수입니다.
      No Repaint Bext is a ready-made trading system. Shows when to open and when to close trades, as well as in which direction. Every time a green arrow appears, you need to open a buy trade. Close all buy trades when a red arrow appears. The same goes for the opposite direction, every time a red arrow appears, open sell trades and close them all when a green arrow appears. We use the M5 timeframe for trading. You can trade on any cozy pair. This indicator does not repaint and practically does not
      M1 Arrow
      Oleg Rodin
      4.81 (21)
      시장의 두 가지 기본 원칙에 기반한 일중 전략. 알고리즘은 추가 필터를 사용하여 거래량 및 가격 파동 분석을 기반으로 합니다. 지표의 지능형 알고리즘은 두 가지 시장 요인이 하나로 결합될 때만 신호를 제공합니다. 지표는 더 높은 시간 프레임의 데이터를 사용하여 M1 차트에서 특정 범위의 파도를 계산합니다. 그리고 파동을 확인하기 위해 지표는 볼륨 분석을 사용합니다. 이 표시기는 준비된 거래 시스템입니다. 트레이더가 필요로 하는 모든 것은 신호를 따르는 것입니다. 또한 지표는 자신의 거래 시스템의 기초가 될 수 있습니다. 거래는 분 차트에서만 수행됩니다. 지표가 MTF 원리를 사용한다는 사실에도 불구하고 지표 알고리즘은 가능한 한 안정적입니다. 구매 후 반드시 저에게 편지를 보내주세요! 내 거래 설정 및 권장 사항을 공유하겠습니다!
      Trend indicator AI
      Ramil Minniakhmetov
      4.57 (82)
      트렌드 인공 지능 지표는 실행 가능한 진입 점 및 반전 경고와 추세 식별을 결합하여 상인의 시장 분석을 향상시킬 훌륭한 도구입니다. 이 표시기는 사용자가 자신감과 정밀도로 외환 시장의 복잡성을 탐색 할 수 있도록 지원합니다 기본 신호 외에도 트렌드 인공 지능 지표는 풀백 또는 되돌림 중에 발생하는 2 차 진입 점을 식별하여 거래자가 기존 트렌드 내에서 가격 수정을 활용할 수 있도록합니다. 중요한 장점: ·작동 4 및 5 *명확한 구매 또는 판매 신호 *다시 칠하지 않습니다 *모든 자산에서 작동 나는 전보 사기에 개 또는 세트를 판매하지 않도록주의. 모든 설정은 블로그에 여기에 무료.  중요! 지침 및 보너스를 얻기 위해 구입 후 즉시 저에게 연락! 진짜 가동 감시는 뿐 아니라 나의 다른 제품 여기에서 찾아낼 수 있습니다: https://www.mql5.com/en/users/mechanic/seller&nbsp ; 설정 및 입력: 모든 자산에 대해 기본 설정을 권
      Top Bottom Tracker MT4
      Rodrigo Arana Garcia
      탑 바텀 트래커는 시장 추세를 분석하고 추세의 고점과 저점을 감지할 수 있는 정교한 알고리즘을 기반으로 하는 지표입니다 / MT5 버전 . 가격은 500$에 도달할 때까지 점진적으로 상승합니다. 다음 가격 --> $99 특징 다시 칠하지 않음 이 표시기는 새 데이터가 도착해도 값을 변경하지 않습니다 거래 쌍 모든 외환 쌍 기간 모든 기간 파라미터 ==== 인디케이터 구성 ==== 구성 매개 변수 // 40 (값이 높을수록 신호가 적지만 더 정확한 신호가 제공됩니다) 상위 레벨 값 // 80 (상단 수평선의 값) 하단 레벨 값 // 20 (하단 수평선 값) 인디케이터 계산 막대 수 // 3000 (인디케이터를 계산할 막대 수). 값 0은 모든 막대에 대해 인디케이터를 계산합니다) ==== 알람 구성 ==== 팝업 알림 // 참(터미널에서 알람) 이메일 알림 // 참(이메일로 알람 전송) 알람 시간 간격 // 10 (분 단위의 알람 간격) 경고
      Currency Strength Exotics
      Bernhard Schweigert
      4.88 (33)
      현재 20% 할인! 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 이 표시기는 Exotic Pairs Commodities, Indexes 또는 Futures와 같은 기호에 대한 통화 강도를 표시하는 데 특화되어 있습니다. 금, 은, 석유, DAX, US30, MXN, TRY, CNH 등의 진정한 통화 강도를 보여주기 위해 9번째 줄에 모든 기호를 추가할 수 있습니다. 이것은 독특하고 고품질이며 저렴한 거래 도구입니다. 우리는 많은 독점 기능과 새로운 공식을 통합했습니다. 새로운 추세 또는 스캘핑 기회의 정확한 트리거 포인트를 정확히 찾아낼 수 있기 때문에 거래가 어떻게 개선될지 상상해 보십시오. 사용 설명서: 여기를 클릭 https://www.mql5.com/en/blogs/post/708876 모든 시간대에 작동합니다. TREND를 빠르게 확인할 수 있습니다! 새로운 기본 알고리즘을 기반으로 설계되어 잠재적인 거래를 더욱 쉽게 식별하고 확인할 수 있습니다. 8개의
      The Super Arrow Indicator provides non-repainting buy and sell signals with exceptional accuracy. Key Features No repainting – confirmed signals remain fixed Clear visual arrows: green for buy, red for sell Real-time alerts via pop-up, sound, and optional email Clean chart view with no unnecessary clutter Works on all markets: Forex, gold, oil, indices, crypto Adjustable Parameters TimeFrame Default: "current time frame" Function: Sets the time frame for indicator calculation Options: Can be set
      Prime Strike Signal
      Camila Bernardez Camero
      Prime Strike Signal – 명확한 진입, 리페인트 없음. Prime Strike Signal No Repaint Never는 시장이 급변할 때에도 명확하고 일관된 시그널을 원하는 트레이더를 위해 설계된 간단하고 규칙 기반의 도구입니다. 방향 전환을 즉시 차트에 화살표로 표시해주며, 복잡한 분석 없이도 단기 가격 흐름에 쉽게 따라갈 수 있도록 도와줍니다. 최신 정보 받기 업데이트 및 신규 출시 소식을 빠르게 받으려면 공식 채널에 가입하세요: https://www.mql5.com/en/channels/signalsandindicators 로직 이 시스템은 서로 다른 평활 기간을 가진 두 가지 가격 기반 계산을 비교하여 모멘텀 변화를 감지합니다. 계산된 차이는 두 번째 로직 계층에서 필터링되어, 유효한 크로스가 발생할 경우에만 시그널을 생성합니다. 이는 불필요한 노이즈가 아닌 실제 움직임에 기반한 진입을 보장합니다. 리페인트 하나요? 아니요. 이 도구는 캔들이
      제작자의 제품 더 보기
      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 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
      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
      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 (5)
      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 .
      GS trend I
      Aleksander Gladkov
      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 s
      필터:
      리뷰 없음
      리뷰 답변