• 概述
  • 评论
  • 评论

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


推荐产品
The "RMA Signal Indicator MT5" refers to an indicator called "RMA" (Running Moving Average) Signal Indicator designed specifically for the MetaTrader 5 (MT5) trading platform. The RMA is a variation of the Moving Average indicator that emphasizes recent price data. The specific details and functionality of the "RMA Signal Indicator MT5" may depend on the developer or the version you are using. However, in general, here is a general approach to using a signal indicator like RMA on the MT5 platfor
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
该指标建立当前报价,可以与历史报价进行比较,并在此基础上进行价格走势预测。指示器有一个文本字段,用于快速导航到所需日期。 选项: 符号 - 选择指标将显示的符号; SymbolPeriod - 选择指标从中获取数据的时段; IndicatorColor - 指示器颜色; HorisontalShift - 由指标绘制的报价移动指定的柱数; Inverse - true 反转引号,false - 原始视图; ChartVerticalShiftStep - 图表垂直移动(键盘上的向上/向下箭头); 接下来是文本字段的设置,您可以在其中输入日期,您可以通过按“回车”立即跳转到该日期。 接下来是文本字段的设置,您可以在其中输入日期,您可以通过按“回车”立即跳转到该日期。
VR Grid Mt5
Vladimir Pastushak
3.43 (7)
VR 网格指示器 设计 用于创建具有用户定义设置的图形网格。与 标准网格 不同,VR 网格用于构建 圆形关卡 。根据用户的选择,轮次级别之间的步长可以是任意的。此外,与其他指标和实用程序不同,即使时间段发生变化或终端重新启动,VR Grid 也能保持网格的位置 。 设置、设置文件、演示版本、说明、问题解决,可以从以下位置获取 [博客] 您可以在以下位置阅读或撰写评论 [关联] 版本为 [MetaTrader 4] 垂直级别 基于实际时间间隔并 忽略缺失 或不存在的周期。因此,级别之间的步长严格对应于用户选择的值。 使用 VR 网格指标时,交易者 可以更改任何级别的垂直线和水平线的样式 、颜色和粗细。这使您可以控制金融工具的 回合水平 。 整数位是 以两个或多个零结尾 的价格(例如:1.23500、5.65900、1923.200)。人们相信,这样的水平 经常充当 作为支撑或阻力的强点。 Horizontal line settings Horizontal line step Horizontal line color Horizontal line style Horizon
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
HiLo Activator Plus
Rodrigo Galeote
5 (1)
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
FDP Strong Point new
Yauheni Dashevich
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
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!
PipFinite Trend PRO MT5
Karlo Wilson Vendiola
4.85 (574)
Breakthrough Solution For Trend Trading And Filtering With All Important Features Built Inside One Tool! Trend PRO's smart algorithm detects the trend, filters out market noise and gives entry signals with exit levels. The new features with enhanced rules for statistical calculation improved the overall performance of this indicator. Important Information Revealed Maximize the potential of Trend Pro, please visit www.mql5.com/en/blogs/post/713938 The Powerful Expert Advisor Version Automa
ClusterSecondForex
Rafil Nurmukhametov
4.67 (3)
该工具允许绘制不同类型的图表。 秒图从1秒到86400秒 从1滴答开始的滴答图 成交量图 三角洲图 仁科图 范围图 用于体积分析的内置指标。 产品演示 https://www.mql5.com/ru/channels/clustersecondforex 每日市场概况和所选时间框架的市场概况。 集群搜索。 不平衡。 VWAP。 动态POC、VAH、VAL 价格窗口简介 具有不同表现形式的垂直体积。 δ,有不同的可视化选项。 当前的和高的时间框架极 地下室蜡烛图指标 为了控制该图表,我们使用了 鼠标左键--移动图表,在设置中选择不同模式,调用位于屏幕左下角螺丝刀键图标下的主设置窗口。 鼠标右键 - 用于输入位于屏幕左上角图标下的图形结构的设置,以及绘制垂直、水平、趋势线和矩形的个别设置。 在图表区域旋转鼠标滚轮--左右移动图表,按住Ctrl键--上下移动图表,在价格比例区域--按价格比例,在时间轴区域--按时间比例。 H键--在图表上或体积区建立一条水平线(必须启用 "画水平线 "图标),Shift+H键--删除所有水平线。 V键 - 设置垂直线(必须启用 "画垂直线 "图标)
Robotizz Indicator
Renato Takahashi
Robotizz Indicator is a powerful trading indicator using price action and moving averages. Robotizz indicares with arrows on long trades ir short trades, showing some TP and SL points too. It works with any symbol, even on forex markets or B3 Brazilian markets. You can configure moving averages periods, besides simple or exponential moving averages. Also it is possible to configure arrow position. Try Robotizz for one month and take a boost on your manual trades.
XCalper HiLo Activator
Aecio de Feo Flora Neto
HiLo Activator v1.02 by xCalper The HiLo Activator is similar to moving average of previous highs and lows. It is a trend-following indicator used to display market’s direction of movement. The indicator is responsible for entry signals and also helps determine stop-loss levels. The HiLo Activator was first introduced by Robert Krausz in the Feb. 1998 issue of Stocks & Commodities Magazine.
BotM5 MT5
Aleksandr Makarov
BotM5 MT5  Exact entry points for currencies, crypto, metals, stocks, indices! Indicator 100% does not repaint!!! If a signal appeared, it does not disappear! Unlike indicators with redrawing, which lead to loss of deposit, because they can show a signal, and then remove it. Trading with this indicator is very easy. Wait for a signal from the indicator and enter the deal, according to the arrow  (Aqua arrow - Buy, Red - Sell). Indicator parameters: Deviation - 4 (you c
Advanced 4xZeovo MT5 Indicator (MetaTrader 5)   Product Description  4xZeovo is a powerful trading indicator system monitoring 24/7 financial markets. Metatrader5 tool designed to find the best buying/selling opportunities and notifies the user.    Making life easy for traders in helping with the two most difficult decisions with the use of advanced innovate trading indicators aiming to encourage users to hold the winning positions and take profit at the best times.    Equipped with a unique tra
Owl Smart Levels MT5
Sergey Ermolov
4.07 (28)
MT4版本  |   FAQ Owl Smart Levels Indicator 是一個完整的交易系統,包含 Bill Williams 的高級分形、構建正確的市場波浪結構的 Valable ZigZag 以及標記準確入場水平的斐波那契水平等流行的市場分析工具 進入市場和地方獲利。 策略的详细说明 指示灯使用说明 顾问-贸易猫头鹰助手助理 私人用户聊天 ->购买后写信给我,我会将您添加到私人聊天中,您可以在那里下载所有奖金 力量在於簡單! Owl Smart Levels 交易系統非常易於使用,因此適合專業人士和剛開始研究市場並為自己選擇交易策略的人。 策略和指標中沒有隱藏的秘密公式和計算方法,所有策略指標都是公開的。 Owl Smart Levels 允許您快速查看進入交易的信號,突出顯示下訂單的水平並向您發送有關已出現信號的通知。 優點很明顯: 清楚地顯示主要和更高時間框架的趨勢方向。 指示儀器信號的出現。 標記開單、止損設置和固定利潤的水平。 沒有多餘的,只有必要的結構! ZigZag 表示全球趨勢的方向,因此也表示貿易方向。 市場反轉點的短線清楚地表明在什麼水平上構建斐波
Индикатор показывает настроение слабой стороны и может использоваться как для внутридневной торговли, так и для скальпинга. Всё будет зависеть от контекста графика.   Этот индикатор строит ценовой график в виде блоков (вертикальных прямоугольников, занимающих три ценовых уровня каждый), чем-то напоминающих ренко бары. Принцип построения основан на определённом изменении уровней BID и ASK (пояснения на скрине). При установке индикатора основной график становится невидимым и на белом поле происх
SolarTrade Suite 金融机器人:LaunchPad 市场专家 - 专为开启交易而设计! 这是一个使用特殊创新和先进算法来计算其价值的交易机器人,是您在金融市场世界中的助手。 使用我们来自 SolarTrade Suite 系列的指标集来更好地选择启动此机器人的时机。 在描述底部查看我们来自 SolarTrade Suite 系列的其他产品。 您想自信地驾驭投资和金融市场的世界吗? SolarTrade Suite 金融机器人:LaunchPad 市场专家是一款创新软件,旨在帮助您做出明智的投资决策并增加您的利润。 SolarTrade Suite 金融机器人的优势:LaunchPad 市场专家: - 准确计算:我们的机器人使用先进的算法和分析方法来准确预测市场走势。 计算购买和出售资产的最佳时机。 - 用户友好界面:直观的界面将使您能够轻松掌握程序并在安装后立即开始享受其好处。 - 专家支持:我们的专业团队随时准备为您解答任何问题,并为您提供有关使用该程序的建议。 立即试用 SolarTrade Suite 金融机器人:LaunchP
Trend Catcher with Alert MT5
Issam Kassas
4.65 (66)
趋势捕捉器: 具有警示指标的趋势捕捉器策略是一种多功能的技术分析工具,可帮助交易员识别市场趋势和潜在的进出点。它采用动态趋势捕捉器策略,根据市场条件进行调整,清晰地呈现趋势方向。交易员可以自定义参数,以符合其偏好和风险容忍度。该指标有助于识别趋势,发出潜在的反转信号,充当跟踪止损机制,并提供实时警报,以便及时应对市场。 具有警示指标的趋势捕捉器策略是一种多功能的技术分析工具,可帮助交易员识别市场趋势和潜在的进出点。它采用动态趋势捕捉器策略,根据市场条件进行调整,清晰地呈现趋势方向。交易员可以自定义参数,以符合其偏好和风险容忍度。该指标有助于识别趋势,发出潜在的反转信号,充当跟踪止损机制,并提供实时警报,以便及时应对市场。 特点: 趋势识别:信号牛市趋势和熊市趋势。 趋势反转:当蜡烛颜色从牛市变为熊市,反之亦然时,提醒可能的反转。 实时警报:为新趋势识别生成警报。 建议: 货币和货币对:EURUSD,AUDUSD,XAUUSD... 时间框架:H1。 账户类型:任何ECN,低点差账户。
FREE
Your Trend Friend
Luigi Nunes Labigalini
5 (1)
The trend is your friend! Look at the color of the indicator and trade on that direction. It does not  repaint. After each candle is closed, that's the color of the trend. You can focus on shorter faster trends or major trends, just test what's most suitable for the symbol and timeframe you trade. Simply change the "Length" parameter and the indicator will automatically adapt. You can also change the color, thickness and style of the lines. Download and give it a try! There are big movements
High Low Open Close
Alexandre Borela
4.97 (37)
如果你象这个项目一样,就有5个饥饿审查。 塔克的后续工作: borelatech 这项指标采用了既定价格的公开、高、低价和关闭价格 可以对特定时间区加以调整。 许多机构和专业人士都认为这些是重要的。 贸易商可以为你了解他们可能更进一步的地点, 积极。 现有期间为: 前一日。 前一星期。 曾任Month。 曾任。 前一年。 或: 目前日。 目前周。 目前 Month。 目前配额。 今年。
FREE
Gecko EA MT5
Profalgo Limited
5 (1)
NEW PROMO: Only a few copies copies available at 349$ Next price: 449$ Make sure to check out our " Ultimate EA combo package " in our   promo blog ! Gecko runs a simple, yet very effective, proven strategy.  It looks for important recent support and resistance levels and will trade the breakouts.  This is a "real" trading system, which means it will use a SL to protect the account.  It also means it will not use any dangerous techniques like martingale, grid or averaging down. The EA shows its
Gino Renko
Stephane, Andr Valette
1 (1)
Another renko-based indicator. It returns different usable values ​​for an EA, and is directly displayed on the main chart. Its setting is very simple: The size of the renko The number of bars taken into account The falling color The color on the rise Returned values: Buffer 0 : Value of the middle Buffer 1 : Value of the Top Buffer 2 : Value of the Bottom Buffer 3 : Direction of renko (0.0 for top ; 1.0 for bottom) Buffer 4 : Ratio of the renko, for example, if it is twice, 3 times, ro more of
SolarTrade Suite 金融指标:Venus Market Indicator - 您在金融市场世界中的可靠指南! 这是一个振荡器,使用特殊的创新和高级算法来计算其值,并且具有令人赏心悦目的设计。 很容易理解此指标的读数:蓝色 - 买入,红色 - 卖出。 颜色越亮,信号越强。 在说明底部查看我们来自 SolarTrade Suite 系列的其他产品。 您想自信地驾驭投资和金融市场的世界吗? SolarTrade Suite 金融指标:Venus Market Indicator 是一款创新的软件,旨在帮助您做出明智的投资决策并增加您的利润。 SolarTrade Suite 金融指标:Venus Market Indicator 的优势: - 准确预测:我们的指标使用先进的算法和分析方法来准确预测市场走势。 获取有关买卖资产的最佳时机的信号。 - 用户友好的界面:直观的界面将使您能够轻松掌握该程序并在安装后立即开始利用其优势。 您可以在设置中更改线条的颜色、粗细和样式,所有其他设置均自动完成。 - 专家支持:我们的专业团队随时准备为您解答
Blahtech Supply Demand MT5
Blahtech Limited
4.54 (13)
Was: $299  Now: $99   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
LT Rainbow Trend
Thiago Duarte
5 (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, co
Rainbow EA MT5
Jamal El Alama
Description : Rainbow EA MT5 is a simple Expert advisor based on   Rainbow MT5 indicator witch is based on Moving average with period 34. The indicator is incorporated in the EA, therefore, it is not required for the EA to operate, but if you wish, you can download it from   my product page . The Expert Advisor settings are as follows : Suitable for Timeframes up to H1 The parameters below can be set according to your trading rules. StopLoss ( Stop Loss in pips) TakeProfit ( Take Profit in pi
This indicator is the same as the popular Heiken Ashi Smoothed. The Heikin Ashi indicator for MetaTrader 5 already exists, but it has two disadvantages: It paints the candles not accurate. It's not possible to change the candle width. See also Heikin Ashi in MQL5 Code Base . In this version there are no such disadvantages.
Be notified of every color change of Heiken Ashi (HA) candles. The indicator will trigger past and new signals every time that HA candles change their colors. ( Note : this tool is based on the code of Heiken Ashi indicator developed by MetaQuotes Software Corp.) Features The signals are triggered at closing of last bar/opening of a new bar; Any kind of alerts can be enabled: Dialog Box, Email message, SMS notifications for smartphones and tablets, and Sound alerts; By default, up arrows are p
ClusterSecond
Rafil Nurmukhametov
4.78 (32)
该工具允许绘制不同类型的图表。 秒图从1秒到86400秒 从1滴答开始的滴答图 成交量图 三角洲图 仁科图 范围图 用于体积分析的内置指标。 该工具的演示版 https://www.mql5.com/ru/channels/clustersecond 每日市场概况和所选时间框架的市场概况。 集群搜索。 不平衡。 VWAP。 动态POC、VAH、VAL 价格窗口简介 具有不同表现形式的垂直体积。 δ,有不同的可视化选项。 当前的和高的时间框架极 地下室指标烛台显示 也可以从图表中进行交易。 注意:该工具是为具有真实(交换)量的市场设计的。 它不适合外汇市场。它在VPS上不起作用。它在策略测试器中不起作用。 为了控制该图表,我们使用了 鼠标左键 - 移动图表,在设置中选择不同的模式,调用位于屏幕左下角带螺丝刀的钥匙图标下的主设置窗口。 鼠标右键 - 用于输入位于屏幕左上角图标下的图形结构的设置,以及绘制垂直、水平、趋势线和矩形的单独设置。 在图表区域旋转鼠标滚轮--左右移动图表,按住Ctrl键--上下移动图表,在价格比例区域--按价格比例,在时间轴区域--按时间比例。 H
该产品的买家也购买
TPSpro RFI Levels MT5
Roman Podpora
4.75 (12)
指示       俄罗斯 -        英语   建议 与指示器一起使用     -       TPSpro 趋势专业版 -   MT4版本       交易中的一个关键要素是做出买卖交易工具决定的区域或水平。尽管主要参与者试图隐藏他们在市场中的存在,但他们不可避免地会留下痕迹。我们的任务是学习如何识别这些痕迹并正确解释它们。 主要功能: 向卖家和买家显示活跃区域! 该指标显示所有正确的初始买入和卖出脉冲水平/区域。激活这些水平/区域后,开始寻找切入点,水平会改变颜色并填充特定阴影。此外,还会显示箭头,以便更直观地了解情况。 显示更高时间范围内的级别/区域(MTF 模式) 添加了使用更高时间间隔显示级别/区域的功能。此外,该指标还具有自动趋势检测功能(   TPSproTREND PRO   )。 用于交易的单独专业的逐步算法。 该算法专为日内交易而设计,既可顺势交易,也可逆势交易。每个活动模板均提供详细说明。 适用于多种时间范围 。 TPSpro RFI 水平指标可用于图表上的任何时间范围,从一分钟(M1)开始一直到每月(MN)。 图形和声音警报。 该指标提供图形和声音指示
ON Trade Gann Squares MT5
Abdullah Alrai
5 (1)
Gann 方块指标是一种强大的市场分析工具,基于 W.D. Gann 在其“市场预测数学公式”一文中介绍的数学概念。该指标融合了与平方数(如 144、90 和 52)有关的 Gann 技术,以及平方 9。此外,它还融入了  关于如何将平方 9 与通道和星形图案结合使用的方法。 用户手册和使用方式: 在使用该指标之前,我们建议您阅读用户手册,并与我们联系以获得任何澄清。您可以在我们的网站上找到完整的用户手册。 该指标提供了 MT5 的完整版本供购买,也提供了 MT4 的免费版本供测试。提供了两个版本的链接供您方便使用。 主要特点和功能: Gann 方块指标为您的交易环境提供了全套工具,使您能够基于几何图案和 Gann 的概念做出明智的决策。以下是主要特点: 平方 9 分析:   该指标可以绘制与平方 9 有关的各种元素,包括水平线、星形图案、网格、Gann 扇形等。这在您的图表上提供了 Gann 的几何概念的视觉表示。 Gann 方块:   该指标绘制了 Gann 方块 52、90 和 144,使您能够可视化和分析它们与价格走势的关系。 自由 Gann 星形图案:   该指标使您能够直接
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"
FxaccurateLS
Shiv Raj Kumawat
WHY IS OUR FXACCCURATE LS MT5 THE PROFITABLE ? PROTECT YOUR CAPITAL WITH RISK MANAGEMENT Gives entry, stop and target levels from time to time. It finds Trading opportunities by analyzing what the price is doing during established trends. POWERFUL INDICATOR FOR A RELIABLE STRATEGIES We have made these indicators with a lot of years of hard work. It is made at a very advanced level. Established trends provide dozens of trading opportunities, but most trend indicators completely ignore them!
PTS Divergence Buy Finder MT5
PrecisionTradingSystems
PTS - Divergence Buy Finder 由Precision Trading Systems制作 Precision Divergence Finder旨在精确找到市场底部,并经常成功。在技术分析中,挑选底部通常比挑选顶部容易得多,这个工具正是为了完成这个任务而设计的。在识别出牛市背离后,等待趋势上升再购买是明智的。您可以使用10或20个周期的最高点进场,或者使用15-30周期的移动平均线上升来识别趋势变化。 这个复杂的算法会实时逐根柱状图寻找并计算活跃的需求指数背离的数量。 该模型观察市场价格何时创出新低,而需求指数未创新低,从而产生背离。 该指标使用两个设置。     • 需求指数(DI)长度,它将为指标提供寻找的对象,并将为您选择的长度上的任何DI背离进行查找。     • 差异,这是[DI值现在]与[DI值长达200个周期以前]之间的背离量,对于它从各种回望期间找到的每个背离,它将在指标窗口中生成[1]输出。 最多检查20个周期,最大输出值将显示为20。 建议的设置 需求指数长度从15到100都可以使用,但最佳范围在20到60之间。 背离的差异为0.1至2
GannRS Trend Scalper   GannRS is an advanced trading tool based on Gann Law and Supports and Resistances. designed to have an   active trading at any time not lagging Indications are given at the beginning of a new candle Please watch the full tutorial video. How to use GannRS Very easy to set up... Put it on your chart Adjust inputs Inputs Show Resistance and support : [bool]  true = Shows R/S on chart false = does not show Show Levels :[bool]  true = Shows levels on the chart false = doe
Beast Super Signal MT5
Dustin Vlok
2.71 (7)
正在寻找可以帮助您轻松识别有利可图的交易机会的强大外汇交易指标? Beast Super Signal 就是您的不二之选。 这个易于使用的基于趋势的指标持续监控市场状况,寻找新的发展趋势或跳入现有趋势。当所有内部策略一致且彼此 100% 融合时,Beast Super Signal 会发出买入或卖出信号,无需额外确认。当您收到信号箭头警报时,只需买入或卖出。 购买后给我留言,让我加入我的私人 VIP 群组! (仅限购买完整产品)。 购买后给我发消息以获取最新的优化设置文件。 此处提供 MT4 版本。 在此处 获取 Beast Super Signal EA。 查看评论部分以查看最新结果! Beast Super Signal 根据您偏好的 1:1、1:2 或 1:3 风险回报率建议入场价、止损和获利水平,让您放心交易。这个 Beast Super Signal 是 100% 不可重新绘制的,这意味着它永远不会重新计算或重新绘制,每次都能为您提供可靠的信号。 Beast Super Signal 指标适用于所有时间范围,包括货币对、指数、商品和加密货币对。
RelicusRoad Pro MT5
Relicus LLC
5 (17)
现在$ 147(更新后增加到$ 499) - 无限帐户(PC或Mac) RelicusRoad 用户手册 + 培训视频 + 访问 Private Discord Group + VIP 身份 一种看待市场的新方式 RelicusRoad 是世界上最强大的外汇、期货、加密货币、股票和指数交易指标,为交易者提供保持盈利所需的所有信息和工具。我们提供技术分析和交易计划,帮助每一位交易者取得成功,从初学者到高级。它是一个关键的交易指标,可以提供足够的信息来预测未来的市场。我们相信一个完整的解决方案,而不是图表上几个没有意义的不同指标。这是一个多合一指标,显示无与伦比且非常准确的信号、箭头 + 价格行为信息。 RelicusRoad 基于强大的人工智能,提供缺失的信息和工具来教育您并使您成为交易专家,成为成功的交易者。 几乎所有技术指标都滞后,这意味着它们只能报告已经发生的事情。因此,他们只确认您过去可以看到的价格已经在哪里。我们相信领先指标可以预测未来价格,而无需重新绘制,也不要过度依赖可能改变并导致重新绘制的滞后指标。如果您根据滞后指标进行交易并建立头寸,您就知道您已
[ MT4 Version ] Only the next 10 units at current price! Final price: $299 Are you tired of spending months on demo or live accounts to test your trading strategies? The Backtesting Simulator is the ultimate tool designed to elevate your backtesting experience to new heights. Utilizing Metatrader historical symbol information, it offers an unparalleled simulation of real market conditions. Take control of your testing speed, test ideas quickly or at a slower pace, and witness remarkable improve
AT Forex Indicator MT5
Marzena Maria Szmit
5 (4)
The AT Forex Indicator MT5 is a sophisticated trading tool designed to provide traders with a comprehensive analysis of multiple currency pairs. This powerful indicator simplifies the complex nature of the forex market, making it accessible for both novice and experienced traders. AT Forex Indicator uses advanced algorithms to detect trends, patterns and is an essential tool for traders aiming to enhance their forex trading performance. With its robust features, ease of use, and reliable signal
TrendMaestro5
Stefano Frisetti
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.4 TRENDMAESTRO recognizes a new TREND in the bud, 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 data a
Bill Williams Advanced
Siarhei Vashchylka
5 (8)
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. Automatically analyzes the chart using the "Profitunity" system of Bill Williams. The found signals are placed in a table in the corner of the screen. 2. Equipped with a trend filter based on the Alligator indicator. Most of the system signals are recommended to be used only accordi
該指標基於人工智慧,透過讀取足跡來識別可能的市場反轉點,並在市場小幅波動發生之前提前發出訊號。 與價格和成交量指標不同的是,價格和成交量指標會產生「後期」入場,即當價格或成交量在方向變化時已經發生確認,因此通常運動已經結束,該指標根據其在圖表中讀取的內容發出信號。足跡,“當運動應該發生時”,因此提供了在運動開始時立即進入市場的可能性。 它不僅產生反轉訊號,而且還產生已經持續的趨勢的延續訊號。 由於人工智慧,該指標讀取市場上每個層級實際執行的合約(而不是帳簿中等待執行的合約,這些合約在執行前透過演算法交易刪除)。 該指標能夠區分以買價和賣價執行的合約(因此本質上識別激進訂單和被動訂單)、它們在市場上執行的頻率和激進程度(因此它檢測大型運營商“推動”的意圖)市場在某個方向上)並識別(由於資料流)“ICEBERG”訂單,即大訂單被分割成小塊以“隱藏”訂單的大小,但始終屬於同一運營商。 它還根據所簽訂的合約認識到耗盡和吸收階段,這會產生價格逆轉。 當這些條件中的一個或多個同時發生時,指標在幾毫秒內處理完這些條件後,會立即產生「多頭或空頭」入場訊號,發出聲音警告並在圖表上沿該方向繪製箭頭。
XQ Indicator MetaTrader 5
Marzena Maria Szmit
3 (2)
Step into the realm of Forex trading with confidence and precision using XQ, a cutting-edge Forex indicator designed to elevate your trading game to unprecedented heights. Whether you're a seasoned trader or just stepping into the world of currency exchange, XQ Forex Indicator empowers you with the insights and signals needed to make informed trading decisions. The signal conditions are a combination of three indicators, and XQ Forex Indicator only display  medium and long-term trends . The ind
Fxaccurate TCT
Shiv Raj Kumawat
WHY IS OUR FXACCCURATE TCT MT5 THE PROFITABLE ? Gives entry, stop and target levels from time to time. It finds Trading opportunities by analyzing what the price is doing during established trends. We have made these indicators with a lot of years of hard work. It is made at a very advanced level. Established trends provide dozens of trading opportunities, but most trend indicators completely ignore them! The trend reveals trading indicator represents an average of 10 different trades per trend
可以说,这是您可以为MetaTrader平台找到的最完整的谐波价格形成自动识别指标。它检测19种不同的模式,像您一样认真对待斐波那契投影,显示潜在的反转区域(PRZ),并找到合适的止损和获利水平。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 它检测19种不同的谐波价格形态 它绘制了主要,衍生和互补的斐波那契投影(PRZ) 它评估过去的价格走势并显示每个过去的形态 该指标分析其自身的质量和性能 它显示合适的止损和获利水平 它使用突破来表明合适的交易 它在图表上绘制所有样式比率 它实现了电子邮件/声音/视觉警报 受斯科特·M·卡尼(Scott M. Carney)的书的启发,该指标旨在满足最纯粹和最熟练的交易者的需求。但是,它采取了一种使交易更容易的方式:在向交易发出信号之前,它会等待Donchian朝正确方向突破,从而使交易信号非常可靠。 斐波那契投影与向量无关 它实现了电子邮件/声音/推送警报 它绘制了ABCD投影 重要提示: 为了符合 Scott M. Carney先生 的商标申诉,某些图案名称已重命名为不言自明的替代方式, Scot
IVISTscalp5
Vadym Zhukovskyi
5 (5)
我们向您介绍iVISTscalp5指标,它不仅独特,而且在交易操作中也非常有效。该指标基于时间数据,是多年金融市场经验和深入分析的结果。iVISTscalp5指标是手动交易的优秀工具。便利性、简单性和可视化 - 所有的复杂性都隐藏在内部。我们将iVISTscalp5指标的设置和使用简化到了最大程度。该指标适用于MT5终端中您所拥有的所有金融工具。 操作时间为UTC+3的早上4点到晚上8点。 iVISTscalp5指标菜单(见截图1): History - 计算行情的周数 dT_min - 选择时间间隔的时间(分钟) TFline - 绘制水平成交量(时间帧) BARSline - 绘制水平成交量(条数) TFtrend1 - 绘制日线通道(时间帧) BARStrend1 - 绘制日线通道(条数) TFtrend2 - 绘制周线通道(时间帧) BARStrend2 - 绘制周线通道(条数) ALERT_TIMER - 设置闹钟 ALERT - 开启/关闭闹钟 Save - 开启/关闭将时间记录到文本文件。 图表上的红色和蓝色旗帜表示时间(VIST智能剃须系统的信号)。卖出信号为红旗,买入
MetaForecast M5
Vahidreza Heidar Gholami
5 (2)
MetaForecast能够根据价格数据中的谐波来预测和可视化任何市场的未来走势。虽然市场不总是可预测的,但如果价格中存在模式,MetaForecast可以尽可能准确地预测未来。与其他类似产品相比,MetaForecast通过分析市场趋势可以生成更精确的结果。 输入参数 Past size (过去的尺寸) 指定MetaForecast用于创建生成未来预测模型的柱数量。该模型以一条黄色线绘制在所选柱上。 Future size (未来的尺寸) 指定应预测的未来柱数量。预测的未来以粉色线表示,并在其上绘制了蓝色回归线。 Degree (程度) 此输入确定了MetaForecast将在市场上进行的分析级别。 Degree 描述  0 对于程度0,建议使用较大的值来设置“过去的尺寸”输入,以覆盖价格中的所有高峰、低谷和细节。  1 (建议的) 对于程度1,MetaForecast可以理解趋势,并通过较小的“过去的尺寸”生成更好的结果。  2 对于程度2,除了趋势,MetaForecast还可以识别反转点。对于大于1的程度,必须使用较高的“细节”和“噪音减少”输入值。  大于2 不建议使用大
Introduction to X3 Chart Pattern Scanner X3 Cherart Pattern Scanner is the non-repainting and non-lagging indicator detecting X3 chart patterns including Harmonic pattern, Elliott Wave pattern, X3 patterns, and Japanese Candlestick patterns. Historical patterns match with signal patterns. Hence, you can readily develop the solid trading strategy in your chart. More importantly, this superb pattern scanner can detect the optimal pattern of its kind. In addition, you can switch on and off individu
Noize Absorption Index
Ekaterina Saltykova
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.
Satoro mt5
Mykhailo Lozhkin
An indicator based on time-tested trading methods that gives a signal that the market is overbought or oversold in a certain period of time The indicator does not disappear when it appears, easy to use Suitable for any trade It can be used on any currency pair or crypto He performed best in the period H1,H4,daily After the purchase, you will also receive a seller's template with settings The seller uses it more for trading on cryptocurrency After the purchase, I also keep in touch
Boom and Crash Trend Detector is a  Non-Repaint   MT5 trading system usually being sold for 50 0$ . Most people use this for Deriv but can be used to forex too. The boom and crash spike indicator is a spike detecting software, with Multiple features, these features include. Spike Alert ( from 10 to 100-second warning before spike) Continues spike Alert (for double or continuous spikes at a time) supports all Boom/crash Indices M6 time frame works best here . Bigger time frame trend pointer f
Go Way TREND
Ywsf Hsyn Hmad Alrsh
順應潮流。是的,在 15 分鐘的框架上等待進場信號,無論是買入還是賣出,並檢查信號是否出現在 30 分鐘的框架上(有時信號需要一個小時或更長時間才會出現。您可以返回到15分鐘框架並返回到30分鐘框架,重複此操作,直到主要訊號出現在您面前。被記錄,或當相反的訊號出現時它非常簡單並且適用於所有主要貨幣。  金屬、指標和所有框架,但最好的結果是 30 分鐘框架。 始終將止損設置在蠟燭底部下方,資金管理不得超過 資本的10% 順應潮流。是的,在 15 分鐘的框架上等待進場信號,無論是買入還是賣出,並檢查信號是否出現在 30 分鐘的框架上(有時信號需要一個小時或更長時間才會出現。您可以返回到15分鐘框架並返回到30分鐘框架,重複此操作,直到主要訊號出現在您面前。被記錄,或當相反的訊號出現時它非常簡單並且適用於所有主要貨幣。  金屬、指標和所有框架,但最好的結果是 30 分鐘框架。 始終將止損設置在蠟燭底部下方,資金管理不得超過 資本的10% 順應潮流。是的,在 15 分鐘的框架上等待進場信號,無論是買入還是賣出,並檢查信號是否出現在 30 分鐘的框架上(有時信號需要一個小時或更長時
Golden Spikes Detector
Batsirayi L Marango
2.67 (3)
Golden Spikes Detector This indicator is based on an advanced strategy primarily for trading spikes on Boom and Crash Indices. Complex algorithms were implemented to detect high probability entries only. It alerts on potential Buy and Sell entries. To trade spikes on the Deriv or Binary broker, only take Buy Boom and Sell Cash alerts. It was optimised to be loaded on 5-minute timeframe although multiple timeframe analysis is done in the background. Features ·             Desktop pop up and sound
Mega Spikes Max
Niccyril Chirindo
Boom and Crash Indicator - MT5 Spike Detector with Trade Alerts Unlock the secrets of trading Boom and Crash spikes with our powerful MT5 indicator! This spike detection tool provides accurate buy and sell signals, trade alerts, and High success rate entries. Perfect for scalping, day trading, and swing trading. Get the best Boom and Crash strategy with our Deriv Boom and Crash spike indicator. Indicator does not redraw or repaint. Key Features & Benefits Accurate Boom and Crash spike detection
Volatility Trend System - a trading system that gives signals for entries. The volatility system gives linear and point signals in the direction of the trend, as well as signals to exit it, without redrawing and delays. The trend indicator monitors the direction of the medium-term trend, shows the direction and its change. The signal indicator is based on changes in volatility and shows market entries. The indicator is equipped with several types of alerts. Can be applied to various trading in
Introduction to Fractal Pattern Scanner Fractal Indicator refers to the technical indicator that makes use of the fractal geometry found in the financial market. Fractal Pattern Scanner is the advanced Fractal Indicator that brings the latest trading technology after the extensive research and development work in the fractal geometry in the financial market. The most important feature in Fractal Pattern Scanner is the ability to measure the turning point probability as well as the trend probabil
Native Channels
BeeXXI Corporation
5 (1)
This indicator recognizes all support and resistance levels. A number of unique high-performance techniques have been applied, which made the existence of this indicator possible. All formed channels are naturally visible: horizontal linear linear parabolic cubic (Polynomial 3 degrees - Wave) This is due to a bundle of approximating channels. The formed channels form "standing waves" in a hierarchical sequence. Thus, all support and resistance levels are visible. All parameter management is
Elliot Waves Analyzer Pro
Viktor Weidenthal
2.67 (3)
Elliot Waves Analyzer Pro calculates Elliot Waves to Help Identify Trend direction and Entry Levels. Mainly for Swing Trading Strategies. Usually one would open a Position in trend direction for Wave 3 or a Correction for Wave C . This Indicator draws Target Levels for the current and next wave. Most important Rules for Elliot Wave Analysis are verified by the Indicator.  The Pro version analyzes Multiple Timeframes and shows the Subwaves and Target-Levels.   For an Overview  " Elliot Waves Anal
作者的更多信息
AIntel Swing Indicator
Karlis Balcers
5 (1)
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 do
AIntel Predict
Karlis Balcers
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
筛选:
无评论
回复评论