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
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
PZ Penta O MT4
PZ TRADING SLU
2.33 (3)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出す
M1 SNIPER は使いやすいトレーディングインジケーターシステムです。M1時間足向けに設計された矢印インジケーターです。M1時間足でのスキャルピングのためのスタンドアロンシステムとして、また既存のトレーディングシステムの一部としても使用できます。このトレーディングシステムはM1時間足での取引に特化して設計されていますが、他の時間足でも使用できます。元々、この手法はXAUUSDとBTCUSDの取引用に設計しましたが、他の市場においても役立つと考えています。 インジケーターのシグナルは、トレンドの方向と逆方向に取引できます。インジケーターのシグナルを利用して両方向に取引するのに役立つ特別な取引テクニックをご紹介します。この手法は、特別な動的なサポートとレジスタンスの価格帯を利用することに基づいています。 ご購入後、M1 SNIPER矢印インジケーターをすぐにダウンロードできます。さらに、M1 SNIPERツールのすべてのユーザーに、以下のスクリーンショットに表示されているApollo Dynamic SRインジケーターを無料で提供しています。この2つのインジケーターを組み合わせることで
Game Changerは、あらゆる金融商品で使用できる革新的なトレンドインジケーターです。MetaTraderを強力なトレンドアナライザーへと変貌させます。あらゆる時間枠で動作し、トレンドの特定、反転の可能性のシグナル、トレーリングストップ機能、そして迅速な市場反応のためのリアルタイムアラートを提供します。経験豊富なプロでも、優位性を求める初心者でも、このツールは自信と規律、そして根本的なトレンドダイナミクスを明確に理解した上で取引を行うための力となります。このインジケーターはリドロー機能も備えています。 購入後すぐにご連絡いただければ、個人ボーナスを進呈いたします。Strong SupportとTrend Scannerインジケーターの無料コピーを入手できます。[email protected]までプライベートメッセージを送ってください。 私のEAや特別なセットはTelegramでは販売しておりません。MQL5でのみ販売しており、セットファイルは私のブログでのみ公開しています。詐欺師にはご注意ください。他の方からセットを購入しないでください。 設定 トレンド変化時のアラート
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
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるための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ライン) 一度シグナルが現れたら、それは有効です!これは、リペイント機能を持つインジケーターとの重要な違いです。リペイント機能を持つインジケーターは、シグナルを発した後、それを変更し、資金の損失につながる可能性があります。これにより、より高い確率と精度で市場に参入できます。また、矢印が現れた後、目標値(利益確定)に達するか、反転シグナルが現れるまで、ローソク足の色を変更する機能もあります。 繰り返しエントリ       主要プレーヤーの
現在40%OFF! このダッシュボードは、複数のシンボルと最大9つのタイムフレームで動作するソフトウェアの非常に強力な部分です。 このソフトは、弊社のメインインジケーター(ベストレビュー:Advanced Supply Demand)をベースにしています。    Advanced Supply Demand ダッシュボードは、素晴らしい概要を提供します。それは示しています。  ゾーン強度評価を含むフィルタリングされた需給値。 ゾーン内/ゾーンへのPips距離。 ネストされたゾーンがハイライトされます。 選択されたシンボルの4種類のアラートを全ての(9)時間枠で提供します。 それはあなたの個人的なニーズに合わせて高度に設定可能です。 あなたの利益! すべてのトレーダーにとって最も重要な質問です。 市場に参入するのに最適なレベルはどこか? 成功のチャンスとリスク/リターンを得るために、強力な供給/需要ゾーン内またはその近くで取引を開始します。 損切りの最適な位置はどこですか? 最も安全なのは、強力な供給/需要ゾーンの下/上にストップを置くことです。 最適な利益
Trend Screener
STE S.S.COMPANY
4.79 (95)
トレンドインジケーター、1つのツールに組み込まれたすべての重要なトレンド機能を備えたトレンドトレーディングとフィルタリングのための画期的なユニークなソリューション! これは、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームおよびマルチ通貨インジケーターです。 期間限定オファー: サポートおよびレジスタンス スクリーナー インジケーターは、たった 50 ドルで永久的にご利用いただけます。(元の価格 250 ドル) (オファー延長) トレンドスクリーナーは、チャート内のドットで矢印トレンドシグナルを提供するインジケーターに続く効率的なインジケーターです。 トレンド分析インジケーターで使用できる機能: 1.トレンドスキャナー。 2.最大利益分析を備えたトレンドライン。 3.トレンド通貨強度メーター。 4.アラート付きのトレンド反転ドット。 5.アラート付きの強いトレンドドット。 6.トレンド矢印 毎日の分析例、毎日のシグナルパフォーマンス...など、トレンドスクリーナーインジケーターを使用して、ここで見つけること
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
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
現在40%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvanced
Weis Wave with Alert
Trade The Volume Waves Single Member P.C.
4.82 (22)
Rental/Lifetime Package Options and Privileges' Rent Monthly Six Months   Yearly/Lifetime Weis Wave with Speed with Alert+Speed Index x x x Manual  x x x Quick Set up Video x x x Blog x x x Lifetime Updates x x x Setup and Training Material x x Rectangle Break Alert Tool      x Discord Access Channel "The SI traders" x   How to trade info visit:    http://www.tradethevolumewaves.com   ** If you purchase please contact me to setup your  : training Room and  complete manual access.  This is
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
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
Apollo Secret Trend は、任意のペアと時間枠でトレンドを見つけるために使用できるプロのトレンド インジケーターです。インジケーターは、取引するペアや時間枠に関係なく、市場のトレンドを検出するために使用できる主要な取引インジケーターになることができます。インジケーターで特別なパラメーターを使用することにより、シグナルを個人の取引スタイルに適応させることができます。 このインジケーターは、PUSH 通知を含むすべてのタイプのアラートを提供します。インジケータの信号は再描画しないでください!提供されたスクリーンショットでは、アポロ シークレット トレンド インジケーターと買われ過ぎ/売られ過ぎのオシレーター インジケーターを組み合わせて見ることができます。これは完全に無料で提供されます。 購入後、2 番目の買われすぎおよび売られすぎのオシレーター インジケーターを無料で入手するために私に連絡してください!また、システムの使用方法についても説明します。お得な特典もご用意しております!
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 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適な
Slayer Binary
Abdulkarim Karazon
5 (1)
スレイヤーバイナリーは、1キャンドルストライク矢印インジケーターのバイナリーオプションです。この指標は、聖杯を求める人向けではなく、一般的な取引に対して非現実的なアプローチです。この指標は一定のヒット率を示し、資金管理と日々の目標と組み合わせて使えば、さらに信頼性が高まります。インジケーターには以下に記載される多くの機能が備わっています: 特徴 再塗装なし:インジケーターは矢印をライブで再塗装しません。一度矢印が出ると、価格が逆方向に動いても矢印はその位置に留まります。 統計パネル:総合勝率%や最大損失勝ちシグナルなどの指標パフォーマンス統計を表示するパネル ダイバージェンスに基づく実証済み論理:この指標はダイバージェンス戦略を用いて売買矢印を決定します。 6つ以上の追加フィルター:インジケーターには勝率を上げ、無限のコンボを試せるための多数の追加フィルターがあります。 どうやってトレードするの? 単純に上向き矢印が出たときにコール/買いを開き、その期間の次のローソク足で取引を閉じればいいだけです...売却/プットシグナルも逆です。 日々の目標、例えば3勝者を挙げてから取引を停止す
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
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.
チャートを構成し、周期的な価格変動を識別するテクニカル指標。 どのチャートでも動作します。 いくつかの種類の通知。 グラフ自体に追加の矢印があります。 履歴を再描画せずに、キャンドルのクローズに取り組みます。 M5以上のTFを推奨します。 パラメータの使用と設定が簡単です。 異なるパラメータを持つ 2 つのインジケーターを使用する場合、他のインジケーターなしで使用できます。 入力パラメータは2つあります 周期性と信号持続時間 これら 2 つのパラメータは、チャート構造の処理を扱います。 Cyclicity - 反転サイクルが変化する頻度を調整し、サイクルを滑らかにします。 Signal duration - 最小数では価格変動の衝動を検出し、最大数では長期的なトレンドの動きを検出します。
現在20%OFF! 初心者やエキスパートトレーダーに最適なソリューションです。 このインディケータは、エキゾチックペア・コモディティ・インデックス・先物など、あらゆるシンボルの通貨の強さを表示することに特化したインディケータです。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨の強さを表示するために、9行目にどのシンボルでも追加することができます。独自の機能を多数搭載し、新しい計算式を採用したため、ユニークで高品質、かつ手頃な価格のトレーディングツールとなっています。新しいトレンドやスキャルピングチャンスのトリガーポイントを正確に把握することができるため、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアル:ここをクリック   https://www.mql5.com/en/blogs/post/708876 すべての時間枠に対応します。あなたはすぐにトレンドを見ることができるようになります! 新しいアルゴリズムに基づいて設計されているため、潜在的な取引の特定と確認がより簡単になります。これは、8つの主要通貨と1つのシンボルの強弱
No Repaint Bext は完全な取引システムです。エントリーとエグジットのタイミング、そして取引の方向を示します。 緑の矢印 が表示されるたびに、 買い注文 を開きます。 赤い矢印 が表示されたら、すべての買い注文を閉じます。 同様に、 赤い矢印 が表示されたら、 売り注文 を開き、 緑の矢印 が表示されたらすべての売り注文を閉じます。 取引には M5(1分足) を使用し、 どの通貨ペアでも取引可能 です。 このインジケーターは 再描画されず 、ほとんど遅延しません。ただし、 ローソク足が確定するまで待つ という自然な条件はあります。 RSI フィルター と**2 つのクラシックな反転パターン(エンゴルフィング、ピンバー)**を使用し、反転の瞬間をほぼリアルタイムで捉えます。 インジケーターの効果的な使い方 どの通貨ペアでも使用可能 (テスト済み: GBPUSD, EURUSD ) 時間足:M5(1分足) 初期資金:500ドル以上 取引ロット:0.01 緑の矢印 が表示されたら、買い注文を開く。 赤い矢印 が表示されたら、すべての買い注文を閉じる。 赤い矢印 が表示されたら、売
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 ; 設定および入力: すべての
Are you looking for a simple and reliable indicator that can help you spot market swing points easily? Do you want clear buy and sell signals that work on any timeframe and any trading instrument? Buy Sell Signal Pro is designed to do exactly that. It helps traders identify important market turning points and understand the current market structure in a clear and easy way. This indicator detects Higher Highs (HH), Higher Lows (HL), Lower Highs (LH), and Lower Lows (LL) so you can quickly see wh
Gold Buster M1 System - XAUUSDペアのM1チャートのプロの取引システムです。しかし、このシステムはもともと金の取引専用に開発されたという事実にもかかわらず、このシステムは他のいくつかの通貨ペアでも使用できます。購入後、XAUUSDに加えてシステムで使用できるトレーディングペアのリストを提供します。これにより、このシステムを使用する可能性が広がります。 システム内のすべてのインジケーターは繰り返されません! このシステムは、3つのインジケーターのセットです。市場の強さを視覚的に表示するトレンドインジケーター、矢印インジケーター、ボリュームインジケーターです。購入後、すぐにトレンドインジケーターをダウンロードできます。残りの2つのインジケーターはシステム全体の一部であるため、無料で提供します。また、チャートにインジケーターをロードするために使用できるテンプレートを提供します。さらに、私のシステムとの取引方法を教え、私の推奨事項を共有します。あなたを待っている素晴らしいボーナスもあります! 購入後すぐにご連絡ください!
TrendLine PRO MT4
Evgenii Aksenov
4.83 (167)
The Trend Line PRO indicator is an independent trading strategy. It shows the trend change, the entry point to the transaction, as well as automatically calculates three levels of Take Profit and Stop Loss protection. Trend Line PRO is perfect for all Meta Trader symbols: currencies, metals, cryptocurrencies, stocks and indices. The indicator is used in trading on real accounts, which confirms the reliability of the strategy. Robots using   Trend Line PRO   and real Signals can be found here:   
作者のその他のプロダクト
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
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
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

レビューに返信