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

Simple ICT Concepts

5

The Simple ICT Concepts Indicator is a powerful tool designed to help traders apply the principles of the Inner Circle Trader (ICT) methodology. This indicator focuses on identifying key zones such as liquidity levels, support and resistance, and market structure, making it an invaluable asset for price action and smart money concept traders.

Key Features

  1. Market Structure:

      Market structure labels are constructed from price breaking a prior swing point. This allows a user to determine the current market trend based on the price action.

      There are two types of Market Structure labels included:

      ·         Market Structure Shift (MSS)

      ·         Break Of Structure (BOS)

      A MSS occurs when price breaks a swing low in an uptrend or a swing high in a downtrend, highlighting a potential reversal. 

      This is often labeled as "CHoCH", but ICT specifies it as MSS. On the other hand, BOS labels occur when price breaks a swing high in an uptrend or a swing low in a downtrend. 

      The occurrence of these particular swing points is caused by retracements (inducements) that highlights liquidity hunting in lower timeframes.

      Key swing points:  Higher Highs (HH) and Lower Lows (LL), Higher Lows (HL) and Lower Highs (LH)

  2. Displacement :
    • Displacements are scenarios where price forms successive candles of the same sentiment (bullish/bearish) with large bodies and short shadows.
    • These can more technically be identified by positive auto correlation (a close to open change is more likely to be followed by a change of the same sign) as well as volatility clustering (large changes are followed by large changes).
    • Displacements can be the cause for the formation of imbalances as well as market structure, these can be caused by the full execution of a meta order.
  3. Volume Imbalance:

    • A Volume Imbalance (V.I.) occurs when there is an area of price that has been left without a candle body. There is up-and-down movement in the overlapping of the wicks, however since the bulk of the volume is in the body of the candle, we dub this a Volume Imbalance.
  4. Order Blocks:

    • An ICT (Inner Circle Trader) order block is a price area on a chart where large institutional investors place significant buy or sell orders. Order blocks are a key concept in trading, as they can help traders identify potential support and resistance levels, and anticipate price reversals.
  5. Liquidity 
    • Buy-side/Sell-side liquidity levels highlight price levels where market participants might place limit/stop orders.
    • Buyside liquidity levels will regroup the stop-loss orders of short traders as well as limit orders of long traders, while Sell-side liquidity levels will regroup the stop-loss orders of long traders as well as limit orders of short traders.
    • These levels can play different roles. More informed market participants might view these levels as source of liquidity, and once liquidity over a specific level is reduced it will be found in another area.
  6. FVG/IFVG:
    • Fair Value Gaps: A three candle formation where the candle shadows adjacent to the central candle do not overlap, this highlights a gap area.
    • Implied Fair Value Gaps: Unlike the fair value gap the implied fair value gap has candle shadows adjacent to the central candle overlapping. The gap area is constructed from the average between the respective shadow and the nearest extremity of their candle body.
    • Balanced Price Range: Balanced price ranges occur when a fair value gap overlaps a previous fair value gap, with the overlapping area resulting in the imbalance area.
  7. NWOG/NDOG:
    • This indicator reveals the new week opening gaps (NWOG) and new day opening gaps (NDOG). The NWOG is the gap between Friday's closing price and Sunday's opening price. The NDOG is the gap between the opening price and closing price of the previous day.
  8. Kill Zones:
    • ICT Kill-zones are specific timeframes in the forex market that highlight increased volatility and trading volume. The four primary Kill-zones – Asian, London, New York, and London Close – each offer unique trading opportunities for various trading pairs and markets.

  9. EA Integration:
    • Using Global Variables.
    • Update the global variables on every bar close.
    • Always add the lastest price value of the elements as following struct:
      • Order Block
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_OB_TOP (Lastest  OB Top price. Ex: XAUUSD_16385_CMQ_ICT_BULL_OB_TOP )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_OB_BOTTOM  (Lastest  OB Bottom price. Ex: XAUUSD_16385_CMQ_ICT_BULL_OB_BOTTOM )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_OB_TIME  (Lastest  OB Time Created. Ex: XAUUSD_16385_CMQ_ICT_BULL_OB_TIME )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_OB_TOUCHED_TIME  (Lastest  OB First touched time. Ex: XAUUSD_16385_CMQ_ICT_BULL_OB_TOUCHED_TIME)
      • Fair value gaps
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_FVG_TOP   (Lastest  FVG Top price. Ex: XAUUSD_16385_CMQ_ICT_BULL_FVG_TOP )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_FVG_BOTTOM   (Lastest  FVG  Bottom price. Ex: XAUUSD_16385_CMQ_ICT_BULL_FVG_ BOTTOM  )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_FVG_MID   (Lastest  FVG  Middle price. Ex: XAUUSD_16385_CMQ_ICT_BULL_FVG_MID )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_FVG_TIME   (Lastest  FVG Time  Created. Ex: XAUUSD_16385_CMQ_ICT_BULL_FVG_TIME )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_FVG_TOUCHED_TIME  (Lastest  FVG First touched time. Ex: XAUUSD_16385_CMQ_ICT_BULL_FVG_TOUCHED_TIME)
      • BOS/MSS
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_MSS (Lastest MSS price. Ex: XAUUSD_16385_CMQ_ICT_BULL_MSS)
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_MSS_TIME (Lastest MSS Time Created. Ex: XAUUSD_16385_CMQ_ICT_BULL_MSS_TIME)
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_BOS  (Lastest BOS price. Ex: XAUUSD_16385_CMQ_ICT_BULL_BOS)
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_BOS_TIME  (Lastest BOS Time Created. Ex: XAUUSD_16385_CMQ_ICT_BULL_BOS_TIME)
      • Swing point
        • (Symbol)_(Period)_(Prefix Global input)_HH (Lastest HH price. Ex: XAUUSD_16385_CMQ_ICT_ HH)
        • (Symbol)_(Period)_(Prefix Global input)_LH  (Lastest LH price. Ex: XAUUSD_16385_CMQ_ICT_ LH)
        • (Symbol)_(Period)_(Prefix Global input)_HL  (Lastest HL price. Ex: XAUUSD_16385_CMQ_ICT_ HL)
        • (Symbol)_(Period)_(Prefix Global input)_LL  (Lastest LL price. Ex: XAUUSD_16385_CMQ_ICT_ LL)

Customizable Features

  • Users can adjust settings like data length, colors, and display styles to match their trading preferences.

Benefits for Traders

  • Saves time on manual analysis, enhancing trading efficiency.
  • Helps make quick and informed decisions during volatile market conditions.
  • Easy to use for both beginners and experienced traders.

Conclusion


The Simple ICT Concepts Indicator is not just a tool but a comprehensive solution for traders looking to effectively implement ICT strategies. It’s a robust choice for enhancing market analysis and executing precise trades.

レビュー 2
Devlabse
21
Devlabse 2025.01.16 12:43 
 

I first tested this indicator to validate its accuracy and alignment with ICT concepts. After confirming its effectiveness, I purchased it because I was impressed and wanted to develop an EA using its data alongside other indicators. Initially, I faced some challenges integrating the indicator with my EA. This is where the developer, Cao, truly earned a 5-star rating. Not only did he assist with my questions, but he also made minor updates to the indicator to ensure seamless integration with EAs and compatibility with the strategy tester. Such support is not very common and greatly exceeded my expectations. I highly recommend both the indicator and the developer, Cao.

JeanMarc2222
1320
JeanMarc2222 2024.12.19 09:56 
 

Outstanding Indicator and Exceptional Developer Support! The Simple ICT Concept indicator is an invaluable tool for traders who rely on ICT principles. Its ability to provide detailed insights like Order Blocks (OBs), Break of Structure (BOS), and Fair Value Gaps (FVGs) is impressive, but what truly sets it apart is the integration of global variables, which makes it perfect for EA automation. What stands out even more is the developer, Cao Minh Quang. I’ve suggested features like the "first touched" variable for OBs and FVGs, and within no time, he implemented these changes while ensuring they work seamlessly with the existing features. His responsiveness and commitment to improving the tool based on user feedback are top-notch. If you're looking for a reliable ICT indicator with a developer who listens and consistently improves, this is the one to get. Highly recommended!

おすすめのプロダクト
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
MT4版  |  FAQ Owl Smart Levels Indicator は、 Bill Williams の高度なフラクタル、市場の正しい波構造を構築する Valable ZigZag、エントリの正確なレベルをマークする Fibonacci レベルなどの一般的な市場分析ツールを含む 1 つのインジケーター内の完全な取引システムです。 利益を得るために市場と場所に。 戦略の詳細な説明 インジケータを操作するための指示 顧問-取引助手 プライベートユーザーチャット ->購入後に私に書いて、私はプライベートチャットにあなたを追加し、あなたはそこにすべてのボーナスをダウンロードすることができます 力はシンプルさにあります! Owl Smart Levels 取引システムは非常に使いやすいので、専門家にも、市場を勉強し始めて自分で取引戦略を選択し始めたばかりの人にも適しています。 戦略と指標に秘密の数式や計算方法が隠されているわけではなく、すべての戦略指標は公開されています。 Owl Smart Levels を使用すると、取引を開始するためのシグナルをすばやく確認し、注文を出すための
Point Black
Ignacio Agustin Mene Franco
Black Card Pack indicator 5/1 point black It has the strategy of professional bollingers where each arrow gives you a different entry signal. It is used to operate in m1 and in d1 It is used for scalping and intraday, modified for forex markets ! suitable for all pairs modified for synthetic index markets suitable for all pairs! Ideal for volatility and jumps!
SMC Venom Model BPR インジケーターは、スマート マネー (SMC) コンセプトで取引するトレーダー向けのプロフェッショナル ツールです。価格チャート上の 2 つの主要なパターンを自動的に識別します。 FVG   (フェアバリューギャップ) は、3 本のローソク足の組み合わせで、最初のローソク足と 3 番目のローソク足の間にギャップがあります。ボリュームサポートのないレベル間のゾーンを形成し、価格修正につながることがよくあります。 BPR   (バランス価格範囲) は、2 つの FVG パターンの組み合わせで、「ブリッジ」を形成します。これは、価格がボリュームアクティビティの少ない動きで動くときに、ブレイクアウトしてレベルに戻るゾーンで、ローソク足の間にギャップを作成します。 これらのパターンは、大規模な市場プレーヤーと一般参加者の相互作用が発生するチャート上のボリュームと価格動向の分析に基づいて、トレーダーが主要なサポート/レジスタンス レベル、ブレイクアウト ゾーン、エントリ ポイントを識別するのに役立ちます。 インジケーターは、長方形と矢印の形でパターンを視覚
Statistical Arbitrage Spread Generator for Cointegration [MT5] What is Pair Trading? Pair trading is a market-neutral strategy that looks to exploit the relative price movement between two correlated assets — instead of betting on the direction of the market. The idea? When two assets that usually move together diverge beyond a statistically significant threshold, one is likely mispriced. You sell the expensive one, buy the cheap one , and profit when they converge again. It’s a statistica
FREE
Best SAR MT5
Ashkan Hazegh Nikrou
4.33 (3)
説明 :  外国為替市場(PSAR)で専門的で人気のあるインジケーターの1つに基づいた新しい無料インジケーターをご紹介します。このインジケーターは元のパラボリックSARインジケーターの新しい変更です。プロSARインジケーターでは、ドットと価格チャートのクロスオーバーを見ることができます。クロスオーバーはシグナルではありませんが、動きの終わりの可能性について話します。新しい青いドットで購入を開始し、最初の青いドットの1 atr前にストップロスを配置し、最後にドットが価格チャートを横切るとすぐに終了できます。 売買シグナルを開く方法は? 最初の青い点によるオープンバイトレードと最初の赤いドットによるオープンセルトレード 正しいストップロスはどこにありますか? 安全なストップロスは最初のドットにある可能性があります(最初の青いドットの買いの場合と最初の赤い点の売りの場合) 正しいテイクプロフィットはどこにありますか? テイクプロフィットはストップロス距離とRRに基づいて調整できるので、私の提案は2 RRで、ストップロスの2倍です。 利益を上げているのにtpを達成できなかった場合
FREE
これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを容易にする
Tops & Bottoms Indicator FREE   Tops abd Bottoms:   An effective indicator for your trades The tops and bottoms indicator helps you to find  ascending and descending channel formations with indications of ascending and/or descending tops and bottoms. In addition, it  show possibles  opportunities with a small yellow circle when the indicator encounters an impulse formation. This indicator provide to you  more security and speed in making entry decisions. Also test our FREE advisor indicator:  
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.52 (29)
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. (you can change the colors). 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 powerful and reliable signals. Get them here: https://www.m
FREE
Golden Spikes Detector Acknowledgement and Dedications:  The name of this indicator was Inspired by an Original; Mr Grant Koopman; a Knowledgeable and experienced Synthetics trader. I dedicate this indicator to Mr Grant.  Overview:   The Golden Spikes Premium is a groundbreaking trading indicator meticulously crafted for the Boom and Crash indices on the Deriv market. Tailored to meet the needs of discerning traders, this powerful tool operates exclusively on the one-minute timeframe, providing
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
トレンドキャッチャー: アラートインジケーター付きのトレンドキャッチャーストラテジーは、市場トレンドやポテンシャルなエントリーポイントやエグジットポイントを特定するのに役立つ多目的な技術分析ツールです。動的なトレンドキャッチャーストラテジーを備えており、市場状況に適応してトレンドの方向を明確に視覚化します。トレーダーは、自身の好みやリスク許容度に合わせてパラメーターをカスタマイズできます。このインジケーターはトレンドの識別を支援し、ポテンシャルなリバーサルをシグナルし、トレイリングストップのメカニズムとして機能し、市場への迅速な対応のためのリアルタイムアラートを提供します。 特徴: - トレンドの識別:上昇トレンドと下降トレンドをシグナルします。 - トレンドのリバーサル:ローソク足の色が上昇から下降に変わった場合やその逆の場合に、ポテンシャルなリバーサルを警告します。 - リアルタイムアラート:新しいトレンドの識別に対するアラートを生成します。 推奨事項: - 通貨ペア:EURUSD、AUDUSD、XAUUSDなど... - タイムフレーム:H1。 - アカウントタイプ:
FREE
STRICTLY FOR BOOM INDEX ONLY!!!!! Here I bring the Maximum Trend Arrows OT1.0 MT5 indicator. This indicator is made up of a combination of different trend indicators for entries and exits, for entries an orange arrow will paint on the chart below the current market and a red flag for closing of trades and it produces buy arrows only. When the orange arrow appears, it will appear along with it's sound to notify you. The 1H timeframe is recommended, don't use it anywhere else than on the 1H timefr
MT4 Version Wave Trend MT5 Wave Trend is an oscillator, which helps identifing in a extremely accurate manner market reversals. The Oscillator being obove the overbought level and a cross down of the fast into the slow MA usually indicates a good SELL signal. If the oscillators is below the oversold level and the fast MA crosses over the slower MA usually highlights a good BUY signal. The Wave Trend indicator can be also used when divergences appear against the price, indicating the current move
Donchian Channel DC is the indicator of Donchian Channels, that plots maximum and minimum values of a specific period, besides mean value line. It´s possible to configure simple period for analysis and the indicator will plot all three values. You can trade with this indicator as trend or reversal, according to each strategy. Do not let to test others indicators as soon as others expert advisors.
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確なデイ
Do you, like me, like to trade with the trend? Then this indicator will help you! Rainbow Trend is a trend indicator, which uses several Moving Averages on the chart. It measures different trend strenght zones for different periods: very long term, long term, mid term, short term and very short term. Each zone has its color, and it is possible to have sound alert when the prices leaves a zone and enters another. Its configuration is very simple. If you find any bug or have any suggestions, conta
This indicator is a zero-lag indicator and displays  strength of trend change . True Trend  Oscillator Pro works best in combination with True Trend Moving Average Pro that displays exact trend as is. Oscillator value is exact price change in given direction of the trend. True Trend Moving Average Pro: https://www.mql5.com/en/market/product/103586 If you set PERIOD input parameter to 1 this indicator becomes a sharpshooter for binary options. Developers can use True Trend Oscillator in Exper
FREE
Fibo Daily Channel Indicator The  Indicator is a powerful tool for traders, providing precise daily support and resistance levels based on Fibonacci retracement and extension calculations. This indicator automatically draws key pivot points (PP, R1, R2, S1, S2) as well as additional extension levels (R3, R4, S3, S4), helping traders identify potential reversal and breakout zones with ease. It includes customizable alerts and push notifications, allowing traders to receive updates whenever the pr
Terra Infinity is a flat indicator. This improved version of the CalcFlat indicator has three additional lines that significantly increase its effectiveness. Unlike its predecessor with two static levels, Terra Infinity adds three dynamic lines above the main histogram, which are interpreted as follows: base signal line, minimum signal line, maximum signal line. These lines are formed using the additional parameter Avg, which is the average value of the histogram. Averaging produces a line cl
ATrend
Zaha Feiz
4.77 (13)
ATrend: その仕組みと使い方 仕組み MT5プラットフォーム向けの「ATREND」インジケーターは、テクニカル分析手法の組み合わせを利用して、トレーダーに堅牢な買いと売りのシグナルを提供するように設計されています。このインジケーターは主に、ボラティリティ測定のために平均真の範囲(ATR)を活用し、潜在的な市場動向を特定するためのトレンド検出アルゴリズムを併用しています。 購入後にメッセージを残すと、特別なボーナスギフトが贈呈されます。 主な特徴: - ダイナミックなトレンド検出: インジケーターは市場トレンドを評価し、シグナルを適宜調整することで、トレーダーが優位な市場環境に合わせて戦略を立てるのを支援します。     - ボラティリティ測定: ATRを使用することで、インジケーターは最適なストップロス(SL)とテイクプロフィット(TP)レベルを決定するために不可欠な市場ボラティリティを測定します。 - シグナルの視覚化: インジケーターは、チャート上に買いと売りのシグナルを視覚的に表示することで、トレーダーの意思決定を強化します。 操作手順 入力とセッティング - TimeF
Tool for Identifying Potential Reversal Points and Trend Direction This tool is excellent for identifying potential market reversal points and trend direction. It works well in combination with confirming indicators such as MACD, Stochastic, RSI, which are standard on all MT5 platforms. Together, they form a reliable trading strategy. The settings allow for adjusting the channel’s distance and period. It is recommended to enter a trade when the signal line crosses the upper channel boundary and
プレミアムレベルは、正しい予測の精度が80%を超える独自の指標です。 この指標は、最高のトレーディングスペシャリストによって2か月以上テストされています。 あなたが他のどこにも見つけられない作者の指標! スクリーンショットから、このツールの正確さを自分で確認できます。 1は、1キャンドルの有効期限を持つバイナリーオプションの取引に最適です。 2はすべての通貨ペア、株式、商品、暗号通貨で機能します 手順: 赤い矢印が表示されたらすぐにダウントレードを開き、青い矢印が表示されたら閉じます。青い矢印の後に開くこともできます。 試してテストしてください!推奨設定はデフォルトです! 日足チャートで最高の精度を示します! インディケータは、2600 Pipsの収益性に対して、約10Pipsという非常に小さなマージンを使用します。
This is an advanced multi-timeframe version of the popular Hull Moving Average (HMA) Features Two lines of the Hull indicator of different timeframes on the same chart. The HMA line of the higher timeframe defines the trend, and the HMA line of the current timeframe defines the short-term price movements. A graphical panel with HMA indicator data from all timeframes at the same time . If the HMA switched its direction on any timeframe, the panel displays a question or exclamation mark with a tex
Consolidation and Breakout Detector は、 単一時間足のMT5高度インジケーター であり、 レンジ相場(コンソリデーションゾーン)を特定し、ブレイクアウトのチャンスを検出したいトレーダー向け に設計されています。 このインジケーターは、 過去の価格アクションを自動的にスキャンし、市場が横ばいで推移しているエリアを特定 し、 有効なブレイクアウトが発生するとトレーダーに通知 します。 このツールは、 ブレイクアウトトレーダー、トレンドフォロワー、レンジトレーダー にとって有益であり、 価格構造に基づいた正確なトレード判断 を支援します。 主な特徴 価格アクションに基づいてコンソリデーションゾーンを検出 カスタマイズ可能なラベルと矢印でブレイクアウトポイントを強調 異なるブレイクアウト確認モード(終値ベース & 高値/安値ベース)を選択可能 カスタマイズ可能な色でコンソリデーションゾーンを視覚化 過去のコンソリデーションゾーンを拡張して明確化する「バックワードエクステンション」機能 あらゆるトレード戦略に対応するフ
KT Renko Patterns は、レンコチャートの各レンガをスキャンしながら、さまざまな金融市場でトレーダーによく使用されている有名なチャートパターンを検出します。 時間ベースのチャートと比較して、レンコチャートは視認性が高くシンプルなため、パターンベースのトレードがより簡単かつ明確になります。 KT Renko Patterns は複数のレンコパターンを搭載しており、その多くは Prashant Shah 氏の著書『Profitable Trading with Renko Charts』でも詳しく解説されています。 KT Renko Patterns インジケーターに基づいた 100% 自動化された EA は、こちらからご利用いただけます - KT Renko Patterns EA 。 機能一覧 最大8種類の明確なレンコパターンを表示し、あいまいさなく取引をサポートします。 完全な客観性を保つため、すべてのパターンにストップロスとフィボナッチターゲットが設定されています。 KT Renko Patterns は各パターンの精度を継続的に測定し、重要な統計情報をチャート
This indicator can be considered as a trading system. It offers a different view to see the currency pair: full timeless indicator, can be used for manual trading or for automatized trading with some expert advisor. When the price reaches a threshold a new block is created according to the set mode. The indicator beside the Renko bars, shows also 3 moving averages. Features renko mode median renko custom median renko 3 moving averages wicks datetime indicator for each block custom notification
サポート線と抵抗線のプロットにうんざりしていませんか? サポートレジスタンス は、非常に興味深いひねりを加えてチャート内のサポートとレジスタンスラインを自動検出およびプロットするマルチタイムフレームインジケーターです。価格レベルは時間とともにテストされ、その重要性が高まるにつれて、ラインは太くなり、暗くなります。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 一晩でテクニカル分析を強化 チャートを閲覧せずに重要な価格レベルを検出 一目ですべての価格レベルの相対的な強さを認識する すべての取引で最大30時間のプロットラインを節約 インジケーターは、すべての価格レベルの年齢を表示します インジケーターは再描画されていません 過去および現在の価格レベルは近接によって崩壊し、現在の市場行動に合わせて調整されます。動作は、必ずしもピークではない場所に線が引かれます。 価格レベルは、時間とともに拒否されるにつれて、より暗く、より広くなります ノイズを避けるために、重要でない価格レベルは定期的にクリアされます カスタマイズ可能な時間枠の
The indicator displays the delta and the cumulative delta based on the "Time & Sales" deals list data. In addition to the standard timeframes, the indicator displays data regarding the seconds timeframes (S5, S10, S15, S20, S30) to choose from. Using the rectangle, user can select an arbitrary area in the indicator subwindow to view the ratio of the volumes of deals of buyers and sellers within this area. Indicator features: The indicator works correctly only on those trading symbols for which
Ichimoku Aiko MTF
Michael Jonah Randriamampionontsoa
Ichimoku Aiko MTF is a collection of technical indicators that show support and resistance levels, as well as momentum and trend direction. It is a multi-timeframe indicator so you don't need to change the chart timeframe when you want to see the ichimoku clouds on a higher timeframe.  eg. The chart timeframe is M15 and you want to see on the M15 timeframe chart the H1 ichimoku indicators (the ichimoku in Metatrader can't do that) that's why you need to use Ichimoku Aiko MTF.
このプロダクトを購入した人は以下も購入しています
トレンド スクリーナー インジケーターでトレンド取引の力を解き放ちます。ファジー ロジックと複数通貨システムを活用した究極のトレンド取引ソリューションです。 ファジー ロジックを活用した革新的なトレンド インジケーターである Trend Screener を使用して、トレンド取引を向上させます。 これは、13 を超えるプレミアム ツールと機能、および 3 つの取引戦略を組み合わせた強力なトレンド追跡インジケーターであり、Metatrader をトレンド アナライザーにする多用途の選択肢となります。 期間限定オファー : トレンド スクリーナー インジケーターは、わずか 100 ドルで生涯ご利用いただけます。 (元の価格 50$ ) (オファー延長) Trend Screener の 100% 非再描画精度の揺るぎない精度を体験して、取引の決定が過去の価格変動の影響を受けないようにしてください。 マルチタイムフレームおよびマルチ通貨機能の多用途性を解放し、比類のない自信を持って外国為替、商品、暗号通貨、インデックスの世界を取引できるようにします。 Trend Screener の包括的な
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
PUMPING STATION – あなた専用の「オールインワン」戦略 PUMPING STATIONは、あなたのトレードをより楽しく、そして効果的に変えてくれる革新的なFXインジケーターです。ただの補助ツールではなく、強力なアルゴリズムを備えた本格的なトレーディングシステムで、より安定したトレードのスタートをサポートします。 この商品をご購入いただくと、以下の特典を無料でお付けします: 専用セットファイル:自動設定による最大パフォーマンスを実現。 ステップバイステップのビデオマニュアル:PUMPING STATION戦略の使い方を学べます。 Pumping Utility:PUMPING STATION専用の半自動トレードボットで、より快適かつシンプルな運用を可能にします。 ※ご購入後すぐにご連絡ください。追加リソースへのアクセスを提供いたします。 PUMPING STATIONの仕組み: トレンド管理:市場のトレンド方向を即座に判断。トレンドはあなたの最高の味方です。 エントリーサイン:チャート上の矢印で、取引のタイミングと方向を明確に示します。 明確な目標設定:インジケーターが自
Golden Trend Indicator MT5
Noha Mohamed Fathy Younes Badr
4.89 (18)
Golden Trend indicator  is The best indicator for predicting trend movement this indicator never lags and never repaints and never back paints    and give  arrow buy and sell    before the candle appear  and it will help you and  will make your trading decisions clearer its work on all currencies and  gold and crypto and all time frame This unique  indicator uses very secret algorithms to catch the  trends, so you can trade using this indicator and see the trend clear on charts  manual guide and
VERSION MT4        —        ИНСТРУКЦИЯ RUS           —        INSTRUCTIONS  ENG 主な機能: レンダリングなしで正確な入力信号! シグナルが表示されると、それは関連性を維持します。これは、シグナルを提供してからそれを変更し、その結果、入金された資金が失われる可能性があるリドローインジケーターとの重要な違いです。より高い確率と精度で市場に参入できるようになりました。矢印が表示された後、ターゲットに到達する (利益確定) か反転シグナルが表示されるまで、ローソク足に色を付ける機能もあります。 STOP-LOSS/TAKE-PROFITゾーンの表示 エントリーポイントを検索する際の視覚的な明瞭さを改善するために、最適な市場エントリーポイントが検索される購入/販売ゾーンを最初に表示するモジュールが作成されました。ストップロスレベルを操作するための追加のインテリジェントロジックは、時間の経過とともにそのサイズを縮小するのに役立ち、それによって取引に参加するときの初期リスクを軽減します(Move SL)。 より高いタイ
反転ゾーン / ピークボリューム / 主要プレーヤーのアクティブゾーン =       TS TPSプロシステム 説明書 RUS       /       説明書     英語     /           バージョン MT4        このインジケーターを購入したすべての購入者は、さらに以下を無料で受け取ります: RFI SIGNALS サービスからの取引シグナルへの 6 か月間のアクセス - TPSproSYSTEM アルゴリズムに従った既製のエントリ ポイント。 定期的に更新されるトレーニング資料 - 戦略に没頭し、プロフェッショナル レベルを高めます。 平日は 24 時間 365 日サポート、非公開のトレーダー チャットへのアクセス - コミュニケーション、サポート、市場状況の分析。 著者の設定ファイル - 余分な労力をかけずに最大の結果を達成するための自動インジケーター設定。 主な機能: 売り手と買い手のアクティブなゾーンを表示します。 このインジケーターは、購入と販売の正しい最初のインパルス レベル/ゾーンをすべて表示します。これらのレベル/ゾーンがアクティブに
Gold Stuff mt5
Vasiliy Strukov
4.93 (179)
Gold Stuff mt5 は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!  トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通知 - オンオフ。 プッシュ通知。 次に、色域を調整します。 Gold Stuff mt5 は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通知 - オンオ
サポートとレジスタンススクリーナーは、1つのインジケーター内に複数のツールを提供するMetaTraderの1つのレベルインジケーターにあります。 利用可能なツールは次のとおりです。 1.市場構造スクリーナー。 2.強気のプルバックゾーン。 3.弱気プルバックゾーン。 4.デイリーピボットポイント 5.毎週のピボットポイント 6.毎月のピボットポイント 7.ハーモニックパターンとボリュームに基づく強力なサポートとレジスタンス。 8.銀行レベルのゾーン。 期間限定オファー:HVサポートおよびレジスタンスインジケーターは、50ドルと生涯でのみご利用いただけます。 (元の価格125 $) MQL5ブログにアクセスすると、分析例を含むすべてのプレミアム指標を見つけることができます。 ここをクリックしてください。 主な機能 ハーモニックおよびボリュームアルゴリズムに基づく強力なサポートおよびレジスタンスゾーン。 ハーモニックおよびボリュームアルゴリズムに基づく強気および弱気のプルバックゾーン。  市場構造スクリーナー 毎日、毎週、毎月のピボットポイント。 ドキュメント すべてのサポートおよび
今、147ドル(いくつかの更新後に499ドルに増加します) - 無制限のアカウント(PCSまたはMac) RelicusRoad ユーザー マニュアル + トレーニング ビデオ + プライベート Discord グループへのアクセス + VIP ステータス 市場の新しい見方 RelicusRoad は、外国為替、先物、暗号通貨、株式、および指数の世界で最も強力な取引インジケーターであり、トレーダーに収益を維持するために必要なすべての情報とツールを提供します。初心者から上級者まで、すべてのトレーダーが成功するためのテクニカル分析と取引計画を提供します。これは、将来の市場を予測するのに十分な情報を提供する重要な取引指標です。意味をなさないチャート上のいくつかの異なる指標ではなく、完全な解決策を信じています.これは、信号、矢印 + 価格アクション情報を表示するオールインワンのインジケーターで、他に類を見ない非常に正確です。 強力な AI に基づいて、RelicusRoad は不足している情報とツールを提供して、あなたを教育し、トレーディングのプロ、成功したトレーダーにします。 ほと
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
Matrix Arrow Indicator MT5
Juvenille Emperor Limited
5 (13)
マトリックスアローインジケーターMT5は、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームインジケーターに続くユニークな10in1トレンドです。マトリックスアローインジケーターMT5は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。 平均方向移動指数(ADX) 商品チャネルインデックス(CCI) クラシック平研アシキャンドル 移動平均 移動平均収束発散(MACD) 相対活力指数(RVI) 相対力指数(RSI) 放物線SAR ストキャスティクス ウィリアムズのパーセント範囲 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。マトリックスアローインジケーターMT5は選択されたインディケーターからのみ情報を収集し、それらのデータのみに基づいてアローを印刷
FX Power: 通貨の強弱を分析して、より賢い取引を実現 概要 FX Power は主要通貨と金の実際の強弱をあらゆる市場状況で理解するための必須ツールです。強い通貨を買い、弱い通貨を売ることで、 FX Power は取引の意思決定を簡素化し、高い確率の取引機会を見出します。トレンドを追従する場合でも、極端なデルタ値を使用して反転を予測する場合でも、このツールはあなたの取引スタイルに完全に適応します。ただ取引するだけではなく、 FX Power で賢く取引をしましょう。 1. なぜ FX Power がトレーダーにとって非常に有益なのか 通貨と金のリアルタイム強弱分析 • FX Power は主要通貨と金の相対的な強弱を計算し、マーケットダイナミクスに関する明確な洞察を提供します。 • どの資産がリードしているか、または後れを取っているかを監視して、取引するペアを賢く選びましょう。 マルチタイムフレームの包括的なビュー • 短期、中期、長期のタイムフレームで通貨と金の強弱を追跡し、マーケットトレンドに基づいて取引戦略を調整できます。 • スキャルピングからスイングトレード
FX Volume MT5
Daniel Stein
4.82 (17)
FX Volume:ブローカー視点で捉える本物の市場センチメント クイック概要 トレード手法をさらに高めたいとお考えですか? FX Volume は、リテールトレーダーやブローカーのポジション状況をリアルタイムで提供します。これは、COTのような遅延レポートよりもはるかに早く知ることができます。安定した利益を目指す方も、さらなる優位性を求める方も、 FX Volume は大きな不均衡を見極め、ブレイクアウトを確認し、リスク管理を洗練させるのに役立ちます。今すぐ始めて、実際の出来高データがどのように意思決定を変革するかを体感してください! 1. FX Volume がトレーダーにとって非常に有益な理由 高精度の早期警戒シグナル • 各通貨ペアを売買しているトレーダー数を、他者よりも早く、ほぼリアルタイムで把握できます。 • FX Volume は、複数のリテールブローカーから得られる本物の出来高データを収集し、分かりやすい形式で提供する 唯一 のツールです。 強力なリスク管理 • ロングやショートの大きな偏り(インバランス)を特定し、潜在的なトレンド転換を見逃しません。ストップ
「Entry In The Zone」と「SMC Multi Timeframe」は、スマートマネーコンセプト(SMC)に基づいたリアルタイム市場分析ツールです。このツールは、反転信号を効果的に統合し、マルチタイムフレーム構造検出を通じて主要な反転ゾーンを自動的に識別します。また、注目すべきポイント(POI)の識別も行います。これにより、トレーダーはより自信を持って、より構造化されたアプローチで取引計画を立て、意思決定を行うことができます。 主な機能: 自動市場構造検出(BOS CHoCH、mBOS mCHoCH) オーダーブロック、供給と需要ゾーン、フェアバリューギャップ(FVG)の識別 流動性ゾーン、プレミアムおよびディスカウントエリア、同一高値および同一安値 注目すべき同一高値 & 同一安値イント(POI) 取引セッションのタイミング(東京、ロンドン、ニューヨーク) 独自の取引スタイルに合わせたカスタマイズ可能なダッシュボード リアルタイムでの動作、シグナルの再描画なし。完全なマルチタイムフレームカバレッジで 自信を持った取引決定をサポートします。 *** SMC | スマー
FX Levels: あらゆる市場における非常に高精度なサポート&レジスタンス 概要 通貨ペア、株式指数、個別銘柄やコモディティなど、どのような市場でも信頼できるサポートとレジスタンスを特定したいですか? FX Levels は伝統的な “Lighthouse” メソッドと先進的な動的アプローチを融合し、ほぼ汎用的な精度を実現します。ブローカーの実務経験を活かし、自動化されたデイリー更新とリアルタイム更新を組み合わせることで、 FX Levels は反転ポイントを見つけ、利益目標を設定し、自信をもってトレードを管理するための手助けをします。今すぐ試してみて、サポート/レジスタンス分析の正確性がどれほどトレードを向上させるかを実感してください! 1. FX Levels がトレーダーにとって非常に有用な理由 非常に正確なサポート&レジスタンスゾーン • FX Levels は異なるブローカー環境でもほぼ同一のゾーンを生成するよう設計されており、データフィードの差異や時刻設定のずれによる不一致を解消します。 • つまり、どのブローカーを利用していても一貫したレベルが得られるため、戦
MetaBands M5
Vahidreza Heidar Gholami
4.5 (2)
MetaBandsは、強力でユニークなアルゴリズムを使用してチャンネルを描画し、トレンドを検出して、トレーダーに取引の入出ポイントを提供することができます。チャンネル指標に加えて、強力なトレンド指標でもあります。入力パラメータを使用して新しいチャンネルを作成するために、異なるタイプのチャンネルを統合することができます。MetaBandsは、市場のイベントについてユーザーに通知するために、すべてのタイプのアラートを使用します。 特徴 ほとんどのチャンネルアルゴリズムをサポート 強力なトレンド検出アルゴリズム 異なるタイプのチャンネルを統合する能力 マルチタイムフレームおよびマルチカレンシー(シグナルマトリックス) すべてのタイプのアラート機能(サウンド、画面フラッシャー、プッシュ通知、メール、ポップアップ、矢印) 再描画しない トレンド検出 MetaBandsは、チャネル内を振動する青いラインを使用してトレンドを検出します。ラインがチャネルの上部バンドに達すると、下降トレンドの開始を示し、下部バンドに達すると上昇トレンドの開始を示します。青いラインが中心ラインに近づくと、市場はコンソリ
MonetTrend — Премиум-индикатор для торговли по тренду (M30, H1, H4) MonetTrend — это мощный и визуально понятный трендовый индикатор, созданный для торговли на таймфреймах M30, H1 и H4. Он идеально подходит для работы с волатильными инструментами, такими как: • Золото (XAUUSD) • Криптовалюты (BTCUSD) • Валютные пары (EURUSD, USDJPY и др.) Ключевые особенности MonetTrend: • Автоматическое отображение Take Profit 1 (TP1) и Stop Loss (SL): После появления сигнала индикатор сразу показывает: • TP
IX Power: 指数、商品、暗号資産、外国為替市場の洞察を発見 概要 IX Power は、指数、商品、暗号資産、外国為替市場の強弱を分析するための多用途ツールです。 FX Power が全ての利用可能な通貨ペアデータを活用して外為ペアで最高の精度を提供する一方、 IX Power は基礎資産の市場データにのみ焦点を当てています。この特性により、 IX Power は非外為市場に最適であり、単純な外為分析にも信頼性の高いツールです。どのチャートでもスムーズに機能し、取引判断を向上させるための明確で実行可能な洞察を提供します。 1. IX Power がトレーダーにとって価値がある理由 複数市場での強弱分析 • IX Power は指数、商品、暗号資産、外為シンボルの強弱を計算し、それぞれの市場に合わせた洞察を提供します。 • US30、WTI、ゴールド、ビットコイン、または通貨ペアなどの資産を監視して取引機会を発見できます。 幅広い市場に適応 • 外為取引では、 FX Power が関連する全ての通貨ペアを分析することで比類のない精度を提供します。 • IX Power
MONEYTRON – ТВОЙ ЛИЧНЫЙ СИГНАЛ НА УСПЕХ! XAUUSD | AUDUSD | USDJPY | BTCUSD Поддержка таймфреймов: M5, M15, M30, H1 Почему трейдеры выбирают Moneytron? 82% успешных сделок — это не просто цифры, это результат продуманной логики, точного алгоритма и настоящей силы анализа. Автоматические сигналы на вход — не нужно гадать: когда покупать, когда продавать. 3 уровня Take Profit — ты сам выбираешь свой уровень прибыли: безопасный, уверенный или максимум. Четкий Stop Loss — контролируешь риск
FX Dynamic: カスタマイズ可能なATR分析でボラティリティとトレンドを把握 概要 FX Dynamic は平均的な真のレンジ(ATR)の計算を活用して、日次および日中ボラティリティに関する卓越した情報をトレーダーに提供する強力なツールです。80%、100%、130%などのボラティリティ閾値を設定することで、通常の範囲を超えた際にすぐに警告を受け取ったり、有望な利益機会を素早く捉えられます。 FX Dynamic はブローカーのタイムゾーンに合わせて調整でき、安定したボラティリティ測定を維持しながら、リアルタイム分析のためにMetaTraderとシームレスに連携します。 1. なぜFX Dynamicがトレーダーにとって非常に有益か リアルタイムのATRインサイト • 日次・日中のボラティリティをひと目で把握。価格がATRの80%、100%、130%などに達したときに警告を受け取り、重要な水準にあるかどうかを確認できます。 • ボラティリティが完全に爆発する前に潜在的な反転やブレイクアウトを先取り可能。 幅広いマーケットへの適用 • 外国為替、コモディティ、株価指数な
Was: $299  Now: $149  Supply Demand uses previous price action to identify potential imbalances between buyers and sellers. The key is to identify the better odds zones, not just the untouched ones. Blahtech Supply Demand indicator delivers functionality previously unavailable on any trading platform. This 4-in-1 indicator not only highlights the higher probability zones using a multi-criteria strength engine, but also combines it with multi-timeframe trend analysis, previously confirmed swings
このダッシュボードは、選択されたシンボルの最新の利用可能なハーモニックパターンを表示するので、時間を節約し、より効率的に /   MT4バージョン 。 無料インジケーター:   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")。ブローカーがペアに接
まず最初に、このトレーディングインジケーターは「再描画なし」「再描画なし」「遅延なし」であることを強調する価値があります。これにより、手動取引とアルゴリズム取引の両方に最適です。 ユーザーマニュアル、プリセット、オンラインサポートが含まれています。 AI Trend Pro Maxは、精度、力、シンプルさを求めるトレーダーのために設計された洗練されたオールインワンのトレーディングシステムです。以前のインジケーターを通じて何年もの開発を経ており、これは現在までの最も進化したバージョンで、複数の信号層、プロフェッショナルグレードのフィルター、およびスマートなユーザーインターフェースを備えています。 初心者でもプロのトレーダーでも、AI Trend Pro Maxは、どんな市場状況でも自信を持って取引するために必要なすべてを提供します。 主要な戦略とシステムのロジック: マルチレイヤー信号エンジン:トレンドモメンタム、価格強度、ボリューム、RSI、ボリンジャーバンド、そしてキャンドルカラー論理を組み合わせ、高確率のエントリーを提供します。 トレンドモメンタム:トレンドが強化されているの
Elliott Wave Trend was designed for the scientific wave counting. This tool focuses to get rid of the vagueness of the classic Elliott Wave Counting using the guideline from the template and pattern approach. In doing so, firstly Elliott Wave Trend offers the template for your wave counting. Secondly, it offers Wave Structural Score to assist to identify accurate wave formation. It offers both impulse wave Structural Score and corrective wave Structure Score. Structural Score is the rating to sh
優れたテクニカルインジケーター「Grabber」をご紹介します。これは、すぐに使える「オールインワン」トレーディング戦略として機能します。 ひとつのコードに、市場のテクニカル分析ツール、取引シグナル(矢印)、アラート機能、プッシュ通知が強力に統合されています。 このインジケーターを購入された方には、以下の特典を無料で提供します: Grabberユーティリティ:オープンポジションを自動で管理するツール ステップバイステップのビデオマニュアル:インジケーターのインストール、設定、取引方法を解説 カスタムセットファイル:インジケーターをすばやく自動設定し、最大限の成果を出すための設定ファイル 他の戦略はもう忘れてください!Grabberだけが、あなたを新たなトレードの高みへと導いてくれるのです。 Grabber戦略の主な特徴: 推奨タイムフレーム:M5〜H4 対応通貨ペア・資産:どれでも使用可能ですが、私が実際に検証した以下を推奨します(GBPUSD、GBPCAD、GBPCHF、AUDCAD、AUDUSD、AUDSGD、AUDCHF、NZDUSD、NZDCAD、EURCAD、EURUSD、E
次世代の自動化された需要と供給のゾーン。どのチャートでも機能する新しい革新的なアルゴリズム。すべてのゾーンは、市場の価格行動に従って動的に作成されています。 2種類のアラート --> 1) 価格がゾーンに達したとき 2) 新しいゾーンが形成されたとき もう 1 つの役に立たない指標はありません。実績のある完全な取引戦略を手に入れることができます。     新機能:     価格が需給ゾーンに達したときにアラートを出す     新しい需給ゾーンが作成されたときにアラートを発します     プッシュ通知アラート     ピップ単位のゾーン幅ラベル     MTF のもう 1 つのタイムフレーム。したがって、現在より 2 時間足高いのではなく、現在より 3 時間足し上に見えるようになります。     アラート/ゾーン/MTF 機能を有効/無効にするボタン あなたが得る利点:     取引から感情を取り除きます。     取引エントリをオブジェクト化します。     確率の高いセットアップで利益を上げましょう。     描画ゾーンから時間を節約します。
Royal Scalping Indicator is an advanced price adaptive indicator designed to generate high-quality trading signals. Built-in multi-timeframe and multi-currency capabilities make it even more powerful to have configurations based on different symbols and timeframes. This indicator is perfect for scalp trades as well as swing trades. Royal Scalping is not just an indicator, but a trading strategy itself. Features Price Adaptive Trend Detector Algorithm Multi-Timeframe and Multi-Currency Trend Low
これはMT5のインジケーターで、再描画なしで取引に参入するための正確なシグナルを提供します。 外国為替、暗号通貨、金属、株式、インデックスなど、あらゆる金融資産に適用できます。かなり正確な見積もりを提供し、取引を開始して終了するのに最適な時期を教えてくれます。1つのシグナルを処理しただけでインジケーターの元が取れた例の 動画 (6:22)をご覧ください。Entry PointsPro インジケーターの助けを借りたほとんどのトレーダーの最初の1週間の結果が改善しています。 Telegramグループ に登録してください。Entry Points Proインジケーターのメリットは次の通りです。 再描画のないエントリーシグナル 再描画されるインジケーターでは一度表示されたシグナルが削除されて大きな金銭的損失につながることがありますが、これと異なり、表示されて確認されたシグナルは消えることがありません。 エラーなしの取引開始 インジケーターアルゴリズムによって取引を開始する(資産を売買する)理想的な瞬間を見つけることができます。それを使用するすべてのトレーダーの成功率が向上します。 あら
初心者やエキスパートトレーダーに最適なソリューション! このインジケータは、独自の機能と秘密の数式を組み込んだ、ユニークで高品質かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の通貨ペアのアラートを表示します。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に把握することができるので、あなたのトレードがどのように改善されるか想像してみてください! 新しい基本的なアルゴリズムに基づいて構築されているため、潜在的な取引の特定と確認がより簡単になります。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速のスピードを測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアにすれば、利益を生む可能性のある取引を特定することができるのです。 通貨の勢いを示す縦の線と矢印は、あなたの取引の指針となるでしょう。 ダイナミックマーケットフィボナッチ23レベルはアラートトリガーとして使用され、市場の動きに適応します。もしインパルスが黄色のトリガーラインに当たった場
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
作者のその他のプロダクト
Fair Value Gaps
Cao Minh Quang
4.85 (47)
Fair Value Gap (FVG) Indicator Overview The Fair Value Gap (FVG) Indicator identifies inefficiencies in price action where an imbalance occurs due to aggressive buying or selling. These gaps are often created by institutional traders and smart money, leaving areas where price may later return to "fill" the imbalance before continuing its trend. Key Features: Automatic Detection of FVGs – The indicator highlights fair value gaps across different timeframes. Multi-Timeframe Support – View FVGs fr
FREE
The Fair Value Gap (FVG) is a price range where one side of the market liquidity is offered, typically confirmed by a liquidity void on the lower time frame charts in the same price range. Price can "gap" to create a literal vacuum in trading, resulting in an actual price gap. Fair Value Gaps are most commonly used by price action traders to identify inefficiencies or imbalances in the market, indicating that buying and selling are not equal. If you're following the ICT Trading Strategy or Smart
FREE
The latest version of Indicator is fully integrated into an all-in-one package, including: Fair Value Gaps (FVG).  Implied Fair Value Gap (IFVG).  OrderBlock (OB).  The options in the settings section are relatively easy to navigate, and you can even use them right away upon activation without encountering difficulties when using the default configuration. The indicator utilizes an algorithm to automatically draw and identify Order Blocks (OB), Fair Value Gaps (FVGs), and Implied Fair Value Gaps
The Market Sessions indicator is a popular tool among forex and stock traders for visually representing global trading sessions on a price chart. It highlights the time periods for major trading sessions — such as the Asian (Tokyo) , European (London) , and American (New York) sessions — directly on the chart. This helps traders identify when markets open and close, allowing for better decision-making based on session-specific trading behavior. - Asian Session (Default: 00:00-09:00) - London Se
FREE
MACD Indicator It has MACD line, Signal line, and Histogram. The Histogram has 4 colors based on Direction Above and Below the Zero Line, showing its movement direction as simple as possible. Allows Show MACD & Signal Line, Show Change In color of MACD   Line based on cross of Signal Line. Show Dots at Cross of MacD and Signal Line, Turn on and off Histogram. Enjoy your trading experience, and feel free to share your comments and reviews. If you are interested in this indicator, you might be i
FREE
MACD Indicator It has MACD line, Signal line, and Histogram. The Histogram has 4 colors based on Direction Above and Below the Zero Line, showing its movement direction as simple as possible. Allows Show MACD & Signal Line, Show Change In color of   MACD     Line based on cross of Signal Line. Show Dots at Cross of MacD and Signal Line, Turn on and off Histogram. Enjoy your trading experience, and feel free to share your comments and reviews. If you are interested in this indicator, you might
FREE
This Simple Smart Money Concepts indicator displays real-time market structure (internal & swing BOS / CHoCH), order blocks, premium & discount zones, equal highs & lows, and much more...allowing traders to automatically mark up their charts with widely used price action methodologies. "Smart Money Concepts" (SMC) is used term amongst price action traders looking to more accurately navigate liquidity & find more optimal points of interest in the market. Trying to determine where institutional
Unicorn Model ICT Indicator — Smart Trading with Precision The   Unicorn Model ICT Indicator   is a powerful and intelligent tool designed for traders who follow   Smart Money Concepts (SMC)   and   Inner Circle Trader (ICT)   methodologies. This indicator simplifies complex price action by visually identifying key market structures and providing high-probability trade setups. Key Features: A Bullish Unicorn Pattern A Lower Low (LL), followed by a Higher High (HH) A Fair Value Gap (FVG), overla
Unicorn Model ICT Indicator — Smart Trading with Precision The Unicorn Model ICT Indicator is a powerful and intelligent tool designed for traders who follow Smart Money Concepts (SMC) and Inner Circle Trader (ICT) methodologies. This indicator simplifies complex price action by visually identifying key market structures and providing high-probability trade setups. Key Features: A Bullish Unicorn Pattern A Lower Low (LL), followed by a Higher High (HH) A Fair Value Gap (FVG), overlapping the est
Multiple Non-Linear Regression MT4 This indicator is designed to perform multiple non-linear regression analysis using four independent variables: close, open, high, and low prices. Here's a components and functionalities: Inputs: Normalization Data Length: Length of data used for normalization. Learning Rate: Rate at which the algorithm learns from errors. Show data points: Show plotting of normalized input data(close, open, high, low) Smooth?: Option to smooth the output. Smooth Length: Lengt
The Market Sessions indicator is a popular tool among forex and stock traders for visually representing global trading sessions on a price chart. It highlights the time periods for major trading sessions — such as the   Asian (Tokyo) ,   European (London) , and   American (New York)   sessions — directly on the chart. This helps traders identify when markets open and close, allowing for better decision-making based on session-specific trading behavior. - Asian Session (Default: 00:00-09:00) - Lo
FREE
The Linear Regression Oscillator (LRO) is a technical indicator based on linear regression analysis, commonly used in financial markets to assess the momentum and direction of price trends. It measures the distance between the current price and the value predicted by a linear regression line, which is essentially the best-fit line over a specified period. Here’s a breakdown of how it works and its components: Key Components of the Linear Regression Oscillator Linear Regression Line (Best-Fit Lin
The Pure Price Action ICT Tools indicator is designed for pure price action analysis, automatically identifying real-time market structures, liquidity levels, order & breaker blocks, and liquidity voids. Its unique feature lies in its exclusive reliance on price patterns, without being constrained by any user-defined inputs, ensuring a robust and objective analysis of market dynamics. Key Features Market Structures A Market Structure Shift, also known as a Change of Character (CHoCH), is a pivot
The latest version of Indicator is fully integrated into an all-in-one package, including: Fair Value Gaps (FVG).  Implied Fair Value Gap (IFVG).  OrderBlock (OB).  The options in the settings section are relatively easy to navigate, and you can even use them right away upon activation without encountering difficulties when using the default configuration. The indicator utilizes an algorithm to automatically draw and identify Order Blocks (OB), Fair Value Gaps (FVGs), and Implied Fair Value Gap
The Market Structure with Inducements & Sweeps indicator is a unique take on Smart Money Concepts related market structure labels that aims to give traders a more precise interpretation considering various factors. Compared to traditional market structure scripts that include Change of Character (CHoCH) & Break of Structures (BOS) -- this script also includes the detection of Inducements (IDM) & Sweeps which are major components of determining other structures labeled on the chart. SMC & price a
I've combined two trading strategies, the Order Block Strategy and the FVG Trading Strategy, by utilizing a combination of the FVG indicators and Order Blocks. The results have been surprisingly effective. This is a two-in-one solution that makes it easy for traders to identify critical trading zones. I've optimized the settings so that all you need to do is install and trade; it's not overly complex to explain further. No need for any usage instructions regarding the trading method. You shoul
The Pure Price Action ICT Tools indicator is designed for pure price action analysis, automatically identifying real-time market structures, liquidity levels, order & breaker blocks, and liquidity voids. Its unique feature lies in its exclusive reliance on price patterns, without being constrained by any user-defined inputs, ensuring a robust and objective analysis of market dynamics. Key Features Market Structures A Market Structure Shift, also known as a Change of Character (CHoCH), is a pivot
The   Simple  ICT Concepts Indicator   is a powerful tool designed to help traders apply the principles of the   Inner Circle Trader (ICT)   methodology. This indicator focuses on identifying key zones such as liquidity levels, support and resistance, and market structure, making it an invaluable asset for price action and smart money concept traders. Key Features Market Structure : Market structure labels are constructed from price breaking a prior swing point. This allows a user to determine t
Smart Market Structure Simple is a powerful indicator that helps traders identify market structure based on the Smart Money Concept (SMC) . This indicator automatically detects Break of Structure (BOS), Change of Character (CHoCH), Fair Value Gaps (FVG), Order Blocks (OB), Liquidity Zones (LQZ), and key swing points Higher High (HH), Higher Low (HL), Lower High (LH), Lower Low (LL) . Main Objective: Assist traders in tracking institutional flow ( Smart Money ) and finding high-probability trade
Automatically detect bullish or bearish order blocks to optimize your trade entries with our powerful indicator. Ideal for traders following ICT (The Inner Circle Trader). Works with any asset type, including cryptocurrencies, stocks, and forex. Displays order blocks on multiple timeframes, from M2 to W1. Alerts you when an order block is detected, migrated, or a higher timeframe order block is created/migrated. Perfect for both scalping and swing trading in Smart Money Concepts.  Enhanced by st
The   Linear Regression Oscillator (LRO)   is a technical indicator based on linear regression analysis, commonly used in financial markets to assess the momentum and direction of price trends. It measures the distance between the current price and the value predicted by a linear regression line, which is essentially the best-fit line over a specified period. Here’s a breakdown of how it works and its components: Key Components of the Linear Regression Oscillator Linear Regression Line (Best-Fit
The Market Structure with Inducements & Sweeps indicator is a unique take on Smart Money Concepts related market structure labels that aims to give traders a more precise interpretation considering various factors. Compared to traditional market structure scripts that include Change of Character (CHoCH) & Break of Structures (BOS) -- this script also includes the detection of Inducements (IDM) & Sweeps which are major components of determining other structures labeled on the chart. SMC & pri
Smart Market Structure Simple   is a powerful indicator that helps traders identify   market structure   based on the   Smart Money Concept (SMC) . This indicator automatically detects   Break of Structure (BOS), Change of Character (CHoCH), Fair Value Gaps (FVG), Order Blocks (OB), Liquidity Zones (LQZ),   and key swing points   Higher High (HH), Higher Low (HL), Lower High (LH), Lower Low (LL) . Main Objective:   Assist traders in tracking institutional flow ( Smart Money ) and finding high-p
The   Quasimodo Pattern Indicator  is no more difficult than the Head and Shoulders. Still, only a few traders know about it, and some even confuse one with the other. However, this is not a reason to avoid this tool in your forex trading strategy.    Features: Automatic Detection:   The indicator automatically scans for valid QM patterns across any timeframe, reducing the need for manual chart analysis. Visual Highlights:   Clear and customizable on-chart drawing of shoulders, heads, and breako
ICT   Fair Value Gaps  MTF Indicator Unlock the power of   Fair Value Gaps (FVGs)   across multiple timeframes using the   ICT     Fair Value Gaps  Multi - Timeframe Indicator —a precision tool built for traders who follow the   Smart Money Concept (SMC) . Key Features : Multi-Timeframe FVG Detection : Automatically identifies Fair Value Gaps from higher timeframes (M15, H1, H4, etc.) and plots them on your active chart for immediate insight. Break of Structure (BOS) & Change of Character (CHoCH
Order Block Multi Timeframe The   Order Block Multi Timeframe   is a powerful tool for Smart Money Concept (SMC) traders, combining high-accuracy   Order Block detection   with real-time   Break of Structure (BOS)   and   Change of Character (CHoCH)   analysis across multiple timeframes. Smart Money Insight, Multi-Timeframe Precision This indicator automatically identifies   institutional Order Blocks —key price zones where large players have entered the market—and plots them directly on your ch
Automatically detect bullish or bearish order blocks to optimize your trade entries with our powerful indicator. Ideal for traders following ICT (The Inner Circle Trader). Works with any asset type, including cryptocurrencies, stocks, and forex. Displays order blocks on multiple timeframes, from M2 to W1. Alerts you when an order block is detected, migrated, or a higher timeframe order block is created/migrated. Perfect for both scalping and swing trading. Enhanced by strong VSA (Volume Spread A
This indicator measures and displays the price range created from the first period within a new trading session, along with price breakouts from that range and targets associated with the range width. The Opening Range can be a powerful tool for making a clear distinction between ranging and trending trading days. Using a rigid structure for drawing a range, provides a consistent basis to make judgments and comparisons that will better assist the user in determining a hypothesis for the day's pr
This Simple Smart Money Concepts indicator displays real-time market structure (internal & swing BOS / CHoCH), order blocks, premium & discount zones, equal highs & lows, and much more...allowing traders to automatically mark up their charts with widely used price action methodologies. "Smart Money Concepts" (SMC) is used term amongst price action traders looking to more accurately navigate liquidity & find more optimal points of interest in the market. Trying to determine where institutional
Multiple Non-Linear Regression This indicator is designed to perform multiple non-linear regression analysis using four independent variables: close, open, high, and low prices. Here's a components and functionalities: Inputs: Normalization Data Length: Length of data used for normalization. Learning Rate: Rate at which the algorithm learns from errors. Show data points: Show plotting of normalized input data(close, open, high, low) Smooth?: Option to smooth the output. Smooth Length: Length of
フィルタ:
Devlabse
21
Devlabse 2025.01.16 12:43 
 

I first tested this indicator to validate its accuracy and alignment with ICT concepts. After confirming its effectiveness, I purchased it because I was impressed and wanted to develop an EA using its data alongside other indicators. Initially, I faced some challenges integrating the indicator with my EA. This is where the developer, Cao, truly earned a 5-star rating. Not only did he assist with my questions, but he also made minor updates to the indicator to ensure seamless integration with EAs and compatibility with the strategy tester. Such support is not very common and greatly exceeded my expectations. I highly recommend both the indicator and the developer, Cao.

Cao Minh Quang
39721
開発者からの返信 Cao Minh Quang 2025.01.16 12:45
Thank you very much!
JeanMarc2222
1320
JeanMarc2222 2024.12.19 09:56 
 

Outstanding Indicator and Exceptional Developer Support! The Simple ICT Concept indicator is an invaluable tool for traders who rely on ICT principles. Its ability to provide detailed insights like Order Blocks (OBs), Break of Structure (BOS), and Fair Value Gaps (FVGs) is impressive, but what truly sets it apart is the integration of global variables, which makes it perfect for EA automation. What stands out even more is the developer, Cao Minh Quang. I’ve suggested features like the "first touched" variable for OBs and FVGs, and within no time, he implemented these changes while ensuring they work seamlessly with the existing features. His responsiveness and commitment to improving the tool based on user feedback are top-notch. If you're looking for a reliable ICT indicator with a developer who listens and consistently improves, this is the one to get. Highly recommended!

Cao Minh Quang
39721
開発者からの返信 Cao Minh Quang 2024.12.19 09:58
Thank you very much, bro!
レビューに返信
バージョン 2.2 2025.02.14
fix some error
バージョン 2.1 2025.01.16
- Add EA Integration default true when using with iCustom
バージョン 2.0 2025.01.16
- Adjust cycle update time of global variable
バージョン 1.9 2025.01.07
- Add OB draw type Rectangle or Horizontal Line
バージョン 1.8 2024.12.20
- Reset time + price value to 0 when no more bull/bear OB or FVG.
- Additional Feature: Store "first touched time" of OB/FVG elements
(Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_OB_TOUCHED_TIME
(Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_FVG_TOUCHED_TIME
- Fix issues with MSS/BOS between closed-open market time.
バージョン 1.7 2024.12.19
- Fix EA Integration when no more lastest OB/FVG
バージョン 1.6 2024.12.16
- Add the time when the object (ICT element was created
- Add the type (bullish/bearish) of the elements (OB, BOS, MSS, FVG)
バージョン 1.5 2024.12.11
- Fix duplicate line liquid
バージョン 1.4 2024.12.09
- Fix time range killzones
バージョン 1.3 2024.12.09
- Fix time range killzones between 2 days
バージョン 1.2 2024.12.05
- Add Swing points (HH, HL, LH, LL)
- Add global variables for EA integration
バージョン 1.1 2024.11.26
- Fix alert when change timeframe