Fractal Trend Finder MT4

1.67

How would you like to instantly know what the current trend is? How about the quality of that trend?

Finding the trend on a chart can be subjective. The Fractal Trend Finder indicator examines the chart for you and reveals what the current trend is based on objective criteria. Using the Fractal Trend Finder you can easily tell if you are trading with the trend or against it. It also identifies those times when the market is not trending. Theoretically, you could trade with the trend when the trend is strong and fade the trend when the market is range-bound. A comment is placed in the top left corner of the chart detailing the current trend along with arrows printing on the chart each time the trend changes. This indicator does not repaint.

This indicator has three trend types bullish, bearish, and sideways. It also qualifies trends as being confirmed or suspect.

With a Confirmed Bullish trend, you can expect the price to go higher. When the trend is Suspect Bullish price may go higher or lower this indicates the market is considered to be range-bound. Sideways trends are always range-bound and they can also be confirmed or suspect. With a Confirmed Bearish trend you can expect the price to go lower and if the trend is Suspect Bearish price may go lower or higher but the market is range-bound. In general, the market is only trending 15 to 30 percent of the time.


Inputs

  • Show detailed journal entries? - choosing true turns prints out details in the Experts tab.
  • What type of alert would you like? - options are None, On Screen, Push, or Email.
  • Send alert each time the trend changes? - true turns trend change alerts on, false turns them off.
  • Alert for which specific trend? - allows you to choose from a drop down list which trend type you would like to be alerted to.
  • Alert for which another trend? - allows you to select an additional trend type.

How does Fractal Trend Finder work? See more info on my blog post at https://www.mql5.com/en/blogs/post/707351.


Other benefits

  • DOES NOT repaint.
  • DOES NOT recalculate.
  • Signals on CLOSE of a bar.
  • Works in ALL pairs.
  • Works in ALL time frames.
  • Can be used for Expert Advisors.
  • Implements on screen, email, or push notification.
  • Works in strategy tester.

For the coders out there:

//---- indicator buffers mapping  
   SetIndexBuffer(0,ExtUpFractalsBuffer);
   SetIndexBuffer(1,ExtDownFractalsBuffer);
   SetIndexBuffer(2,ConfirmedBullishBuffer);
   SetIndexBuffer(3,SuspectBullishBuffer);
   SetIndexBuffer(4,ConfirmedSidewaysBuffer);
   SetIndexBuffer(5,SuspectSidewaysBuffer);
   SetIndexBuffer(6,ConfirmedBearishBuffer);
   SetIndexBuffer(7,SuspectBearishBuffer);
おすすめのプロダクト
This is a multi-timeframe version of the popular Hull Moving Average (HMA). The Double HMA MTF Light indicator combines two timeframes on a single chart. The HMA of the higher timeframe defines the trend, and the HMA of the current timeframe defines short-term price movements. The indicator is freely distributed and hasn't audio signals or messages. Its main function is the visualization of price movements. If you need advanced functionality of the HMA multi-timeframe indicator (information ab
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Candle Countdown — MT4用 正確なローソク足カウントダウン Candle Countdown は、 現在のローソク足が閉じるまでの残り時間 をチャート上に表示するシンプルで正確なツールです。 エントリーがローソク足のクローズに依存する場合、数秒の違いが重要になります。 このインジケーターは正確な時間を表示し、焦らずに判断できるようサポートします。 ローソク足のクローズ時間を正確に把握するためのインジケーターです。 表示内容: ローソク足が閉じるまでの残り時間 サーバー現在時刻 スプレッド ストップレベル(Stop Level) タイマーはティックに依存せず、プラットフォームの内部タイマーによって更新されるため、市場の動きが少ない場合でも安定した表示を維持します。 これにより、低ボラティリティの環境でも滑らかで安定したカウントダウンを実現します。 情報は背景付きのブロック内に表示されるため、どのチャートカラーでも見やすく、分析の妨げになりません。 ローソク足のクローズが近づくと、タイマーの色が変化し、視覚的に状況を把握しやすくなります。 MT5版はこちら: Cand
FREE
The free version of the Hi Low Last Day MT4 indicator . The Hi Low Levels Last Day MT4 indicator shows the high and low of the last trading day . The ability to change the color of the lines is available . Try the full version of the Hi Low Last Day MT4 indicator , in which additional indicator features are available : Displaying the minimum and maximum of the second last day Displaying the minimum and maximum of the previous week Sound alert when crossing max . and min . levels Selecting an arb
FREE
This indicator has been created for finding the probable reversal points of the symbol price. A small candlestick reversal pattern is used it its operation in conjunction with a filter of extremums. The indicator is not redrawn! If the extremum filter is disabled, the indicator shows all points that have a pattern. If the extremum filter is enabled, the condition works – if the history Previous bars 1 candles back contains higher candles and they are farther than the Previous bars 2 candle, such
FREE
Follow The Line
Oliver Gideon Amofa Appiah
3.94 (16)
FOLLOW THE LINE GET THE FULL VERSION HERE: https://www.mql5.com/en/market/product/36024 This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL.  It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more
FREE
Schaff Trend Cycleとは Schaff Trend Cycle(STC)は、トレンドの転換点をタイムリーに捉えるために設計されたオシレーター系インジケーターです。従来の移動平均やMACDと比較して、サイクル的な動きとモメンタムを組み合わせることで、トレンドの始まりと終わりをより明確に把握できます。 主な特徴 トレンド転換シグナルの明確化:上昇トレンドではサイクルラインが上向きに、下降トレンドでは下向きに推移します。 レンジ相場でのだましを抑制:サイクル周期を考慮した平滑化処理により、短期的なノイズを減少させます。 パラメーター調整が容易:期間や平滑化係数を変更するだけで、動作感度を初心者から上級者まで幅広く調整可能です。 計算ロジック概要 モメンタムの算出 指定期間の価格変化をもとに、短期および長期のモメンタムを計算します。 サイクル平滑化 モメンタムに対し、二重平滑化(ダブル・スムージング)を適用し、サイクル的な振動成分を抽出します。 正規化処理 0~100の範囲に正規化し、オシレーターとして表示します。 シグナル生成 水平ライン(通常は25と75)を上下に抜
FREE
MTF Alligator
Alexander Pekhterev
4.75 (8)
This is an indicator detecting trend direction. It uses the popular Bill Williams Alligator. It shows market state on all timeframes on one chart. As is well known, traders gain the main profit on the Forex market trading by trend, and losses usually occur when the market is flat. So, in order to gain profit a trader should learn to detect trend market and direction of a current trend in a rapid manner. This indicator has been developed for this purpose. MTF Alligator helps to: Profitably trade
FREE
Adjustable Fractal MT4 is a modification of Bill Williams' Fractals indicator. The fractal consists of a two sets of arrows - up (upper fractals) and down (lower fractals). Each fractal satisfies the following conditions: Upper fractal - maximum (high) of a signal bar exceeds or is equal to maximums of all bars from the range to the left and to the right; Lower fractal - minimum (low) of a signal bar is less or equal to minimums of all bars from the range to the left and to the right. Unlike a s
FREE
Ppr PA
Yury Emeliyanov
4.5 (2)
"Ppr PA" is a unique technical indicator created to identify "PPR" patterns on the currency charts of the MT4 trading platform. These patterns can indicate possible reversals or continuation of the trend, providing traders with valuable signals to enter the market. Features: Automatic PPR Detection:   The indicator automatically identifies and marks PPR patterns with arrows on the chart. Visual Signals:   Green and red arrows indicate the optimal points for buying and selling, respectively. Ar
FREE
StrikePin
Mike Pascal Plavonil
1 (1)
The StrikePin indicator is a technical, analytical tool designed to identify trend reversals and find optimal market entries.  The StrikePin indicator is based on the pin bar pattern, which is the Price Action reversal pattern. An entry signal, in a trending market, can offer a very high-probability entry and a good risk to reward scenario. Be careful: the indicator is repainting since it is looking for highest high and lowest lows.  You should avoid to use it in experts but you can use it in
FREE
The indicator displays signals according to the strategy of Bill Williams on the chart. Demo version of the indicator has the same features as the paid, except that it can work only on a demo account . Signal "First Wise Man" is formed when there is a divergent bar with angulation.  Bullish divergent bar - with lower minimum and closing price in the upper half. Bearish divergent bar - higher maximum and the closing price at the bottom half. Angulation is formed when all three lines of Alligator
FREE
The Scaled Awesome Oscillator (SAO) represents a refined adaptation of the Awesome Oscillator, aimed at establishing consistent benchmarks for identifying market edges. Unlike the standard Awesome Oscillator, which records the variation in pips across different commodities, the only unchanging reference point is the zero line. This limitation hampers investors and traders from pinpointing specific levels for trend reversals or continuations using the traditional Awesome Indicator, a creation of
FREE
FlatBreakout (Free Version) Flat Range Detector and Breakout Panel for MT4 — GBPUSD Only FlatBreakout is the free version of the professional FlatBreakoutPro indicator, specially designed for flat (range) detection and breakout signals on the GBPUSD pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of flat ranges (breakout,
FREE
このプロジェクトが好きなら、5つ星レビューを残してください。 このインジケータは、指定されたためのオープン、ハイ、ロー、クローズ価格を描画します 特定のタイムゾーンの期間と調整が可能です。 これらは、多くの機関や専門家によって見られた重要なレベルです トレーダーは、彼らがより多くのかもしれない場所を知るために有用であり、 アクティブ。 利用可能な期間は次のとおりです。 前の日。 前週。 前の月。 前の四半期。 前年。 または: 現在の日。 現在の週。 現在の月。 現在の四半期。 現年。
FREE
Scalping indicator. It takes into account volatility, price movement in the local interval and the direction of the current trend. Recommended timeframe - M5. Advantages: Low volatility when a signal appears ensures minimal movement against an open position. The indicator does not redraw its signals. There are alert signals. It is a great tool for day trading. Settings: Name Description Period Indicator period Range of each bar in the period (pp.) The maximum size of each candle in the indicato
FREE
PZ Trendlines
PZ TRADING SLU
4.27 (11)
Tired of plotting trendlines? The PZ TrendLines indicator applies a mechanical approach to the construction of trend lines for you! [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] It can draw up to 18 trendlines Trendlines can be optionally based on fractals Each line represents a breakout level Each trendline can be broken or rejected Configurable amount of lines Configurable colors Author Arturo López Pérez, private investor and speculator, software engineer and
FREE
ハーモニックパターンは市場の転換点を予測するのに最適です。これらのパターンは高い勝率と1日の中での多くの取引機会を提供します。当社のインジケーターは、ハーモニックトレーディングの原則に基づいて、市場反転ポイントを予測する最も一般的なハーモニックパターンを特定します。 重要な注意事項: インジケーターは再描画されず、遅れることはありません(パターンはDポイントで検出されます);再描画されることはありません(パターンは有効またはキャンセルされます)。 使用方法: インジケーターをMT5チャートにドラッグアンドドロップします。 パターン検出をTRUE(ABCD;Gartley)に設定します。 任意のデバイスを設定します(高いデバイス=より多くのパターン;低いデバイス=より少ないパターン)。 好みに合わせて色を調整します。 バルブ/エントリーポイント、TP、SLの警告を有効または無効にします。 パターンが検出された場合: アルゴリズムはDポイントでパターンを検出します。 警告が有効になっている場合、パターン検出を通知します。 パターンが無効になった場合、「パターンがキャンセルされました」という
FREE
The indicator High Trend Lite monitors 5 symbols in up to 3 timeframes simultaneously and calculates the strength of their signals. The indicator notifies you when a signal is the same in different timeframes. The indicator can do this from just one chart. Therefore, High Trend Lite is a multicurrency and multitimeframe indicator. With the High Trend Pro , available at this link , you will have an unlimited number of symbols, 4 timeframes, a colourful chart of the primary MACD indicator, several
FREE
Power Trend Free - the indicator shows the trend strength in the selected period. Input Parameters The indicator has three input parameters: Period - a positive number greater than one, it shows the number of candlesticks used for calculations. If you enter one or zero, there will be no error, but the indicator will not be drawn. Applied Price - the standard "Apply to:" set meaning data used for the indicator calculation: Close - Close prices; Open - Open prices; High - High prices; Low - Low p
FREE
Discover the power of precision and efficiency in your trading with the " Super Auto Fibonacci " MT4 indicator. This cutting-edge tool is meticulously designed to enhance your technical analysis, providing you with invaluable insights to make informed trading decisions. Key Features: Automated Fibonacci Analysis: Say goodbye to the hassle of manual Fibonacci retracement and extension drawing. "Super Auto Fibonacci" instantly identifies and plots Fibonacci levels on your MT4 chart, saving you tim
FREE
Free informative Indicator-helper. It'll be usefull for traders who trade many symbols or using grid systems (Averaging or Martingale). Indicator counts drawdown as percent and currency separate. It has a number of settings: Count deposite drawdown according equity value and send e-mail or notifications to user if DD more than set; Sending e-mail when max open orders reached; Shows price and remaining pips amount before MarginCall on current chart and Account generally; Display summary trade lot
FREE
With this system you can spot high-probability trades in direction of strong trends. You can profit from stop hunt moves initiated by the smart money! Important Information How you can maximize the potential of the scanner, please read here: www.mql5.com/en/blogs/post/718109 Please read also the blog about the usage of the indicator: Professional Trading With Strong Momentum This FREE Version of the indicator works only on EURUSD and GBPUSD. The full version of the indicator can be found here:
FREE
Smart FVG インジケーター MT4 – MetaTrader 4 向け高度なフェアバリューギャップ検出 Smart FVG インジケーター MT4 は、MetaTrader 4 上で Fair Value Gap(FVG)をプロフェッショナルレベルで検出・監視し、アラートまで行うツールです。ATR ベースのフィルタリングと相場構造を考慮したロジックを組み合わせることで、ノイズを取り除き、流動性に応じて適応し、本当に重要な不均衡だけを残して精度の高い判断をサポートします。 主な特長 正確な FVG 検出:単なるローソク足のギャップではなく、市場の本質的な非効率を捉えます。 ATR ベースの精度:市場や時間軸が変わっても、低品質なシグナルを自動的にフィルタリング。 有効性のリアルタイム追跡:価格がゾーンを埋める/ブレイクすると、ゾーンが自動で延長・調整・削除されます。 カスタマイズ可能な表示:色・ラインスタイル・塗りつぶしを自由に設定し、どんなテンプレートにも合わせられます。 実用的なアラート:新規 FVG や、埋められた/無効化されたゾーンをリアルタイム通知。 パフォーマンス
FREE
価格波形パターン MT4へようこそ --(ABCD パターン)--     ABCD パターンは、テクニカル分析の世界で強力で広く使用されている取引パターンです。 これは、トレーダーが市場での潜在的な売買機会を特定するために使用する調和的な価格パターンです。 ABCD パターンを使用すると、トレーダーは潜在的な価格変動を予測し、いつ取引を開始および終了するかについて十分な情報に基づいた決定を下すことができます。 EA バージョン :   Price Wave EA MT4 MT5バージョン: Price Wave Pattern  MT5 特徴 :  ABCDパターンの自動検出。 強気パターンと弱気パターン。  任意のシンボルと任意の時間枠で機能します。 主要なレベルと価格目標。 カスタマイズ可能な設定と繊維レベルの調整。 アラートと通知。 今後さらに多くの機能が追加される予定です。 
FREE
Rainbow MT4 is a technical indicator based on Moving average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, it’s a signal to buy. When price crosses below MA and MA changes color to red, it’s a signal to sell. The Expert advisor ( Rainbow EA MT4) based on Rainbow MT4 indicator, as you can see in the short video below is now available here .
FREE
Check out my German Pro Signal - https://www.mql5.com/en/signals/2354346 Dragonfire Arrows is a mythical-themed arrow signal indicator that blends adaptive trend-following logic with multiple types of moving averages—reimagined as “Dragon Breaths.” It generates Buy (Ice Arrow ↑) and Sell (Fire Arrow ↓) signals directly on the chart using a multi-layered pulse system inspired by fantasy creatures, each with its own moving average logic. The system uses three magical “pulse” layers: Dragon’s Quic
Special offer in honor of the New Year and Christmas!! https://www.mql5.com/ru/users/bossik2810 Trend Filter Pro Trend filter indicator. Very good filter for your trading system, I recommend to use it together with - System Trend Pro   or  Quantum Entry PRO The indicator no repaint!!! Settings: Change the Period parameter for better filtering ( default is 90) Any questions? Need help?, I am always happy to help, write me in private messages or In Telegram: https://t.me/Trader35_Admin
FREE
Basic Harmonic Pattern
Mehran Sepah Mansoor
4.58 (59)
このインディケータは、相場の反転ポイントを予測する最もポピュラーなハーモニックパターンを識別します。これらのハーモニックパターンは、外国為替市場で常に繰り返され ている価格形成であり、将来起こりうる値動きを示唆します。/   MT5無料バージョン さらに、このインジケーターには、市場エントリーシグナルと、様々な利食いと損切りが組み込まれています。ハーモニック・パターン・インディケータは、それ自体で売買シグナルを発 信することができますが、他のテクニカル・インディケータを使用してこれらの シグナルを確認することをお勧めします。例えば、RSIやMACDなどのオシレーターを使用して、トレンドの方向性やモメンタ ムの強さを確認してから売買を行うことを検討するとよいでしょう。 このインディケータのダッシュボードスキャナ: ( Basic Harmonic Patterns Dashboard ) 含まれるハーモニックパターン ガートレー バタフライ バット カニ サメ サイファー ABCD 主な入力 Max allowed deviation (%): このパラメータは、調和的パタ
FREE
マルチタイムフレーム対応、カスタマイズ可能なビジュアル信号、設定可能なアラートシステムを備えた相対力指数(RSI)インジケーター。 フリーランスプログラミングサービス、アップデート、その他のTrueTL製品は私の MQL5プロフィール からご利用いただけます。 フィードバックとレビューを心よりお待ちしております! RSIとは? 相対力指数(RSI)は、価格変化の速度と大きさを測定するモメンタムオシレーターです。このインジケーターは0から100の間で振動し、指定された期間にわたって最近の上昇幅と最近の下落幅の大きさを比較します。 RSIは主に買われすぎと売られすぎの状態を識別するために使用されます。高い値は買われすぎ状態を示し、低い値は売られすぎ状態を示します。トレーダーはまた、RSIと価格動作の間のダイバージェンスにも注目しており、これは潜在的なトレンド転換を示す可能性があります。 機能: 矢印と垂直線を使用したビジュアルシグナルマーカー 設定可能なトリガー付きの3つの独立したシグナルバッファ(方向変化、レベル交差、ピーク/谷、極端ゾーン) 時間帯フィルタリング付きの設定可能なア
FREE
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出す
M1 SNIPER は使いやすいトレーディングインジケーターシステムです。M1時間足向けに設計された矢印インジケーターです。M1時間足でのスキャルピングのためのスタンドアロンシステムとして、また既存のトレーディングシステムの一部としても使用できます。このトレーディングシステムはM1時間足での取引に特化して設計されていますが、他の時間足でも使用できます。元々、この手法はXAUUSDとBTCUSDの取引用に設計しましたが、他の市場においても役立つと考えています。 インジケーターのシグナルは、トレンドの方向と逆方向に取引できます。インジケーターのシグナルを利用して両方向に取引するのに役立つ特別な取引テクニックをご紹介します。この手法は、特別な動的なサポートとレジスタンスの価格帯を利用することに基づいています。 ご購入後、M1 SNIPER矢印インジケーターをすぐにダウンロードできます。さらに、M1 SNIPERツールのすべてのユーザーに、以下のスクリーンショットに表示されているApollo Dynamic SRインジケーターを無料で提供しています。この2つのインジケーターを組み合わせることで
An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability. Scalper Inside
現在40%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvanced
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確な
GOLD Impulse with Alert
Bernhard Schweigert
4.64 (11)
このインディケータは、当社の2つの製品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . のスーパーコンビネーションです。 このインジケーターは全ての時間枠で作動し、8つの主要通貨と1つのシンボルの強弱のインパルスをグラフで表示します。 このインジケータは、金、エキゾチックペア、商品、インデックス、先物など、あらゆるシンボルの通貨強度の加速度を表示することに特化されています。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨強度の加速度(インパルスまたは速度)を表示するために、任意のシンボルを9行目に追加できる、この種の最初のものです。 新しいアルゴリズムに基づいて構築され、潜在的な取引の特定と確認がさらに容易になりました。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速の速度を測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアリングすれば、潜在的に利益を生む取引を特定
このインジケーターは、反転ポイントと価格戻りゾーンを正確に表示します。     主要プレーヤー 。新たなトレンドが形成される場所を把握し、最大限の精度で意思決定を行い、すべての取引をコントロールします。 TREND LINES PRO インジケーターと組み合わせることで、その潜在能力を最大限に発揮します。 VERSION MT5 インジケーターが示す内容: 新しいトレンドの始まりに活性化する反転構造と反転レベル。 リスクと報酬の比率を最小限に抑えた利益 確定 と 損失停止の レベルの表示     RR 1:2   。 インテリジェントな削減ロジックによるストップロス。 指定されたインジケーターから 2 つのトレンド タイプの反転パターンを表示します。 指標: トレンドを追う   TREND LINES PRO   (世界的なトレンドの変化) TREND PRO   (クイックトレンド変更) シンプルで効果的   スキャナー   リアルタイムトレンド(新機能)。 マルチタイムフレームのインストゥルメント フィルタリング。 画面   利益     LOGIC AI信号の後。 当日プラス方
Dynamic Forex28 Navigator - 次世代の Forex 取引ツール。 現在 49% オフ。 Dynamic Forex28 Navigator は、長年人気のインジケーターを進化させたもので、3 つの機能を 1 つにまとめています。 Advanced Currency Strength28 インジケーター (レビュー 695 件)  + Advanced Currency IMPULSE with ALERT (レビュー 520 件) + CS28 コンボ シグナル (ボーナス)。 インジケーターの詳細 https://www.mql5.com/en/blogs/post/758844 次世代の Strength インジケーターが提供するもの  オリジナルで気に入っていたすべての機能が、新機能と精度の向上によって強化されました。 主な機能: 独自の通貨強度計算式。 すべての時間枠でスムーズかつ正確な強度ライン。 トレンドの特定と正確なエントリーに最適です。 ダイナミックマーケットフィボナッチレベル (マーケットフィボナッチ)。 このインジケーターに固有
トレンドラインプロ   市場の真の方向転換点を理解するのに役立ちます。この指標は、真のトレンド反転と主要プレーヤーが再び参入するポイントを示します。 分かりますか     BOSライン   複雑な設定や不要なノイズなしに、より長い時間足でのトレンドの変化と重要なレベルを把握できます。シグナルは再描画されず、バーが閉じた後もチャート上に残ります。 VERSION MT 5     -     RFI LEVELS PRO インジケーター と組み合わせることで、その潜在能力を最大限に発揮します。 インジケーターが示す内容: 本当の変化   トレンド(BOSライン) 一度シグナルが現れたら、それは有効です!これは、リペイント機能を持つインジケーターとの重要な違いです。リペイント機能を持つインジケーターは、シグナルを発した後、それを変更し、資金の損失につながる可能性があります。これにより、より高い確率と精度で市場に参入できます。また、矢印が現れた後、目標値(利益確定)に達するか、反転シグナルが現れるまで、ローソク足の色を変更する機能もあります。 繰り返しエントリ       主要プレーヤーの
FX Power: 通貨の強弱を分析して、より賢い取引を実現 概要 FX Power は主要通貨と金の実際の強弱をあらゆる市場状況で理解するための必須ツールです。強い通貨を買い、弱い通貨を売ることで、 FX Power は取引の意思決定を簡素化し、高い確率の取引機会を見出します。トレンドを追従する場合でも、極端なデルタ値を使用して反転を予測する場合でも、このツールはあなたの取引スタイルに完全に適応します。ただ取引するだけではなく、 FX Power で賢く取引をしましょう。 1. なぜ FX Power がトレーダーにとって非常に有益なのか 通貨と金のリアルタイム強弱分析 • FX Power は主要通貨と金の相対的な強弱を計算し、マーケットダイナミクスに関する明確な洞察を提供します。 • どの資産がリードしているか、または後れを取っているかを監視して、取引するペアを賢く選びましょう。 マルチタイムフレームの包括的なビュー • 短期、中期、長期のタイムフレームで通貨と金の強弱を追跡し、マーケットトレンドに基づいて取引戦略を調整できます。 • スキャルピングからスイングトレード
The Nihilist 5.0 Indicator includes Forexalien and Nihilist Easy Trend trading strategies and systems. It is composed of an MTF Dashboard where you can analyze the different input possibilities of each strategy at a glance. It has an alert system with different types of configurable filters. You can also configure which TF you want to be notified on your Metatrader 4 platform and Mobile application The indicator has the option to view how could be a TP and SL by using ATR or fixed points, even w
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
CRT Multi-Timeframe Market Structure & Liquidity Sweep Indicator Non-Repainting | Multi-Asset | MT5 Version Available MT5 Version:   https://www.mql5.com/en/market/product/162075 Full User Guide — explains what each feature does and why:   https://www.mql5.com/en/blogs/post/767525 Quick Start User Guide  — explains how to configure and in what order:  https://www.mql5.com/en/blogs/post/767540 Indicator Overview CRT Ghost Candle HTF Fractal is a complete institutional-grade market structure too
Trend Screener
STE S.S.COMPANY
4.79 (95)
トレンドインジケーター、1つのツールに組み込まれたすべての重要なトレンド機能を備えたトレンドトレーディングとフィルタリングのための画期的なユニークなソリューション! これは、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームおよびマルチ通貨インジケーターです。 期間限定オファー: サポートおよびレジスタンス スクリーナー インジケーターは、たった 50 ドルで永久的にご利用いただけます。(元の価格 250 ドル) (オファー延長) トレンドスクリーナーは、チャート内のドットで矢印トレンドシグナルを提供するインジケーターに続く効率的なインジケーターです。 トレンド分析インジケーターで使用できる機能: 1.トレンドスキャナー。 2.最大利益分析を備えたトレンドライン。 3.トレンド通貨強度メーター。 4.アラート付きのトレンド反転ドット。 5.アラート付きの強いトレンドドット。 6.トレンド矢印 毎日の分析例、毎日のシグナルパフォーマンス...など、トレンドスクリーナーインジケーターを使用して、ここで見つけること
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
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
GEM Signal Pro - プロフェッショナル・トレーディング・インジケーター 精密なエントリー。リペイントなし。常に一つひとつの判断。 GEM Signal Pro は、MetaTrader 4 および MetaTrader 5 向けに構築された、プロフェッショナルグレードのトレンドフォロー型インジケーターです。ノイズ、遅延、そして多くのリテール向けインジケーターにありがちな誇大な期待なしに、クリーンで実行可能なシグナルを求めるトレーダーのために設計されています。 すべてのシグナルは、独自の多層確認エンジンによって評価されます。 GEM Signal Pro が他と違う理由 多くのインジケーターは、色付きの矢印を表示するだけで、あとはトレーダー任せです。GEM Signal Pro は、完全なトレードセットアップを提供します。 有効なチャンスが検出されると、インジケーターはシードシグナルを表示し、構造的な確認を待ち、ローソク足パターン認識を通じて最適なエントリータイミングを特定し、その後、正確なリスク管理レベルをチャート上に描画します。エントリー価格、ストップロス、3 つの利確
MetaBands M4
Vahidreza Heidar Gholami
3.5 (6)
MetaBandsは、強力でユニークなアルゴリズムを使用してチャンネルを描画し、トレンドを検出して、トレーダーに取引の入出ポイントを提供することができます。チャンネル指標に加えて、強力なトレンド指標でもあります。入力パラメータを使用して新しいチャンネルを作成するために、異なるタイプのチャンネルを統合することができます。MetaBandsは、市場のイベントについてユーザーに通知するために、すべてのタイプのアラートを使用します。 特徴 ほとんどのチャンネルアルゴリズムをサポート 強力なトレンド検出アルゴリズム 異なるタイプのチャンネルを統合する能力 マルチタイムフレームおよびマルチカレンシー(シグナルマトリックス) すべてのタイプのアラート機能(サウンド、画面フラッシャー、プッシュ通知、メール、ポップアップ、矢印) 再描画しない トレンド検出 MetaBandsは、チャネル内を振動する青いラインを使用してトレンドを検出します。ラインがチャネルの上部バンドに達すると、下降トレンドの開始を示し、下部バンドに達すると上昇トレンドの開始を示します。青いラインが中心ラインに近づくと、市場はコンソリ
Volatility Trend System - a trading system that gives signals for entries. The volatility system gives linear and point signals in the direction of the trend, as well as signals to exit it, without redrawing and delays. The trend indicator monitors the direction of the medium-term trend, shows the direction and its change. The signal indicator is based on changes in volatility and shows market entries. The indicator is equipped with several types of alerts. Can be applied to various trading ins
Gold Buster M1 System - XAUUSDペアのM1チャートのプロの取引システムです。しかし、このシステムはもともと金の取引専用に開発されたという事実にもかかわらず、このシステムは他のいくつかの通貨ペアでも使用できます。購入後、XAUUSDに加えてシステムで使用できるトレーディングペアのリストを提供します。これにより、このシステムを使用する可能性が広がります。 システム内のすべてのインジケーターは繰り返されません! このシステムは、3つのインジケーターのセットです。市場の強さを視覚的に表示するトレンドインジケーター、矢印インジケーター、ボリュームインジケーターです。購入後、すぐにトレンドインジケーターをダウンロードできます。残りの2つのインジケーターはシステム全体の一部であるため、無料で提供します。また、チャートにインジケーターをロードするために使用できるテンプレートを提供します。さらに、私のシステムとの取引方法を教え、私の推奨事項を共有します。あなたを待っている素晴らしいボーナスもあります! 購入後すぐにご連絡ください!
TPA True Price Action indicator reveals the true price action of the market makers through 100% non-repainting signals (except early signals mode) strictly at the close of a candle! TPA shows entries and re-entries, every time the bulls are definitely stronger than the bears and vice versa. Not to confuse with red/green candles. The shift of power gets confirmed at the earliest stage and is ONE exit strategy of several. There are available now two free parts of the TPA User Guide for our custom
TPSproトレンドプロ     - これは市場を自動的に分析し、トレンドとその変化に関する情報を提供し、取引のエントリーポイントを表示するトレンドインジケーターです。     描き直しなしで! ИНСТРУКЦИЯ RUS   -   説明書 英語 -   バージョン MT5 主な機能: 正確なエントリーシグナル   塗り直し不要! 一度シグナルが現れたら、それは有効です!これは、シグナルを発した後にそれを変更し、潜在的に預金の損失につながる可能性のあるリペイントインジケーターとは大きく異なります。これにより、より高い確率と精度で市場に参入できるようになります。また、矢印が現れた後、目標(利益確定)に達するか反転シグナルが現れるまで、ローソク足の色を変更する機能もあります 。 ストップロス/テイクプロフィットゾーンの表示 エントリーポイントを探す際の視覚的な明瞭性を高めるため、市場における最適なエントリーポイントを探すためのBUY/SELLゾーンを最初に表示するモジュールを作成しました。また、ストップロスレベルを時間経過とともに管理するインテリジェントなロジックを追加することで、ス
Advanced Supply Demand
Bernhard Schweigert
4.91 (299)
現在40%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適な
Special offer : ALL TOOLS , just $35 each! New tools   will be   $30   for the   first week   or the   first 3 purchases !  Trading Tools Channel on MQL5 : Join my MQL5 channel to update the latest news from me Fibonacci Confluence Toolkit Multi-Timeframe は、プロのトレーダー向けに設計された高度な技術的分析ツールで、主要な市場シグナルとパターンを組み合わせて潜在的な価格反転ゾーンを特定するのに役立ちます。タイムフレームセレクターのダッシュボードを通じたマルチタイムフレーム表示機能により、このツールキットは市場のダイナミクスを包括的かつ洞察に満ちた視点で提供し、正確かつタイムリーなトレーディング判断を可能にします。 MT5バージョンの詳細は:  Fibonacci Confluence Toolkit MT5 Multi Timefr
Adaptive Volatility Range [AVR] is a powerful tool for identifying key trend reversal points. AVR accurately reflects the Average True Range (ATR) of volatility, taking into account the Volume-Weighted Average Price (VWAP). The indicator adapts to any market volatility by calculating the average volatility over a specific period, ensuring a stable rate of profitable trades. You receive not just an indicator but a professional automated trading system , AVR-EA . Advantages: Automated Trading Sys
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
現在20%OFF! 初心者やエキスパートトレーダーに最適なソリューションです。 このインディケータは、エキゾチックペア・コモディティ・インデックス・先物など、あらゆるシンボルの通貨の強さを表示することに特化したインディケータです。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨の強さを表示するために、9行目にどのシンボルでも追加することができます。独自の機能を多数搭載し、新しい計算式を採用したため、ユニークで高品質、かつ手頃な価格のトレーディングツールとなっています。新しいトレンドやスキャルピングチャンスのトリガーポイントを正確に把握することができるため、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアル:ここをクリック   https://www.mql5.com/en/blogs/post/708876 すべての時間枠に対応します。あなたはすぐにトレンドを見ることができるようになります! 新しいアルゴリズムに基づいて設計されているため、潜在的な取引の特定と確認がより簡単になります。これは、8つの主要通貨と1つのシンボルの強弱
Gold Scalper Super is an easy-to-use trading system. The indicator can be used as a standalone scalping system on the M1 time frame, as well as part of your existing trading system. Bonus: when purchasing an indicator, Trend Arrow Super is provided free of charge, write to us after purchase. The indicator 100% does not repaint!!! If a signal appears, it does not disappear! Unlike indicators with redrawing, which lead to the loss of a deposit, because they can show a signal and then remove it.
Matrix Arrow Indicator MT4
Juvenille Emperor Limited
5 (3)
マトリックスアローインジケーターMT4は、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームインジケーターに続くユニークな10in1トレンドです。マトリックスアローインジケーターMT4は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。 平均方向移動指数(ADX) 商品チャネルインデックス(CCI) クラシック平研アシキャンドル 移動平均 移動平均収束発散(MACD) 相対活力指数(RVI) 相対力指数(RSI) 放物線SAR ストキャスティクス ウィリアムズのパーセント範囲 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。マトリックスアローインジケーターMT4は選択されたインディケーターからのみ情報を収集し、それらのデータのみに基づいてアローを印刷
Trend indicator AI
Ramil Minniakhmetov
4.49 (84)
Trend Ai indicatorは、トレンドの識別と実用的なエントリポイントと反転アラートを組み合わせることで、トレーダーの市場分析を強化する優れたツールです。 この指標は、ユーザーが自信と正確さで外国為替市場の複雑さをナビゲートすることを可能にします トレンドAiインジケーターは、主要なシグナル以外にも、プルバックやリトレースメント中に発生するセカンダリエントリポイントを識別し、トレーダーが確立されたトレンド内の価格修正を活用できるようにします。 重要な利点: *MT4およびMT5の仕事 *明確な買いまたは売りシグナル *再描画しません ·すべての資産で動作します 私はeaやセットをtelegram it詐欺で販売しないように注意してください。 すべての設定はここでブログで無料です。  重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! 私の他のプロダクトと同様、実質操作の監視はここに見つけることができます: https://www.mql5.com/en/users/mechanic/seller&nbsp ; 設定および入力: すべての
作者のその他のプロダクト
We have all seen a currency pair enter the overbought or oversold territory and stay there for long periods of time. What this indicator does is gives you the emphasis. So if you are looking for reversals then you may want to take notice when oversold territory is entered into with a bullish engulfing candle or if the trend is your thing then check for bearish engulfing candles while entering oversold. This indicator will show a downward arrow when it detects a bearish engulfing candle while cro
FREE
Consecutive candles can give us an indication as to the strength of a trend. With this indicator, you can set the number of consecutive bull or bear candles you wish to be present before achieving a valid signal of RSI crossing into overbought or oversold. With this information, you can better judge if a continuation or reversal situation is about to present. RSI has two settable levels Interesting settings: Number of consecutive candles needed before a valid signal Overbought level of RSI Over
FREE
Chaos Trader Lite attempts to use aspects of chaos theory to place trades in the marketplace. This Expert Advisor, in particular, draws upon theories made by Bill Williams. Every version of MetaTrader contains the Bill Williams indicators. I wondered why was he deemed so important as to have his own set of indicators added to MetaTrader with name attribution. Conducting research I found that Bill Williams wrote a book using chaos theory to trade the markets. The Bill Williams indicators are usef
FREE
Optimizes the value of overbought and oversold on each new bar. This expert strives to choose the best values for a simple strategy where it sells when the indicator crosses below an overbought level and executes a buy when it crosses above an oversold level. The best overbought and oversold level is calculated on each new bar according to how that value would have performed during the optimizing periods which can be specified. Inputs Unique number for this EA - can be any integer value. Optimi
The Wolfalizer Indicator combines the functionality of the  Engulfing Stochastic  along with the  ConsecutiveRSI  and adds alerts along with more detailed output to the journal. This Indicator will alert you when RSI or Stochastics cross into oversold or overbought. You can set the oversold and overbought levels for RSI and Stochastics separately. You can pick if you want an engulfing candle to appear on the cross or set a number of consecutive candles you would like to see. Interesting Inputs i
This expert adviser works with EURUSD, AUDJPY, GBPJPY, NZDJPY, GBPJPY, NZDJPY, GBPCHF, GBPCAD, GBPAUD, and EURNZD. This EA utilizes similar mechanisms from the Swing Points indicator to generate Fibonacci levels. With these levels it picks the best time to enter and exit a trade. When trading with this system look forward to a daily bonus, because it detects and trades only in the direction of positive rollover. This bonus amount over time can be considerable and is not shown when back testing w
Swing Points are those places on the chart where price changes direction. This is an MT5 version of my MT4 Swing Points Indicator. Found on the code base at  https://www.mql5.com/en/code/15616  and in the market at  https://www.mql5.com/en/market/product/22918 The beginning input parameters allow you to configure your alerts. Turn on screen alerts  allows you to turn on and off screen alerts. True is on, false is off. Turn on push to phone alerts allows you to turn on and off push to phone aler
The Wolfalizer Indicator combines the functionality of the Engulfing Stochastic  along with the ConsecutiveRSI  and adds alerts along with more detailed output to the journal. This Indicator will alert you when RSI or Stochastics cross into oversold or overbought. You can set the oversold and overbought levels for RSI and Stochastics separately. You can pick if you want an engulfing candle to appear on the cross or set a number of consecutive candles you would like to see. Interesting Inputs inc
フィルタ:
topline8000
1144
topline8000 2023.02.16 12:10 
 

did not help much

faithdefender
1736
faithdefender 2022.04.29 01:27 
 

The thought was nice, but it seems to just flow with price and gives too many signals. Maybe its the pair? UI dont know, but thanks for trying to help traders.

Joseph Smith
178
Joseph Smith 2020.10.03 21:23 
 

Doesn't work well enough, to many false signals

レビューに返信