• 概要
  • レビュー (20)
  • コメント (103)
  • 最新情報

Market Structure Patterns MT4

5

Market Structure Patterns is an indicator based on smart money concepts that displays SMC/ICT elements that can take your trading decisions to the next level. Take advantage of the alerts, push notifications and email messages to keep informed from when an element is formed on the chart, the price crosses a level and/or enters in a box/zone. Developers can access the values of the elements of the indicator using the global variables what allows the automation of trading decisions based on SMC/ICT strategies.

Thinking on high level of customization, the indicator allows to customaze the color and transparency of the element, display the labels using bubble style, display the sessions/trading windows in the bottom of the chart or over the price chart, has an exclusive algorithm to avoid labels/text overlappingpaints the candlesticks depending on the trend and/or internal and swing trend alignment. This feature can be enabled in the parameter "Color Candles". By default the trend is show as green for bullish trend and red for bearish trend. Among with the trend the candlesticks can be filled or not giving the hability to recognize bullish and bearish candlesticks.

Elements and/or Abreviations:

The elements present in the indicator are listed down with their abreviations when applied:

  • Premium, Equilibrium and Discount zones
  • Strong/Weak High/Low
  • Automatic Fibonacci
  • OTE - Optimal Trade Entry
  • HH, HL, LH, LL- Higher highs, higher lows, lower highs and lower lows
  • EQH, EQL - Equal highs and Equal lows
  • BSL, SSL - Buy Stops Liquidity and Sell Stops Liquidity
  • EQH-BSL, EQL-SSL - Buy Stops Liquidity on Equal Highs and Sell Stops Liquidity on Equal Lows
  • BoS, iBoS - Break of structures and Internal Break of Structure
  • CHoCH, iCHoCH - Change of character and Internal Change of Character
  • OB, iOB - Order Blocks and  Internal Order Blocks
  • BB, iBB - Breaker Blocks and Internal Breaker Blocks
  • Liquidity voids
  • FVG - Fair Value Gap
  • InvFVG - Inverse  Fair Value Gap
  • ImpFVG - Implied Fair Value Gap
  • OG - New Day Opening Gap
  • HoD, LoD, OoD - High of the day, Low of the day and Open of the day
  • PDH, PDL, PDO, PDC - Prior day high, low, open and close
  • PWH, PWL , PWO, PWC - Prior week high , low, open and close
  • PMH, PML , PMO, PMC - Prior month high , low, open and close
  • Sessions, Kill Zones and Silver Bullet  Trading Window

Global Variables:

The access to order blocks and structure breaks values through global variables can be made using the names conventions as follow:

// The timeframe to get the data
string timeframe = StringSubstr(EnumToString(_Period), StringLen("PERIOD_"));
string prefix = "SMP-"+_Symbol+"("+timeframe+")", for example "SMP-EURUSD(H4)";

// For bullish order blocks (for bearish just replace 'Bullish' by 'Bearish')
// Add "Bullish-IOB" for internal nullish order blocks or "Bullish-OB" for swing bullish order blocks;
// Add "-Total to get the amount of order blocks on the charts;"
int bullish_iob_total = GlobalVariableGet(prefix+"Bullish-IOB-Total")

// use for loop to get all the values
for(int i=0;i<bullish_iob_total;i++)
{
        // Add "[index]-Top" and/or "[index]-Bot" to get the order blocks values.
        double iob_top = GlobalVariableGet(prefix+"Bullish-IOB["+(string)i+"]-Top");
        double iob_top = GlobalVariableGet(prefix+"Bullish-IOB["+(string)i+"]-Bot");
}

// For structure breaks:
// Add the pattern name as displayed on the chart. For example, +iCHoCH can be accessed by "SMP-EURUSD(H4)-+iCHoCH"

// For Premium/Equilibrium/Discount:
// Add the pattern name followed by the desired level. For example, Premium-Top and Premium-Bot can be accessed respectively by "SMP-EURUSD(H4)-Premium-Top" and "SMP-EURUSD(H4)-Premium-Bot"


The access to the indicator data by buffers indexes was introduced in the version 3.24. The data available is mapped as follow:

Buffer index Data stored in the buffer
0 Internal Top Price
1 Internal Bottom Price
2 Internal Bull Bos
3 Internal Bear Bos
4 Internal Bull Choch
5 Internal Bear Choch
6 Internal Bull Order Block Top
7 Internal Bull Order Block Bottom
8 Internal Bear Order Block Top
9 Internal Bear Order Block Bottom
10 Internal Bull Breaker Block Top
11 Internal Bull Breaker Block Bottom
12 Internal Bear Breaker Block Top
13 Internal Bear Breaker Block Bottom
14 Swing Top Price
15 Swing Bottom Price
16 Swing Bull Bos
17 Swing Bear Bos
18 Swing Bull Choch
19 Swing Bear Choch
20 Swing Bull Order Block Top
21 Swing Bull Order Block Bottom
22 Swing Bear Order Block Top
23 Swing Bear Order Block Bottom
24 Swing Bull Breaker Block Top
25 Swing Bull Breaker Block Bottom
26 Swing Bear Breaker Block Top
27 Swing Bear Breaker Block Bottom
28 BSL Taken
29 SSL Taken
30 EQH Price1
31 EQH Price2
32 EQL Price1
33 EQL Price2
34 Premium Top
35 Premium Bottom
36 Equilibrium Top
37 Equilibrium Bottom
38 Discount Top
39 Discount Bottom
40 Strong High
41 Weak High
42 Strong Low
43 Weak Low
44 Bull FVG Top
45 Bull FVG Bottom
46 Bear FVG Top
47 Bear FVG Bottom
48 Bull Inverse FVG Top
49 Bull Inverse FVG Bottom
50 Bear Inverse FVG Top
51 Bear Inverse FVG Bottom
52 Bull Implied FVG Top
53 Bull Implied FVG Bottom
54 Bear Implied FVG Top
55 Bear Implied FVG Bottom
56 Bull Liquidity Void Top
57 Bull Liquidity Void Bottom
58 Bear Liquidity Void Top
59 Bear Liquidity Void Bottom

レビュー 20
Molefi Mokhethi
387
Molefi Mokhethi 2024.07.29 12:04 
 

i am new to ICT/SMC and i have just added this indicator into my trading arsenal. i can already say its clear. Two months later, May you update it with ICT daily bias with options for all time frames bias...THANK YOU FOR ADDING BPR

Max
1369
Max 2024.07.09 11:21 
 

Brilliant tool, clean design and well programmed, love the box shades and clever labels (i never saw this on any mql product) Order blocks and FVGs accurately displayed for trading (not repainted or appearing on secondary move) and numerous other aspect/tools included in one package! This is actually cheaper than many but does more in better quality surprisingly. And beautiful design mostly. Extensive options and alerts on each aspect.+++

Akos Petrekovics
136
Akos Petrekovics 2024.05.27 07:59 
 

Very good, useful tool. Must for SMC! Best, here in this market.

おすすめのプロダクト
Anti Bat Harmonic Pattern Indicator MT4 The Anti Bat Harmonic Pattern Indicator automatically identifies and draws patterns using price structure analysis algorithms combined with Fibonacci ratios. This harmonic pattern is essentially the inverse of the traditional Bat pattern. While the Bat pattern is designed to pinpoint a strong reversal zone after a significant retracement, the Anti Bat pattern represents a shallower correction, with price reversals occurring at different Fibonacci ratios co
FREE
Description: The indicator measures, through the zigzag indicator, the levels of trend or correction. It shows in the chart the levels of each low or high detected. KEY LINKS:   How to Install  –  Frequent Questions  -  All Products  How is this indicator useful? This indicator determines, depending on Zigzag parameter if a trend is beginning, developing, or ending This indicator determines the direction of the trend Components Levels as positive or negative numbers, depending on the direction
FREE
Leonardo Harmonic Pattern Indicator MetaTrader 4 The Leonardo Harmonic Pattern Indicator is recognized as one of the most accurate tools for identifying price reversal zones using Fibonacci ratios in technical analysis. Designed for MetaTrader 4, this classic chart pattern indicator is similar to the Bat Pattern but differs significantly in its Fibonacci levels. By clearly identifying the XA to CD wave sequences, traders can pinpoint precise entry or exit points. Key Fibonacci levels like 50%,
FREE
Nen Star Harmonic Pattern Indicator for MetaTrader 4 The Nen Star Harmonic Pattern Indicator is an advanced tool in technical analysis that relies on Fibonacci ratios to identify potential price reversal zones. This pattern is used by traders to spot precise turning points in the market. The structure consists of five key points: X, A, B, C, and D, and can appear in both bullish and bearish trends. In bullish formations, it resembles the letter "M", while in bearish setups, the pattern forms a
FREE
Non-Repainting Supertrend Indicator for MT4 The Non-Repainting Supertrend Indicator is a powerful tool for detecting market trends and breakout points. Specifically designed for the MetaTrader 4 (MT4) platform, this support and resistance indicator uses a dynamic trendline and signal arrows to accurately reflect the direction and potential reversal of price movements. «Indicator Installation & User Guide» MT4 Indicator Installation  | Non Repainting Supertrend Indicator for MT5   | ALL Product
FREE
ピボットポイントフィボRSJは、フィボナッチレートを使用してその日のサポートラインとレジスタンスラインを追跡するインジケーターです。 この壮大な指標は、フィボナッチレートを使用してピボットポイントを通じて最大7レベルのサポートとレジスタンスを作成します。 価格がこのサポートとレジスタンスの各レベルを尊重する方法は素晴らしいです。そこでは、オペレーションの可能な入口/出口ポイントを認識することができます。 特徴 最大7レベルのサポートと7レベルの抵抗 レベルの色を個別に設定します 入力 ピボットタイプ ピボットフィボRSJ1 =フィボ比1の計算 ピボットフィボRSJ2 =フィボ比2の計算 ピボットフィボRSJ3 =フィボ比3の計算 ピボットフィボクラシック=クラシックピボット計算 最小ピボットレベル ピボット3レベル ピボット4レベル ピボット5レベル ピボット6レベル ピボット7レベル それでも質問がある場合は、ダイレクトメッセージで私に連絡してください: https://www.mql5.com/ja/users/robsjunqueira/
FREE
5-0 Harmonic Pattern Indicator MT4 The 5-0 Harmonic Pattern indicator is a practical tool in the MetaTrader 4 platform for identifying harmonic patterns. This indicator detects the 5-0 harmonic pattern by locating 6 pivot points on the chart and visualizing it by drawing connecting lines.Traders can spot bullish and bearish formations by combining this indicator with technical analysis, enabling more refined and specialized chart analysis. «Indicator Installation & User Guide» MT4 Indicator Inst
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
This indicator scans for you up to 30 trading instruments and up to 8 timeframes for occurrences of the high probability reversal patterns: Double Tops/Bottoms with fake breakouts . Please read also the blog post " Professional Trading With Double Tops/Bottoms And Divergences! " which explains the concepts behind the ULTIMATE Double Top/Bottom indicator and how you can use a professional top-down approach. This FREE Version of the Scanner scans only EURUSD and GBPUSD. The full version of the sca
FREE
Multi Divergence Indicator for MT4 - User Guide Introduction Overview of the Multi Divergence Indicator and its capabilities in identifying divergences across multiple indicators. Importance of divergence detection in enhancing trading strategies and decision-making. List of Indicators RSI CCI MACD STOCHASTIC AWSOME MFI ACCELERATOR OSMA MOMENTUM WPR( Williams %R) RVI Indicator Features Indicator Selection:  How to enable/disable specific indicators (RSI, CCI, MACD, etc.) for divergence detectio
FREE
Classic Bat Harmonic Pattern Indicator for MT4 The Classic Bat Harmonic Pattern Indicator is one of the most well-known harmonic patterns in technical analysis. Formed based on precise Fibonacci ratios, this pattern signals a strong price correction. This MT4 candlestick-based indicator displays bullish Bat patterns in pink and bearish Bat patterns in blue. It helps traders identify optimal entry and exit points. «Indicator Installation & User Guide» MT4 Indicator Installation  | Classic Bat H
FREE
Judas Swing with Confirmation Indices ICT MT4 The Judas Indicator with Confirmation is specifically designed to detect deceptive price movements on the chart. This tool helps traders recognize the true market trend by filtering out fake breakouts, reducing the risk of falling for false signals. By confirming the primary trend within a 1-minute timeframe , it minimizes the chances of traders making incorrect decisions. «Indicator Installation & User Guide» MT4 Indicator Installation  |  Judas Sw
FREE
PZ Fibonacci
PZ TRADING SLU
4.8 (10)
Are you tired of plotting fibonacci retracements or extensions manually? This indicator displays fibonacci retracements or extensions automatically, calculated from two different price points, without human intervention or manual object anchoring.  [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use Manual anchoring is not needed Perfect for price confluence studies The indicator evaluates if retracements or extensions are needed Once drawn, you can manually
FREE
Classic Harmonic Butterfly Pattern Indicator for MT4 The Classic Butterfly Harmonic Pattern Indicator is designed to visually detect and display butterfly patterns on MetaTrader 4 charts, highlighting potential price reversal zones. A distinctive feature of this pattern is that point "D" extends beyond the initial point "X." The appearance of the butterfly pattern typically signals the conclusion of the current trend and the potential beginning of a new directional move. This indicator displays
FREE
QuantumAlert Stoch Navigator is a free indicator available for MT4/MT5 platforms, its work is to provide "alerts" when the market is inside "overbought and oversold" regions in the form of "buy or sell" signals. This indicator comes with many customization options mentioned in the parameter section below, user can customise these parameters as needful. Join our   MQL5 group , where we share important news and updates. You are also welcome to join our private channel as well, contact me for the p
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
TrendPlus
Sivakumar Subbaiya
4.07 (14)
Trend Plus   Trendplus  Indicator   Time Frame: Suitable for any time frame.  Purpose: Trend Prediction. Blue and red candle indicate the buy and sell call respectively. Buy: When the blue candle is formed buy call is initiated. close the buy trades when the next red candle will formed.   Sell: When the Red candle is formed Sell call is initiated. close the Sell trades when the next blue candle will formed.   Happy trade!!
FREE
ZP Day Trading Indicator in MT4 The ZP Day Trading Indicator identifies price range zones and displays them using colored boxes on the chart. Price fluctuations within a defined area, between a support and resistance zone, form the trading range zone. This indicator is developed based on the Price Action trading style and, besides marking the zones, provides entry signals for trades. «Indicator Installation & User Guide» MT4 Indicator Installation  | ZP Day Trading Indicator MT5   | ALL Produ
FREE
ADR Bands
Navdeep Singh
4.5 (2)
Average daily range, Projection levels, Multi time-frame ADR bands shows levels based on the selected time-frame. Levels can be used as projections for potential targets, breakouts or reversals depending on the context in which the tool is used. Features:- Multi time-frame(default = daily) Two coloring modes(trend based or zone based) Color transparency  
FREE
Deep Crab Harmonic Pattern Indicator for MetaTrader 4 The Deep Crab Harmonic Pattern Indicator is a dedicated technical analysis tool that leverages Fibonacci ratios and pivot point analysis to identify harmonic patterns on price charts. Developed for the MetaTrader 4 platform, this indicator helps traders quickly recognize the Deep Crab Harmonic Pattern with visual clarity.Using this tool, traders can detect changes in market structure and make timely decisions based on the completion of the p
FREE
No idea why demo is not working. you can check the GIF to see how it works. Features With this scanner you can detect Candles which are below/above yesterday high/low lines. A pair's rectangle turns RED in dashboard if it is above the yesterday high, and rectangle turns GREEN in dashboard if it is below the yesterday low. It gives alerts in every 15m candle close. Contains a Dashboard which will help you to see all market pair's. It is possible to disable this sorting through to make it easier
Fibonacci calculator is used with Elliot Waves, it can generate remarkable results. A trader could use these levels or ratios to find high probability trades with very small stop loss. You may also use these ratios to find Elliott Waves extensions and to book profit near those levels. For Elliot Wave experts, Fibonacci calculator is a highly useful tool that can assist them in calculating Fibonacci extension and retracement levels for the market price. The indicator proves itself as a useful one
Three Bar Break is based on one of Linda Bradford Raschke's trading methods that I have noticed is good at spotting potential future price volatility. It looks for when the 1st bar's High is less than the 3rd bar's High as well as the 1st bar's Low to be higher than the 3rd bar's Low. This then predicts the market might breakout to new levels within 2-3 of the next coming bars. It should be used mainly on the daily chart to help spot potential moves in the coming days. Features : A simple metho
FREE
Super Trend Alert Indicator for MT4 is a powerful tool designed to help traders identify and follow market trends with precision. This indicator uses a proprietary algorithm to analyze price movements and provide clear trend signals, making it suitable for traders across all experience levels. You can find the MT5 version   here You can find the MT5 version here   SuperTrend Multicurrency Scanner MT5 Download the Expert Advisor    Supertrend Strategy EA MT5 Key features of the Super Trend Indic
FREE
Special offer!   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
The Auto Fibonacci Indicator is a professional technical analysis tool that automatically draws Fibonacci retracement levels based on the most recent closed Daily (D1) or 4-Hour (H4) candle. These levels are widely used by traders to identify key support , resistance , and trend reversal zones . This version is designed for manual trading and supports a powerful trading strategy using Fibonacci levels combined with a 50-period EMA (Exponential Moving Average) , which you can easily add from MT4
FREE
Judas Swing ICT Forex With Confirmation Indicator MT4 The Judas Swing ICT Forex with Confirmation Indicator is designed based on the ICT trading approach, leveraging market structure and liquidity analysis within the one-minute chart. This tool assists traders in recognizing key liquidity zones and significant trend reversals. This MetaTrader 4 indicator highlights areas where liquidity builds up and potential false breakouts, commonly referred to as Judas Swings . These zones are distinctly mar
FREE
Forex Time Zone Indicator for MetaTrader 4 The Forex Time Zone Indicator for MetaTrader 4 is a fundamental resource for traders working in the global currency markets. No matter the trading methodology—scalping, intraday, or day trading—knowing when specific financial centers are active can significantly enhance trade timing and execution. As liquidity and trading volume flow across regions such as Asia, Europe, and North America, monitoring the timing of market activity becomes vital for capita
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
The Fibonacci Volatility Bands indicator is a refined tool designed to enhance your market analysis by integrating Fibonacci retracements with the Bollinger Bands concept. This indicator visually highlights potential areas of support and resistance, providing traders with a clearer understanding of price fluctuations and volatility. MT5 Version -  https://www.mql5.com/en/market/product/126422/ The core of the Fibonacci Volatility Bands is built around a Volume Weighted Moving Average (VWMA) that
FREE
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 購入後はご連絡ください!私の取引のヒントと素晴らしいボーナスインジケーターを無料で共有します! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出
CYCLEMAESTROとの取引 シグナルはシンプルで即時です。領域の背景が緑または赤に変わると、取引シグナルがアクティブであることを意味します。緑 = 買い、赤 = 売り。トレーダーはトレードを開き、次の指示に従うことができます。  注意:CYCLEMAESTRO は当ウェブサイトでのみ配布されており、他の配布元はありません。 DEMO バージョンは参照用であり、サポートされていません。最終バージョンはサポートされており、完璧に動作します。 CYCLEMAESTRO は、TRADING、BUY、SELL、STOP LOSS、ADDING シグナルの提供に役立つ、最初で唯一のサイクリック分析インジケーターです。 Serghei Istrati のロジックに基づいて作成され、Stefano Frisetti によってプログラムされました。 CYCLEMAESTRO は他のインジケーターとは異なり、サイクルで機能するものだけを解釈し、明確な取引シグナルを備えた解釈不可能なインジケーターを作成することが課題でした。これは、市場にあるさまざまなインジケーターとは異なり、すべてがユー
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 インジケーターが提供するもの  オリジナルで気に入っていたすべての機能が、新機能と精度の向上によって強化されました。 主な機能: 独自の通貨強度計算式。 すべての時間枠でスムーズかつ正確な強度ライン。 トレンドの特定と正確なエントリーに最適です。 ダイナミックマーケットフィボナッチレベル (マーケットフィボナッチ)。 このインジケーターに固有
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
PUMPING STATION – あなた専用の「オールインワン」戦略 PUMPING STATIONは、あなたのトレードをより楽しく、そして効果的に変えてくれる革新的なFXインジケーターです。ただの補助ツールではなく、強力なアルゴリズムを備えた本格的なトレーディングシステムで、より安定したトレードのスタートをサポートします。 この商品をご購入いただくと、以下の特典を無料でお付けします: 専用セットファイル:自動設定による最大パフォーマンスを実現。 ステップバイステップのビデオマニュアル:PUMPING STATION戦略の使い方を学べます。 Pumping Utility:PUMPING STATION専用の半自動トレードボットで、より快適かつシンプルな運用を可能にします。 ※ご購入後すぐにご連絡ください。追加リソースへのアクセスを提供いたします。 PUMPING STATIONの仕組み: トレンド管理:市場のトレンド方向を即座に判断。トレンドはあなたの最高の味方です。 エントリーサイン:チャート上の矢印で、取引のタイミングと方向を明確に示します。 明確な目標設定:インジケーターが自
もちろんです。以下は、提供いただいたテキストの日本語への翻訳です: MT4用の天文学指標をご紹介します:究極の天体トレーディングコンパニオン トレーディング体験を天空の高みに高める準備はできていますか?私たちの革命的なMT4用の天文学指標をご紹介します。この革新的なツールは、複雑なアルゴリズムの力を借りて、類まれなる天文学的洞察と精密な計算を提供します。 あなたの指先で宇宙の情報を: 宝のような天文学的データが明らかになる包括的なパネルをご覧ください。惑星の地理的/太陽中心座標、太陽と地球の距離、星の大きさ、伸び、星座、黄道座標および赤道座標、さらには水平座標まで、それぞれが綿密に計算され美しく表示されています。指標によって生成される垂直線は時間値に対応し、トレーディングの旅に宇宙の視点を提供します。 惑星のラインと関係: グラフを飾る惑星のラインの魔法を体験し、スケールと角度をカスタマイズできます。直感的なコントロールパネルを介して各惑星のラインの表示を簡単に切り替えることができます。指定された時刻範囲内での合会、六分会、四分会、三分会、対会、逆行の指標で天体の関係の芸術を発見してく
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
優れたテクニカルインジケーター「Grabber」をご紹介します。これは、すぐに使える「オールインワン」トレーディング戦略として機能します。 ひとつのコードに、市場のテクニカル分析ツール、取引シグナル(矢印)、アラート機能、プッシュ通知が強力に統合されています。 このインジケーターを購入された方には、以下の特典を無料で提供します: Grabberユーティリティ:オープンポジションを自動で管理するツール ステップバイステップのビデオマニュアル:インジケーターのインストール、設定、取引方法を解説 カスタムセットファイル:インジケーターをすばやく自動設定し、最大限の成果を出すための設定ファイル 他の戦略はもう忘れてください!Grabberだけが、あなたを新たなトレードの高みへと導いてくれるのです。 Grabber戦略の主な特徴: 推奨タイムフレーム:M5〜H4 対応通貨ペア・資産:どれでも使用可能ですが、私が実際に検証した以下を推奨します(GBPUSD、GBPCAD、GBPCHF、AUDCAD、AUDUSD、AUDSGD、AUDCHF、NZDUSD、NZDCAD、EURCAD、EURUSD、E
FX Volume
Daniel Stein
4.6 (35)
FX Volume:ブローカー視点で捉える本物の市場センチメント クイック概要 トレード手法をさらに高めたいとお考えですか? FX Volume は、リテールトレーダーやブローカーのポジション状況をリアルタイムで提供します。これは、COTのような遅延レポートよりもはるかに早く知ることができます。安定した利益を目指す方も、さらなる優位性を求める方も、 FX Volume は大きな不均衡を見極め、ブレイクアウトを確認し、リスク管理を洗練させるのに役立ちます。今すぐ始めて、実際の出来高データがどのように意思決定を変革するかを体感してください! 1. FX Volume がトレーダーにとって非常に有益な理由 高精度の早期警戒シグナル • 各通貨ペアを売買しているトレーダー数を、他者よりも早く、ほぼリアルタイムで把握できます。 • FX Volume は、複数のリテールブローカーから得られる本物の出来高データを収集し、分かりやすい形式で提供する 唯一 のツールです。 強力なリスク管理 • ロングやショートの大きな偏り(インバランス)を特定し、潜在的なトレンド転換を見逃しません。ストップ
Quantum Profile System  —   is a comprehensive professional trading system with advanced algorithms. It combines trend direction analysis, volume concentration at key levels, dynamic adaptation to market volatility, and signal generation without delays or repainting. Quantum Profile System integrates the functionality of a volume profile based on linear regression with an adaptive trend channel using ATR. It features volume profiles with construction and display in two directions. Multi-level v
トレンドトレーディング は、タイミングのプルバックとブレイクアウトにより、市場で起こっているトレンドから可能な限り利益を得るように設計された指標です。確立されたトレンドの中で価格が何をしているかを分析することにより、取引の機会を見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 自信を持って効率的に金融市場を取引する むち打ちにならずに確立されたトレンドから利益を得る 収益性の高いプルバック、ブレイクアウト、早期の逆転を認識する この指標は、独自の品質とパフォーマンスを分析します 複数時間枠のダッシュボードを実装します インジケーターは再描画されていません 電子メール/音声/視覚アラートを実装します 確立されたトレンドは多くの取引機会を提供しますが、ほとんどのトレンド指標はそれらを完全に無視しています。インジケーターの解釈はかなり簡単です: (1) トレンドの変化 (2) トレンドの方向への後退 (3) トレンドの方向へのブレイクアウト 赤いダッシュ は下降トレンド中の修正です 青いダッシュ は上昇トレンド中
購入後に包括的なユーザーガイドを入手するには、お問い合わせください。  MQL5のシルバー賞を受賞した開発者が精密に設計したHydra Trend Riderインジケーターで、あなたのトレーディング体験を向上させましょう。比類なき市場の洞察を提供し、意思決定プロセスを強化するこの高度なツールは、トレーダーがトレーディング戦略において精度と効率を追求するための完璧な選択肢です。 MQL5チャンネル に参加する 当社の製品をご購入いただくと、 PDF形式の包括的なユーザーガイドをお送りします。ご購入後にお問い合わせいただければ、 迅速にユーザーガイドをお送りします。 インジケーターの特徴: マルチタイムフレームダッシュボード:  当社の洗練されたダッシュボードで、異なるタイムフレームにわたる市場の全体像を把握しましょう。短期的な変動や長期的なトレンドを分析する際にも、Hydraインジケーターは一瞬も見逃さないようにします。 強力なトレンドシグナル:  強力なトレンドシグナル機能で市場に先んじましょう。このツールは市場のトレンドを特定し、それを活用するのに役立ち、タイムリーで情報に基づい
現在20%OFF! 初心者やエキスパートトレーダーに最適なソリューションです。 このインディケータは、エキゾチックペア・コモディティ・インデックス・先物など、あらゆるシンボルの通貨の強さを表示することに特化したインディケータです。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨の強さを表示するために、9行目にどのシンボルでも追加することができます。独自の機能を多数搭載し、新しい計算式を採用したため、ユニークで高品質、かつ手頃な価格のトレーディングツールとなっています。新しいトレンドやスキャルピングチャンスのトリガーポイントを正確に把握することができるため、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアル:ここをクリック   https://www.mql5.com/en/blogs/post/708876 すべての時間枠に対応します。あなたはすぐにトレンドを見ることができるようになります! 新しいアルゴリズムに基づいて設計されているため、潜在的な取引の特定と確認がより簡単になります。これは、8つの主要通貨と1つのシンボルの強弱
現在31%オフ! 初心者やエキスパートトレーダーに最適なソリューション! このインジケータは、独自の機能と秘密の数式を組み込んだ、ユニークで高品質かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の通貨ペアのアラートを表示します。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に把握することができるので、あなたのトレードがどのように改善されるか想像してみてください! 新しい基本的なアルゴリズムに基づいて構築されているため、潜在的な取引の特定と確認がより簡単になります。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速のスピードを測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアにすれば、利益を生む可能性のある取引を特定することができるのです。 通貨の勢いを示す縦の線と矢印は、あなたの取引の指針となるでしょう。 ダイナミックマーケットフィボナッチ23レベルはアラートトリガーとして使用され、市場の動きに適応します。もしインパルスが黄色のトリガ
VERSION MT5        —        ИНСТРУКЦИЯ RUS           —        INSTRUCTIONS  ENG 主な機能: レンダリングなしで正確な入力信号! シグナルが表示された場合、それは関連性を維持します。これは、シグナルを提供してからそれを変更する可能性があり、入金時の資金の損失につながる可能性があるリドローインジケーターとの重要な違いです。より高い確率と精度で市場に参入できるようになりました。矢印が表示された後、ターゲットに達する (利益確定) か反転シグナルが表示されるまで、ローソク足を色付けする機能もあります。 STOP LOSS / TAKE PROFITゾーンの表示 エントリーポイントを検索する際の視覚的な明瞭さを改善するために、市場に参入するための最適なポイントが検索される買い/売りゾーンを最初に表示するモジュールが作成されました。ストップロスレベルを操作するための追加のインテリジェントロジックは、時間の経過とともにそのサイズを縮小するのに役立ち、その結果、取引を開始するとき(move sl)の初期リスクを軽減しま
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
反転ゾーン / ピークボリューム / 主要プレーヤーのアクティブゾーン =       TS TPSプロシステム 説明書 RUS       /       説明書     英語     /       Version MT5 このインジケーターを購入したすべての購入者は、さらに以下を無料で受け取ります: RFI SIGNALS サービスからの取引シグナルへの 6 か月間のアクセス - TPSproSYSTEM アルゴリズムに従った既製のエントリ ポイント。 定期的に更新されるトレーニング資料 - 戦略に没頭し、プロフェッショナル レベルを高めます。 平日は 24 時間 365 日サポート、非公開のトレーダー チャットへのアクセス - コミュニケーション、サポート、市場状況の分析。 著者の設定ファイル - 余分な労力をかけずに最大の結果を達成するための自動インジケーター設定。 主な機能: 売り手と買い手のアクティブなゾーンを表示します。 このインジケーターは、購入と販売の正しい最初のインパルス レベル/ゾーンをすべて表示します。これらのレベル/ゾーンがアクティブになると、エントリ
Black dragon indicator
Ramil Minniakhmetov
4.81 (121)
トレンド検出インジケーターはあらゆる戦略を補完し、独立したツールとしても使用できます。 インジケーターの操作に関する推奨事項、コメント #8 でダウンロードできます 利点 使いやすく、不要な情報でチャートを過負荷にしません。 あらゆる戦略のフィルターとして使用できます。 利益を得るのとストップロスを設定するの両方に使用できる動的なサポートとレジスタンスのレベルが組み込まれています。 ローソク足が閉じた後、インジケーターの色は変わりません。  株式市場、指数、石油、金、およびすべての時間枠で機能します。 トースト通知、電子メール通知、プッシュ通知、サウンドアラートの機能があります。 私の他の開発はここで見つけることができます: https://www.mql5.com/ja/users/mechanic/seller 入力パラメータ Alert-オン/オフ。アラート; Push Notification-オン/オフ。プッシュ通知; Mail-オン/オフ電子メール通知; Fibo 1,2,3,4,5,6,7,11,21,31,41,51,61,71-動的サポートと抵抗レベルの設定。
Cycle Sniper
Elmira Memish
4.39 (36)
NEW YEAR SALE PRICE FOR LIMITED TIME!!! Please contact us after your purchase and we will send you the complimentary indicators to complete the system Cycle Sniper is not a holy grail but when you use it in a system which is explained in the videos, you will feel the difference. If you are not willing to focus on the charts designed with Cycle Sniper and other free tools we provide, we recommend not buying this indicator. We recommend watching the videos about the indiactor and system before pu
このダッシュボードは、選択されたシンボルの最新の利用可能なハーモニックパターンを表示するので、時間を節約し、より効率的に / MT5バージョン 。 無料インジケーター: Basic Harmonic Pattern インジケーター列 Symbol : 選択したシンボルが表示されます。 Trend : 強気または弱気 Pattern : パターンの種類(ガートレー、バタフライ、バット、カニ、サメ、サイファー、ABCD) Entry : エントリー価格 SL: ストップロス価格 TP1: 1回目の利食い価格 TP2: 2回目の利食い価格 TP3: 3回目の利食い価格 Current price : 現在値 Age (in bars):  最後に描画されたパターンの年齢 主な入力項目 Symbols: "28 Major Currency Pairs "または "Selected Symbols "から選択。 Selected Symbols: カンマで区切られた監視したいシンボル("EURUSD,GBPUSD,XAUUSD")。ブローカーがペアに接尾辞または接頭辞を付けている場合
Advanced Supply Demand
Bernhard Schweigert
4.91 (295)
現在33%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適な
Gold Pointer は最高のトレンド・インジケータです。このインジケーターのユニークなアルゴリズムは、テクニカル分析および数学的分析の要素を考慮して資産価格の動きを分析し、最も収益性の高いエントリーポイントを決定し、買いまたは売り注文を発注するシグナルを出します。 最良のインジケーターシグナル: - 売り=赤のトレンドライン+赤のTFインジケーター+同じ方向に黄色のシグナル矢印。 - 買いの場合 = 青のトレンドライン + 青のTFインディケータ + 同じ方向の水色のシグナル矢印。 インジケータの利点 1. このインディケータは、高い精度でシグナルを発信する。 2. 2.シグナル(矢印)を音声(アラート&メッセージ)で確認した後、インジケータの確定シグナルは消えず、再描画されません。 3. どのブローカーのMetaTrader 4取引プラットフォームでも取引できます。 4. あらゆる資産(通貨、金属、暗号通貨、株式、指数など)を取引できます。 5. どのタイムフレームでも取引できます(M5-M15スキャルピングと取引/M30-N1中期取引/H4-D1長期取引)。 6.
IQ Gold Gann Levels a non-repainting, precision tool designed exclusively for XAUUSD/Gold intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst, whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient mathematics which proved to be extremely accurate. Download
素晴らしいバックテスト 、驚異的な数字を伴う ライブ口座実績の証明 、そして あらゆる場所での統計結果 を備えたトレーディングインジケーターを購入したにもかかわらず、使用後に 口座を破綻させてしまった 経験は何度ありますか? シグナルを単独で信用すべきではありません。なぜそのシグナルが最初に現れたのかを知る必要があります。そして、それがRelicusRoad Proが最も得意とすることです! ユーザーマニュアル + 戦略 + トレーニングビデオ + VIPアクセス付きプライベートグループ + モバイル版利用可能 市場を見る新しい方法 RelicusRoadは、FX、先物、暗号通貨、株式、指数向けの「 世界で最も強力で最高の取引インジケーター 」であり、トレーダーが 口座を成長させる ために必要なすべての情報とツールを提供します。「 テクニカル分析 」と「 取引計画 」を提供し、「 初心者 」から「 上級者 」まで、「 すべてのトレーダーの成功 」を支援します。 これは、将来の市場を「 予測 」するのに十分な情報を提供する「 主要な取引インジケーター 」です。意味をなさない複数の異な
現在26%オフ 初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く確認できます
Benefits of the Price Histogram Analyze MT4 Indicator This Price Histogram Analyze MT4 indicator offers numerous advantages for traders looking to analyze the market and make informed trading decisions. It's especially powerful for understanding price and volume behavior at different levels. Here are its main benefits: Identifying Key Support and Resistance Levels: Volume Profile Mode: Displays a histogram of trading volume at various price levels, highlighting "zones" where high trading activi
If you are using volume spread analysis, whether your are a beginner or an expert, this system will give you a lot of features and help in your analysis. Please watch the video to see all the features. Features With one click you will find all the VSA patterns on your chart . Bars without opening price. Easy to read volume indicator. Bar reader (Bar type - Close type - Volume type - Spread type). Daily and weekly levels (Pivot - Camarilla - Fibo). Very light on the trading platform and moving b
Supply Demand Analyzer is an advanced trading indicator meticulously designed for the precise identification, analysis, and management of supply and demand zones. By integrating real-time data and advanced algorithms, this tool enables traders to recognize market phases, price movements, and structural patterns with unparalleled accuracy. It simplifies complex market dynamics into actionable insights, empowering traders to anticipate market behavior, identify trading opportunities, and make info
Enigmera
Ivan Stefanov
5 (8)
ENIGMERA: 市場の中心 重要:MQL5.comのデモはStrategy Testerで実行されており、Enigmeraの機能を完全には反映していない場合があります。詳細については、説明、スクリーンショット、ビデオをご確認ください。質問があれば、遠慮なくメッセージを送ってください! インジケーターのコードは完全に書き直されました。バージョン3.0は新機能を追加し、インジケーターの開始以来蓄積されたバグを修正しました。 紹介 このインジケーターとトレーディングシステムは、金融市場への注目すべきアプローチです。ENIGMERAはフラクタルサイクルを使用して、サポートとレジスタンスのレベルを正確に計算します。真の蓄積フェーズを示し、方向と目標を提供します。トレンドでも修正でも機能するシステムです。 動作方法 インジケーターのほとんどの機能は、チャートの左側にあるボタンで制御され、市場の状況に迅速に対応できるようになっています。 ボタン ON/OFF – インジケーター全体を表示または非表示にします。 Channel – サポートチャネルを有効にし、許容範囲の偏差を示します。 Dev
作者のその他のプロダクト
Visual Book on Chart
Samuel Manoel De Souza
4.38 (8)
Visual Book on Chart is an indicator designed specially for stocks and futures market. To check if you can use the tool with your Broker open the MT5 Depth Of Market on your terminal and check if there are price and volume data available.  Learn more about the MT5 Depth Of Market in the oficial page. The indicator shows the depth of market data on the chart window and use gradient  based on the market data to colorize the histogram bars. The indicator is formed by two components: The panel, whic
FREE
Market Structure Patterns
Samuel Manoel De Souza
4.44 (18)
Available for   MT4   and   MT5 . Join the Market Structure Patterns channel to download materials available for study and/or additional informations. Related posts: Market Structure Patterns - Introduction Market Structure Patterns   is an indicator based on   smart money concepts   that displays   SMC/ICT   elements that can take your trading decisions to the next level. Take advantage of the   alerts ,   push notifications   and   email messages   to keep informed from when an element is fo
Tabajara Rules for MT5 , baseado em Setup Tabajara do professor André Machado, indica a direção do mercado com base em médias móveis quando tem velas na mesma direção da média móvel. O indicador contém a regra de coloração aplicada aos candles e a média móvel. O indicador permite a alteração dos parâmetros: período e método de suavização da média móvel. O indicador permite a alteração das cores dos candles ( contornos e preenchimento) e da média móvel. O modelo do professor André Machado conté
FREE
Envelopes Clouds
Samuel Manoel De Souza
5 (1)
The Indicator indicator draws 2 clouds based on Envelopes indicator values. The upper cloud is formed by the upper lines values and the lower cloud by the lowers lines values. The indicator allows to change the Envelopes parameters and the clouds colors the period of the base line and the deviations of each Envelopes instance. The indicator holds 5 buffer index as follow: [0] - Outer values of the upper cloud [1]  - Inner values of the upper cloud [2]  - Base/Center line values [3]  - Inner valu
FREE
The Indicator indicator draws 2 clouds based on Donchian Channels indicator values. The upper cloud is formed by the upper lines values and the lower cloud by the lowers lines values. The indicator allows to change the Channels parameters and the clouds colors the period of the base line and the multiplier of each Donchian Channels instance. The indicator holds 5 buffer index as follow: [0] - Outer values of the upper cloud [1]  - Inner values of the upper cloud [2]  - Base/Center line values [3
FREE
The Indicator indicator draws 2 clouds based on Keltner indicator values. The upper cloud is formed by the upper lines values and the lower cloud by the lowers lines values. The indicator allows to change the Keltner parameters and the clouds colors the period of the base line and the deviations of each Keltner instance. The indicator holds 5 buffer index as follow: [0] - Outer values of the upper cloud [1]  - Inner values of the upper cloud [2]  - Base/Center line values [3]  - Inner values of
FREE
The Indicator indicator draws 2 clouds based on Bollinger Bands indicator values. The upper cloud is formed by the upper lines values and the lower cloud by the lowers lines values. The indicator allows to change the Bollinger Bands parameters and the clouds colors the period of the base line and the deviations of each Bollinger Bands instance. The indicator holds 5 buffer index as follow: [0] - Outer values of the upper cloud [1]  - Inner values of the upper cloud [2]  - Base/Center line values
FREE
フィルタ:
Molefi Mokhethi
387
Molefi Mokhethi 2024.07.29 12:04 
 

i am new to ICT/SMC and i have just added this indicator into my trading arsenal. i can already say its clear. Two months later, May you update it with ICT daily bias with options for all time frames bias...THANK YOU FOR ADDING BPR

Max
1369
Max 2024.07.09 11:21 
 

Brilliant tool, clean design and well programmed, love the box shades and clever labels (i never saw this on any mql product) Order blocks and FVGs accurately displayed for trading (not repainted or appearing on secondary move) and numerous other aspect/tools included in one package! This is actually cheaper than many but does more in better quality surprisingly. And beautiful design mostly. Extensive options and alerts on each aspect.+++

Akos Petrekovics
136
Akos Petrekovics 2024.05.27 07:59 
 

Very good, useful tool. Must for SMC! Best, here in this market.

eryuechunshen
600
eryuechunshen 2024.04.29 22:26 
 

First of all, I would like to thank the author for his hard work, this is the best market structure trading tool I have ever purchased, it is undoubtedly the best trading tool in the market right now, every upgrade and update is always an unexpected surprise!

Aussie Trader
1057
Aussie Trader 2024.04.23 08:55 
 

I looked at all the others and found this to be the best. A great tool for Smart Money Concepts and the author is open to suggestions for improvement. He also provides good support

Mike Kleinsteuber
151
Mike Kleinsteuber 2024.04.10 19:56 
 

A great indi for those who follow the ICT methodology. I appreciate it isn't for everyone and much of what ICT is is repackaged stuff that's been around for years. But just with different handles. Who cares if it works for you. And it works for me. Even though I've been trading for years I still have a lot to learn and this methodology has given me a framework I can use. There are other indis for ICT stuff out there but this is the best I've come across and is pretty comprehensive. Bar not including MSS icons which I've asked to be added if possible. Certainly worth the money if you follow ICT

TheStoneMX
135
TheStoneMX 2023.11.02 09:44 
 

A Game-Changer for Technical Traders! Having tried numerous tools and indicators over the years, I can confidently say that the "Market Structure Patterns MT4" stands out as a beacon of excellence. From the moment I integrated it into my MT4 platform, it was evident that this tool was meticulously designed with the trader in mind. The patterns it identifies are not only accurate but also incredibly timely, allowing for precise entry and exit points. What truly sets it apart, however, is its intuitive interface. Even for someone who might be new to the world of trading, the learning curve is minimal, thanks to its user-friendly design. Moreover, the visual representation of market structures provides an unparalleled clarity, making it easier to understand the underlying market dynamics. This has not only improved my trading strategy but has also bolstered my confidence in making trading decisions. In a world where the markets are constantly evolving, having a tool like "Market Structure Patterns MT4" is akin to having a trusted advisor by your side. It's not just an indicator; it's a game-changer. I wholeheartedly recommend it to both novice and seasoned traders. Your trading journey will undoubtedly be enriched by it!

elite luis
3351
elite luis 2023.09.25 10:22 
 

After trying many ICT, SMT, this is the VERY BEST! has bought mt4, going to buy mt5 but 1 issue please check comment, seem that the order block sometime doesn't auto refresh properly? also please add the 3x alert for Premium, Equilabrium and Discount zone, once fix and added will buy your MT5 and give you 5 star review again :)

Samuel Manoel De Souza
35860
開発者からの返信 Samuel Manoel De Souza 2023.10.10 19:58
Thanks for the comment. Will consider that in the update to be sent this week.
rajivcau
461
rajivcau 2023.09.03 13:21 
 

I'm training to be potentially working in this Industry, this is the sort of stuff they are training us and is used in Banks, A+++ Amazing , very happy, BIG THANKS to the author...

FXGUY
135
FXGUY 2023.08.14 23:32 
 

GREAT INDICATOR !! New version is awesome. Developer fixed the issues I was having. Thank you Samuel

Samuel Manoel De Souza
35860
開発者からの返信 Samuel Manoel De Souza 2023.08.23 20:53
Thank you. I'll fix in the next update.
Greg Nicolas
136
Greg Nicolas 2023.08.03 21:52 
 

I have purchased this trading system since last Two months now. However, I confidently say it's one of its kind ever but The challenge I have which I don't know if it is general is I don't get any alert till now.

Samuel Manoel De Souza
35860
開発者からの返信 Samuel Manoel De Souza 2023.08.03 21:58
Hope you are using the latest version.
If so, make sure to select the type of alert [popup, push, email] and the patterns for which you need the alerts. If still doesn't work, send me a private message about the settings that you are using, symbol and timeframe.
Thank you.
Alexandre Henrique Vassoler
969
Alexandre Henrique Vassoler 2023.07.26 16:29 
 

Excelente indicador! Recomendo a todos!

Blocked Gutters
369
Blocked Gutters 2023.06.15 23:45 
 

ユーザーは評価に対して何もコメントを残しませんでした

378686
40
378686 2023.06.09 10:11 
 

how do i purchase i more of this product

Samuel Manoel De Souza
35860
開発者からの返信 Samuel Manoel De Souza 2023.06.15 23:48
You cannot purchase the same product twice.
Junaid Munawar
1057
Junaid Munawar 2023.05.19 06:26 
 

Great indicator Recommended

hassani777
21
hassani777 2023.05.15 11:44 
 

Very useful ... and thanks for keep it up to date ...

AlbertZAR
666
AlbertZAR 2023.05.12 16:04 
 

This is the most perfect SMC indicator I've ever bought. Incredible work, Samuel! I love how fine-tuned the alerts can be, like only alert on BOS bullish. Brilliant! Just perfect, love it, 5/5.

shashi44
114
shashi44 2023.05.10 11:40 
 

Hi Today i have purchased this indicator MT4 Please guide me to use it on M1 chart for scalping Means good setting for M1 chart for scalping

Kazuya fujioka
275
Kazuya fujioka 2023.05.09 06:53 
 

This is amazing. The line drawn by the indicator using the daily chart will show its power at a later date when the next swing is pushed back. The profit/loss ratio is also strong. And it is more accurate than similar products. I like it very much. Also, thanks to the author for offering this product at a price that is too cheap. thank you.

danmar
1855
danmar 2023.05.03 13:02 
 

ユーザーは評価に対して何もコメントを残しませんでした

レビューに返信
バージョン 3.36 2025.04.28
- removal of iCustom depences
- update of cumulative mean range calculation
- update of Balanced Price Range (BPR) auto threshold
- update of higher timeframes Fair Value Gaps (FVGs) and inversed FVGs
- update for visualizarion of higher timeframes in the strategy tester
- added higher timeframe Balanced Price Range (BPR)
バージョン 3.35 2025.04.11
Update regarding issues when loading chart template.
バージョン 3.34 2025.04.09
Correction of issues reported by users.
バージョン 3.33 2025.04.03
Bug Fixes.
バージョン 3.32 2025.03.29
Fixed error due to division by zero.
バージョン 3.31 2025.03.29
- Update of internal swing points detection
- Order Blocks entirely contained in another order blocks (of same type, internal or swing) has been removed
- General updates for FVG, Inversed FVG and Implied FVG, including update of auto threshold and update of how they are displayed / extended
- Added Balanced Price Range and his alerts
- Add time offset parameter for sessions
- Update of drawings using mode 'Present'. Now BSL/SSL will show only the last ones and mitigated FVGs and his variants will be removed even if this options is not enabled.
バージョン 3.30 2024.11.10
- Fixed errors
* conflict of objects across multiple charts
バージョン 3.29 2024.11.09
- Fixed errors
* Fixed an error on Liquidity Voids Positioning
* Fixed an error on the logic of Bearish Liquidity Voids mitigation (it was generating duplicated drawings)
- update of transparency effects for perfectly blend with other chart objects or drawings like bid, ask and last price lines drawn behind of the indicator
- name of the indicator in the emails and push alerts was changed to MSP4 (for MT4) and MSP5 (for MT5)
バージョン 3.28 2024.10.19
Error when change timeframe/symbol with Implied FVG enabled has been fixed.
バージョン 3.27 2024.10.18
- Bugs in the new bar event have been fixed.
- Other preventive updates.
バージョン 3.26 2024.10.10
Fixed bugs:
- invalid pointer error when chart refresh
- invalid pointer error when change symbol
- OHLC values of timeframes D1, WK1 e MN1 disappearing when chart refresh
バージョン 3.25 2024.09.14
Buffers lines visibility bug fixed.
バージョン 3.24 2024.09.12
- Addition of buffers. The buffers mapping can be checked in the product description page.
- Number of order/breaker blocks now is applied for bullish an bearish separately, For example in previous version if you enter 5 in the inputs, you would see only 5 order blocks in total, for example 3 bullish and 2 bearish. Now it considers 5 bullish and 5 bearish, so you can see 10 order blocks in total.
- The order blocks in global variables was updated to reflect the above change. Check description to know how it if formated now.
- Correction of alert for bearish order/breaker blocks.
バージョン 3.23 2024.07.29
Fibonacci levels alert updates.
バージョン 3.22 2024.07.26
EQH/EQL errors fixed.
バージョン 3.21 2024.06.18
Fixed errors:
- Array out of range in some symbols and/or timeframes.
バージョン 3.20 2024.06.17
- Correction for higher timeframe inverse fvg.
- Added Premium/Discount to global variables.
バージョン 3.19 2024.06.06
Added MTF FVGs and his corresponding alerts.
バージョン 3.18 2024.05.30
Rolling back to previous stable version. MTF FVG update will be added back further.
バージョン 3.17 2024.05.29
Added MTF FVGs and his corresponding alerts.
バージョン 3.16 2024.04.22
New features
- New alerts for FVG, Inverse FVG and Implied FVG
- Alerts now can be triggered once per bar by the amount set in the parameters for Premium, Edquilibrium, Discounts zones
バージョン 3.15 2024.04.21
Fixed errors:
- Invalid pointer error when show inverse fvg is disabled.
バージョン 3.14 2024.04.19
New features:
- Inverse Fair Value Gaps
バージョン 3.13 2024.04.17
Fixed errors:
- Rectangle of sessions when displaying at price
バージョン 3.12 2024.04.16
Fixed errors:
- Prev. day ohlc line color
- FVG on daily timeframe
Defaults changed:
- Default color or Previous day/week/month ohlc
New features:
- Define a default font size for all labels and custom font size for each label
バージョン 3.11 2023.12.18
- Added Implied Fair Value Gap (IFVG)
- Quick fix for breaker block displayed with order block
バージョン 3.1 2023.12.15
Prior quotes bug fixed.
バージョン 3.0 2023.12.15
- Updates to default settings
- Candles colors bugs fixed
- Labels organization bugs fixed
- FVG bugs fixed
- Higher timeframe OHLC values bugs fixed
- Candle color now updates in real time
- Candle color can be customized for internal trend and internal & swing trend alignment
- Now is possible to select between two label style
- Updates to Higher timeframe OHLC values
- Structure break type selection now applies to both bullish and bearish
- Breaker Blocks is made independently of Order Blocks.
- Breaker Blocks has more display options. To hide Breaker Blocks just select option 'None' in the drop-down list
- Fibonacci & OTE color can be different for bullish and bearish scenarios
- Added sessions preconfigured for Forex sessions, Silver Bullet and Kill Zone time ranges
- Added Buy/Sell Stops Liquidity (BSL/SSL)
- Added Liquidity Voids
- New alerts options
バージョン 2.23 2023.10.30
Updates to labels design
Added High/Low of day (HoD/LoD)
Added alerts to Premium/Discount
Added Fibonacci/OTE levels
Improvements to Swing algorithm
Improvements to Premium/Discount algorithm
Fix to use of color NONE.
Adjustable internal structure length.
The indicator was reduced to a single chart object.
Maximum compatibility between MT4 and MT5 versions.
バージョン 2.22 2023.08.25
- Added alerts for order blocks touch.
- Added Breaker Blocks
- Added Breaker Blocks Alerts
- Added symbol and timeframe to the subject of email alerts
- More labels updates.
バージョン 2.2 2023.07.28
- Prior Highs and Lows anchor points bug fixed.
- Auto-adjustable labels. Now the labels on the right side of the chart will not overlap.
- Added the Opening Gaps (OG) pattern.
- Added the 50% line on the FVGs.
- Added alerts for new FVGs and OGs.
- Remove the filled FVGs now is optional. By default is set to false.
バージョン 2.1 2023.07.13
Allowance to access BoS and CHoCH values through Global Variables.
The global variable names are given by "SMP-"+_Symbol+"("+TIMEFRAME+")-"+"PatternName", for example "SMP-EURUSD(H4)-+iBoS", "SMP-EURUSD(H4)--iCHoCH", etc;
バージョン 2.0 2023.05.29
Division by zero error fixed.
Color candles now is false by default.
Added order blocks access through global variables. The global variables names conventions is as follow.
- The names prefixes are given by the "SMP-"+_Symbol+"("+TIMEFRAME+")", for example "SMP-EURUSD-H4";
- Add "-IOB" for internal order blocks or "-OB" for swing order blocks;
- Add "-Total to get the amount of order blocks on the charts;"
- Add "[index]-Top" and/or "[index]-Bot" to get the order blocks values.
バージョン 1.9 2023.05.20
Update to LL and HL labels.
Update to Premium/Discount labels.
Update to Strong/Weak High/Low labels.
Update to Strong/Weak High/Low line styles.
バージョン 1.8 2023.05.14
Order blocks colors bug fixed.
バージョン 1.7 2023.05.08
Addition of alert types and conditions.
It includes a special alert type, that sends a custom event to any program in the same chart, which can be used to build Expert Advisor based on this indicator.
The alert information is sent as a string combination in case of multiple alerts on the same candle. For example, sparam = "+CHoCH|+OB", in this case there are two alerts, separated by the character '|'.

Structures labels updated to match alerts identifiers.
バージョン 1.4 2023.05.02
Correction of the indicator not working in tester due to division by zero issue.