• 미리보기
  • 리뷰
  • 코멘트

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 그리드 표시기를 사용할 때 트레이더는 모든 수준에서 스타일 , 수직선 및 수평선의 색상 및 두께를 변경할 수 있습니다. 이를 통해 금융 상품의 라운드 수준 을 제어할 수 있습니다.
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 (573)
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)
The utility allows you to build different types of graphs: Seconds chart from 1 second to 86400 seconds Tick chart from 1 tick and above The volume chart Delta chart Renko chart Range chart Product demo https://www.mql5.com/ru/channels/clustersecondforex Built-in indicators for volumetric analysis: daily market profile and market profile of the selected timeframe, Cluster Search Imbalance VWAP Dynamic POC, VAH, VAL the profile depth of the market vertical volume with various display options, del
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.
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를
Индикатор показывает настроение слабой стороны и может использоваться как для внутридневной торговли, так и для скальпинга. Всё будет зависеть от контекста графика.   Этот индикатор строит ценовой график в виде блоков (вертикальных прямоугольников, занимающих три ценовых уровня каждый), чем-то напоминающих ренко бары. Принцип построения основан на определённом изменении уровней BID и ASK (пояснения на скрине). При установке индикатора основной график становится невидимым и на белом поле происх
SolarTrade Suite Financial Robot: LaunchPad Market Expert - 거래를 시작하도록 설계되었습니다! 이 거래 로봇은 특별하고 혁신적이며 고급 알고리즘을 사용하여 가치를 계산합니다. 금융 시장의 세계에서 여러분의 조수입니다. SolarTrade Suite 시리즈의 지표 세트를 사용하여 이 로봇을 시작할 순간을 더 잘 선택하세요. 설명 하단에서 SolarTrade Suite 시리즈의 다른 제품을 확인하세요. 투자와 금융 시장의 세계를 자신 있게 탐색하고 싶으신가요? SolarTrade Suite Financial Robot: LaunchPad Market Expert는 정보에 입각한 투자 결정을 내리고 수익을 늘리는 데 도움이 되도록 만들어진 혁신적인 소프트웨어입니다. SolarTrade Suite Financial Robot: LaunchPad Market Expert의 장점: - 정확한 계산: 로봇은 고급 알고리즘과 분석
Premium level Pro
Dmitriy Kashevich
Premium level is a unique indicator with more than 80% accuracy of correct predictions! This indicator has been tested for more than two months by the best Trading Specialists! The author's indicator you will not find anywhere else! From the screenshots you can see for yourself the accuracy of this tool! 1 is great for trading binary options with an expiration time of 1 candle. 2 works on all currency pairs, stocks, commodities, cryptocurrencies Instructions: As soon as the red ar
Trend Catcher with Alert MT5
Issam Kassas
4.61 (59)
트렌드 캐쳐: 알림 인디케이터와 함께 하는 트렌드 캐쳐 전략은 시장 트렌드와 잠재적인 진입 및 체크 포인트를 식별하는 데 도움이 되는 다목적 기술 분석 도구입니다. 이는 시장 상황에 적응하여 트렌드 방향을 명확하게 시각적으로 표현하는 동적 트렌드 캐쳐 전략을 제공합니다. 트레이더는 선호도와 위험 허용도에 맞게 매개변수를 사용자 정의할 수 있습니다. 이 인디케이터는 트렌드 식별을 지원하고 잠재적인 반전을 신호로 제공하며 트레일링 스탑 메커니즘으로 작동하며 실시간 경고를 제공하여 신속한 시장 대응을 돕습니다. 특징: - 트렌드 식별: 상승 트렌드와 하락 트렌드를 신호합니다. - 트렌드 반전: 양봉 색상이 상승에서 하락으로 변경되거나 그 반대의 경우 잠재적인 반전을 경고합니다. - 실시간 경고: 새로운 트렌드 식별을 위한 경고를 생성합니다. 추천사항: - 통화 및 페어: EURUSD, AUDUSD, XAUUSD 등... - 시간 프레임: H1. - 계정 유형: 모든 E
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 이 지표는 열리고, 높은, 낮은 및 마감 가격을 지정합니다. 기간과 그것은 특정한 시간대를 위해 조정될 수 있습니다. 이들은 많은 기관 및 전문가에 의해 보는 중요한 수준입니다 상인은 당신이 더 많은 것일 수있는 장소를 알고 도움이 될 수 있습니다 이름 * 사용 가능한 기간: 이전 날. 이전 주. 지난 달. 이전 분기. 이전 연도. 또는: 현재 날. 현재 주. 현재 달. 현재 분기. 현재 년.
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 Financial Indicator: Venus Market Indicator - 금융 시장의 세계에서 신뢰할 수 있는 가이드! 이 오실레이터는 특별하고 혁신적이며 진보된 알고리즘을 사용하여 가치를 계산하며, 또한 보기에 좋은 디자인을 가지고 있습니다. 이 지표의 판독값은 이해하기 매우 쉽습니다: 파란색 - 매수, 빨간색 - 매도. 색상이 밝을수록 신호가 강합니다. 설명 하단에서 SolarTrade Suite 시리즈의 다른 제품을 확인하세요. 투자와 금융 시장의 세계를 자신 있게 탐색하고 싶으신가요? SolarTrade Suite Financial Indicator: Venus Market Indicator는 정보에 입각한 투자 결정을 내리고 수익을 늘리는 데 도움이 되도록 설계된 혁신적인 소프트웨어입니다. SolarTrade Suite Financial Indicator: 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)
The utility allows you to build different types of graphs: Seconds chart from 1 second to 86400 seconds Tick chart from 1 tick and above The volume chart Delta chart Renko chart Range chart Demo version of the utility https://www.mql5.com/ru/channels/clustersecond Built-in indicators for volumetric analysis: daily market profile and market profile of the selected timeframe, Cluster Search Imbalance VWAP Dynamic POC, VAH, VAL the profile depth of the market vertical volume with various display op
Gino Renko EA
Stephane, Andr Valette
Here is an EA based on the Renko indicator, it can be used with currencies, commodities, and forex. Just associate it with the corresponding graph. The indicator used for the EA is available here, but it is not necessary for its operation, they are 2 independent products: https://www.mql5.com/fr/market/product/87852?source=Site +Market+MT5+Indicator+Search+Rating006%3agino+renko Personally I don't like renko like EA, and I haven't done any tests to find out which configuration is the best.
이 제품의 구매자들이 또한 구매함
Atomic Analyst MT5
Issam Kassas
4.56 (18)
우선적으로 언급할 점은이 거래 지표가 다시 그리지 않고 지연되지 않으며 이를 통해 수동 및 로봇 거래 모두에 이상적이라는 점입니다. 사용자 매뉴얼: 설정, 입력 및 전략. Atomic Analyst는 가격의 강도와 모멘텀을 활용하여 시장에서 더 나은 이점을 찾는 PA Price Action Indicator입니다. 고급 필터를 장착하여 잡음과 거짓 신호를 제거하고 거래 잠재력을 높이는 데 도움이 됩니다. 복잡한 지표의 다중 레이어를 사용하여 Atomic Analyst는 차트를 스캔하고 복잡한 수학적 계산을 간단한 신호와 색상으로 변환하여 초보 트레이더가 이해하고 일관된 거래 결정을 내릴 수 있도록합니다. "Atomic Analyst"는 새로운 및 경험이 풍부한 트레이더를위한 종합적인 거래 솔루션입니다. 프리미엄 지표와 최고 수준의 기능을 하나의 거래 전략에 결합하여 모든 종류의 트레이더에 대한 다재다능한 선택지가되었습니다. 인트라데이 거래 및 스캘핑 전략 : 빠르고 정확한
TPSproTREND PrO MT5
Roman Podpora
4.89 (9)
TPSpro TREND PRO  - is a trend indicator that automatically analyzes the market and provides information about the trend and each of its changes, as well as giving signals for entering trades without redrawing! The indicator uses each candle, analyzing them separately. referring to different impulses - up or down impulse. Exact entry points into transactions for currencies, crypto, metals, stocks, indices!  Version MT4               DETAILED DESCRIPTION               R ecommended to use with an
우선 이 거래 시스템이 리페인팅, 리드로잉 및 레이그 인디케이터가 아니라는 점을 강조하는 것이 중요합니다. 이는 수동 및 로봇 거래 모두에 이상적인 것으로 만듭니다. 온라인 강좌, 설명서 및 프리셋 다운로드. "스마트 트렌드 트레이딩 시스템 MT5"은 새로운 및 경험이 풍부한 트레이더를 위해 맞춤형으로 제작된 종합적인 거래 솔루션입니다. 10개 이상의 프리미엄 인디케이터를 결합하고 7개 이상의 견고한 거래 전략을 특징으로 하여 다양한 시장 조건에 대한 다목적 선택이 가능합니다. 트렌드 추종 전략: 효과적인 트렌드 추이를 타기 위한 정확한 진입 및 손절 관리를 제공합니다. 반전 전략: 잠재적인 트렌드 반전을 식별하여 트레이더가 범위 시장을 활용할 수 있게 합니다. 스캘핑 전략: 빠르고 정확한 데이 트레이딩 및 단기 거래를 위해 설계되었습니다. 안정성: 모든 인디케이터가 리페인팅, 리드로잉 및 레이그가 아니므로 신뢰할 수 있는 신호를 보장합니다. 맞춤화: 개별 거래 선호도를 고려한 맞춤
TPSpro RFI Levels MT5
Roman Podpora
4.67 (9)
Reversal First Impulse levels (RFI)      INSTRUCTIONS        RUS       -       ENG              R ecommended to use with an indicator   -   TPSpro  TREND PRO -  Version MT4                 A key element in trading is zones or levels from which decisions to buy or sell a trading instrument are made. Despite attempts by major players to conceal their presence in the market, they inevitably leave traces. Our task was to learn how to identify these traces and interpret them correctly. Main functi
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
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
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
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"
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
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
AT Forex Indicator MT5
Marzena Maria Szmit
5 (3)
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
IVISTscalp5
Vadym Zhukovskyi
5 (5)
당신에게 소개하는 iVISTscalp5 지표는 독특하면서도 거래 작업에서 효과적입니다. 이 지표는 시간 데이터를 기반으로 하며 금융 시장의 많은 경험과 깊은 분석의 결과입니다. iVISTscalp5 지표는 수동 거래에 뛰어난 도구입니다. 편리성, 간단함 및 시각화 - 모든 복잡성은 숨겨져 있습니다. 우리는 iVISTscalp5 지표의 설정과 사용을 최대한 단순화했습니다. 이 지표는 MT5 터미널에서 가지고 있는 모든 금융 상품에 적합합니다. 시간 기준으로 작동하는 시간은 4am에서 8pm (UTC+3)입니다. iVISTscalp5 지표 메뉴 (스크린샷 1 참조): History - 표시할 주간 수 계산 dT_min - 시간 설정 간격 선택 (분) TFline - 수평 볼륨 생성 (타임프레임) BARSline - 수평 볼륨 생성 (바 수) TFtrend1 - 매일 채널 생성 (타임프레임) BARStrend1 - 매일 채널 생성 (바 수) TFtrend2 - 주간 채널 생성 (타임프레임
Beast Super Signal MT5
Dustin Vlok
2.71 (7)
수익성 있는 거래 기회를 쉽게 식별하는 데 도움이 되는 강력한 외환 거래 지표를 찾고 계십니까? Beast Super Signal보다 더 이상 보지 마십시오. 사용하기 쉬운 이 추세 기반 지표는 시장 상황을 지속적으로 모니터링하여 새로운 개발 추세를 찾거나 기존 추세에 뛰어들 수 있습니다. Beast Super Signal은 모든 내부 전략이 정렬되고 서로 100% 합류할 때 매수 또는 매도 신호를 제공하므로 추가 확인이 필요하지 않습니다. 신호 화살표 알림을 받으면 구매 또는 판매하기만 하면 됩니다. 구매 후 비공개 VIP 그룹에 추가되도록 저에게 메시지를 보내주세요! (전체 제품 구매만 해당). 최신 최적화된 세트 파일을 구입한 후 저에게 메시지를 보내주세요. MT4 버전은   여기에서 사용할 수 있습니다. 여기에서   Beast Super Signal EA를 받으세요. 최신 결과를 보려면 댓글 섹션을 확인하세요! Beast Super Signal은
Elliott Wave Trend MT5
Young Ho Seo
4 (3)
Elliott Wave Trend was designed for the scientific wave counting. This tool focuses to get rid of the vagueness of the classic Elliott Wave Counting using the guideline from the template and pattern approach. In doing so, firstly Elliott Wave Trend offers the template for your wave counting. Secondly, it offers Wave Structural Score to assist to identify accurate wave formation. It offers both impulse wave Structural Score and corrective wave Structure Score. Structural Score is the rating to sh
Dragon Multi Indicator MT5
Mansour Babasafary
5 (5)
3 Indicators in 1 indicator Strategy based on price action Made specifically for the best forex currency pairs Can be used in the best time frame of the market at a very reasonable price This indicator is basically 3 different indicatos . But we have combined these 3 indicators in 1 indicator so that you can use 3 indicators at the lowest price. All three strategies are based on price action. But based on different trends. Long term, medium term and short term Attributes : No repaintin
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!
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
The SuperTrend MTF indicator is an excellent trend tracking indicator . It can not only display SuperTrend trends within the timeframe of the chart, but also set up to display SuperTrend trends for larger time frames simultaneously . This will be beneficial for grasping trends at a larger time scale and predicting future trends . At the same time, the price of the trend line can also be displayed at a glance, making it easy to observe. Input parameters :  ATR period used at chart timeframe 
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
Trade smarter, not harder: Empower your trading with Harmonacci Patterns Special Offer: Purchase now to receive free bonuses worth $165! (Read more for details) This is arguably the most complete harmonic price formation auto-recognition indicator you can find for the MetaTrader Platform. It detects 19 different patterns, takes fibonacci projections as seriously as you do, displays the Potential Reversal Zone (PRZ) and finds suitable stop-loss and take-profit levels. [ Installation Guide | Up
Introducing the South African Sniper indicator created by a small group of traders with a few years trading trading the financial market profitably . This is a plug and play indicator that provides you with  BUY and SELL (SNIPER ENTRY) signals with TARGET and trail stops. The indicator Works with all MT5 trading instruments. The indicator uses previous  chart data as receipt to speculate on future market moves.  "The South African Sniper indicator community are very happy with the indicator an
VTrende Pro
Andrii Diachenko
5 (1)
VTrende Pro - MTF indicator for trend trading with a display panel for MT5 *** Videos can be translated into any language using subtitles (video language - Russian) Although the signals of the VTrende Pro indicator can be used as signals of a full-fledged trading system, it is recommended to use them in conjunction with the Bill Williams TS. VTrende Pro is an extended version of the VTrende indicator. Difference between Pro version and VTrende: - Time zones - Signal V - signal 1-2 waves
Piranha version 2
Maria Strudov
5 (1)
"Piranha" - an autonomous trading system that determines overbought and oversold levels on the chart. Red and blue zones represent overbought and oversold levels respectively. Entry points are marked with arrows: a downward arrow in the red zone for "sell" and an upward arrow in the blue zone for "buy". The Take profit level is indicated by the green moving average. Key features: Adjusting the Take profit level as the green moving average changes position. Averaging ability when a new market e
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
Golden Spikes Detector
Batsirayi L Marango
3 (2)
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
Golden Gate Algo MT5
James David Lane
4 (6)
크리스마스 40% 할인! 1월 1일에 가격이 $250로 인상됩니다! GoldenGate Entries를 소개합니다: 혁신적인 트레이딩 솔루션! GoldenGate Entries (GGE)를 사용하여 거래하는 혁신적인 방법을 발견하세요. GGE는 귀하의 거래 경험을 향상시키기 위해 디자인된 고급 지표로, 사용자에게 정확성과 자신감을 부여하는 포괄적인 기능을 제공합니다. 페어: 아무거나 (FX - 상품 - 주식 - 주식 - 암호화폐) 타임프레임: 15분에서 H1까지 주요 기능: 매수 및 매도 화살표 표시: 팝업 알림과 함께 매수 및 매도 화살표 표시를 받아 언제나 정보를 확인할 수 있습니다. GoldenGate_Algo: 시장 상황에 대한 통찰력을 얻으려면 GoldenGate_Algo를 사용하세요. 시장이 '과매도'인지 '과매수'인지 평가하는 강력한 도구입니다. 현재 트렌드 분석: 현재 보고 있는 타임프레임에서 현재 트렌드에 액세스하여 거래를 주류 시장 방
SMCpro
Arief
5 (1)
Currently Price  20% OFF  ( for unlimited use ) Indicator   USER MANUAL , trade setups, solving issues, etc :  Direct Download Here     (  for users only  ) Hello World! Introducing.. SMCpro tool and Indicator for  MetaTrader 5 , a cutting-edge feature designed to revolutionize your trading experience. With innovative ICT Smart Money Concept, you gain unparalleled insight into market dynamics, empowering you to make informed trading decisions like never before. SMC Indicator built on th
The iChannels
BeeXXI Corporation
5 (1)
Ultra-fast recognition of parabolic channels (as well as linear, horizontal and wavy channels) throughout the depth of history, creating a hierarchy of channels. Required setting: Max bars in chart: Unlimited This indicator is designed primarily for algorithmic trading, but can also be used for manual trading.  This indicator will have a very active evolution in the near future and detailed descriptions on how to apply to create robots
Introducing the Power Trade Plus indicator designed by a small group of traders with a few years of experience trading the market profitably.  The Power Trade Plus is derived from the Power Trade indicator,  the indicator strive in powerful sniper entries and take profit levels,  with an algorithm that's can determine the markets volatility and Provides entries based on the current market volatility. This indicator is much more effective in stock ,currencies and indices.
How to use Pair Trading Station Pair Trading Station is recommended for H1 time frame and you can use it for any currency pairs. To generate buy and sell signal, follow few steps below to apply Pair Trading Station to your MetaTrader terminal. When you load Pair Trading Station on your chart, Pair Trading station will assess available historical data in your MetaTrader platforms for each currency pair. On your chart, the amount of historical data available will be displayed for each currency pai
제작자의 제품 더 보기
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
필터:
리뷰 없음
리뷰 답변