AIntel Predict Sub Window

Note: This indicator is for sub-window use and not for the main chart. If you need to apply it for the indicators in the main chart, then use this indicator instead: https://www.mql5.com/en/market/product/108876

AIntel Predict - Your Gateway to Future Trading Success!

Unlock the power of predictive analytics with AIntel Predict. Say goodbye to the guesswork and hello to improved forecasting, as AIntel Predict leverages historical data to unveil the future of your trades like never before.

Whether you're a seasoned trader with a library of custom indicators or a newcomer just starting out, AIntel Predict seamlessly integrates with your existing tools. With a few simple clicks, you can supercharge your existing indicators with the gift of foresight.

Customize the visuals to suit your preferences, ensuring a seamless and visually pleasing trading experience.

But what if you're new to trading or just want to get started quickly? AIntel Predict has you covered there too! Apply this indicator on top of MQL5 built-in indicators, enabling you to begin using them instantly. Whether you're a pro or just starting, we've streamlined the process to get you trading confidently in no time.

Remember, history often repeats itself, and AIntel Predict is your key to unlock those patterns. Don't let valuable trading opportunities slip through your fingers - start using AIntel Predict today!

Get AIntel Predict today and seize tomorrow's opportunities today!


Settings

Bars to compare/predict = 50

Control how many bars of indicator values to be used to search in the past. For example, if set to 5 then only last 5 bars will be taken and compared with the whole history till the most similar one is found. Less provided more matches will be found, however less precise the results are going to be.

Max history to check (bar count; -1 ALL) = -1

If MetaTrader has a long history of bars and not all are relevant or to be included in the search, then control how many bars back to go. This can also solve performance issues if the computer is slow and history is huge (e.g. M1 period).

Indicator name/path as to be passed to iCustom = Examples\Custom Moving Average

IMPORTANT CONFIG! Indicator values will be used to compare values from present to values in the past. Choosing right indicator is the key for good predictions. Use ANY indictor to predict the future! Provide any indicator as an input or chose one of the built-in indicators in MetaTrader 5. For the name/path format follow MQL5 official documentation: https://www.mql5.com/en/docs/indicators/icustom.

For convenience, we have also added support for MQL built-in ones: 

iAC,iAD,iADX,iADXWilder,iAlligator,iAMA,iAO,iATR,iBands,iBearsPower,iBullsPower,iBWMFI,iCCI,iChaikin,iDEMA,iDeMarker,iEnvelopes,iForce,iFractals,iFrAMA,iGator,iIchimoku,iMA,iMAD,iMFI,iMomentum,iOsMA,iOBV,iSAR,iRSI,iRVI,iStdDev,iStochastic,iTEMA,iTriX,iWPR,iVIDyA,iVolumes


ID of the indicator buffer to be used = 0

Some indicators has more than one buffer, and not always the first one contains the data of interest. Configure the buffer to be used for processing. If not sure if the right input data are used (right buffer is used) enable drawing of indicator data as described below.

Bars to show in future (-1 = half of the `bars to compare`)

Bars to predict. By default half of what was searched is used to show in future. But there are no limits and can show more. Remember to configure the chart to shift to the left and give space for future.

Show indictor data = true

If to show indicator calculated data. This is a good way to debug and to see if indicator data is what you expected to be. Once you are sure, you might want to hide them to keep your chart clean.

Show best sample found = true

This will show the best sample from the past and will print on top of present data. It provides a good way to see the difference between the past and present and if the prediction is actually reliable. Note that in logs this indicator will also print the match %, but this provides visual confirmation.

Only show prediction if match is above % = 80.0

With this parameter you can hide predictions which are not reliable. Recommended is 90%, but depending on indicator sometimes it's hard to reach.

Show cloud of possibilities (only if above % > 80) = true

If enabled, it will not only show the best prediction, but ALL predictions which qualify as per the previous parameter (`Only show prediction if match is above % = 80.0`). However if previous parameter is below 80%, then the cloud will not include those due to performance reasons - too many matches may make the indicator too slow.

Clear future data when moving forward = true

If sent to 'false' then it will not clear the "future" part but keep the previous prediction and will add new one on top. In this way you can move forward and see how the indicator performed over time.

Output as Price and not Indicator data = false

Important to set in case the indicator is not in the main chart, but in a sub-window. If indicator is in the sub-window its data will not be visible, but future prediction will probably be too far from the price range to be visible in the main chart (note that this indictor always plots the output in the main chart). When this parameter is set to `true` then the future will not be the indicator data, but bars (`open` price) from the past representing the future. Can be also used with any other indictor in case you want to see future price and not future indicator values.

Parameters, max 3 (separate with ';') = 5;0

Pass input parameters to your indicator. Supported types are `int`, `long`, `double`, `bool` only. As described only 0 to 3 parameters can be passed, and the rest will take the default values. In case of 0 parameters, leave the field empty.

For the built-in indicators of no parameters provides then default values will be used. 

iAC(_Symbol, _Period);
iAD(_Symbol, _Period, VOLUME_TICK);
iADX(_Symbol, _Period, 14);
iADXWilder(_Symbol, _Period, 14);
iAlligator(_Symbol, _Period, 13, 8, 5, 5, 5, 3, MODE_SMMA, PRICE_MEDIAN);
iAMA(_Symbol, _Period, 9, 2, 30, 0, PRICE_CLOSE);
iAO(_Symbol, _Period);
iATR(_Symbol, _Period, 13);
iBands(_Symbol, _Period, 20, 0, 2, PRICE_CLOSE);
iBearsPower(_Symbol, _Period, 13);
iBullsPower(_Symbol, _Period, 13);
iBWMFI(_Symbol, _Period, VOLUME_TICK);
iCCI(_Symbol, _Period, 14, PRICE_TYPICAL);
iChaikin(_Symbol, _Period, 3, 10, MODE_EMA, VOLUME_TICK);
iDEMA(_Symbol, _Period, 14, 0, PRICE_CLOSE);
iDeMarker(_Symbol, _Period, 14);
iEnvelopes(_Symbol, _Period, 14, 0, MODE_SMA, PRICE_CLOSE, 0.100);
iForce(_Symbol, _Period, 13, MODE_SMA, VOLUME_TICK);
iFractals(_Symbol, _Period);
iFrAMA(_Symbol, _Period, 14, 0, PRICE_CLOSE);
iGator(_Symbol, _Period, 13, 8, 8, 5, 5, 3, MODE_SMMA, PRICE_MEDIAN);
iIchimoku(_Symbol, _Period, 9, 26, 52);
iMA(_Symbol, _Period, 10, 0, MODE_SMA, PRICE_CLOSE);
iMACD(_Symbol, _Period, 12, 26, 9, PRICE_CLOSE);
iMFI(_Symbol, _Period, 14, VOLUME_TICK);
iMomentum(_Symbol, _Period, 14, PRICE_CLOSE);
iOsMA(_Symbol, _Period, 12, 26, 9, PRICE_CLOSE);
iOBV(_Symbol, _Period, VOLUME_TICK);
iSAR(_Symbol, _Period, 0.02, 0.2);
iRSI(_Symbol, _Period, 14, PRICE_CLOSE);
iRVI(_Symbol, _Period, 10);
iStdDev(_Symbol, _Period, 20, 0, MODE_SMA, PRICE_CLOSE);
iStochastic(_Symbol, _Period, 5, 3, 3, MODE_SMA, STO_LOWHIGH);
iTEMA(_Symbol, _Period, 14, 0, PRICE_CLOSE);
iTriX(_Symbol, _Period, 14, PRICE_CLOSE);
iWPR(_Symbol, _Period, 14);
iVIDyA(_Symbol, _Period, 9, 12, 0, PRICE_CLOSE);
iVolumes(_Symbol, _Period, VOLUME_TICK);


Parameter types (separate with ';') = int;int

For each parameter provided above it's mandatory to provide its type. Supported types are `int`, `bool`, `long`, `double`. In case the indicator requires an ENUM, then provide it as an `int` (find value for each ENUM by printing its value in MQL) and the indicator will automatically cast it to the right ENUM. Note that you can control up to first 3 parameters. If that's not what you need, then simply wrap any indicator within your own indicator code and control the input as necessary. We can provide samples how to accomplish it.


Happy trading!

AIntel team


おすすめのプロダクト
インディケータは現在のクオートを作成し、これを過去のものと比較して、これに基づいて価格変動予測を行います。インジケータには、目的の日付にすばやく移動するためのテキスト フィールドがあります。 オプション: シンボル - インジケーターが表示するシンボルの選択; SymbolPeriod - 指標がデータを取る期間の選択; IndicatorColor - インジケータの色; HorisontalShift - 指定されたバー数だけインディケータによって描画されたクオートのシフト; Inverse - true は引用符を逆にします。false - 元のビュー。 ChartVerticalShiftStep - チャートを垂直方向にシフトします (キーボードの上下矢印)。 次は日付を入力できるテキストフィールドの設定で、「Enter」を押すとすぐにジャンプできます。
Price Position Indicator.... This indicator tells you exactly when to buy or sell in the market with alerts, it works on any time frame and with any market of your choice, it is highly accurate and is definitely worth the investment, this indicator performs well with the moving average indicator i also have for sale, be sure to check out my profile to see my products. it gives out buy and sell signals based on where the current price is, it follows the trend as well.
Basic information. To perform its work, the indicator takes data on volumes from a lower timeframe, builds Market Profiles for a higher timeframe and a histogram for the current timeframe. The indicator starts in several stages. In this case, messages like: "Build Source & Target TF. Step: …" are output to the log. The process can be accelerated by changing the input parameter Milliseconds between steps - the initialization speed. The final value of this parameter is always individual and is set
FlagTrendTF Free Indicator for MetaTrader 5 FlagTrendTF is a free MetaTrader 5 indicator designed to help traders identify market trends across multiple timeframes quickly and visually. It is ideal for confirming whether the market direction is aligned from higher timeframes down to the trading timeframe. How FlagTrendTF Works The indicator allows you to monitor up to 4 timeframes simultaneously , displaying easy-to-read arrows: Green arrow : bullish trend Red arrow : bearish trend This fa
FREE
Buyer Seller Balance Analyzer は、複数のタイムフレームにおける買い手と売り手の力を包括的に把握できます。 主なコンポーネント: Buyer/Seller Balance テーブル 買い手と売り手の比率を表示 M1 から MN1 までのタイムフレームをカバー 色分けされた値(緑 = 買い手、赤 = 売り手) 主要指標: Buyers (%) – 買い手の割合 Sellers (%) – 売り手の割合 ️ Balance – 買い手と売り手の差 Strength – トレンドの強さ (STRONG/MEDIUM/WEAK) Volume – 取引量の指標 (HIGH/normal) 追加機能: 移動平均線 (8, 21, 50, 100, 200) 水平線で示す現在価格 高い取引量の強調表示 シグナル解釈: 強いトレンド: Balance が大きく正(濃い緑) → 強い上昇トレンド Balance が大きく負(濃い赤) → 強い下降トレンド 反転: B
This indicator combines three powerful market analysis tools into one clean system , designed for traders who analyze volume behavior, liquidity zones, and order flow to understand market movement. It is especially useful for traders following strategies similar to Favio Valentini , where identifying volume imbalances and weak price areas is an important part of the trading process. Instead of installing multiple indicators, this tool integrates everything into one optimized indicator , making c
Universal Soul Reaper is an atmospheric market-flow oscillator designed to interpret price behavior as a cycle of spiritual energy. Instead of reacting to raw price alone, it visualizes the state of the market’s soul —revealing when momentum is awakening, stabilizing, or fading. The indicator operates in a separate window and presents three interwoven entities: the Ectoplasmic Veil , the Spirit Boundary , and the Soul Core . Together, they form a living framework that helps traders sense pressu
概要 Candle Timer Countdown Pro は、現在のローソク足が終了するまでの残り時間を、滑らかで正確なカウントダウンとして表示します。さらに、円形のプログレスアーク(進行表示)を組み合わせることで、残り時間を瞬時に視覚的に把握できます。 ティック間で停止したり、時間がずれてしまう他のタイマーとは異なり、本インジケーターはサーバー時間の補間(Server Time Interpolation)を使用し、M1 から MN まであらゆる時間足で途切れのないスムーズなカウントダウンを実現します。 1分足でのスキャルピングでも、H4でのスイングトレードでも、現在のローソク足が正確にいつ確定するのかを把握することで、エントリータイミングの最適化、ローソク足パターンの確認、そして早すぎる判断の回避に役立ちます。 このタイマーが他と違う理由 多くの MT5 用キャンドルタイマーは TimeCurrent() のみに依存しており、新しいティックが到着したときにしか更新されません。低ボラティリティ時や上位時間足では、ティックの間隔が数秒空くことがあり、その間タイマーが停止し、その後突
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The indicator OrderBook Cumulative Indicator accumulates market book data online and visualizes them on the chart. In addition, the indicator can show the market
All-in-One Chart Patterns Professional Level: The Ultimate 36-Pattern Trading System All-in-One Chart Patterns Professional Level is a comprehensive 36-pattern indicator well known by retail traders, but significantly enhanced with superior accuracy through integrated news impact analysis and proper market profile positioning. This professional-grade trading tool transforms traditional pattern recognition by combining advanced algorithmic detection with real-time market intelligence.  CORE FEATU
FREE
DAILY OH/OL SDEV QUANT MODEL - STATISTICAL TRADING WITH PRECISION RISK MANAGEMENT TRADE WITH MATHEMATICAL CERTAINTY - KNOW YOUR EXACT STOP-LOSS AND TAKE-PROFIT BEFORE YOU ENTER This indicator analyzes 5,000+ days of price history to give you: Exact entry levels (sigma bands locked at daily open) Exact stop-loss distance (from M
##   ONLY GOLD ##   Тiльки Золото ## **Mercaria Professional Trading Zones - Complete Guide** ## **Mercaria Professional Trading Zones - Повний посібник** ### **How Mercaria Zones Work / Як працюють зони Mercaria** **English:** Mercaria Zones is an advanced trading indicator that identifies high-probability support and resistance areas using ZigZag extremes combined with mathematical zone calculations. The indicator works on multiple timeframes simultaneously, providing a comprehensive view
Quantum Levels PRO — 価格の行き先を、到達する前に知る MT5 ノーリペイント価格ターゲットインジケーター | バージョン 3.10 インジケーターの90%が抱える問題: すでに起こったこと しか表示しません。移動平均、RSI、MACD——これらは過去のデータを分析し、値動きが終わった 後 に反応します。シグナルが出る頃には、最適なエントリーポイントは過ぎ去っています。 Quantum Levels PROは違います。 値動きがまだ進行中の段階で、価格が次に向かう具体的な水準——正確な価格ターゲットを算出します。旅が終わる前に目的地が見えます。これは後知恵ではなく、先見性です。 Quantum Levels PROの機能 あらゆる銘柄——株式、FX、暗号資産、コモディティ、指数——のスイング構造を分析し、4つの精密な価格ターゲットを算出します: UP Trend Target ——最大上昇水準。ロングの利確目標、またはショートの反転エントリー。 UP Correction Target ——最小上昇水準、保守的な上昇目標。ロングの部分決済ゾーン。 DOWN Tren
# HeavenWay Signal System V1.1 User Manual ## I. Product Overview **HeavenWay Signal System** is a professional trading auxiliary tool based on precise analysis of gold and silver market microstructure. Through real-time calculation of market depth data, the system can promptly issue trading signals when prices show abnormal deviations, helping traders capture high-probability trading opportunities. --- ## II. Core Advantages ### 2.1 The Elegance of Algorithm Design This system employs **m
TouchGuard Alert – Advanced Price Alert & Notification Indicator for MetaTrader 5 (MT5) TouchGuard Alert is a fast, lightweight, and highly accurate price-touch Alert & Notification system designed for MetaTrader 4 (MT4) and MetaTrader 5 (MT5) . It automatically sends real-time Alerts, Pop-Up Alerts, Email Notifications, Push Notifications and early-warning notifications when price touches or approaches your chart objects. Key Features (High-Precision Alert & Notification System) Comprehensive P
Buy Gold Respecting and get Price Gold free! Message us! Current price is $325 The price will increase depending on the number of sales! Version МТ4 Gold Respecting – an advanced gold trading solution (XAUUSD) Gold Respecting is a high-performance, fully automated trading algorithm developed based on years of experience trading and analyzing the gold market. Unlike many systems, this EA focuses on pure price action and volatility dynamics, specifically tailored to the unique behavior of the XAU
Neon Trade — 最高レベルのトレーディングへの扉を開く最先端のトレーディングソリューション 私は、トレーダーの目標や課題に関係なく、あらゆるトレーダーのニーズに応えることができるユニークなトレーディングソリューションを作成することを目指しました。主なアイデアは、機械学習と高度なトレーディング手法を組み合わせることで、両者の併用によるメリットを最大化することでした。このシステムは、1〜2 ヶ月で少額の入金を成長させることにも、長期的な投資にも適しています。 製品の詳細情報を入手するのに役立つリンク もしあなたが: 購入前の質問や購入後のサポートとサポートを受けたい 私の Telegram コミュニティ(質問をしたり、すでに製品を購入した他のユーザーとコミュニケーションを取ることができます) MetaTrader 4 ターミナル専用の類似バージョン! 製品とその入力パラメータを深く理解するためのガイド 重要!!!ロボットを購入した後、および購入に興味がある場合は、必ずプライベートメッセージで私に連絡し、相談、アドバイス、.SET 設定ファイルを受け取ってください Neon Tr
RED ZONE Monitor Loss-Cut & Break-Even Risk Monitor for Averaging Traders (MT5) RED ZONE Monitor is a risk management indicator for traders who use averaging, scaling-in, or multiple open positions . It visually displays: The loss-cut (liquidation) risk zone The break-even price Based on current open positions, lots, and margin conditions This indicator does not provide entry signals. It does not promise profits. It shows where your account actually fails if price moves against you. What RED ZO
VR Grid Mt5
Vladimir Pastushak
3.25 (8)
VR グリッド インジケーターは、ユーザー定義の設定を使用してグラフィカル グリッドを作成するように 設計 されています。 標準グリッド とは異なり、VR グリッドは 円形レベル を構築するために使用されます。ユーザーの選択に応じて、ラウンド レベル間のステップは任意に設定できます。さらに、他のインジケーターやユーティリティとは異なり、VR Grid は期間が変更されたり、端末が再起動されたりした場合でも、 グリッドの位置を維持 します。 設定、設定ファイル、デモ版、説明書、問題解決方法は、以下から入手できます。 [ブログ] レビューを読んだり書いたりすることができます。 [リンク] のバージョン [MetaTrader 4] 垂直レベル は実際の時間間隔に基づいており、 欠落している または存在しない期間は無視します。したがって、レベル間のステップは、ユーザーが選択した値に厳密に対応します。 VR グリッド インジケーターを使用すると、トレーダーは任意のレベルで 垂直線と水平線のスタイル 、色、太さを変更できます。これにより、金融商品の ラウンドレベル を制御できます。 ラウンド
FREE
Haven Volume Profileは、取引量の分布に基づいて重要な価格レベルを識別するための多機能なボリュームプロファイル分析インジケーターです。市場をより深く理解し、重要なエントリーポイントとエグジットポイントを特定したいプロのトレーダー向けに設計されています。 その他の製品 ->  こちら 主な機能: Point of Control (POC) 計算 - 最大の取引活動が行われるレベルで、最も流動性の高いレベルを特定するのに役立ちます Value Area(高い活動の領域)の定義とカスタマイズ可能な取引量の割合で、取引範囲をより正確に評価できます ティックボリュームと実際の取引量の両方に対応し、さまざまな市場タイプや取引戦略に対応しています 計算期間(日数)の柔軟な設定により、任意の時間枠にツールを適応させることができます ターミナルのライトテーマとダークテーマに自動的に適応し、ユーザーインターフェースの視覚的な体験を向上させます レベルの視覚化が明確で、スタイルや色をカスタマイズでき、グラフ分析と迅速な意思決定を支援します このインジケーターは、重要な価格レベルや統合ゾー
FREE
High Low Open Close
Alexandre Borela
4.98 (44)
このプロジェクトが好きなら、5つ星レビューを残してください。 このインジケータは、指定されたためのオープン、ハイ、ロー、クローズ価格を描画します 特定のタイムゾーンの期間と調整が可能です。 これらは、多くの機関や専門家によって見られた重要なレベルです トレーダーは、彼らがより多くのかもしれない場所を知るために有用であり、 アクティブ。 利用可能な期間は次のとおりです。 前の日。 前週。 前の月。 前の四半期。 前年。 または: 現在の日。 現在の週。 現在の月。 現在の四半期。 現年。
FREE
PAX3 Price Action Indicator
Marco Aurelio Santos Costa
5 (5)
You probably won't see the power of the indicator in the backtest, because it uses 3 windows, something you can't do, in the DEMO version that the site offers.  I trust 100% on my work and on my indicator, if you want a test version, send me a message, different from other sellers, who just want to "sell", I want whether you have a full version before renting and deciding. Christmas Discount 30% off until the 25th As you can imagine, it was a failure, I'm not saying that any indicator doesn't w
This indicator created based on original John Carter's TTM_Squeeze indicator and represents "squeeze" of the market which can be followed (or maybe not) by significant moves. Original indicator prints black dots when Bollinger Bands are inside Kelthner Channels and exactly this implemented in this custom version. Instead of original implementation as momentum indicator MACD indicator with standard settings 12-26-9 is being used. Mainly, the indicator is useful for understanding when it's better
Ing (inguz,ingwar) - the 23rd rune of the elder Futhark ᛝ, Unicode+16DD. Add some runic magic to your trading strategies. The correct marking of the daily chart will indicate to you the successful moments for counter-trend trading. Simple to use, has high efficiency in volatile areas. Be careful in lateral movements. Signals ᛝ are generated when the main lines of construction intersect. Red arrow down - recommended sales Blue up arrow - recommended purchases rare purple arrows indicate exce
HiLo Activator is one of the most used indicators to determine trend. Find it here with the ability to customize period and colors. This indicator also plots up and down arrows when there is a change on the trend, indicating very strong entry and exit points. HiLo fits well to different types of periods for day trading. You can easily understand when it is time to buy or sell. It works pretty good also for other periods like daily and monthly signalizing long-term trends. The use of the indicato
RBreaker Gold Indicatorsは、金先物の短期日内取引戦略であり、トレンドフォローと日内反転の2つの取引手法を組み合わせたものです。トレンド相場での利益を捉えるだけでなく、相場が反転した際には迅速に利確し、その流れに沿ってポジションを反転させることができます。 この戦略は、アメリカの雑誌『Futures Truth』において、15年連続で最も収益性の高い取引戦略トップ10に選ばれた実績を持ち、非常に長いライフサイクルを誇り、現在も国内外で広く使用・研究されています。 本インディケーターは、2026年の金先物の値動きに対応し、14日間のATR指標に基づいて、ブレイクアウト係数A、観察係数B、リバーサル係数Rをより合理的な値で定義しています。非常に優れたインディケーターであり、安定的な年間収益を実現しています。ぜひおすすめします〜
"We have developed a highly accurate trading signal system applicable to all assets on the 15-minute (M15) timeframe. Calibrated against actual Gold price behavior, this system allows users to trade every candlestick effectively, regardless of market conditions—whether the market is trending, moving sideways, or reversing. The system features real-time arrows and color-coded indicators that signal immediate Buy or Sell entry points. This allows traders to use it as a reliable confirmation tool t
FREE
Complete SMC/ICT Indicator MT5 — Smart Money Concepts ツール Complete SMC/ICT Indicator は、チャートウィンドウ上で直接動作する独立型の Smart Money Concepts 分析ツールです。市場構造、不均衡、流動性ゾーンを機関投資家レベルで検出し、完全なカスタマイズとアラート機能を備えています。   機能   このインジケーターは 10 の主要な SMC 要素を検出します:スイング高値と安値、公正価値ギャップ、オーダーブロック、構造のブレイク、キャラクターの変化、マーケットストラクチャーシフト、等しい高値と安値、流動性スイープ、ディスプレースメントキャンドル、プレミアム/ディスカウントゾーン。各機能はドラッグ可能なパネルから個別に切り替え可能で、ゾーンは設定に応じてチャート上に前方へ拡張されます。   マルチタイムフレーム分析   最大 3 つのタイムフレームで同時に動作可能で、TF1、TF2、TF3 に独立した設定を行えます。トレーダーはパネルから直接表示タイムフレームを切り替えることができ、再
This indicator shows a candle combination based on dodge, dodge and pin bar. The logic of the pattern is to stand on the side of strength, after uncertainty. The indicator is universal and is useful for trading binary options, forex, ETFs, cryptocurrency, stocks. The indicator supports timeframes from M5 to MN, including non-standard TF presented in MT5. (М5,М6,М10,M12, M15, M20, M30, H1, H2, H3, H4, H6, H8, H12, D1, W1, MN). The ability to enable and disable TF is implemented. Sound alerts and
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
このプロダクトを購入した人は以下も購入しています
Azimuth Pro
Ottaviano De Cicco
5 (6)
Azimuth Pro V2:MT5向けシンセティック・フラクタル構造分析と確認済みエントリー 概要 Azimuth Pro は Merkava Labs によるマルチレベルスイング構造インジケーターです。4つのネストされたスイングレイヤー、スイングアンカーVWAP、ABCパターン検出、3タイムフレーム構造フィルタリング、そして確定バーでの確認済みエントリー — 1つのチャートで、ミクロスイングからマクロサイクルまでを網羅するワークフロー。 これはブラインドシグナル製品ではありません。ロケーション、コンテキスト、タイミングを重視するトレーダーのための構造ファーストワークフローです。 V2発売記念オファー — Azimuth Pro V2をUSD 399で(次の100本)。最終価格:USD 499。 1. V2での変更点 シンセティック・マルチタイムフレームエンジン 上位タイムフレーム分析をMeridian Proと同じ独自のシンセティックアーキテクチャで一から再構築。よりクリーンなHTFコンテキスト、安定したライブ動作、従来のMTF同期問題なし。シンセティックエンジンは 固定比率タ
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
CGE Trading Suite
Carl Gustav Johan Ekstrom
5 (2)
Institutional-Grade Analytics for MT5 C GE Trading Suite delivers the analytical edge typically reserved for professional trading desks. The platform integrates a full suite of analytical tools into one seamless workflow: dynamic grid mapping, liquidity behavior analysis, ECM, trend lines, MIDAS, trade cycles, and directional channel projections. Together, these provide a unified view of market structure and momentum. Directional clarity is further enhanced by the capital flow index, which meas
Bill Williams Advanced is designed for automatic chart analysis using Bill Williams' "Profitunity" system. The indicator analyzes four timeframes at once. Manual (Be sure to read before purchasing) Advantages 1. Analyzes the chart using Bill Williams' "Profitunity" system. Signals are displayed in a table in the corner of the screen and on the price chart. 2. Finds all known AO and AC signals, as well as zone signals. Equipped with a trend filter based on the Alligator. 3. Finds "Divergence Bar
SignalTech MT5 is a trading system for EURUSD, USDCHF, USDJPY, AUDUSD, NZDUSD, EURJPY, AUDJPY, NZDJPY, CADJPY H2 and H3 Timeframe.  It can generate signals with Buy/Sell Arrows and Pop-Up/Sound Alerts. Each signal has clear Entry and Stop Loss levels, which should be automatically flagged on the chart, as well as potential Targets 1, 2, and 3. The Entry and TP levels are fixed after the trade is taken. The exit level is dynamic. If there are signs of a potential short-term trend reversal, the
Berma Bands
Muhammad Elbermawi
5 (8)
Berma Bands (BBs) インジケーターは、市場のトレンドを特定して活用したいトレーダーにとって貴重なツールです。価格と BBs の関係を分析することで、トレーダーは市場がトレンド段階にあるか、レンジ段階にあるかを判断できます。 詳細については、[ Berma Home Blog ] をご覧ください。 バーマ バンドは、上部バーマ バンド、中部バーマ バンド、下部バーマ バンドの 3 つの異なる線で構成されています。これらの線は価格の周りにプロットされ、全体的な傾向に対する価格の動きを視覚的に表します。これらのバンド間の距離から、ボラティリティや潜在的な傾向の反転についての洞察を得ることができます。 バーマ バンドの線がそれぞれ離れると、市場が横ばいまたはレンジ相場の期間に入っていることを示すことがよくあります。これは、明確な方向性の偏りがないことを示しています。トレーダーは、これらの期間中にトレンドを特定するのが難しいと感じる可能性があり、より明確なトレンドが出現するまで待つ場合があります。 バーマ バンドの線が 1 本の線に収束すると、強いトレンド環境の兆候となること
ARICoin is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cust
RelicusRoad Pro: 定量的市場オペレーティングシステム 【期間限定】無制限アクセス 70% OFF - 2,000人超のトレーダーと共に なぜ多くのトレーダーは「完璧な」インジケーターを使っても失敗するのでしょうか? それは、文脈を無視して 単一の概念 だけでトレードしているからです。文脈のないシグナルは単なるギャンブルです。勝ち続けるには、 根拠の重なり(コンフルエンス) が必要です。 RelicusRoad Proは単なる矢印インジケーターではありません。完全な 定量的市場エコシステム です。独自のボラティリティモデリングを用いて、価格が推移する「適正価値の道(Fair Value Road)」をマッピングし、ノイズと真の構造的ブレイクを判別します。 推測はやめましょう。機関投資家レベルの「ロード・ロジック」でトレードを。 コアエンジン:「Road」アルゴリズム システムの中心となる Road Algo は、市場環境にリアルタイムで適応するダイナミックなボラティリティチャネルです。 安全ライン(平衡点) と、価格が数学的に反転しやすい 拡張レベル を投影します。 Si
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケーター
「 Dynamic Scalper System MT5 」インジケーターは、トレンド波の中でスキャルピング取引を行う手法のために設計されています。 主要通貨ペアと金でテスト済みで、他の取引商品との互換性があります。 トレンドに沿った短期的なポジションオープンのシグナルを提供し、追加の価格変動サポートも提供します。 インジケーターの原理 大きな矢印はトレンドの方向を決定します。 トレンド波の中では、小さな矢印の形でスキャルピングシグナルを生成するアルゴリズムが機能します。 赤い矢印は強気方向、青い矢印は弱気方向です。 トレンドの方向には敏感な価格変動ラインが描かれ、小さな矢印のシグナルと連動します。 シグナルは次のように機能します。適切なタイミングでラインが現れるとエントリーシグナルが形成され、ラインが開いている間はポジションが保持され、完了すると取引が終了します。 推奨される動作時間枠はM1~H4です。 矢印は現在のローソク足に形成され、次のローソク足が開いている場合は、前のローソク足の矢印は再描画されません。 入力パラメータ Trend Wave Period - トレ
AriX
Temirlan Kdyrkhan
1 (4)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
Ziva LSE System
Hassan Abdullah Hassan Al Balushi
ZIVA LSE System A Professional Liquidity & Structure Execution Framework Executive Overview ZIVA LSE System is a professionally engineered analytical framework designed to interpret market behavior through structural logic and liquidity dynamics. It is not positioned as a conventional indicator. Rather, it functions as a structured execution environment that organizes price action into a clear, disciplined decision-making model. The system is built to deliver consistency, clarity, and controlle
機密情報のフローをマスターし、相場を支配する。 「A+」のセットアップを見つけるには、バイアス(Bias)、流動性(Liquidity)、ディスプレイスメント(Displacement)の3つが必要です。多くのトレーダーが苦戦するのは、下位足のノイズに迷い込んだり、ダマシの動きに捕まったりするためです。 OmniView ICT Dashboardは、あなたの「機関投資家のレンズ」となります。気配り値表示(Market Watch)全体をスキャンして、重要な市場活動がどこで起きているかを強調するため、トレードを探し回るのをやめ、正確に執行することに集中できます。 ️ 重要:デモを試す前に必ずお読みください MetaTrader 5 ストラテジーテスターの技術的な制限により、バックテストモードではマルチ通貨スキャン機能を完全に評価することはできません。 すべての機能を体験するには、ライブまたはデモチャートでインジケーターを実行してください。これにより、複数銘柄の同時スキャンや、ワンクリック・チャート同期(One-Click Chart Sync)などの機能が利用可能になります。 スコア
ZIVA Signal Intelligence
Hassan Abdullah Hassan Al Balushi
ZIVA Signal Intelligence An Adaptive, Modular Market Intelligence System ZIVA Signal Intelligence is not positioned as a conventional trading indicator. It is a fully integrated, proprietary market intelligence system engineered to deliver structured, high-precision interpretation of price behavior within a controlled analytical environment. Developed through an independent architectural approach, ZIVA does not rely on, derive from, or replicate existing indicators. It represents a standalone
プレミアムレベルは、正しい予測の精度が80%を超える独自の指標です。 この指標は、最高のトレーディングスペシャリストによって2か月以上テストされています。 あなたが他のどこにも見つけられない作者の指標! スクリーンショットから、このツールの正確さを自分で確認できます。 1は、1キャンドルの有効期限を持つバイナリーオプションの取引に最適です。 2はすべての通貨ペア、株式、商品、暗号通貨で機能します 手順: 赤い矢印が表示されたらすぐにダウントレードを開き、青い矢印が表示されたら閉じます。青い矢印の後に開くこともできます。 試してテストしてください!推奨設定はデフォルトです! 日足チャートで最高の精度を示します! インディケータは、2600 Pipsの収益性に対して、約10Pipsという非常に小さなマージンを使用します。
IVISTscalp5
Vadym Zhukovskyi
5 (6)
iVISTscalp5 — 時間ベースの市場予測システム iVISTscalp5は一般的なインジケーターではありません。 MetaTrader 5向けの時間ベースの予測システムであり、 市場がいつ動く可能性が高いかを特定します。 ⸻ 特徴  • 正確なタイミング  • BUY / SELL予測  • 平均利益の可能性  • 週間予測  • 120以上の金融商品 ⸻ コンセプト 市場は価格だけでなく時間によっても動く ⸻ iVISTscalp5 — 時間による優位性 iVISTscalp5インジケーターをご紹介します。このインジケーターは、トレーディングにおいて独自でありながら効果的です。時間データに基づくこのインジケーターは、多年にわたる経験と金融市場の深い分析の結果です。iVISTscalp5インジケーターは、手動トレーディングにとって優れたツールです。便利さ、簡単さ、可視化 - すべての複雑さが内部に隠されています。私たちは、iVISTscalp5インジケーターの設定と使用を最大限に簡素化しました。このインジケーターは、MT5ターミナルにあるすべての金融商品
SunSignal ML — AI Gold Signals with Multi-Timeframe Confluence SunSignal ML is an advanced AI-powered signal indicator purpose-built for XAUUSD gold trading. It combines a proprietary adaptive trend algorithm with six machine learning models trained on confirmed price pivots to produce high-confidence entry signals with multi-timeframe validation. The indicator runs efficiently on M1, M5 and M15 timeframes and is designed for traders who want precision entries guided by data rather than guesswor
Ultimate SMC Indicator
Hicham Mahmoud Almoustafa
1 (1)
Ultimate SMC Indicator v2.20 — Smart Money Concepts All-in-One Stop switching between 5 different indicators. Ultimate SMC gives you everything Smart Money traders need — in one clean indicator with interactive controls. GUIDE What makes this different? Most SMC indicators show you Order Blocks or FVGs separately. You still have to figure out which zones actually matter. Ultimate SMC does the hard work: it scans for Order Blocks, Fair Value Gaps, Liquidity Sweeps, Supply & Demand zones, Fibo
この位置が買いに適しているかどうかの判断をサポートします。 この位置が売りに適しているかどうかの判断をサポートします。 4つの指標が同時に底に達した場合は、反発のチャンスに注目してください。 4つの指標が同時に天井付近にある場合は、下落のチャンスに注目してください。 本システムは、中国の先進的なアルゴリズム技術と高度な数学モデリング体系に基づいて構築されています。 私は主に XAUUSD M5 でこの指標を使用しており、この時間足が最も良い結果を示します。 この指標のアルゴリズムと数式は非常に複雑なため、テスト時に動作が遅くなる場合があります。テストでは、リペイントの有無と遅れの有無を確認してください。正式版では実際の使用時により安定します。 この指標システムはリペイントせず、未来データも使用しません。ご購入前にご自身でテストしてご確認いただけます。 この指標には完全にカスタマイズ可能なアラートシステムが搭載されており、以下のリンクからご確認いただけます。 正式に使用する前に、完全な使用説明を十分にお読みください。 ご不明な点がございましたら、どうぞお早めにご連絡ください。できるだけ早
TPA True Price Action indicator reveals the true price action of the market makers through 100% non-repainting signals strictly at the close of a candle! TPA shows entries and re-entries, every time the bulls are definitely stronger than the bears and vice versa. Not to confuse with red/green candles. The shift of power gets confirmed at the earliest stage and is ONE exit strategy of several. There are available now two free parts of the TPA User Guide for our customers. The first "The Basics"
ARIScalp is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cus
SHOGUN Trade - 16年間無調整の衝撃。戦略的市場構造と損小利大の極意 スペシャルセール – 特別価格 (通常価格 $299)! この特別オファーは期間限定です。 私たちは現在、 さらなる製品開発と最適化 に注力しております。皆様からの貴重なフィードバックを製品に反映させるため、レビューへのご協力を条件にこの割引価格で提供させていただきます。皆様からいただくご意見は、次回のアップデートや新機能の追加に直接活用させていただきます。 ショーグントレードプロ ~「迷い」を断ち切り、将軍の視座を手に入れる。ダウ理論・市場構造分析スイート~ MT4版はこちらをクリックしてください https://www.mql5.com/ja/market/product/158467 1. はじめに:なぜ、多くのトレーダーは「森」で迷うのか? あなたは、目の前の1分足の値動きに翻弄され、感情的なエントリーで資金を減らしていませんか? 戦場で地図を持たずに走り回る兵士は生き残れません。生き残るのは、高台から戦況全体を俯瞰し、勝てる局面でのみ兵を動かす**「将軍(Commander)」**だけです。
このインジケーターは、市場で 関心が示されたゾーン をハイライトし、その後に 注文の蓄積ゾーン を表示します。 これは、大規模な**板情報(オーダーブック)**のように機能します。 これは、 巨大な資金 のためのインジケーターです。その性能は卓越しています。 市場にどんな関心が存在していても、 必ず目に見えるようになります 。 (これは 完全に再設計され、自動化されたバージョン です。もはや手動分析は必要ありません。) トランザクションスピード(取引速度) は新しい概念のインジケーターで、市場で大口注文が どこに・いつ 集中しているかを示し、それに基づいたチャンスを提供します。 トレンドの変化を 非常に早い段階 で察知することができます。 FXでは「出来高」と呼ばれているものは誤解されています。実際には、これは 時間あたりの価格変動量 です。したがって、正しい名称は トランザクションスピード です。 考え方・行動・分析の仕方すべてが問われます。 分析パラダイムの転換は非常に重要です。 このインジケーターは、FXにおける出来高の考え方を 根本から再定義 し、論理的な形で正確に活用する、
This Indicator creates a heatmap based on depth of market of the current symbol or another symbol. Other symbol is useful when you trade futures market and a contract has 'mini' and 'full' split. For example, in Brazil (B3 - BMF&Bovespa), WDO and DOL are future Forex contract of BRL/USD (where 1 DOL = 5 WDO) and big banks work mostly with DOL (where liquidity is important). Please use with M1 timeframe , objects are too small to be displayed at higher timeframes (MT5 limit). The number of level
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these da
Weis Wave with Alert MT5
Trade The Volume Waves Single Member P.C.
4.94 (17)
Rental/Lifetime Package Options and Privileges  Rent Monthly Six Months   Yearly/Lifetime Weis Wave with Speed with Alert+Speed Index x x x Manual  x x x Quick Set up Video x x x Blog x x x Lifetime Updates x x x Setup and Training Material x x Discord Access Channel "The SI traders"          x Rectangle Break Alert Tool      x How to trade with it:    http://www.tradethevolumewaves.com   ** If you purchase please contact me to setup your  : Training Room and  complete manual access.  Wei
トレンドに沿ってトレードする際の主な難しさは、レベルを見つけることではなく、どこが実際に有効なエントリーポイントなのかを理解することにあります。 価格はしばしばレベルに反応しますが、動きが継続しないことが多く、その結果、誤ったエントリーや機会損失につながります。 Owl Smart Levels は単にレベルを表示するだけではなく 、市場構造とプルバックに基づいてゾーンを形成します。これにより、エントリーポイントを異なる視点で評価でき、一部の誤シグナルを回避できます。 Owl Smart Levels システムに含まれるもの Owl Smart Levels は単なるレベルの表示ではなく、各要素が連携する 完全なトレードモデル です。 内容は以下の通りです: Owl Smart Levels(インジケーター) トレンド方向、プルバックゾーン、事前定義されたエントリー・StopLoss・TakeProfitレベルを表示 システムガイド 実際のトレードでのシグナルの扱い方を解説:どの状況を考慮し、どれを回避し、どのようにトレードを管理するか トレード判断チェックリスト シグナルを迅
Real Spread Monitor is a powerful indicator that is designed to accurately measure and analyze real spreads, giving traders the ability to compare trading conditions of different brokers. This product is also available for MetaTrader 4 =>  https://www.mql5.com/en/market/product/125769 Key Features of Real Spread Monitor: 1. Two modes of operation: Write mode : In this mode the indicator collects data on real spreads of the selected trading instrument and records them in a file. The spread is r
FX Analysis is an all-in-one MT5 indicator dashboard that combines eight analytical tools in a single panel, helping traders identify high-probability setups without switching between charts or indicators. Designed for standard forex pairs on MetaTrader 5. Best results on M15 - H4 timeframes when all components are used together as part of the included workflow. Components Volatility Analyzer Displays historical average movement by hour and by day of the week. A real-time Pip Balance shows the
Orderflow Scalp Pro v2.4   delivers institutional-grade trading intelligence through advanced volume analysis, dynamic VWAP calculations, real-time aggressive score monitoring, and precision arrow signals. This complete trading system transforms complex market data into clear, actionable signals for consistent profitability on 3-4 minute timeframes. Full Documentation: [Download PDF] Four Powerful Components in One System Volume Profile HeatMap with POC/VAH/VAL Transform your charts into inst
作者のその他のプロダクト
About AIntel Is there are reason you select RSI 14 or 21? Is there a reason you select EMA 25? Is there a reason you pick these periods for these and any other indicators? Those numbers might have worked 10 or 20 years ago. They might be working for traiding certain currency pair in a certain timeframe.. But they DO NOT give you the best profit and outcome at all times all pairs all trades! AInter is "automated inteligence" series indicators that optimize automatically for best profit so you don
Note: If you want to apply this indicators on indicators which are shown in a sub-window, then consider using this indicator instead:  https://www.mql5.com/en/market/product/109066.&nbsp ; AIntel Predict - Your Gateway to Future Trading Success! Unlock the power of predictive analytics with AIntel Predict. Say goodbye to the guesswork and hello to improved forecasting, as AIntel Predict leverages historical data to unveil the future of your trades like never before. Whether you're a seasoned tra
フィルタ:
レビューなし
レビューに返信