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
                  Indicator Description GOLD TITAN KING SIGNAL INDICATOR High-Precision Gold Scalping Buy/Sell Signals – Manual Trading Assistant Overview The Gold Titan King Signal Indicator is a manual trading assistant tool designed for high-frequency scalping on Gold (XAUUSD) and other major pairs. It generates clear BUY/SELL signals with precise entry levels, along with adjustable Stop Loss and Take Profit levels displayed directly on the chart. ️ This tool is NOT an EA. It does not execute trades
                  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
                  SMC Venom Model BPR インジケーターは、スマート マネー (SMC) コンセプトで取引するトレーダー向けのプロフェッショナル ツールです。価格チャート上の 2 つの主要なパターンを自動的に識別します。 FVG   (フェアバリューギャップ) は、3 本のローソク足の組み合わせで、最初のローソク足と 3 番目のローソク足の間にギャップがあります。ボリュームサポートのないレベル間のゾーンを形成し、価格修正につながることがよくあります。 BPR   (バランス価格範囲) は、2 つの FVG パターンの組み合わせで、「ブリッジ」を形成します。これは、価格がボリュームアクティビティの少ない動きで動くときに、ブレイクアウトしてレベルに戻るゾーンで、ローソク足の間にギャップを作成します。 これらのパターンは、大規模な市場プレーヤーと一般参加者の相互作用が発生するチャート上のボリュームと価格動向の分析に基づいて、トレーダーが主要なサポート/レジスタンス レベル、ブレイクアウト ゾーン、エントリ ポイントを識別するのに役立ちます。 インジケーターは、長方形と矢印の形でパターンを視
                  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
                  Crypto_Forex MT4 用インジケーター「モーニング スター パターン」 - インジケーター「モーニング スター パターン」は、プライス アクション トレーディングに非常に強力なインジケーターです。再描画なし、遅延なし。 - インジケーターは、チャート上で強気のモーニング スター パターンを検出します。チャート上の青い矢印信号 (画像を参照)。 - PC、モバイル、および電子メール アラート付き。 - また、その兄弟である弱気の「イブニング スター パターン」インジケーターも利用できます (以下のリンクに従ってください)。 - インジケーター「モーニング スター パターン」は、サポート/レジスタンス レベルと組み合わせるのに最適です。 高品質のトレーディングロボットとインジケーターをご覧になるにはここをクリックしてください! これは、この MQL5 Web サイトでのみ提供されるオリジナル製品です。
                  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
                  まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケーターは
                  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
                  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.10   - 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・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを容易にする
                  Crypto_Forex インジケーター   PINBAR パターン MT4用。リペイントなし、遅延なし。 - インジケーター「PINBARパターン」は、プライスアクション取引に非常に強力なインジケーターです。 - インジケーターはチャート上のピンバーを検出します。 - 強気のピンバー - チャート上に青い矢印シグナルを表示します(画像参照)。 - 弱気のピンバー - チャート上に赤い矢印シグナルを表示します(画像参照)。 - PC、モバイル、メールアラート機能付き。 - インジケーター「PINBARパターン」は、サポート/レジスタンスレベルと組み合わせるのに最適です。 高品質のトレーディングロボットとインジケーターをご覧になるにはここをクリックしてください! これは、このMQL5ウェブサイトでのみ提供されるオリジナル製品です。
                  指定した時間枠の高値と安値に基づいて、自動的にフィボナッチレベルをプロットします 複数のバー   を結合できます:例えば、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
                  まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確な
                  フィボナッチリトレースと拡張ラインツール DiNapoliポイント取引方法とゴールデンセクション取引を使用するトレーダーにとって理想的なMT4プラットフォームのフィボナッチリトレースと拡張ラインツール 主な特長: あなたはフィボナッチリトレースメントの複数のセットを直接描くことができ、重要なリターンポイント間の関係は一目瞭然です。 2.フィボナッチ拡張を描画することができます。 3.フィボナッチフォールドバックとラインの延長は、簡単な観察と数値表示のために左右に動かすことができます。 4.チャートは非常に爽やかな 5.数字キーでサイクルを切り替えることができます。 ファンクションキー: 1。 [戻るを押す、要求に応じて描画する、最大8つのグループにする 2。拡張]を描くには[押す] 3。 \を押すと、現在のサイクルの下にあるすべての拡張機能と折り畳みが削除されます 4。フォールドバックを移動して削除して展開する (1)最初のフォールドバックセットのF5行をクリックします。 一度クリックすると(黄色に変わります)、キーボードのDeleteキーを押すと、フォーカ
                  このプロダクトを購入した人は以下も購入しています
                  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
                  Miraculous Indicator – ガン・スクエア・オブ・ナインに基づく100%非リペイントのFXおよびバイナリーツール この動画では、FXおよびバイナリーオプションのトレーダー向けに特別に開発された、非常に正確で強力な取引ツールである Miraculous Indicator を紹介しています。このインジケーターがユニークなのは、伝説的な ガン・スクエア・オブ・ナイン と ガンの振動の法則 に基づいている点で、現代の取引で利用できる最も正確な予測ツールの一つとなっています。 Miraculous Indicatorは 完全に非リペイント であり、ローソク足が確定した後にシグナルが変化したり消えたりすることはありません。つまり、見たものがそのまま利用できます。これにより、トレーダーは自信を持ってエントリーおよびエグジットを行うための信頼性と一貫性のある根拠を得ることができます。 主な特徴: ガン・スクエア・オブ・ナインとガン理論に基づいて構築 100%非リペイントのシグナルシステム すべての時間枠(M1、M5、H1、H4、日足、週足)で機能 FXおよびバイナリーオプション取引
                  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
                  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
                  Pulse Scalping Line - an indicator for identifying potential pivot points. Based on this indicator, you can build an effective Martingale system. According to our statistics, the indicator gives a maximum of 4 erroneous pivot points in a series. On average, these are 2 pivot points. That is, the indicator shows a reversal, it is erroneous. This means that the second signal of the indicator will be highly accurate. Based on this information, you can build a trading system based on the Martingale
                  Rtc ML Ai | Predictor CORE MACHINE LEARNING ENGINE Adaptive ML Market Predictor – Multi-Bar Trend & Candle Forecast What This Indicator Does This indicator is a  real-time market prediction engine  designed to analyze price behavior and estimate  future market tendencies . Unlike conventional indicators, this system  does not rely on static parameters or historical curve-fitting , but adapts its internal state dynamically during live market operation. Instead of using static rules, the indic
                  Bomb Bank Signal
                  Igor Pereira Calil
                  5 (1)
                  Bomb Bank シグナル: MetaTrader 4 の信頼度インジケーター Bomb Bank Signal は、金融市場で最も関連性の高いトレンドを特定するように設計された MetaTrader 4 の強力なインジケーターです。動きを正確に予測するツールをお探しなら、Bomb Bank が最適です。 仕組み: このインジケーターは、出来高分析、ローソク足終値、対称トレンドという 3 つの異なる方法を組み合わせて、売買の機会を検出してシグナルを送ります。 Bomb Bank は、買いの機会を特定するときは「爆弾」のようなものであり、売りシグナルを検出するときは「ドクロ」のようなものです。 ボムバンクはなぜ違うのですか? 完全な信頼性: Bomb Bank Signal は信号を削除しません。一度シグナルが発せられると、シグナルは残り続けるので、チャンスを逃すことはありません。 極めて高い精度: Bomb Bank は誤った信号を送信しません。リアルタイムで最新情報を更新し、市場の進化に合わせて調整しながら、以前のシグナルの透明性を維持します。 ライブアップデート: シ
                  BinaryIndicator is a highly accurate indicator for trading binary options. It shows excellent results in scalping. This indicator is based in multifactor analysis of trend indicators, as well as confirmation oscillators, which in the end gives an increased accuracy of signals. Advantages of the indicator Increased accuracy of signals. Excellent results when trading binary options with a short expiration time from M30 to M1 . It works on any timeframes. Works with any trade symbols. Parameters
                  Currently switched to the 4 hour chart - but use other time frames for confirmation. :-)  I change my main time frame based on the market movement at the time. The Hurricane Forex Indicator is a multi time frame indicator that includes such things as Trade Notifications, Trade Calculator, Momentum Indicator, risk reward and much more. We have a free Trade room for our users as well. Please check out the video for full details of how this indicator works as it has over 15 years worth of developme
                  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 [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
                  フィルタ:
                  レビューなし
                  レビューに返信