• 미리보기
  • 리뷰 (1)
  • 코멘트 (3)
  • 새 소식

Twin Range Filter by colinmck MT4

5

To get access to MT5 version please click here.

- This is the exact conversion from TradingView: "Twin Range Filter" by "colinmck".
- The screenshot shows similar results from tradingview and Metatrader when tested on ICMarkets on both platforms.
- This is a light-load processing and non-repaint indicator.
- All input options are available. 
- Buffers are available for processing in EAs.
- You can message in private chat for further changes you need.

    Here is the sample code of EA that operates based on signals coming from indicator:

    #property strict
    
    input string EA_Setting="";
    input int magic_number=1234;
    input double fixed_lot_size=0.01; // select fixed lot size
    
    input string    TWR_Setting="";
    input ENUM_APPLIED_PRICE src = PRICE_CLOSE; //Source
    input int per1 = 27; //Fast period
    input double mult1 = 1.6; //Fast range
    input int per2 = 55; //Slow period
    input double mult2 = 2; //Slow range
    input bool showAlerts=true; //use Alerts
    
    void OnTick()
      {
          if(!isNewBar()) return;
             
          bool buy_condition=true;
          buy_condition &= (BuyCount()==0);
          buy_condition &= (IsTWRBuy(1));
          if(buy_condition) 
          {
             CloseSell();
             Buy();
          }
             
          bool sell_condition=true;
          sell_condition &= (SellCount()==0);
          sell_condition &= (IsTWRSell(1));
          if(sell_condition) 
          {
             CloseBuy();
             Sell();
          }
      }
    
    bool IsTWRBuy(int index)
    {
       double value_buy=iCustom(_Symbol, PERIOD_CURRENT,
        "Market\\Twin Range Filter by colinmck MT4",
        src, per1, mult1, per2, mult2, showAlerts, 12, index);
       return value_buy!=EMPTY_VALUE;
    }
    
    bool IsTWRSell(int index)
    {
       double value_sell=iCustom(_Symbol, PERIOD_CURRENT,
        "Market\\Twin Range Filter by colinmck MT4",
        src, per1, mult1, per2, mult2, showAlerts, 13, index);
       return value_sell!=EMPTY_VALUE;
    }
    
    int BuyCount()
    {
       int counter=0;
       for(int i=0;i<OrdersTotal();i++)
       {
          if(OrderSelect(i, SELECT_BY_POS)==false) continue;
          if(OrderSymbol()!=_Symbol) continue;
          if(OrderMagicNumber()!=magic_number) continue;
          if(OrderType()==OP_BUY) counter++;
       }
       return counter;
    }
    
    int SellCount()
    {
       int counter=0;
       for(int i=0;i<OrdersTotal();i++)
       {
          if(OrderSelect(i, SELECT_BY_POS)==false) continue;
          if(OrderSymbol()!=_Symbol) continue;
          if(OrderMagicNumber()!=magic_number) continue;
          if(OrderType()==OP_SELL) counter++;
       }
       return counter;
    }
    
    void Buy()
    {
       if(OrderSend(_Symbol, OP_BUY, fixed_lot_size, Ask, 3, 0, 0, NULL, magic_number, 0, clrNONE)==-1)
       {
          Print("Error Executing Order: ", GetLastError());
          //ExpertRemove();
       }
    }
    
    void Sell()
    {
       if(OrderSend(_Symbol, OP_SELL, fixed_lot_size, Bid, 3, 0, 0, NULL, magic_number, 0, clrNONE)==-1)
       {
          Print("Error Executing Order: ", GetLastError());
          //ExpertRemove();
       }
    }
    
    void CloseBuy()
    {
       for(int i=OrdersTotal()-1;i>=0;i--)
       {
          if(OrderSelect(i, SELECT_BY_POS)==false) continue;
          if(OrderSymbol()!=_Symbol) continue;
          if(OrderMagicNumber()!=magic_number) continue;
          if(OrderType()==OP_BUY) 
             if(OrderClose(OrderTicket(), OrderLots(), Bid, 3, clrNONE)==false)
             {
                Print("Error Closing Position: ", GetLastError());
             }
       }
    }
    
    void CloseSell()
    {
       for(int i=OrdersTotal()-1;i>=0;i--)
       {
          if(OrderSelect(i, SELECT_BY_POS)==false) continue;
          if(OrderSymbol()!=_Symbol) continue;
          if(OrderMagicNumber()!=magic_number) continue;
          if(OrderType()==OP_SELL) 
             if(OrderClose(OrderTicket(), OrderLots(), Ask, 3, clrNONE)==false)
             {
                Print("Error Closing Position: ", GetLastError());
             }
       }
    }
    
    datetime timer=NULL;
    bool isNewBar()
    {
       datetime candle_start_time= (int)(TimeCurrent()/(PeriodSeconds()))*PeriodSeconds();
       if(timer==NULL) {}
       else if(timer==candle_start_time) return false;
       timer=candle_start_time;
       return true;
    }
    



    리뷰 1
    Golden Joy
    139
    Golden Joy 2023.07.16 18:31 
     

    waiting for you to export it as EA, I am used to trading with this indicator, and I love it

    추천 제품
    NO REPAINT ADVANCED CHART PATTERN INDICATOR By definition, a price ( chart)  pattern is a recognizable configuration of price movement that is identified using a series of  trendlines  and/or curves. When a price pattern signals a change in trend direction, it is known as a reversal pattern; a continuation pattern occurs when the trend continues in its existing direction following a brief pause. Advanced Chart Pattern Tracker is designed to find the MOST ACCURATE patterns. A special script is a
    ABCD Harmonic Patterns
    Mehmet Ozhan Hastaoglu
    Thanks to this indicator, you can easily see the new ABCD harmonic patterns in the chart. If the two price action lengths are equal, the system will give you a signal when it reaches the specified level. You can set the limits as you wish. For example, You can get the signal of the price, which occurs in the Fibonaci 38.2 and 88.6 retracements, and then moves for the same length, at the level you specify. For example, it will alarm you when the price reaches 80% as a percentage. In vertical
    PRO Fibonacci Tool MT4
    Samil Bozuyuk
    5 (1)
    The indicator is the advanced form of the MetaTrader 4 standard Fibonacci tool. It is unique and very reasonable for serious Fibonacci traders. Key Features Drawing of Fibonacci retracement and expansion levels in a few seconds by using hotkeys. Auto adjusting of retracement levels once the market makes new highs/lows. Ability to edit/remove any retracement & expansion levels on chart. Auto snap to exact high and low of bars while plotting on chart. Getting very clear charts even though many ret
    I just sell my products in Elif Kaya Profile , any other websites are stolen old versions, So no any new updates or support. - Lifetime update free -   Real price is 80$   - 40% Discount ( It is 49$ now ) Contact me for instruction, any questions! Related Product:  Gold Expert  ,  Professor EA - Non-repaint Introduction Flag patterns are an important tool for technical traders in the stock market. When interpreting a flag pattern, it is important to wait for the pattern to pick a direction b
    This indicator Super Channel Pro indicator.Indicator displays trend movement. Indicator calculates automatically line. Features FiltPer - displays indicator channel period. deviation - displays indicator channel deviation. deviation2 - displays indicator channel deviation. How to understand the status: If the arrow is green, trend is up. If the arrow is red, trend is down. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    Pattern Trader No Repaint Indicator MT5 Version of the indicator:  https://www.mql5.com/en/market/product/57462 Advanced Chart Patterns Tracker MT4:  https://www.mql5.com/en/market/product/68550 I ndicator searches for 123 Pattern, 1234 Pattern, Double Top, Double Bottom Patterns , Head and Shoulders, Inverse Head and Shoulders and ZigZag 1.618 Pattern. Pattern Trader indicator uses Zig Zag Indicator and Improved Fractals to determine the patterns. Targets and Stop Loss Levels are defined by
    Elliott Wave Trend MT4
    Young Ho Seo
    4 (7)
    Elliott Wave Trend was designed for the scientific wave counting. This tool focuses to get rid of the vagueness of the classic Elliott Wave Counting using the guideline from the template and pattern approach. In doing so, firstly Elliott Wave Trend offers the template for your wave counting. Secondly, it offers Wave Structural Score to assist to identify accurate wave formation. It offers both impulse wave Structural Score and corrective wave Structure Score. Structural Score is the rating to sh
    PZ Penta O MT4
    PZ TRADING SLU
    The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
    A top-quality implementation of the famous  Zig Zag  indicator, which needs no introduction. It is completely coming from original algorithm.  After you have this indicator, you will no need any more indicator for opposite direction of trend. Trading direction of TREND Very easy to understand and set  It implements a multi-timeframe dashboard Buy and Sell signals on same chart  Working M5-M15-M30-H1-H4 and D1  After the purchase, please contact me for to learn how to use it. 
    이 인디케이터는 엘리어트 파동 이론과 두 가지 방식으로 작동합니다: 자동 작동: 이 모드에서는 인디케이터가 엘리어트 파동 이론에 따라 차트 상의 모든 5개의 모티브 웨이브를 자동으로 감지하고 예측 및 잠재적인 반전 지역을 제공합니다. 또한 중요한 개발 사항을 트레이더에게 알릴 수 있는 경보 및 푸시 메시지를 생성할 수 있는 능력을 갖추고 있습니다. 이 자동 기능은 엘리어트 파동 패턴의 식별과 분석 프로세스를 간소화합니다. 수동 작동: 이 옵션은 엘리어트 파동 이론을 수동으로 다루고 싶은 트레이더를 위해 설계되었습니다. 이를 통해 사용자는 아홉 가지 다른 등급을 사용하여 웨이브를 그릴 수 있습니다. 각 등급은 나타난 후에 차트에 그려진 라인을 조정하여 개별적으로 정의할 수 있습니다. 이 기능은 웨이브를 수동으로 그리는 프로세스를 간소화하며 더 효율적으로 만들어 줍니다. 중요한 점으로 모든 그림 데이터가 미래 참조를 위해 플랫폼 데이터 폴더에 저장된다는 것을 기억해야 합니다. 파라미터:
    SMC Venom Model BPR 지표는 Smart Money(SMC) 개념 내에서 일하는 트레이더를 위한 전문 도구입니다. 가격 차트에서 두 가지 주요 패턴을 자동으로 식별합니다. FVG (공정 가치 갭)는 3개의 캔들의 조합으로, 첫 번째와 세 번째 캔들 사이에 갭이 있습니다. 이는 볼륨 지원이 없는 레벨 사이에 구역을 형성하여 종종 가격 수정으로 이어집니다. BPR (균형 가격 범위)은 두 개의 FVG 패턴의 조합으로, "브리지"를 형성합니다. 이는 가격이 낮은 볼륨 활동으로 움직일 때 브레이크아웃과 레벨로의 복귀 구역으로, 캔들 사이에 갭을 생성합니다. 이러한 패턴은 거래자가 차트에서 거래량과 가격 역학을 분석하여 주요 지지/저항 수준, 돌파 구역 및 진입 지점을 식별하는 데 도움이 되며, 여기서 대형 시장 참여자와 일반 참여자 간의 상호 작용이 발생합니다. 이 지표는 사각형과 화살표 형태로 패턴을 시각화하며 유연한 경고 설정도 지원합니다. 주요 특징: 패턴 표시 모드:
    Weis Wave Indicator
    Dhabaleswar Prasad Jena
    This indicator is based on the Weis wave principle of wave volume. Below are few features of the indicator It draws the wave on the chart while the accumulated volume per wave in a different window at the bottom of the chart You can configure the turning point move It displays the accumulated volume (in thousands, eg for 15000 volume it will show 15) at the end of each wave You can also configure to show number of candles in the wave along with the wave volume The indicator calculates the distin
    If you are using volume spread analysis, whether your are a beginner or an expert, this system will give you a lot of features and help in your analysis. Please watch the video to see all the features. Features With one click you will find all the VSA patterns on your chart . Bars without opening price. Easy to read volume indicator. Bar reader (Bar type - Close type - Volume type - Spread type). Daily and weekly levels (Pivot - Camarilla - Fibo). Very light on the trading platform and moving b
    Scalper Terminal 인터페이스 소프트웨어는 지표이며 자동 구매-판매 거래에 참여하지 않습니다. 이 지표는 스캘핑 거래 기회가 발생했을 때 거래가 들어갈 수 있는 현재 거래 영역을 보여줍니다. 스캘핑 신호가 있는 경우 해당 거래 쌍의 오른쪽에 청록색 표시등이 켜지고 그 위에 정확한 거래 방향이 표시됩니다. 그런 다음 청록색 버튼을 클릭하여 거래를 입력하세요. 새 탭이 열립니다. 이후 스캘핑 거래 진입 조건인 캔들 클로징이 예상된다. 스캘퍼 터미널과 성공적인 스캘핑 거래 거래를 하기 위해서는 설명 섹션의 동영상을 꼭 시청하세요. Scalper Terminal 소프트웨어에 군인처럼 붙어보세요. 각 거래 쌍의 오른쪽에는 5M, 15M 및 DIRECTION 열이 있습니다. 먼저 알림 버튼을 클릭하고 녹색으로 만듭니다. 화면을 계속해서 볼 필요는 없습니다. 청록색 빛 신호 또는 메타 트레이더 경고 메시지 소리를 기다리십시오. 청록색 빛으로 표시된 정확한 작동 방향(DIRECTI
    The indicator displays Renko bars on the chart, uses them to plot the ZigZag - trend lines connecting the local Lows and Highs of the price movement, and highlights them based on the Gartley patterns, showing the potential price reversal points. Renko - specialized display of the price action, in which the graph is displayed not every bar of the time frame, but only under the condition that the price had passed more than the specified number of points. Renko bars are not bound to a time frame, s
    PZ Harmonacci Patterns
    PZ TRADING SLU
    3.17 (6)
    Trade smarter, not harder: Empower your trading with Harmonacci Patterns This is arguably the most complete harmonic price formation auto-recognition indicator you can find for the MetaTrader Platform. It detects 19 different patterns, takes fibonacci projections as seriously as you do, displays the Potential Reversal Zone (PRZ) and finds suitable stop-loss and take-profit levels. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] It detects 19 different harmonic pric
    This is a new strategy for SUPPLY DEMAND areas It is based on a calculation using the tick volume to detect the big price action in market for both bear /bull actions this smart volume action candles are used to determine the supply and demand areas prices in between main supply and demand lines indicate sideway market  up arrows will be shown when prices moves above the main supply and the secondary supply lines Down arrows will be shown when prices moves below the main demand and the secondary
    Swing High Low Fibonacci
    Frank Wesley Iii Mccallister
    This indicator identifies the major and minor swing high and low points on a chart. It then takes the most recent swing and draws a fibonacci pattern of retracement and extension levels to give you an idea of where price may move next. It allow allows you to set a pair of moving averages to help identify the direction of the overall trend. There are configuration parameters for the major and minor swing and the moving averages.
    Introduction to X3 Chart Pattern Scanner X3 Cherart Pattern Scanner is the non-repainting and non-lagging indicator detecting X3 chart patterns including Harmonic pattern, Elliott Wave pattern, X3 patterns, and Japanese Candlestick patterns. Historical patterns match with signal patterns. Hence, you can readily develop the solid trading strategy in your chart. More importantly, this superb pattern scanner can detect the optimal pattern of its kind. In addition, you can switch on and off individu
    Scanner and Dashboard for Cycle Sniper ATR Fibo Channels Indicator As users know indicator draws Fibonacci Channels and arrows according to the user's settings. With CS ATR Fibo Channels Scanner, you will have the ability to watch the market. - Multi Timeframe - Multi Instrument Enter your parameters to watch (as explained in Cycle Sniper ATR Fibo Channels Indicator )  - If you cho0se "Arrows by ATR Levels" , you will receive the potential reversal arrrows. - If you choose "Arrows by Median
    Std Channels
    Muhammed Emin Ugur
    Std Channels The Std Channels Indicator is a technical indicator that uses standard deviation to create five channels around a price chart. The channels are used to identify support and resistance levels, as well as trends and reversals. The indicator is calculated by first calculating the standard deviation of the price data over a specified period of time. The channels are then created by adding and subtracting the standard deviation from the price data. The five channels are as follows: Upper
    PZ 123 Pattern
    PZ TRADING SLU
    1 (1)
    Unlock powerful breakout opportunities The 123 Pattern is one of the most popular, powerful and flexible chart patterns. The pattern is made up of three price points: a bottom, a peak or valley, and a Fibonacci retracement between 38.2% and 71.8%. A pattern is considered valid when the price breaks beyond the last peak or valley, moment at which the indicator plots an arrow, rises an alert, and the trade can be placed. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ]
    Warning: Our product works with 28 symbols. The average accuracy level of the signals is 99%. We see signals below 15 pips as unsuccessful. Technique Signal   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 indi
    Reversal Pattern Pro
    Boonyapagorn Rodvattanajinda
    Reversal Patterns Pro Reversal Patterns Pro is a Price Action (PA) analytical tool that scans the reversal patterns.  - Finds and marks the most dependable Japanese candlestick patterns in real-time. - Supports all time frames (Best for Scalping) - Doesn't repaint making it an exceptional indicator for Expert Advisors. Input parameters : - Support & Resistance Mode ( true or false ) for enabling advanced filtering - Donchian Period - RSI Period - RSI Oversold Level - RSI Overbought Level - Al
    Harmonic Pattern Plus MT4
    Young Ho Seo
    4.44 (18)
    Introduction Harmonic Patterns are best used to predict potential turning point. Traditionally, Harmonic Pattern was identified manually connecting peaks and troughs points in the chart. Manual harmonic pattern detection is painfully tedious and not suitable for everyone. You are often exposed under subjective pattern identification with manual pattern detection. To avoid these limitations, Harmonic Pattern Plus was designed to automate your harmonic pattern detection process. The functionality
    Fibonacci calculator is used with Elliot Waves, it can generate remarkable results. A trader could use these levels or ratios to find high probability trades with very small stop loss. You may also use these ratios to find Elliott Waves extensions and to book profit near those levels. For Elliot Wave experts, Fibonacci calculator is a highly useful tool that can assist them in calculating Fibonacci extension and retracement levels for the market price. The indicator proves itself as a useful one
    Trend Line Chart Pattern Signals  Is a traders Tool for Signals based on Strong  Patterns Formed By a pair of robust trend lines. They FOR WITH DIFFERENT POPULAR PATTERNS ON CHARTS LIKE – TRIANGLES, FLAGS,RANGE , ASCENDING TRIANGLES, DESCENDING PATTERNS, PENNANTS ETC. The TREND LINES  form  dynamically  on running bars. The  sensitivity  of the trend lines can be changed by custom settings. The  Buy and Sell Signals Generate upon Break Of the Trend Line + "Close" of the same bar above the previo
    KeltnerTRBands
    Ahmet Metin Yilmaz
    Keltner Channels are volatility-based bands that are placed on either side of an asset's price and can aid in determining the direction of a trend. The exponential moving average (EMA) of a Keltner Channel is typically 20 periods, although this can be adjusted if desired.( Default is 50 here..) In the Classic Keltner Channels The upper and lower bands are typically set two times the average true range (ATR) above and below the EMA, although the multiplier can also be adjusted based on personal p
    EARLY REMINDER: The Starting price is 65 price will rise soon up to 365$ and then 750$ after first 10 copies of sales. Grab this offer now! Introduction Hello, traders! Welcome to the demonstration of the Forex Beast Indicator , a comprehensive tool designed to assist aspiring traders in navigating the complexities of the forex market. This indicator incorporates seven essential components to provide a well-rounded trading experience: Moving Averages Colored Zones Support and Resistance Levels
    ATR Channels
    Ahmet Metin Yilmaz
    ATR Channel is an indicator. It shows us ATR ( depends on selected period ) Line on main chart. It also draw 3 up ATR channels (ATRu) and 3 down ATR channels (ATRd) on the same window. All they helps you to trade with a ATR indicator. There are 6 extern inputs; PeriodsATR   : You can change ATR Period default is 13. MA_Periods   : Use for draw ATR channels MA periods. Default is 34. MA_Type       : You can change MA_method here. Default is Linear weighted. Mult_Factor1 : It is for first up and d
    이 제품의 구매자들이 또한 구매함
    Gann Made Easy
    Oleg Rodin
    4.81 (118)
    Gann Made Easy 는 mr.의 이론을 사용하여 최고의 거래 원칙을 기반으로 하는 전문적이고 사용하기 쉬운 Forex 거래 시스템입니다. W.D. 간. 이 표시기는 Stop Loss 및 Take Profit Levels를 포함하여 정확한 BUY 및 SELL 신호를 제공합니다. PUSH 알림을 사용하여 이동 중에도 거래할 수 있습니다. 구매 후 연락주세요! 내 거래 팁과 훌륭한 보너스 지표를 무료로 공유하겠습니다! 아마도 Gann 거래 방법에 대해 이미 여러 번 들었을 것입니다. 일반적으로 Gann의 이론은 초보자 거래자뿐만 아니라 이미 거래 경험이 있는 사람들에게도 매우 복잡한 것입니다. Gann의 거래 방식은 이론적으로 적용하기 쉽지 않기 때문입니다. 나는 그 지식을 연마하고 Forex 지표에 최고의 원칙을 적용하기 위해 몇 년을 보냈습니다. 표시기는 적용하기가 매우 쉽습니다. 차트에 첨부하고 간단한 거래 권장 사항을 따르기만 하면 됩니다. 지표는 지속적으로 시장 분석 작업
    Cycle Maestro
    Stefano Frisetti
    NOTE: CYCLEMAESTRO is distributed only on this website, there are no other distributors. Demo version is for reference only and is not supported. Full versione is perfectly functional and it is supported CYCLEMAESTRO , the first and only indicator of Cyclic Analysis, useful for giving signals of TRADING, BUY, SELL, STOP LOSS, ADDING. Created on the logic of Serghei Istrati and programmed by Stefano Frisetti ; CYCLEMAESTRO is not an indicator like the others, the challenge was to interpret only t
    Scalper Inside PRO
    Alexey Minkov
    4.76 (63)
    !SPECIAL SALE! 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
    Gold Stuff
    Vasiliy Strukov
    4.86 (257)
    Gold Stuff는 금을 위해 특별히 설계된 추세 지표이며 모든 금융 상품에서도 사용할 수 있습니다. 표시기가 다시 그려지지 않고 지연되지 않습니다. 권장 기간 H1. 표시기에서 완전 자동 Expert Advisor EA Gold Stuff를 작동합니다. 내 프로필에서 찾을 수 있습니다. 설정 및 개인 보너스를 받으려면 구매 후 즉시 저에게 연락하십시오!   강력한 지원 및 트렌드 스캐너 표시기의 무료 사본을 받으실 수 있습니다. 메시지를 보내주세요. 나!   설정 화살표 그리기 - 켜기 끄기. 차트에 화살표 그리기. 경고 - 가청 경고를 끕니다. 이메일 알림 - 켜기 끄기. 이메일 알림. Puch-notification - 켜기 끄기. 푸시 알림. 다음으로 색 영역을 조정합니다. Gold Stuff는 금을 위해 특별히 설계된 추세 지표이며 모든 금융 상품에서도 사용할 수 있습니다. 표시기가 다시 그려지지 않고 지연되지 않습니다. 권장 기간 H1. 표시기에서 완전 자동
    현재 20% 할인 ! 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 이 대시보드 소프트웨어는 28개의 통화 쌍에서 작동합니다. 2가지 주요 지표(Advanced Currency Strength 28 및 Advanced Currency Impulse)를 기반으로 합니다. 전체 Forex 시장에 대한 훌륭한 개요를 제공합니다. 고급 통화 강도 값, 통화 이동 속도 및 모든(9) 시간대의 28 Forex 쌍에 대한 신호를 보여줍니다. 추세 및/또는 스캘핑 기회를 정확히 파악하기 위해 차트의 단일 지표를 사용하여 전체 시장을 볼 수 있을 때 거래가 어떻게 개선될지 상상해 보십시오! 잠재적인 거래를 식별하고 확인하면서 강력한 통화와 약한 통화를 더욱 쉽게 식별할 수 있도록 이 지표에 기능을 내장했습니다. 이 표시기는 통화의 강세 또는 약세가 증가 또는 감소하는지 여부와 모든 시간대에서 수행되는 방식을 그래픽으로 보여줍니다. 추가된 새로운 기능은 현재 시장 조건 변화에 적응하는
    M1 Arrow
    Oleg Rodin
    5 (17)
    시장의 두 가지 기본 원칙에 기반한 일중 전략. 알고리즘은 추가 필터를 사용하여 거래량 및 가격 파동 분석을 기반으로 합니다. 지표의 지능형 알고리즘은 두 가지 시장 요인이 하나로 결합될 때만 신호를 제공합니다. 지표는 더 높은 시간 프레임의 데이터를 사용하여 M1 차트에서 특정 범위의 파도를 계산합니다. 그리고 파동을 확인하기 위해 지표는 볼륨 분석을 사용합니다. 이 표시기는 준비된 거래 시스템입니다. 트레이더가 필요로 하는 모든 것은 신호를 따르는 것입니다. 또한 지표는 자신의 거래 시스템의 기초가 될 수 있습니다. 거래는 분 차트에서만 수행됩니다. 지표가 MTF 원리를 사용한다는 사실에도 불구하고 지표 알고리즘은 가능한 한 안정적입니다. 구매 후 반드시 저에게 편지를 보내주세요! 내 거래 설정 및 권장 사항을 공유하겠습니다!
    Golden Trend Indicator
    Noha Mohamed Fathy Younes Badr
    5 (10)
    Golden Trend indicator  is The best indicator for predicting trend movement this indicator never lags and never repaints and never back paints    and give  arrow buy and sell    before the candle appear  and it will help you and  will make your trading decisions clearer its work on all currencies and  gold and crypto and all time frame This unique  indicator uses very secret algorithms to catch the  trends, so you can trade using this indicator and see the trend clear on charts  manual guide and
    Trend Screener
    STE S.S.COMPANY
    4.78 (93)
    트렌드 표시기, 트렌드 트레이딩 및 필터링을 위한 획기적인 고유 솔루션, 하나의 도구 안에 내장된 모든 중요한 트렌드 기능! Forex, 상품, 암호 화폐, 지수 및 주식과 같은 모든 기호/도구에 사용할 수 있는 100% 다시 칠하지 않는 다중 시간 프레임 및 다중 통화 표시기입니다. 기간 한정 특가: 지원 및 저항 스크리너 지표는 단 100달러에 평생 제공됩니다. (원래 가격 50 달러) (제안 연장) Trend Screener는 차트에 점이 있는 화살표 추세 신호를 제공하는 효율적인 지표 추세 추종 지표입니다. 추세 분석기 표시기에서 사용할 수 있는 기능: 1. 트렌드 스캐너. 2. 최대 이익 분석이 있는 추세선. 3. 추세 통화 강도 측정기. 4. 경고가 있는 추세 반전 점. 5. 경고가 있는 강력한 추세 점. 6. 추세 화살표 Trend Screener Indicator가 있는 일일 분석 예, 일일 신호 성능...등은 여기에서 찾을 수 있습니다.   여기를 클릭하십시오. L
    GOLD Impulse with Alert
    Bernhard Schweigert
    4.6 (10)
    이 지표는 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics  의 2가지 제품의 슈퍼 조합입니다. 그것은 모든 시간 프레임에 대해 작동하며 8개의 주요 통화와 하나의 기호에 대한 강약의 충동을 그래픽으로 보여줍니다! 이 표시기는 금, 이국적인 쌍, 상품, 지수 또는 선물과 같은 기호에 대한 통화 강도 가속을 표시하는 데 특화되어 있습니다. 금, 은, 오일, DAX, US30, MXN, TRY, CNH 등의 진정한 통화 강도 가속(충동 또는 속도)을 표시하기 위해 9번째 줄에 모든 기호를 추가할 수 있습니다. 새로운 기본 알고리즘을 기반으로 구축되어 잠재적인 거래를 훨씬 더 쉽게 식별하고 확인할 수 있습니다. 이는 통화의 강세 또는 약세가 가속되는지 여부를 그래픽으로 표시하고 가속 속도를 측정하기 때문입니다. 자동차의 속도계처럼 생각하면 됩니다. 가속화할 때 Forex 시장에서 동일한 일이 분명히 더 빠르
    Algo Pumping MT4
    Ihor Otkydach
    5 (6)
    PUMPING STATION – 당신만을 위한 올인원(All-in-One) 전략 PUMPING STATION은 당신의 외환 거래를 더욱 흥미롭고 효과적으로 바꿔줄 혁신적인 인디케이터입니다. 단순한 보조 도구가 아니라, 강력한 알고리즘을 갖춘 완전한 거래 시스템으로서 보다 안정적인 트레이딩을 시작할 수 있도록 도와줍니다. 이 제품을 구매하시면 다음의 혜택을   무료로   받으실 수 있습니다: 전용 설정 파일: 자동 설정으로 최대의 퍼포먼스를 제공합니다. 단계별 동영상 가이드: PUMPING STATION 전략으로 거래하는 법을 배워보세요. Pumping Utility: PUMPING STATION과 함께 사용하도록 설계된 반자동 거래 봇으로, 거래를 더욱 쉽고 편리하게 만들어줍니다. ※ 구매 후 바로 저에게 메시지를 보내주세요. 추가 자료에 대한 접근 권한을 제공해드립니다. PUMPING STATION은 어떻게 작동하나요? 트렌드 컨트롤: 시장의 추세 방향을 즉시 파악합니다. 추세는
    Enigmera
    Ivan Stefanov
    5 (7)
    ENIGMERA: 시장의 핵심 중요: MQL5.com의 데모는 Strategy Tester에서 실행되며 Enigmera의 기능을 완전히 반영하지 못할 수 있습니다. 설명, 스크린샷 및 비디오를 확인하여 자세한 내용을 확인하십시오. 질문이 있으면 언제든지 메시지를 보내주세요! 인디케이터의 코드는 완전히 다시 작성되었습니다. 버전 3.0은 새로운 기능을 추가하고 인디케이터가 처음 출시된 이후 누적된 버그를 수정했습니다. 소개 이 인디케이터 및 거래 시스템은 금융 시장에 대한 주목할 만한 접근 방식입니다. ENIGMERA는 프랙탈 주기를 사용하여 정확하게 지원 및 저항 수준을 계산합니다. 실제 축적 단계를 보여주고 방향과 목표를 제공합니다. 트렌드와 수정 모두에서 작동하는 시스템입니다. 작동 방식 인디케이터의 대부분의 기능은 차트 왼쪽에 있는 버튼을 통해 제어되며, 이를 통해 다양한 시장 상황에 빠르게 대응할 수 있습니다. 버튼 ON/OFF – 인디케이터 전체를 표시하거나 숨깁니다.
    TPSproTREND PrO
    Roman Podpora
    4.68 (25)
    VERSION MT5        —        ИНСТРУКЦИЯ RUS           —        INSTRUCTIONS  ENG 주요 기능: 렌더링 없이 정확한 입력 신호! 신호가 나타나면 관련성은 유지됩니다! 이는 신호를 제공한 후 변경하여 예금 자금 손실을 초래할 수 있는 다시 그리기 지표와의 중요한 차이점입니다. 이제 더 큰 확률과 정확도로 시장에 진입할 수 있습니다. 화살표가 나타난 후 목표에 도달(이익실현)하거나 반전 신호가 나타날 때까지 캔들을 색칠하는 기능도 있습니다. STOP LOSS / TAKE PROFIT 구역 표시 진입점 검색 시 시각적 명확성을 높이기 위해 시장 진입을 위한 최적 지점이 검색되는 BUY/SELL 영역을 초기에 표시하는 모듈을 만들었습니다. 정지 손실 수준 작업을 위한 추가 지능형 논리는 시간이 지남에 따라 크기를 줄이는 데 도움이 되므로 거래에 들어갈 때 초기 위험을 줄이는 데 도움이 됩니다(move sl). 더 높은 기간의 MI
    Easy Breakout
    Mohamed Hassan
    5 (11)
    After your purchase, feel free to contact me for more details on how to receive a bonus indicator called VFI, which pairs perfectly with Easy Breakout for enhanced confluence!   Easy Breakout is a powerful price action trading system built on one of the most popular and widely trusted strategies among traders: the Breakout strategy ! This indicator delivers crystal-clear Buy and Sell signals based on breakouts from key support and resistance zones. Unlike typical breakout indicators, it levera
    Dynamic Forex28 Navigator
    Bernhard Schweigert
    5 (5)
    Dynamic Forex28 Navigator - 차세대 외환 거래 도구. 현재 49% 할인. Dynamic Forex28 Navigator는 오랫동안 인기 있는 지표의 진화형으로, 세 가지의 힘을 하나로 결합했습니다. 고급 통화 Strength28 지표(695개 리뷰) + 고급 통화 IMPULSE with ALERT(520개 리뷰) + CS28 콤보 신호(보너스). 지표에 대한 자세한 정보 https://www.mql5.com/en/blogs/post/758844 차세대 Strength 지표는 무엇을 제공합니까?  원래 지표에서 좋아했던 모든 것이 새로운 기능과 더 높은 정확도로 강화되었습니다. 주요 기능: 독점적인 통화 Strength 공식.  모든 시간대에 걸쳐 부드럽고 정확한 강도선. 추세와 정확한 진입을 식별하는 데 이상적입니다. 역동적인 시장 피보나치 수준(시장 피보나치).  이 지표에만 있는 고유한 기능. 가격 차트가 아닌 통화 강도에 피보나치가 적용됩니다.
    IX Power MT4
    Daniel Stein
    4.78 (9)
    IX Power: 지수, 원자재, 암호화폐 및 외환 시장 통찰력을 발견하세요 개요 IX Power 는 지수, 원자재, 암호화폐 및 외환 시장의 강도를 분석할 수 있는 다목적 도구입니다. FX Power 는 모든 가용 통화 쌍 데이터를 사용하여 외환 쌍에 대해 가장 높은 정확도를 제공하는 반면, IX Power 는 기초 자산 시장 데이터에만 초점을 맞춥니다. 이로 인해 IX Power 는 비외환 시장에 이상적이며, 다중 쌍 분석이 필요하지 않은 간단한 외환 분석에도 신뢰할 수 있는 도구입니다. 모든 차트에서 매끄럽게 작동하며, 거래 결정을 향상시키기 위한 명확하고 실행 가능한 통찰력을 제공합니다. 1. IX Power가 트레이더에게 유용한 이유 다양한 시장 강도 분석 • IX Power 는 지수, 원자재, 암호화폐 및 외환 심볼의 강도를 계산하여 각 시장에 맞는 통찰력을 제공합니다. • US30, WTI, 금, 비트코인 또는 통화 쌍과 같은 자산을 모니터링하여 거래 기회를 발견
    Stratos Pali
    Michela Russo
    5 (2)
    Stratos Pali Indicator   is a revolutionary tool designed to enhance your trading strategy by accurately identifying market trends. This sophisticated indicator uses a unique algorithm to generate a complete histogram, which records when the trend is Long or Short. When a trend reversal occurs, an arrow appears, indicating the new direction of the trend. Important Information Revealed Leave a review and contact me via mql5 message to receive My Top 5 set files for Stratos Pali at no cost! Dow
    Scalper Vault
    Oleg Rodin
    5 (29)
    Scalper Vault 는 성공적인 스캘핑에 필요한 모든 것을 제공하는 전문 스캘핑 시스템입니다. 이 표시기는 외환 및 바이너리 옵션 거래자가 사용할 수 있는 완전한 거래 시스템입니다. 권장 시간 프레임은 M5입니다. 시스템은 추세 방향으로 정확한 화살표 신호를 제공합니다. 또한 상단 및 하단 신호와 Gann 시장 수준을 제공합니다.  이 시스템은 사용하기가 매우 쉽습니다. 원하는 시장 지역의 화살표만 따라가면 됩니다. 엑시트는 가격이 적정 수준에 도달하거나 시장의 고점 또는 저점 신호가 나타날 때 수행됩니다.  표시기는 PUSH 알림을 포함한 모든 유형의 경고를 제공합니다. 인디케이터 구매 후 연락주세요. 내 개인 거래 권장 사항과 훌륭한 보너스 지표를 무료로 공유합니다! 나는 당신에게 행복하고 유익한 거래를 기원합니다!
    RelicusRoad Pro
    Relicus LLC
    4.63 (104)
    이제 $ 147 (몇 가지 업데이트 후 $ 499 증가) - 무제한 계정 (PCS 또는 MACS) RelicusRoad 사용 설명서 + 교육 비디오 + 비공개 Discord 그룹 액세스 + VIP 상태 시장을 보는 새로운 방법 RelicusRoad는 외환, 선물, 암호화폐, 주식 및 지수에 대한 세계에서 가장 강력한 거래 지표로서 거래자에게 수익성을 유지하는 데 필요한 모든 정보와 도구를 제공합니다. 우리는 초보자부터 고급까지 모든 거래자가 성공할 수 있도록 기술적 분석 및 거래 계획을 제공합니다. 미래 시장을 예측할 수 있는 충분한 정보를 제공하는 핵심 거래 지표입니다. 우리는 차트에서 말이 안 되는 여러 지표 대신 완전한 솔루션을 믿습니다. 타의 추종을 불허하는 매우 정확한 신호, 화살표 + 가격 조치 정보를 표시하는 올인원 표시기입니다. 강력한 AI를 기반으로 하는 RelicusRoad는 누락된 정보와 도구를 제공하여 교육하고 성공적인 트레이더인 트레이딩 전문가가 되도
    - Real price is 80$ - 40% Discount (It is 49$ now) - Lifetime update free Contact me for instruction, add group and any questions! Related Products:  Bitcoin Expert , Gold Expert - Non-repaint - I just sell my products in Elif Kaya profile, any other websites are stolen old versions, So no any new updates or support. Introduction The breakout and retest strategy is traded support and resistance levels. it involves price breaking through a previous level.  The break and retest strategy is design
    Advanced Supply Demand
    Bernhard Schweigert
    4.91 (294)
    현재 33% 할인! 초보자나 전문 트레이더를 위한 최고의 솔루션! 이 보조지표는 우리가 다수의 독창적 기능과 새로운 공식을 통합한 독특하고 고품질이며 저렴한 거래 도구입니다. 이 업데이트를 통해 이중 시간대를 표시할 수 있습니다. 더 높은 TF를 표시할 수 있을 뿐만 아니라 차트 TF와 더 높은 TF 모두를 표시할 수 있습니다: 중첩 영역 표시. 모든 Supply Demand 트레이더들이 좋아할 것입니다. :) 중요한 정보 공개 Advanced Supply Demand의 잠재력을 극대화하려면 다음을 방문하십시오. https://www.mql5.com/ko/blogs/post/720245   진입 또는 목표의 명확한 트리거 포인트를 정확히 찾아냄으로 해서 거래가 어떻게 개선될지 상상해 보십시오. 새로운 알고리즘을 기반으로 매수자와 매도자 간의 잠재적인 불균형을 훨씬 더 쉽게 분간할 수 있습니다. 왜냐하면 가장 강한 공급영역과 가장 강한 수요 영역과 과거에 어떻게 진행 되었는지를(이전
    Beast Super Signal
    Dustin Vlok
    4.73 (89)
    수익성 있는 거래 기회를 쉽게 식별하는 데 도움이 되는 강력한 외환 거래 지표를 찾고 계십니까? Beast Super Signal보다 더 이상 보지 마십시오. 사용하기 쉬운 이 추세 기반 지표는 시장 상황을 지속적으로 모니터링하여 새로운 개발 추세를 찾거나 기존 추세에 뛰어들 수 있습니다. Beast Super Signal은 모든 내부 전략이 정렬되고 서로 100% 합류할 때 매수 또는 매도 신호를 제공하므로 추가 확인이 필요하지 않습니다. 신호 화살표 알림을 받으면 구매 또는 판매하기만 하면 됩니다. 구매 후 비공개 VIP 그룹에 추가되도록 저에게 메시지를 보내주세요! (전체 제품 구매만 해당). 최신 최적화된 세트 파일을 구입한 후 저에게 메시지를 보내주세요. MT5 버전은   여기에서 사용할 수 있습니다. 여기에서   Beast Super Signal EA를 받으세요. 최신 결과를 보려면 댓글 섹션을 확인하세요! Beast Super Signal은 1:1, 1:2
    FX Power MT4 NG
    Daniel Stein
    4.94 (18)
    FX Power: 통화 강세 분석으로 더 스마트한 거래 결정을 개요 FX Power 는 어떤 시장 상황에서도 주요 통화와 금의 실제 강세를 이해하기 위한 필수 도구입니다. 강한 통화를 매수하고 약한 통화를 매도함으로써 FX Power 는 거래 결정을 단순화하고 높은 확률의 기회를 발견합니다. 트렌드를 따르거나 극단적인 델타 값을 사용해 반전을 예측하고자 한다면, 이 도구는 귀하의 거래 스타일에 완벽히 적응합니다. 단순히 거래하지 말고, FX Power 로 더 스마트하게 거래하세요. 1. FX Power가 거래자에게 매우 유용한 이유 통화와 금의 실시간 강세 분석 • FX Power 는 주요 통화와 금의 상대적 강세를 계산하고 표시하여 시장 역학에 대한 명확한 통찰력을 제공합니다. • 어떤 자산이 앞서고 있고 어떤 자산이 뒤처지는지 모니터링하여 보다 현명한 거래 결정을 내릴 수 있습니다. 포괄적인 멀티 타임프레임 뷰 • 단기, 중기 및 장기 타임프레임에서 통화와 금의 강세를
    KT Renko Patterns MT4
    KEENBASE SOFTWARE SOLUTIONS
    2.33 (3)
    KT Renko Patterns는 렌코 차트를 벽돌 하나하나 분석하여, 전 세계 다양한 금융 시장에서 트레이더들이 자주 사용하는 유명한 차트 패턴들을 찾아냅니다. 시간 기반 차트와 비교하면, 렌코 차트는 시각적으로 단순하고 깔끔하여 패턴 중심의 트레이딩이 훨씬 쉽게 가능합니다. KT Renko Patterns에는 다양한 렌코 패턴이 포함되어 있으며, 이 중 상당수는 Prashant Shah의 저서 『Profitable Trading with Renko Charts』에서 자세히 설명되어 있습니다. KT Renko Patterns 인디케이터를 기반으로 한 100% 자동화된 EA는 여기에서 이용할 수 있습니다 - KT Renko Patterns EA . 기능 소개 최대 8개의 명확한 렌코 패턴을 거래할 수 있어, 혼동 없이 신뢰도 높은 트레이딩이 가능합니다. 객관성을 제공하기 위해 각 패턴에는 손절선과 피보나치 목표가 함께 제공됩니다. KT Renko Patterns는 각 패턴의 정
    Quantum Breakout Indicator PRO
    Bogdan Ion Puscasu
    4.96 (26)
    소개       Quantum Breakout PRO   , 브레이크아웃 존 거래 방식을 변화시키는 획기적인 MQL5 지표! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발한   Quantum Breakout PRO는   혁신적이고 역동적인 브레이크아웃 영역 전략으로 거래 여정을 새로운 차원으로 끌어올리도록 설계되었습니다. Quantum Breakout Indicator는 5개의 이익 목표 영역이 있는 브레이크아웃 영역의 신호 화살표와 브레이크아웃 상자를 기반으로 한 손절 제안을 제공합니다. 초보자 거래자와 전문 거래자 모두에게 적합합니다. Quantum EA 채널:       여기를 클릭하세요 MT5 버전 :   여기를 클릭하세요 중요한! 구매 후 설치 매뉴얼을 받으려면 개인 메시지를 보내주십시오. 추천: 기간: M15 통화쌍: GBPJPY, EURJPY, USDJPY,NZDUSD, XAUUSD 계정 유형: 스프레드가 매우 낮은 ECN, Raw 또는 Razo
    MTF Supply Demand Zones
    Georgios Kalomoiropoulos
    4.82 (22)
    자동화된 수요 및 공급 구역의 차세대. 모든 차트에서 작동하는 새롭고 혁신적인 알고리즘. 모든 구역은 시장의 가격 움직임에 따라 동적으로 생성됩니다. 두 가지 유형의 경고 --> 1)가격이 영역에 도달할 때 2)새로운 영역이 형성될 때 당신은 더 이상 쓸모없는 지표를 얻을 수 없습니다. 입증된 결과로 완벽한 거래 전략을 얻을 수 있습니다.     새로운 기능:     가격이 공급/수요 영역에 도달하면 경고     새로운 공급/수요 구역이 생성되면 알림     푸시 알림 알림     핍의 영역 너비 레이블     기동특무부대에 한 번 더 시간이 주어집니다. 따라서 현재보다 위의 2개의 시간 프레임 대신 현재보다 높은 3개의 시간 프레임을 볼 수 있습니다.     Alerts/Zones/MTF 기능을 활성화/비활성화하는 버튼 당신이 얻는 이점:     거래에서 감정을 제거하십시오.     거래 항목을 객관화하십시오.     높은 확률 설정을 사용하여 수익
    FX Levels MT4
    Daniel Stein
    5 (2)
    FX Levels: 모든 시장을 위한 뛰어난 정확도의 지지와 저항 간단 요약 통화쌍, 지수, 주식, 원자재 등 어떤 시장이든 믿을 만한 지지·저항 레벨을 찾고 싶나요? FX Levels 는 전통적인 “Lighthouse” 기법과 첨단 동적 접근을 결합해, 거의 보편적인 정확성을 제공합니다. 실제 브로커 경험을 반영하고, 자동화된 일별 업데이트와 실시간 업데이트를 결합함으로써 FX Levels 는 가격 반전 포인트를 파악하고, 수익 목표를 설정하며, 자신 있게 트레이드를 관리할 수 있게 돕습니다. 지금 바로 시도해 보세요—정교한 지지/저항 분석이 어떻게 여러분의 트레이딩을 한 단계 끌어올릴 수 있는지 직접 확인하세요! 1. FX Levels가 트레이더에게 매우 유용한 이유 뛰어난 정확도의 지지·저항 존 • FX Levels 는 다양한 브로커 환경에서도 거의 동일한 존을 생성하도록 설계되어, 데이터 피드나 시간 설정 차이로 인한 불일치를 해소합니다. • 즉, 어떤 브로커를 사용하
    Chart Patterns All in One
    Davit Beridze
    4.68 (19)
    "Chart Patterns All in One"을 데모 모드에서 사용해보고 보너스를 받아보세요. 데모 모드에서 사용해본 후 메시지를 보내주시면 보너스를 드립니다. 구매 후 댓글을 남기시면 고품질의 인디케이터 8개를 보너스로 받으실 수 있습니다. Chart Patterns All-in-One 지표는 트레이더가 기술 분석에서 흔히 사용되는 다양한 차트 패턴을 시각화하는 데 도움을 줍니다. 이 지표는 잠재적인 시장 움직임을 식별하는 데 도움이 되지만, 수익성을 보장하지는 않습니다. 구매 전에 데모 모드에서 지표를 테스트하는 것이 좋습니다. 현재 할인 : "Chart Patterns All in One" 지표 50% 할인 중. 포함된 패턴 : 1-2-3 패턴 : 세 가지 주요 지점(고점 또는 저점)을 사용하여 시장 반전을 감지합니다. 매수 : 연속된 두 저점 이후, 이전 고점보다 낮은 고점이 발생할 때. 매도 : 연속된 두 고점 이후, 이전 저점보다 높은 저점이 발생할 때. 시각화 :
    Apollo Secret Trend
    Oleg Rodin
    5 (6)
    Apollo Secret Trend는 모든 쌍과 시간대의 추세를 찾는 데 사용할 수 있는 전문적인 추세 지표입니다. 지표는 거래를 선호하는 쌍이나 기간에 관계없이 시장 동향을 감지하는 데 사용할 수 있는 주요 거래 지표가 될 수 있습니다. 표시기의 특수 매개변수를 사용하여 개인 거래 스타일에 맞게 신호를 조정할 수 있습니다. 표시기는 PUSH 알림을 포함한 모든 유형의 경고를 제공합니다. 표시기의 신호는 다시 칠하지 마십시오! 제공된 스크린샷에서 과매수/과매도 오실레이터 표시기와 함께 Apollo Secret Trend 표시기를 볼 수 있습니다. 이 표시기는 제가 절대적으로 무료로 제공합니다. 구매 후 두 번째 과매수 및 과매도 오실레이터 표시기를 무료로 받으려면 저에게 연락하십시오! 또한 시스템 사용 방법에 대한 지침도 제공합니다. 나는 또한 당신에게 큰 보너스를 공유 할 것입니다!
    Reversal Master
    Alexey Minkov
    4.92 (13)
    !SPECIAL SALE! The Reversal Master is an indicator for determining the current direction of price movement and reversal points. The indicator will be useful for those who want to see the current market situation better. The indicator can be used as an add-on for ready-made trading systems, or as an independent tool, or to develop your own trading systems. The Reversal Master indicator, to determine the reversal points,  analyzes a lot of conditions since the combined analysis gives a more accura
    FX Volume
    Daniel Stein
    4.6 (35)
    FX Volume: 브로커 시각에서 바라보는 진짜 시장 심리 간단 요약 트레이딩 접근 방식을 한층 더 향상시키고 싶으신가요? FX Volume 는 소매 트레이더와 브로커의 포지션을 실시간으로 파악할 수 있게 해 줍니다. 이는 COT 같은 지연된 보고서보다 훨씬 빠릅니다. 꾸준한 수익을 추구하는 분이든, 시장에서 더 깊은 우위를 원하시는 분이든, FX Volume 을 통해 대규모 불균형을 찾아내고, 돌파 여부를 확인하며 리스크 관리를 정교화할 수 있습니다. 지금 시작해 보세요! 실제 거래량 데이터가 의사결정을 어떻게 혁신할 수 있는지 직접 경험해 보시기 바랍니다. 1. 트레이더에게 FX Volume이 매우 유익한 이유 탁월한 정확도를 지닌 조기 경보 신호 • 다른 사람들보다 훨씬 앞서, 각 통화쌍을 매수·매도하는 트레이더 수를 거의 실시간으로 파악할 수 있습니다. • FX Volume 은 여러 리테일 브로커에서 추출한 실제 거래량 데이터를 종합해 명확하고 편리한 형태로 제공하는
    제작자의 제품 더 보기
    To get access to MT5 version please click   here . This is the exact conversion from TradingView: "ZLSMA - Zero Lag LSMA" by "veryfid". This is a light-load processing indicator. This is a non-repaint indicator. Buffers are available for processing in EAs. All input fields are available. You can message in private chat for further changes you need. Thanks for downloading
    Hull Suite By Insilico
    Yashar Seyyedin
    5 (2)
    To get access to MT4 version please click here . - This is the exact conversion from TradingView: "Hull Suite" By "Insilico". - The screenshot shows similar results from tradingview and Metatrader when tested on ICMarkets on both platforms. - This is a light-load processing and non-repaint indicator. - You can message in private chat for further changes you need. Here is the source code of a simple Expert Advisor operating based on signals from  Hull Suite . #include <Trade\Trade.mqh> CTrade tra
    This is the Chandelier Exit trend indicator applied to heiken ashi candles based on "G TREND GUNBOT" by "LUIS_GANDATA_G_TREND" on tradingview. The screenshot shows similar results from tradingview and Metatrader when tested on ICMarkets on both platforms.(make sure to disable heiken ashi mode to get the same results as the screenshot.) Heiken ashi candles filter out many of the chops and therefore as an input to Chandelier Exit you achieve well filtered Buy and Sell signals. Also you can choose
    FREE
    To get access to MT4 version please click here . This is the exact conversion from TradingView: "Supertrend" by " KivancOzbilgic ". The screenshot shows similar results from tradingview and Metatrader when tested on ICMarkets on both platforms. This is a light-load processing and non-repaint indicator. You can message in private chat for further changes you need. Here is the source code of a simple Expert Advisor operating based on signals from  Supertrend . #include <Trade\Trade.mqh> CTrade tra
    Volume Oscillator
    Yashar Seyyedin
    To download MT4 version please click here . The Volume Oscillator measures volume by analyzing the relationship between two Moving Averages. The Volume Oscillator indicator subtracts a fast MA from slow MA. The fast and slow MA periods are configurable via input tab. Volume indicators are an ingredient of trading systems to avoid entry in thin liquidity markets. Having set a threshold on Volume Oscillator you can avoid entering chop. Buffers are available to access via EA.
    FREE
    To download MT5 version please click here . - This is the exact conversion from TradingView: "Linear Regression Candles" By "ugurvu". - This is a non-repaint and light processing load indicator - You can message in private chat for further changes you need. This is a sample EA code that operates based on bullish and bearish linear regression candles . #property strict input string EA_Setting= "" ; input int magic_number= 1234 ; input string     Risk_Management= "" ; input double fixed_lot_size=
    To get access to MT4 version please click here . - This is the exact conversion from TradingView: "Twin Range Filter" by "colinmck". - The screenshot shows similar results from tradingview and Metatrader when tested on ICMarkets on both platforms. - This is a light-load processing and non-repaint indicator. - All input options are available.  - Buffers are available for processing in EAs. - You can message in private chat for further changes you need. Here is the code a sample EA that operated b
    Vortex Indicator
    Yashar Seyyedin
    5 (1)
    To download MT4 version please click here . - This is vortex indicator. - It is used to detect trend strength and direction. - It consists of two line(buffers). ==> VIM and VIP - There are three types of signals related to this indicator: 1. crossing VIM and VIP 2. threshold on distance between VIP and VIM 3. VIP above VIM vice versa. - This is a non-repaint indicator with light processing.
    FREE
    Strategy description Detect trend based on GoldTrader rules. Enter in both direction as much as needed to achieve acceptable amount of profit. The screenshot is the backtest EURUSD related to 2020.1.1 to 2023.1.1 in M15. ==> 30% draw-down and 30% profit over three years. This is a light load expert. Most calculations are done based on M15 candle closure. Note: Martingale is a betting system.
    FREE
    GoldTrader
    Yashar Seyyedin
    Please backtest with the exact balance of your live account before applying to real money. ==> If account balance is too low it may not trade at all! For MT4 version please contact via private message. martingale version is available here . Strategy description - Detect trend based on EMA18-EMA50-SMA200 alignment in three time frames: M15, H1, H4 - Trade in trend direction and exit when above alignment is broken. - The bot is tuned to trade XAUUSD(Gold). - The bot output is break even in rangin
    FREE
    To get access to MT5 version please click   here . This is the exact conversion from TradingView: "Hammer & ShootingStar Candle Detector" by "MoriFX". This is a light-load processing and non-repaint indicator. All input options are available.  Buffers are available for processing in EAs. You can message in private chat for further changes you need. Thanks.
    FREE
    Volume Oscillator for MT4
    Yashar Seyyedin
    5 (1)
    To download MT5 version please click  here . The Volume Oscillator measures volume by analyzing the relationship between two Moving Averages. The Volume Oscillator indicator subtracts a fast MA from slow MA. The fast and slow MA periods are configurable via input tab. Volume indicators are an ingredient of trading systems to avoid entry in thin liquidity markets. Having set a threshold on Volume Oscillator you can avoid entering chop. Buffers are available to access via EA.
    FREE
    ADX and DI
    Yashar Seyyedin
    To download MT5 version please click here . This is the exact conversion from TradingView indicator: "ADX and DI" By " BeikabuOyaji". This is probably the most popular implementation of Average Directional Index available. This indicator lets you read the buffers as below: index 0: DIPlusBuffer ==> Green Line by default index 1: DIMinusBuffer ==> Red Line by default index 2: ADXBuffer ==> Navy Line by default - You can message in private chat for further changes you need. Note: This is a non-rep
    To get access to MT5 version please click here . - This is a conversion from TradingView: "Hull Suite" By "Insilico". - This is a light-load processing and non-repaint indicator. - You can message in private chat for further changes you need. note: Color filled areas and colored candles are not supported in MT4 version. Here is the source code of a simple Expert Advisor operating based on signals from  Hull Suite . #property strict input string EA_Setting= "" ; input int magic_number= 1234 ; inp
    To get access to MT5 version please click here . - This is the exact conversion from TradingView: "Trend Regularity Adaptive Moving Average","TRAMA" By "   LuxAlgo   ". - This is a light-load processing and non-repaint indicator. - Buffer is available for the main line on chart. - You can message in private chat for further changes you need. Thanks for downloading
    For MT5 version please click here . This is the exact conversion from TradingView: "Average True Range Stop Loss Finder" By "veryfid". - This indicator implements a deviation channel. - The channel determines trend direction as well as stop loss placement. - This is a non-repaint and light processing load indicator. - You can message in private chat for further changes you need.
    To download MT4 version please click here . - This is the exact conversion from TradingView: "Linear Regression Candles" By "ugurvu". - The screenshot shows similar results from tradingview and Metatrader when tested on ICMarkets on both platforms. - The overall look of the indicator is like Heiken Ashi. - It can be used as a trend confirmation indicator to detect the right trend direction. - This indicator lets you read the buffers for Candles' OHLC. - This is a non-repaint and light processing
    B Xtrender
    Yashar Seyyedin
    To download MT4 version please click here . This is the exact conversion from TradingView: "B-Xtrender" By "QuantTherapy". - It is an oscillator based on RSI and multiple layers of moving averages. -   It is a two in one indicator to calculate overbought and oversold zones for different RSI settings. -  This indicator lets you read the buffers for all data on the window. - This is a non-repaint and light processing load indicator. - You can message in private chat for further changes you need.
    TRAMA by LuxAlgo
    Yashar Seyyedin
    5 (1)
    To get access to MT4 version please click here . - This is the exact conversion from TradingView: "Trend Regularity Adaptive Moving Average","TRAMA" By " LuxAlgo ". - This is a light-load processing and non-repaint indicator. - Buffer is available for the main line on chart. - You can message in private chat for further changes you need. Thanks for downloading
    To get access to MT5 version please click here . This is the exact conversion from TradingView: "SwingArm ATR Trend Indicator" by " vsnfnd ". The screenshot shows similar results from tradingview and Metatrader when tested on ICMarkets on both platforms. Also known as : "Blackflag FTS" by "Jose Azcarate" This is a light-load processing and non-repaint indicator. All input options are available except multi time frame Buffers are available for processing in EAs. Extra option to show buy and sell
    MacroTrendTrader
    Yashar Seyyedin
    This is MacroTrendTrader. It trades in DAILY time frame even if you run it on lower time frames. It opens/closes trades once per day at a specific time that you choose via input tab: - "param(1-5)" are optimization parameters. - "Open/Close Hour" is set via input tab. Make sure to choose this to be away from nightly server shutdown. - "high risk" mode if chosen, sets a closer stop loss level. Therefore higher lot sizes are taken.  This is a light load EA from processing point of view. Calculatio
    FREE
    Full Pack Moving Average
    Yashar Seyyedin
    4 (2)
    To download MT4 version please click here . Metatrader users are limited to few moving average types. Therefor I decided to create a package consisting of all MAs I knew. This package suggests 12 different types: { SMA, EMA, DEMA, TEMA, WMA, VWMA, SMMA(RMA), HullMA, LSMA, ALMA, SSMA, TMA } You can configure them via input tab. This is a non-repaint indicator with light load. To implement them I referred to standard  libraries of pine script.
    FREE
    To download MT5 version please click here . - This is vortex indicator. - It is used to detect trend strength and direction. - It consists of two line(buffers). ==> VIM and VIP - There are three types of signals related to this indicator: 1. crossing VIM and VIP 2. threshold on distance between VIP and VIM 3. VIP above VIM vice versa. - This is a non-repaint indicator with light processing.
    FREE
    To download MT4 version please click here . This is the exact conversion from TradingView: "RSI versus SMA" By "JayRogers". This indicator lets you read the buffers for all Lines on chart.  Note: This is an indicator, Not an expert. Meaning It does not take trades. If you want the EA please contact via message. You can easily use the indicator to understand the logic behind trades that the TradingView strategy takes. The strategy is profitable if this indicator is applied to the right symbol at
    FREE
    - This is the exact conversion from TradingView: " 200-EMA Moving Average Ribbon" By "Dale_Ansel". - This indicator plots a series of moving averages to create a "ribbon" that offers a great visual structure to price action. - This indicator lets you read buffers. For information on buffers please contact via message. - This is a non-repaint and light processing load indicator
    FREE
    To download MT5 version please click here . Metatrader users are limited to few moving average types. Therefor I decided to create a package consisting of all MAs I knew. This package suggests 12 different types: { SMA, EMA, DEMA, TEMA, WMA, VWMA, SMMA(RMA), HullMA, LSMA, ALMA, SSMA, TMA } You can configure them via input tab. This is a non-repaint indicator with light load. To implement them I referred to   standard  libraries of pine script.
    FREE
    RSI versus SMA
    Yashar Seyyedin
    4 (1)
    To download MT5 version please click  here . This is the exact conversion from TradingView: "RSI versus SMA" By "JayRogers". This indicator lets you read the buffers for all Lines on chart.  Note: This is an indicator, Not an expert. Meaning It does not take trades. If you want the EA please contact via message. You can easily use the indicator to understand the logic behind trades that the TradingView strategy takes. The strategy is profitable if this indicator is applied to the right symbol at
    FREE
    To download MT5 version please click here . - This is the exact conversion from TradingView: "QQE mod" By "Mihkel00". - It can be used to detect trend direction and trend strength. - Gray bars represent weak trends. You can set thresholds to achieve better accuracy in detecting trend strength. - There is buffer index 15,16,17 to use in EA for optimization purposes. - The indicator is loaded light and non-repaint.  - You can message in private chat for further changes you need.
    To download MT5 version please click  here . This is the exact conversion from TradingView: "WaveTrend [LazyBear]" By "zeusuk3". One of the coolest indicators out there to detect overbought and oversold zones. It can be used as a part of more complicated strategy and for confirming a potential trade setup. There are buffers to use in EAs also. The indicator is loaded light and non-repaint. - You can message in private chat for further changes you need. Thanks for downloading 
    To download the MT5 version of Donchian Trend Ribbon please click here . You may also check this link . This is a conversion from TradingView: "Donchian Trend Ribbon" By "LonesomeTheBlue". This is a light-load processing and non-repaint indicator. Buffers are available for processing in EAs. You can message in private chat for further changes you need. Thanks for downloading
    필터:
    Golden Joy
    139
    Golden Joy 2023.07.16 18:31 
     

    waiting for you to export it as EA, I am used to trading with this indicator, and I love it

    Yashar Seyyedin
    49684
    개발자의 답변 Yashar Seyyedin 2023.07.16 18:47
    Thanks for the positive review. Wish you happy trading.
    리뷰 답변
    버전 1.50 2023.05.29
    alerts are back.
    버전 1.40 2023.05.29
    a serious bug fix!
    버전 1.30 2023.02.22
    push notifications added.
    버전 1.20 2023.02.14
    Added Alert details: Time Frame and Symbol
    버전 1.10 2023.02.14
    Added Alerts option.