SnR

Professional Support&Resistance Indicator.

This indicator is primarily intended for professional use by brokers.

There are countless options to choose from and it is one of the best tools in the stock market today.

The indicator is optimized for use with EAs.

For programmers

to retrieve output index value is for MQL4; (EXAMPLE)

bool buySNR=false,sellSNR=false;
char count=100;
char limit=1;
char dist=3;
for(short cnt=0;cnt<=count;cnt++)
{
   double    snr_middle=iCustom(NULL,TF_,"::Indicators\\SNR.ex4",pb_,ITE_,Z_TYPE_,SNR_TYPE_,TCH_TYPE_,A_PER_,A_MIN_,A_MAX_,A_ZONE_,NIN_DIF_,DIF_RAT_,MAX_TCH_,DIF_NO_,0,0,cnt);
   double snr_middleP=iCustom(NULL,TF_,"::Indicators\\SNR.ex4",pb_,ITE_,Z_TYPE_,SNR_TYPE_,TCH_TYPE_,A_PER_,A_MIN_,A_MAX_,A_ZONE_,NIN_DIF_,DIF_RAT_,MAX_TCH_,DIF_NO_,0,0,cnt+dist);
   double snr_upper=iCustom(NULL,TF_,"::Indicators\\SNR.ex4",pb_,ITE_,Z_TYPE_,SNR_TYPE_,TCH_TYPE_,A_PER_,A_MIN_,A_MAX_,A_ZONE_,NIN_DIF_,DIF_RAT_,MAX_TCH_,DIF_NO_,0,1,cnt);
   double snr_lower=iCustom(NULL,TF_,"::Indicators\\SNR.ex4",pb_,ITE_,Z_TYPE_,SNR_TYPE_,TCH_TYPE_,A_PER_,A_MIN_,A_MAX_,A_ZONE_,NIN_DIF_,DIF_RAT_,MAX_TCH_,DIF_NO_,0,2,cnt);
   ResetLastError();
   if(snr_middle!=EMPTY_VALUE&&snr_middleP!=EMPTY_VALUE)
   {
      if(cnt>=limit)
      {
         if(snr_middle>snr_middleP) buySNR=true;
         if(snr_middle<snr_middleP) sellSNR=true;
      }
      break;
   }
}

All buffers:

buff_0 // Middle_Line
buff_1 // Upper_Zone
buff_2 // Lower_Zone

Input Parameters 

in [] is default value, x-x represents valid range of input value

Number Of Candles To Scan

  • how many candles should indicator scan for trendline/signal overall on the chart

Max SNR Candles

  • maximum number of candles that are calculated (from first to last touch)

ZONE_Type

  • SnR zone type
    1. POINT (x Points of atr value); this value is given above and below middle line, which is connecting first and last touch
    2. ATR (x% of atr value); same rule as for point below and above

          SNR_Type

          • Choose what type will SnR be
              1. UPPER (bullish candles close/upper wicks within SnR zone)
              2. LOWER (bearish candles close/lower wicks within SnR zone)
              3. HYBRID (bullish and bearish candles close and open/upper and lower wicks (high and low) within SnR zone)

              TOUCH_Type

              • Choose what type of touches will be in SnR
                1. BODY (close price of bullish will be considerated for touch)
                2. WICK (high value of bullish and bearish candle will be considerated for touch)
                3. BOTH (wick and body)
                  ATR Period
                  • ATR (average true range) period

                  ATR_MIN(%)

                  • ATR value in percentage from which angle will be measured for SnR zone, that represents movement of price per candle in atr value

                  ATR_MAX(%)

                  • ATR value in percentage to which angle will be measured for SnR zone, that represents movement of price per candle in atr value

                  ATR_ZONE(%/pnts)

                  • ATR (SnR) zone (in % or points), only values inside the zone will be considered, those outside will not

                  Min Candles Between Touches

                  • minimum number of candles in between two touches in SnR zone

                  Min/Max Candles Ratio(%)

                  • percentage of ratio between lowest size of difference (in term of candles) and biggest size difference; if min ratio is 70%, then the price shift between each difference must be matching at least 70%. For example if biggest difference has 100 candles, then lowest difference can have 70 candles or more; 70/100 = 0.7 and that is 70%

                  Max Touches

                  • max number of touches that should close in SnR zone

                  Number Of Differences (0=OFF)

                  • exact number of differences you want to have (difference is two touches in SnR zone that has certain number of candles in between)
                  • 0 disable this parameter (use only Max Touches)

                  Additional information

                  If you like to use SnR unlimited or within an EA you have to buy or rent this product.

                  If you are satisfied with our work, share your experience and leave a comment.

                  If you need help or you have an issue or question, please contact me on: vasja_vrunc@t-2.net

                  Best regards!

                  VLabs

                  おすすめのプロダクト
                  Reversal Pattern AI is a groundbreaking advancement in indicator development, combining artificial intelligence algorithms, multi-level market analysis, and classical technical analysis methods. It not only detects reversal patterns but also evaluates market inefficiencies, generating highly accurate trading signals.Thanks to its hybrid model, which utilizes price action analysis, volume, volatility, VWAP, and Volume AVG %, the indicator easily adapts to any market conditions. Reversal Pattern A
                  Professional Prediction Indicator Based on matching the history with selected pattern model and shows the most likely outcome. Pi indicator includes Pattern line, Scanned_Past line, Matching_Pattern line, Future_Predicted line, adjustable Model Band , and some other controls. This indicator is designed primarily for professional use and is very useful in the search for the probability of the results relating to the future. Note : The results depend on model_band and past_bars . They are approxim
                  PipFinite Exit EDGE
                  Karlo Wilson Vendiola
                  4.83 (115)
                  Did You Have A Profitable Trade But Suddenly Reversed? In a solid strategy, exiting a trade is equally important as entering. Exit EDGE helps maximize your current trade profit and avoid turning winning trades to losers. Never Miss An Exit Signal Again Monitor all pairs and timeframes in just 1 chart www.mql5.com/en/blogs/post/726558 How To Trade You can close your open trades as soon as you receive a signal Close your Buy orders if you receive an Exit Buy Signal. Close your Sell orders if
                  This is an arrow indicator without a future function,developed based on the most advanced profit trading algorithms.It has the most innovative and advanced dual trend analysis module, as well as the latest and highly effective market trend prediction algorithm.Trends are your friends, and following larger trends can earn the maximum profit in foreign exchange. This indicator helps traders identify current trends and track them. Someone once made a profit of 10 times in a week by relying on it.No
                  This indicator is a must have tool that scans the active chart for candlestick patterns. It labels each bar according the candlestick pattern(s) that it finds enabling you to more easily analyze price action and be more informed about your trading decision. There are 103 common and uncommon possible patterns plus 6 new patterns based on research that the indicator can identify. If a candlestick(s) meets the requirements for multiple patterns, the bar will be labeled with up to 4 patterns names f
                  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
                  After working during many months, with the help of Neural Networks, we have perfected the ultimate tool you are going to need for identifying key price levels (Supports and Resistances) and Supply and Demand zones. Perfectly suitable to trigger your trades, set up your future actions, decide your Take Profit and Stop Loss levels, and confirm the market direction. Price will always move between those levels, bouncing or breaking; from one zone to another, all the remaining movements are just mark
                  Embark on the pinnacle of Binary Options evolution. Our indicator isn't just adaptive—it's relentless. Picture a ninja riding a serpent, shadowing its every move; that's how this tool trails the market trend, unwavering till the end. Built upon the foundational prowess of the Ichimoku indicator and honed with an array of fine-tuned oscillators, it epitomizes accuracy and precision. Dive deep without getting lost in the Ichimoku's intricacies—our indicator simplifies the process for you. Perhaps
                  The Th3Eng PipFinite indicator is based on a very excellent analysis of the right trend direction with perfect custom algorithms. It show the true direction and the best point to start trading. With StopLoss point and Three Take Profit points. Also it show the right pivot of the price and small points to order to replace the dynamic support and resistance channel, Which surrounds the price. And Finally it draws a very helpful Box on the left side on the chart includes (take profits and Stop loss
                  QuantumEdge Trader v1.0 AI-Powered Precision Signals for Serious Traders QuantumEdge Trader is a smart and reliable indicator that delivers accurate BUY and SELL signals using advanced market analysis and trend detection. Designed for M1 to M60 timeframes, it's ideal for scalping and intraday strategies. --- Key Features: No Repaint – Signals never change after appearing Smart trend filters to reduce noise Adjustable sensitivity and alerts Perfect for XAUUSD, EURUSD, and m
                  This indicator depends on Fibonacci lines but there is a secret lines i used them, by using FiboRec indicator you will be able to know a lot of important information in the market such as: Features You can avoid entry during market turbulence. You can enter orders in general trend only. You will know if the trend is strong or weak. Signal Types and Frame used You can use this indicator just on H1 frame. Enter buy order in case Candle break out the square area and closed over it, at least 20 pi
                  BPS Panel Breakout Pro Scalper Solution Panel This indicator is part of the   RPTrade Pro Solutions  systems. BPS Panel   is a daily trend indicator using Price Action, Dynamic Support and Resistances. It's designed to be used by anyone, even the absolute beginner in trading can use it. NEVER repaints . Indications are given   from close to close . Designed to   be used alone , no other indicators are required. Gives you the trend and potential Take Profit at the beginning of the day. How doe
                  For this set of indicators 1. General information     - Calculates with high performance mathematical algorithms.     - Calculated from the price of candles     - The entry point of this order is filtered by the train EMA and the oscillator.     - Calculate the integrity of the candle 2. How does it work?     - You can see two types of order entry points: the notification on the monitor and the arrow.     - You can trust 75-95 percent of this entry point. 3. Settings     - A complete candle i
                  FX FVG iFVG Signal MT4 は、Fair Value Gap と Inversion Fair Value Gap の考え方を使う Forex トレーダー向けの MetaTrader 4 インジケーターです。 このインジケーターは、強気 FVG、弱気 FVG、強気 iFVG、弱気 iFVG のゾーンをチャート上に自動表示します。価格が iFVG ゾーンに戻り、ローソク足の確認条件を満たした場合、BUY または SELL のポップアップ通知を表示します。 主に H1 と M30 での使用を想定しています。H1 は大きな方向確認、M30 は押し目、戻り、反応確認に適しています。 主な機能: 3本ローソク足による FVG 自動検出 FVG ブレイク後の iFVG 自動検出 強気 FVG と弱気 FVG の表示 強気 iFVG と弱気 iFVG の表示 ゾーン中央線の表示 BUY / SELL ポップアップ通知 チャート上のシグナル矢印 EA 連携用の隠しバッファ 自動売買は行いません 色の説明: 薄緑:強気 FVG、押し目でサポートになる可能性 薄赤:弱気 FVG、戻りでレ
                  Pattern Builder — MetaTrader 4 用カスタムスイングパターンスキャナー Pattern Builder は、任意のカスタムスイングパターンを手描きで作成し、複数の時間足にわたって Market Watch 内のすべての銘柄から統計的に類似した値動きの形状をスキャンできる MetaTrader 4 用インジケーター兼マーケットスキャナーです。ヘッドアンドショルダー、トライアングル、フラッグなど固定形状に限定される従来のチャートパターンインジケーターとは異なり、この MT4 パターン認識ツールでは独自のプライスアクションパターンを自由に定義でき(スイングポイント数・形状ともに任意)、Dynamic Time Warping(DTW)や Procrustes 解析を含む 11 項目の重み付け類似度エンジンによりリアルタイムで一致する形状を検出します。 主な機能: XYグリッド上のインタラクティブなパターン描画ボード、ピクセル単位でのスイングポイント配置 多指標類似度エンジン:形状、角度シーケンス、傾き、リトレースメント、エクステンション、スイング比率、縦横比、トレ
                  Levels ATR
                  Hafis Mohamed Yacine
                  The ATR Levels Indicator For MT4 is an indicator that is built specifically for traders who use the Meta Trader 4 for their trading analysis, charting of different currency pairs and trading assets, doing their technical analysis and making trading decisions all through the trading day as they work. One of the first major advantages of using the ATR Levels Indicator For MT4 is that it automatically helps the trader to spot very important levels in the markets based on the Average True Range Ind
                  Spartan Mr Beast
                  Luis Mariano Vazquez Marcos
                  El Asesor de Experto "Spartan Mr Beast" es una herramienta avanzada y robusta diseñada para traders que buscan capitalizar las oportunidades del mercado aprovechando los rechazos de precios. Este asesor se especializa en identificar y explotar los momentos en los que el mercado muestra una resistencia o soporte significativo, sugiriendo posibles reversiones o cambios de tendencia. Características Principales: Detección de Rechazos de Mercado : "Spartan Mr Beast" utiliza algoritmos de última gene
                  Master Dot for MetaTrader 4 Detect Volatility Exhaustion Before the Market Returns to Balance Master Dot is a professional non-repainting indicator designed to detect moments when price moves beyond its statistically expected volatility range. These situations often occur during sharp market impulses, liquidity grabs or temporary emotional moves, when price departs from its normal trading conditions. Instead of following trends, Master Dot highlights volatility exhaustion — moments where the mar
                  Morning Star PRT インジケーターは、朝のフラットブレイクアウト原理を使用します。インジケーターは朝のフラットレベルを表示し、可能なターゲットを示します。 インジケーターには追加のフィボナッチレベルが追加され、設定で指定された両方のターゲットレベルと夜間のフラットレベルの交差点に関するサウンドアラートも追加されました。 Morning Star PRT インジケーターは、夜の終わりに夜間のフラットチャネルと、上下の 2 つのフィボナッチ価格レベルを構築します。これらのレベルは、ターゲットレベルと反転レベルの両方と見なすことができます。 Morning Star PRT インジケーターはすべての時間枠で機能しますが、M15 間隔で使用するのが最も効果的です。 The Morning Star PRT indicator uses the morning flat breakout principle. The indicator displays morning flat levels and shows possible targets. An additiona
                  Currency Strength Table HYBRID v1.33   - Professional Multi-Timeframe Currency Strength Analyzer (PRO) BREAKTHROUGH CURRENCY ANALYSIS SOLUTION FOR SERIOUS FOREX TRADERS!  *Note: Most suitable for Professionals, Advanced & Intermediate traders!   * ADDITIONAL BONUS:   Rent for 3months and get a free ex.4 dual switch momentum (RSI+Prcie/Bid Ratio) Currency Bar Meter . See attached screenshot 6 .  Limited offer (first 50 purchases). The Ultimate All-In-One Currency Strength Dashboard EXPLAINED. St
                  The Th3Eng Ninja indicator is based on an analysis of the right trend direction with perfect custom algorithms. It show the true direction and the best point of the trend. With Stop Loss point and Three Take Profit points. Also it provides a secondary entry points in dots arrows style. And Finally it draws a very helpful lines from entry level to TP1, TP2, TP3, SL levels or the reverse signal, and all current/old signals status. How to use the indicator No complicated steps ,   Just follow 2 si
                  This is the FXTraderariel-TakeProfit - Stop Loss Indicator . It provides you 3 potential Take Profits and 1 Stop Loss. These potential targets are computed based on several methods . The indicator can be used on every time frame, but we advise to use it on H1, H4 and D1. Especially if you are a novice trader. Pro Traders can also you use it for scalping in smaller time frames (M1, M5 and M15). This indicator is not a complete trading system. It doesn't provide you a Signal nor can predict the m
                  Description Pivot Pro  is a universal color indicator of the  Pivot Points  levels systems. You can select one of its three versions:  Standard   Old , Standard New  and  Fibo . The system will automatically calculate the  Pivot Point  on the basis of market data for the previous day ( PERIOD_D1 ) and the system of support and resistance levels, three in each. It can also display price tags for each level. You can color the indicator lines. Only a method of calculation of the third level of supp
                  これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを容易にする
                  指定した時間枠の高値と安値に基づいて、自動的にフィボナッチレベルをプロットします 複数のバー   を結合できます:例えば、10日間の高値と安値に基づいてフィボナッチを取得できます 私の   #1   ツール : 66以上の機能、このインジケーターを含む  |   ご質問はこちら  まで  |    MT5版 潜在的な反転レベルを確認するのに役立ちます; フィボナッチレベルで形成されるパターンはより強力になる傾向があります; 手動で   プロットする   時間を   大幅に   削減 ; 設定: 基準となる高値と安値を計算する時間枠 基準価格を計算する期間の数 現在(フローティング)のバーを含める/除外する 各レベルはカスタマイズ可能、または無効化可能(0に設定でオフ) レベルグループ全体を無効にすることも可能:メイン、上方拡張、下方拡張を個別に ラインの色、スタイル、太さ  レベルの価格を有効/無効にできます
                  This indicator monitors the market for a flat state and possible breakout. The flat state is detected as a predefined number of consecutive bars during which price fluctuates inside a small range. If one of the next bars closes outside the range, breakout is signaled. The indicator shows 3 lines: blue - upper bound of flat ranges AND consecutive breakout areas; red - lower bound of flat ranges AND consecutive breakout areas; yellow - center of flat ranges (NOT including breakout areas). When a b
                  フィボナッチリトレースと拡張ラインツール DiNapoliポイント取引方法とゴールデンセクション取引を使用するトレーダーにとって理想的なMT4プラットフォームのフィボナッチリトレースと拡張ラインツール 主な特長: あなたはフィボナッチリトレースメントの複数のセットを直接描くことができ、重要なリターンポイント間の関係は一目瞭然です。 2.フィボナッチ拡張を描画することができます。 3.フィボナッチフォールドバックとラインの延長は、簡単な観察と数値表示のために左右に動かすことができます。 4.チャートは非常に爽やかな 5.数字キーでサイクルを切り替えることができます。 ファンクションキー: 1。 [戻るを押す、要求に応じて描画する、最大8つのグループにする 2。拡張]を描くには[押す] 3。 \を押すと、現在のサイクルの下にあるすべての拡張機能と折り畳みが削除されます 4。フォールドバックを移動して削除して展開する (1)最初のフォールドバックセットのF5行をクリックします。 一度クリックすると(黄色に変わります)、キーボードのDeleteキーを押すと、フォーカ
                  Fibo Bands is an innovative indicator and an analyzer for trading in the current trend direction. The indicator builds a Fibonacci channel (bands), and consists of a trend line (middle line), channel bands, colored bars and reference information. After completion of the current bar, the trend line, the channel and the color of the bar are not redrawn. However, the channel width can be changed after a reset or restart of the indicator depending on volatility. The channel is built in accordance wi
                  Classic Fractals indicator for MT4, with additional Trendlines connecting the latest couples of fractals ( fractals are showing highest high, and lowest low on each period) Rules for trendlines: -if new top fractal is below the last one = new resistance line -if new bot fractal is above the last one = new support line -Trendlines can be hidden -Fractals can be hidden Fractal Period = can be both even or uneven number, as it is setting for half (one side) of the bars sequence for findin
                  このプロダクトを購入した人は以下も購入しています
                  TrendMaestro
                  Stefano Frisetti
                  4 (4)
                  Attention: beware of SCAMS, TRENDMAESTRO is only ditributed throught MQL5.com market place. note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes a
                  Miraculous Indicator – ガン・スクエア・オブ・ナインに基づく100%非リペイントのFXおよびバイナリーツール この動画では、FXおよびバイナリーオプションのトレーダー向けに特別に開発された、非常に正確で強力な取引ツールである Miraculous Indicator を紹介しています。このインジケーターがユニークなのは、伝説的な ガン・スクエア・オブ・ナイン と ガンの振動の法則 に基づいている点で、現代の取引で利用できる最も正確な予測ツールの一つとなっています。 Miraculous Indicatorは 完全に非リペイント であり、ローソク足が確定した後にシグナルが変化したり消えたりすることはありません。つまり、見たものがそのまま利用できます。これにより、トレーダーは自信を持ってエントリーおよびエグジットを行うための信頼性と一貫性のある根拠を得ることができます。 主な特徴: ガン・スクエア・オブ・ナインとガン理論に基づいて構築 100%非リペイントのシグナルシステム すべての時間枠(M1、M5、H1、H4、日足、週足)で機能 FXおよびバイナリーオプション取引
                  Trend Breakout Arrows Indicator The Trend Breakout Arrows Indicator is a momentum-based signal tool designed to identify potential bullish and bearish breakout opportunities. It displays clear arrow signals directly on the price chart, helping traders quickly recognize possible trend changes and continuation setups. Up Arrow (Buy Signal) A magenta up arrow appears below a candle when bullish momentum begins to strengthen. This signal indicates that buying pressure may be overtaking selling press
                  TRADING STRATEGY GUIDE DELIVERY The full Trading Strategy Guide will be sent directly to you after purchase. Just message me on MQL5 and ask for it — you'll receive it instantly, along with priority support and setup help. Powered Market Scanner for Smart Trading Decisions Keypad Support & Resistance is a next-generation MT4 trading system built for serious traders who demand precision, reliability, and clarity. It combines advanced smart filters with real-time price structure logic to genera
                  一款信号统计指标(MT4)——实现基于当前图表周期下的单线MA转向和双线MA金叉/死叉统计 . 转向定义:前一K向下或走平,当前K向上,视为转向向上;反之,转向向下。 金死叉定义:前一K快线在慢线下方,当前K快线在慢线上方,为金叉;反之,死叉。 参数及使用说明: 1、可指定统计K线数。 2、可指定4个不同的日内时间段,格式如"03:00-07:59",4个时间段可交叉任意输入。 3、可配置ABC三个浮盈区间段点值。如:分界区间统计小点值设为500,即当某转向信 号出现后到下一反向信号止浮盈<=此点值,计入A区间; 若大于此点值<大分界点值时,计入B区间;若大于“大分界点值”计入C区间。 4、最大/最小浮盈统计。显示所有统计区间内的最大浮盈点值和最小浮盈点值(亏损点值)。 5、输出完整信号,按信号出现顺序排列,如“ACCBCA”之类。 6、综合预测。使用概率、周期、趋势、马尔可夫链等综合概算输出预测该信号出现的归类概率值。 7、加载指定MA线。在当前图表自动载入相应设置的MA线。 8、自适应列宽。以完整显示统计信号数。 9、用法:点击相应统计按钮即输出相应的统计表格.
                  Fxland Price Reversal Zones (MT4) FXLAND Smart Reversal Indicator is a professional technical analysis tool designed to help traders identify potential price reversal zones and key market turning points with clarity and precision. The best reversal indicator and price return by choosing only one ceiling or floor in each time frame A masterpiece of combining mathematics and Gann, fractal matrix, Fibonacci, movement angle and time. Completely intelligent Key Features Detects potential pr
                  VTrende Pro MT4 - MTF indicator for trend trading with a display panel for MT5 *** Videos can be translated into any language using subtitles (video language - Russian) Although the signals of the VTrende Pro indicator can be used as signals of a full-fledged trading system, it is recommended to use them in conjunction with the Bill Williams TS. VTrende Pro  MT4 is an extended version of the VTrende indicator. Difference between Pro version and VTrende: - Time zones - Signal V - signal 1-2 wave
                  A scalping indicator based on mathematical patterns, which on average gives signals with relatively small SL, and also occasionally helps to catch big moves in the markets (more information in the video) This indicator has three main types of notifications: The first type warns of a possible/upcoming signal on the next bar The second type indicates the presence of a ready signal to enter the market/open a position The third type is for SL and TP levels - you will be notified every time price re
                  FFx Engulfing Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward Offset the dashboard - any place on the chart Remove the suggestion once the price reached the SL line Lines
                  FFx InsideBar Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry Minimum candle size - to avoid too close buy/sell entry suggestions 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward Offset the dashboard - any place on the c
                  FFx OutsideBar Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry. 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low. 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward. Offset the dashboard - any place on the chart. Remove the suggestion once the price reached the SL line.
                  FFx PinBar Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry Minimum candle size - to avoid too small candles 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward Offset the dashboard - any place on the chart Remove the sugges
                  Automatic, live & interactive picture of all trendlines. Assign push, email and sound alerts to the lines of your choice and be informed about price rollback, breakout, rollback after breakout, number of rollbacks, line expiration by double breakout. Correct, drag or delete the lines and interactively tune the line system. https://youtu.be/EJUo9pYiHFA . Chart examples https: //www.mql5.com/en/users/efficientforex Price Interaction Events All events are effective immediately and only after one
                  The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each tim
                  The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each tim
                  The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each tim
                  The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly). Define the width (number of bars) for each ti
                  The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly). Define the width (number of bars) for each ti
                  The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to Understand the Status: Green/Red square: histogram above/below 0 line Green square + Red bord
                  The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: RSI above/below 50 line Green square + Red border: R
                  The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: Stoch above/below 50 line Green square + Red border:
                  The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: Price above/below Cloud (Kumo) Green square + Red bo
                  The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: MA pointing Up/Down Green square + Red border: MA po
                  The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs. Multi timeframes: all selected timeframes must agree for an alert to be triggered. Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green square: Price above PSAR Red square: Price below PSAR Options
                  The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: CCI above/below levels (ie. 100/-100) Grey square: C
                  The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: ADX above level Grey square: ADX below level Red bor
                  The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: bullish/bearish candle Options available in the FFx Dashboard Alerter
                  The indicator of a Professional Trader is an arrow indicator for predicting the direction of price movement. I have been working on this indicator since 2014. You can use this indicator as your main indicator, use its entry signals, and use it as your only indicator to find entry points. About the product: Recommended TF [H4-D1-W1]   . The indicator predicts the direction of the next candle. Fits a variety of tools; Flexibility in settings for different instruments and intervals through the MO
                  The [GRAFF] III manual trading system is based on multiple MetaTrader (MT4) indicators. Together, the entire PACK of GRAFF III indicators makes an advanced trading tool. The system consists of over 20 different custom-built indicators which have been carefully selected and tested in the long term to produce strong and efficient trading signals. The particular indicators are based on different mathematical formulas, so the entire system is calibrated to remove false signals from its own indicator
                  FFx Universal Strength Meter PRO is more than a basic strength meter. Instead of limiting the calculation to price, it can be based on any of the 19 integrated strength modes + 9 timeframes. With the FFx USM, you are able to define any period for any combination of timeframes. For example, you can set the dashboard for the last 10 candles for M15-H1-H4… Full flexibility! Very easy to interpret... It gives a great idea about which currency is weak and which is strong, so you can find the best pai
                  作者のその他のプロダクト
                  Professional 0 Lag Moving Averages Indicator MAi Indicator is a complete of moving averages with no lag . With MAi you can finally trade in real time with no lag, so your trading becomes more precise, realistic and more effectively. Please see included averages and the combinations with “Hull” equation below in code section. MAi indicator can run many instances , for all time frames at once, so you can test and compare results with different settings . It is very fast and has like all our indica
                  Professional 0 Lag MAs Trend Sensor Indicator MAtsi is a trend sensor indicator , where 2 MA-s operates simultaneously . It is designed to cover a wider range of dynamic trends, where MAi is not so effective. Included averages are described in MAi indicator code section. MAtsi indicator can run many instances, for all time frames at once, so you can test and compare results with different settings. It is very fast and has, like all our indicators, a built-in " slider history testing " technolog
                  Professional Trend Convergence/Divergence Indicator TCD indicator is based on the Convergence/Divergence of Trend and shows you " up trend " (when trend grows) and " down trend " (when trend is falling). In the middle is an adjustable "stop area" on which you cannot trade. Briefly, the TCD shows you when to start or stop buy/sell . TCD indicator can run many instances, for all time frames and includes all 0 lag MAs . (Please see  MAi indicator code section) With TCD your trading becomes more pre
                  Professional Trend Indicator Ti indicator is based on its own oscillator and shows you trend changes . Indicator includes adjustable Polynomial and MAs channels , Trend lines and Oscillator filter with whom you can adjust the spread of indicator. You can run many instances, for all time frames at once, is very fast and has a built-in " slider history testing " technology and “ Error control ”. Program operates in 2 automatic modes: 1. Slider mode Turns on when attaching the indicator to the Cha
                  PointerX is based on its own oscillator and built-in indicators (Pulser, MAi, Matsi, TCD, Ti, Pi) and operates independently. With PointerX you can create your own strategies . Theoretically all indicator based strategies are possible, but not martingale, arbitrage, grid, neural networks or news. PointerX includes 2 Indicator Sets All Indicator controls Adjustable Oscillator Take Profit controls Stop Loss controls Trades controls Margin controls Timer controls and some other useful operations. T
                  Professional Prediction Indicator Based on matching the history with selected pattern model and shows the most likely outcome. Pi indicator includes Pattern line, Scanned_Past line, Matching_Pattern line, Future_Predicted line, adjustable Model Band , and some other controls. This indicator is designed primarily for professional use and is very useful in the search for the probability of the results relating to the future. Note : The results depend on model_band and past_bars . They are approxim
                  Professional OB/OS Oscillator Is the digital momentum indicator , based on our ob/os formula and algorithm of digital output signal . It shows you when price goes on OverBought/OverSold position and also OverBought/OverSold of Trend . In the middle is an adjustable " Stop_level ". Above and below this area you should not trade . Precise; above Stop_level - stop going long , below Stop_level - stop going short . Min/Max indicator values are +-100%, but the scale is +-110% just for “easy look”. Th
                  フィルタ:
                  レビューなし
                  レビューに返信