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
# 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
The  Kijun-Sen Envelope  is a powerful trend-following indicator based on the  Kijun-Sen  line from the Ichimoku Kinko Hyo system. This tool creates dynamic upper and lower bands around the Kijun-Sen, forming an envelope that helps traders identify market trends, potential reversals, and overbought/oversold conditions. Key Features: • Trend Confirmation – Helps determine whether the market is in a strong uptrend, downtrend, or ranging phase. • Support & Resistance Zones – The envelope acts as
FREE
このプロダクトを購入した人は以下も購入しています
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
トレンド スクリーナー インジケーターでトレンド取引の力を解き放ちます。ファジー ロジックと複数通貨システムを活用した究極のトレンド取引ソリューションです。 ファジー ロジックを活用した革新的なトレンド インジケーターである Trend Screener を使用して、トレンド取引を向上させます。 これは、13 を超えるプレミアム ツールと機能、および 3 つの取引戦略を組み合わせた強力なトレンド追跡インジケーターであり、Metatrader をトレンド アナライザーにする多用途の選択肢となります。 期間限定オファー : トレンド スクリーナー インジケーターは、わずか 100 ドルで生涯ご利用いただけます。 (元の価格 50$ ) (オファー延長) Trend Screener の 100% 非再描画精度の揺るぎない精度を体験して、取引の決定が過去の価格変動の影響を受けないようにしてください。 マルチタイムフレームおよびマルチ通貨機能の多用途性を解放し、比類のない自信を持って外国為替、商品、暗号通貨、インデックスの世界を取引できるようにします。 Trend Screener の包括的な
Azimuth Pro
Ottaviano De Cicco
5 (7)
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同期問題なし。シンセティックエンジンは 固定比率タ
マーケットメーカーのためのツール。 Meravith は次の機能を提供します: すべての時間足を分析し、現在有効なトレンドを表示します。 強気と弱気の出来高が等しくなる流動性ゾーン(出来高均衡)を強調表示します。 異なる時間足のすべての流動性レベルをチャート上に直接表示します。 テキスト形式の市場分析を生成し、参考情報として表示します。 現在のトレンドに基づいて目標値、サポートレベル、ストップロスを計算します。 取引のリスクリワード比を算出します。 口座残高に基づいてポジションサイズを計算し、潜在的な利益を推定します。 また、市場に大きな変化があった場合には警告を表示します。 インジケーターの主要ライン: 強気/弱気の出来高エグゾーストライン ― 目標値として機能します。 市場のトレンドを示すライン。市場が強気か弱気かによって色が変わり、トレンドのサポートとして機能します。主にその色が市場センチメントを示します。 出来高均衡ライン(Eq)。Eq(Volume Equilibrium)ラインはシステムの中核です。これは買い手と売り手の出来高のバランスポイントを表します。市場の流動性を示し
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
RelicusRoad Pro: 定量的市場オペレーティングシステム 【期間限定】無制限アクセス 70% OFF - 2,000人超のトレーダーと共に なぜ多くのトレーダーは「完璧な」インジケーターを使っても失敗するのでしょうか? それは、文脈を無視して 単一の概念 だけでトレードしているからです。文脈のないシグナルは単なるギャンブルです。勝ち続けるには、 根拠の重なり(コンフルエンス) が必要です。 RelicusRoad Proは単なる矢印インジケーターではありません。完全な 定量的市場エコシステム です。独自のボラティリティモデリングを用いて、価格が推移する「適正価値の道(Fair Value Road)」をマッピングし、ノイズと真の構造的ブレイクを判別します。 推測はやめましょう。機関投資家レベルの「ロード・ロジック」でトレードを。 コアエンジン:「Road」アルゴリズム システムの中心となる Road Algo は、市場環境にリアルタイムで適応するダイナミックなボラティリティチャネルです。 安全ライン(平衡点) と、価格が数学的に反転しやすい 拡張レベル を投影します。 Si
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
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
Gannスクエアインジケーターは、W.D. Gannによって執筆された「市場予測のための数学的な式」の記事に基づく強力な市場分析ツールです。このツールは、解析に数学的な概念を応用し、Gann理論に基づいています。それは、144、90、52のスクエアや9のスクエアなど、Gannの関連テクニックの要素を取り入れています。さらに、の方法を組み込んでおり、9のスクエアとその関連性についてのチャネルやスターパターンに焦点を当てています。 ユーザーマニュアルと使用方法: このインジケーターを使用する前に、ユーザーマニュアルを読んで疑問点を解決するためにお問い合わせいただくことをお勧めします。ユーザーマニュアルの完全版は、当社のウェブサイトで入手できます。 MT5の完全版は購入できますし、MT4の無料版も試すことができます。両方のバージョンへのリンクを提供していますので、ご利用ください。 主な機能と機能: Gannスクエアインジケーターは、市場分析のための完全なツールセットを提供し、幾何学的な概念とGann理論に基づいて的確な判断を行う手助けをします。以下に主な機能を示します。 9のスクエアの分析:
Cvd Divergence
Thalles Nascimento De Carvalho
CVD Divergence ― オーダーフローとダイバージェンスのプロフェッショナル分析 CVD Divergence は、価格と Cumulative Delta Volume(CVD)との間に発生する信頼性の高いダイバージェンスを検出するために開発されたテクニカル指標です。実際の注文フローが価格の動きを確認していない局面を正確に捉え、反転、勢いの減衰、そして機関投資家による操作の可能性を示します。 このインジケーターは、アグレッシブボリュームの読み取りと価格構造の分析を組み合わせ、明確で客観的かつ先行性のあるシグナルを提供します。 インジケーターの機能 CVD Divergence は、累積デルタボリュームを用いて注文フローの方向と価格の方向を比較します。両者が大きく乖離した際、チャート上にマーカーを表示し、ダイバージェンスの方向を視覚的に示します。 検出できる内容: 強気ダイバージェンス(価格が下落しているが CVD が上昇している場合) 弱気ダイバージェンス(価格が上昇しているが CVD が下降している場合) 買い手・売り手の勢いの枯渇 機関投資家の不均衡によるフェイクムーブ
「 Dynamic Scalper System MT5 」インジケーターは、トレンド波の中でスキャルピング取引を行う手法のために設計されています。 主要通貨ペアと金でテスト済みで、他の取引商品との互換性があります。 トレンドに沿った短期的なポジションオープンのシグナルを提供し、追加の価格変動サポートも提供します。 インジケーターの原理 大きな矢印はトレンドの方向を決定します。 トレンド波の中では、小さな矢印の形でスキャルピングシグナルを生成するアルゴリズムが機能します。 赤い矢印は強気方向、青い矢印は弱気方向です。 トレンドの方向には敏感な価格変動ラインが描かれ、小さな矢印のシグナルと連動します。 シグナルは次のように機能します。適切なタイミングでラインが現れるとエントリーシグナルが形成され、ラインが開いている間はポジションが保持され、完了すると取引が終了します。 推奨される動作時間枠はM1~H4です。 矢印は現在のローソク足に形成され、次のローソク足が開いている場合は、前のローソク足の矢印は再描画されません。 入力パラメータ Trend Wave Period - トレ
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is 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 calcul
Berma Bands
Muhammad Elbermawi
5 (8)
Berma Bands (BBs) インジケーターは、市場のトレンドを特定して活用したいトレーダーにとって貴重なツールです。価格と BBs の関係を分析することで、トレーダーは市場がトレンド段階にあるか、レンジ段階にあるかを判断できます。 詳細については、[ Berma Home Blog ] をご覧ください。 バーマ バンドは、上部バーマ バンド、中部バーマ バンド、下部バーマ バンドの 3 つの異なる線で構成されています。これらの線は価格の周りにプロットされ、全体的な傾向に対する価格の動きを視覚的に表します。これらのバンド間の距離から、ボラティリティや潜在的な傾向の反転についての洞察を得ることができます。 バーマ バンドの線がそれぞれ離れると、市場が横ばいまたはレンジ相場の期間に入っていることを示すことがよくあります。これは、明確な方向性の偏りがないことを示しています。トレーダーは、これらの期間中にトレンドを特定するのが難しいと感じる可能性があり、より明確なトレンドが出現するまで待つ場合があります。 バーマ バンドの線が 1 本の線に収束すると、強いトレンド環境の兆候となること
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケーター
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
多くの矢印インジケーターは、シグナルだけを表示して、その後の判断をすべてトレーダーに任せてしまいます。KT Alpha Hunter Arrows は、完整なトレードプランをチャート上に提示します。 各シグナル矢印が表示されるたびに、エントリーライン、ストップロス、4つのテイクプロフィット水準、そして現在の銘柄と時間足が今トレードに値するかどうかを示すリアルタイムのエッジ判定が、すでに描画された状態で表示されます。付属の Trade Manager EA は、あなたが手動でエントリーした後の実行管理を担当し、相場が荒れて判断がぶれやすい場面でも規律あるトレードを保ちやすくします。リペイントなし。確定足シグナルのみ。Forex、ゴールド、指数、その他あなたが取引するあらゆる銘柄に対応します。 主な機能 リペイントしない買い矢印と売り矢印を、足の確定後にのみ表示。 各シグナルに、エントリーライン、構造的ストップロス、4つのテイクプロフィット水準を表示。 Edge Dashboard が、現在のチャートで買いセットアップと売りセットアップを別々に評価。 判定システム:No Edge、Mar
Stop guessing the market. Start trading mathematical probabilities with Machine Learning. The Titan NPC Pro (Neural Probability Channel) is not just another moving average or standard deviation band. It is a highly advanced institutional-grade indicator powered by a Kernel Regression Engine . By utilizing a Rational Quadratic Kernel function, the algorithm calculates the true "Fair Value" of the asset and plots dynamic probability boundaries to pinpoint exact Mean Reversion (Overbought/Oversold)
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
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"
構造化された視点で市場を分析 OmniView ICT ダッシュボードは、複数の銘柄を1つのインターフェースで監視するために設計されたマルチシンボル市場スキャナーです。 複数のチャートを切り替える代わりに、本パネルはMarket Watch内の銘柄をスキャンし、現在の市場状況を構造的に表示します。 概要 複数銘柄を同時にスキャン 定義された条件に基づいたランキング表示 ワンクリックでチャート同期 市場分析の整理をサポート スコアリングシステム 各セットアップは、価格構造、モメンタム、流動性の動きに基づく内部条件によって評価されます。 85% – 100% → 複数条件の強い一致 70% – 84% → 明確な方向性と確認 60% – 69% → 有効な構造(追加確認が必要な場合あり) 60%未満 → 条件は形成中 このスコアは、異なる市場状況の比較を目的としています。 分析モデル 本パネルは、Smart Money手法に基づく以下の概念を用いて市場データを処理します。 市場構造の変化 フェアバリューギャップ(Fair Value Gaps) 流動性のスイープ プレミアムゾーンとディス
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
Kalman Adaptive Zones — 量的確率バンド 価格がどこへ向かうのかを推測するのはやめましょう。統計的に「どこにあるべきか」を理解しましょう。 Kalman Adaptive Zones(KAZ)は、価格の周囲にインテリジェントな確率バンドを描画するプロフェッショナルな量的インジケーターです。これらのバンドは市場環境に応じてリアルタイムで自動適応します。 Bollinger Bands や Keltner Channels のような固定された過去期間に依存する指標とは異なり、KAZは複数層の量的分析を組み合わせ、現在の市場の状態をより正確に反映するバンドを生成します。 仕組み KAZの中核は適応型フィルターであり、ノイズを除去しながらも実際の価格変動には敏感に反応しつつ、真の基礎価格を継続的に推定します。 この中心線の周囲に、確率ゾーンが構築されます。その幅は2つの要因によって同時に決定されます: 市場の不確実性 :フィルターの信頼区間が広いほどゾーンは拡大 レジームの不安定性 :単なるボラティリティではなく、その変化自体の大きさ その結果、市場とともに「呼吸する」バ
このインジケーターは、市場で 関心が示されたゾーン をハイライトし、その後に 注文の蓄積ゾーン を表示します。 これは、大規模な**板情報(オーダーブック)**のように機能します。 これは、 巨大な資金 のためのインジケーターです。その性能は卓越しています。 市場にどんな関心が存在していても、 必ず目に見えるようになります 。 (これは 完全に再設計され、自動化されたバージョン です。もはや手動分析は必要ありません。) トランザクションスピード(取引速度) は新しい概念のインジケーターで、市場で大口注文が どこに・いつ 集中しているかを示し、それに基づいたチャンスを提供します。 トレンドの変化を 非常に早い段階 で察知することができます。 FXでは「出来高」と呼ばれているものは誤解されています。実際には、これは 時間あたりの価格変動量 です。したがって、正しい名称は トランザクションスピード です。 考え方・行動・分析の仕方すべてが問われます。 分析パラダイムの転換は非常に重要です。 このインジケーターは、FXにおける出来高の考え方を 根本から再定義 し、論理的な形で正確に活用する、
The "MR Volume Profile 5" indicator is a charting tool that displays trading volume at different price levels rather than time intervals. A key concept in volume profile is the point of control (POC)—the price level with the highest volume traded during the session or time range. While tools like VWAP or OBV provide volume trends, the "MR Volume Profile 5" indicator offers granular detail about where the most market activity occurs at specific price levels. This makes it a more precise tool for
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
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 controlled
IVISTscalp5
Vadym Zhukovskyi
5 (6)
iVISTscalp5 — 時間ベースの市場予測システム iVISTscalp5は一般的なインジケーターではありません。 MetaTrader 5向けの時間ベースの予測システムであり、 市場がいつ動く可能性が高いかを特定します。 ⸻ 特徴  • 正確なタイミング  • BUY / SELL予測  • 平均利益の可能性  • 週間予測  • 120以上の金融商品 ⸻ コンセプト 市場は価格だけでなく時間によっても動く ⸻ iVISTscalp5 — 時間による優位性 iVISTscalp5インジケーターをご紹介します。このインジケーターは、トレーディングにおいて独自でありながら効果的です。時間データに基づくこのインジケーターは、多年にわたる経験と金融市場の深い分析の結果です。iVISTscalp5インジケーターは、手動トレーディングにとって優れたツールです。便利さ、簡単さ、可視化 - すべての複雑さが内部に隠されています。私たちは、iVISTscalp5インジケーターの設定と使用を最大限に簡素化しました。このインジケーターは、MT5ターミナルにあるすべての金融商品
プレミアムレベルは、正しい予測の精度が80%を超える独自の指標です。 この指標は、最高のトレーディングスペシャリストによって2か月以上テストされています。 あなたが他のどこにも見つけられない作者の指標! スクリーンショットから、このツールの正確さを自分で確認できます。 1は、1キャンドルの有効期限を持つバイナリーオプションの取引に最適です。 2はすべての通貨ペア、株式、商品、暗号通貨で機能します 手順: 赤い矢印が表示されたらすぐにダウントレードを開き、青い矢印が表示されたら閉じます。青い矢印の後に開くこともできます。 試してテストしてください!推奨設定はデフォルトです! 日足チャートで最高の精度を示します! インディケータは、2600 Pipsの収益性に対して、約10Pipsという非常に小さなマージンを使用します。
SHOGUN Trade - 16年間無調整の衝撃。戦略的市場構造と損小利大の極意 スペシャルセール – 特別価格 (通常価格 $299)! この特別オファーは期間限定です。 私たちは現在、 さらなる製品開発と最適化 に注力しております。皆様からの貴重なフィードバックを製品に反映させるため、レビューへのご協力を条件にこの割引価格で提供させていただきます。皆様からいただくご意見は、次回のアップデートや新機能の追加に直接活用させていただきます。 ショーグントレードプロ ~「迷い」を断ち切り、将軍の視座を手に入れる。ダウ理論・市場構造分析スイート~ MT4版はこちらをクリックしてください https://www.mql5.com/ja/market/product/158467 1. はじめに:なぜ、多くのトレーダーは「森」で迷うのか? あなたは、目の前の1分足の値動きに翻弄され、感情的なエントリーで資金を減らしていませんか? 戦場で地図を持たずに走り回る兵士は生き残れません。生き残るのは、高台から戦況全体を俯瞰し、勝てる局面でのみ兵を動かす**「将軍(Commander)」**だけです。
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
作者のその他のプロダクト
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
フィルタ:
レビューなし
レビューに返信