• 指标类型
  • 价格
     - 
  • 重置
在YouTube上观看市场的教学视频
如何 购买 自动交易或指标

虚拟 主机运行您的EA
购买之前测试一个指标/EA交易
想要在市场 赚钱 吗?
如何介绍 用于流通销售的产品

适用于MetaTrader 4的技术指标 - 44

icon 下面列出的技术指标信号对MetaTrader 4平台的开仓交易和平仓交易起着至关重要的作用。 指标的本质就是一种交易品种的数学转换,旨在预测价格变化。
DollarAndEuroIndex
Sergio D. Rocha
4.5 (2)
This is an extension of the previous published DollarIndex with the addition of the function for calculating EURO Index under ICE Formula. Note that the broker should provide the following data: For Dollar Index formula, EURUSD, USDJPY, GBPUSD, USDCAD, USDSEK and USDCHF are needed. For Euro Index formula, EURUSD, EURGBP, EURSEK and EURCHF are needed. Now in this version if the SEK (the most uncommon) is not provided, the formula still works, since it adds 0.0001 to its value, but the index will
FREE
Velvet RSI
Kevin Peter Abate
Velvet RSI is intended for use with the Velvet advanced ordering layer.  It is a modified version of the RSI indicator provided by Metaquotes and all of the data it displays is accurate and verified, when it is detected by the ordering layer.  In order to place orders with the Velvet RSI indicator, the ordering layer must be installed and running.  Ordering from the Velvet RSI indicator requires that "Velvet Ordering Layer" ( found here ), version 1.0 or higher, be installed and running. When de
FREE
Spin Indicator
AppTechGo
1 (1)
Spin is an intrinsic form of angular momentum carried by elementary particles, composite particles (hadrons), and atomic nuclei. Spin is one of two types of angular momentum in quantum mechanics, the other being orbital angular momentum. The orbital angular momentum operator is the quantum-mechanical counterpart to the classical angular momentum of orbital revolution and appears when there is periodic structure to its wavefunction as the angle varies.For photons, spin is the quantum-mechanical
FREE
Velvet RVI
Kevin Peter Abate
Velvet RVI is intended for use with the Velvet advanced ordering layer.  It is based on the algorithm for the Relative Vigor Index, provided by Investopedia here . All of the data it displays is accurate and verified against the internal API function iRVI, when it is detected by the ordering layer.  In order to place orders with the Velvet RVI indicator, the ordering layer must be installed and running.  Ordering from the Velvet RVI indicator requires that "Velvet Ordering Layer" ( found here ),
FREE
Pipsurfer Tide Meter
Clinton Keenan Obinna Butler
Pipsurfer Tide Meter is a Momentum Indicator that is designed to help trades know which way the "Tide" is turning. This indicator is a great supporting indicator to the pipsurfer main indicator that is listed in MQL5 under "Pipsurfer Indicator"  The Strategy Behind the Tide Meter is that youll see the blue bars and the red bars. Blue bars are for bullish momentum  Red bars are for bearish momentum  Use price action to find a trading zone then wait for the tide meter to change color then you ent
FREE
RedeeCash TimeZones
Patrick Odonnell Ingle
該指標將顯示活躍和不活躍的交易時段,並將全局變量設置為交易時段是活躍的 (1) 還是不活躍的 (0)。 使用 iCustom 庫函數,您可以從 EA 交易或腳本調用此指標,如下所示, // 調用自定義指標 iCustom ( Symbol (), PERIOD_D1 , "Market/RedeeCash_TimeZone" , 0 , 0 ,Blue,Red); // 獲取全局變量的值 double NewYorkSessionIsActive = GlobalVariableGet ( "TZ-NewYork" ); double LondonSessionIsActive = GlobalVariableGet ( "TZ-London" ); double SydneySessionIsActive = GlobalVariableGet ( "TZ-Sydney" ); double TokyoSessionIsActive = GlobalVariableGet ( "TZ-Tokyo" ); 交易時段顯示 UTC 時間,其操作範圍在括號中。 HOME 時間指示器顯示本地機
FREE
RedeeCash Rate of Change
Patrick Odonnell Ingle
變化率 根據公式, ROC = (Close[n] - Close[n-lookback]) / Close[n-lookback] * 100 繪製一個貨幣對價格行為在回顧期內的變化率,並提供兩個全局變量,SYMBOL_ROC 和 SYMBOL_ROC_LOOKBACK,分別代表最新的變化率值和上一個回顧期的變化率。 使用 iCustom 函數調用指標, iCustom ( "Market/RedeeCash_Rate_of_Change.ex4" , Symbol (), 5 , 0 , 0 ); 然後檢索全局變量, double roc = GlobalVariableGet ( StringConcatenate ( Symbol (), "_ROC" )); double roc_lookback = GlobalVariableGet ( StringConcatenate (Synbol(), "_ROC_LOOKBACK" )); 並執行測試以驗證趨勢, if (roc > roc_lookback && roc > 0 ) trend= "UP" ; if (ro
FREE
FFx Accelerator Oscillator
Eric Venturi-Bloxs
5 (1)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
CandlePips
Yawo Julio K Kavege Atileh
This indicator works on this way: Trader should provided the n period "Number of Candle" ( the default period is 6) Then the indicator  will calculate the number of pips in the last n period  (not the current candle) And that is display on the chart With that the should confirmed his up trend or down trend analyse according to the number of pips in the last  n candles( bullish or bearish) he has provided
FREE
Relative Strength Index Cross [RSI Cross] A combination of 2 RSI to create a crossover trading setup Input parameters: signal mode: set it to true if you want to plug it into   STAT (Signal Tester and Trader) arrow shift: distance between fast EMA line to arrow on chart price line filter fast RSI period slow RSI   period RSI price method price upper level price lower level You can find the best setting for 4 hour EURUSD on  this video
FREE
TrendBar for MT4
Koji Kobayashi
パラボリックのデータをもとにトレンドの方向性を1分足から月足まで表示します。 1分足から 月足 まで表示されているので今どの方向に価格が動いているのかがすぐに分かります。 更新はティク毎ではなくディフォルトでは1秒毎、もちろん変更も可能なのでチャートの表示が遅くなるようなことはありません。 機能: どの通貨でも表示可能になります。 パラボリックの数値を変更することは可能になります。 上昇時と下降時のアイコンの色を指定することが可能になります。 表示位置(Y軸)が変更可能 になります。   表示位置 (左上 、 右上 、 左下 、 右下) が 指定 が可能 になります。 フォント を指定することが可能になります。 フォントサイズ が 変更可能 になります。 アイコンのサイズ が 変更可能 になります。 週足、 月足  の非表示 が 可能 になります。
FREE
Monitor New Fox US
Samuel Lima Cavalcante
Track your overall trades! Monitor New Fox is an excellent indicator, which displays your current profits, being them monthly, weekly, and daily, that is, all profits obtained when you opened the mt4. Our brand new Monitor New Fox indicator is able to unlock all advanced features of MetaTrader 4. This indicator can graph with simple data key meta trader account data (Balance, Equity, Free Margin, Current Profit/Loss, Profit/Loss total, amount of open position(s) and size, etc.) and all this in a
FREE
SwapDashboard
Miroslav Vokaty
This indicator displays the current SWAP values (for both buy and sell positions) of individual trading instruments directly in the chart. It allows traders to quickly identify which symbols have positive or negative swaps, helping them make better decisions when choosing positions that may be more advantageous for long-term holding. ️ Indicator Settings Selection of Displayed Symbols The user can choose which instruments are displayed in the table: • only currency pairs, • all symbols from the
FREE
This indicator shows the strength of each currency compared to the US dollar by calculating the rate of change in price over a specified time period. When you open the indicator, you'll see a list of different currencies on the price chart. Each currency will have a numerical value indicating its strength level compared to the US dollar, where: If the value is higher than the US dollar, it will be displayed in green, meaning that currency is stronger than the dollar. If the value is lower than
FREE
This indicator allows to hide moving average (on all MT4 timeframes) from a date define by the user with a vertical line (Alone) or a panel (with "Hidden Candles"). Indicator Inputs: MA Period MA Shift  MA Method MA Apply To Information on "Moving Average" indicator is available here:   https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/moving_average ************************************************************* Hey traders!!  Give me your feeds!  We are a community h
FREE
Turning Point Pattern
Silver Invest
1 (1)
TPP : Turning Point Pattern   The indicator shows the market Turning Point Pattern as arrows. The reversal signals are based on observation of price action and market behavior. It is based on the principles of searching for extremums, volatility, and candlestick pattern. The indicator provides signals on the following principles: Search for the end of the ascending/descending trend Search for the reversal pattern based on candlestick pattern Confirmation of the reversal by the volatility. The in
FREE
Bar End Time by MMD MT4
Mariusz Maciej Drozdowski
The Time End bar by MMD is a simple indicator that shows the number of seconds remaining in the three selected intervals. According to the MMD methodology, the moment when a directional price movement occurs is important. This indicator allows you to use this relationship more effectively in Forex and Futures trading. Functionality description: Time Frame 1 Period - defining the first time interval Time Frame 1 Color - specifying the color for the first time interval Time Frame 1 Period - def
FREE
SFT Full OsMA
Artem Kuzmin
4 (1)
A classic indicator with advanced features for more accurate display of the market situation. All settings of all moving averages are available, such as the moving average type and the priced used in its calculation. It is also possible to change the appearance of the indicator - line or histogram. Additional parameters provide the ability of fine tuning. Distinctive features Does not redraw. Additional parameters for fine tuning. Displayed as a line or as a histogram. Works on all timeframes a
FREE
Signal Trend Super
Aleksandr Makarov
Signal Trend Super Indicator of accurate market entry. Very good entry indicator for your trading system, I recommend to use it together with - System Trend Pro   and    Professional Trade Arrow The indicator does not redraw and does not change its data. Wait until the candle closes. Any questions? Need help?, I am always happy to help, write me in private messages or In Telegram
FREE
MaSonar MT4
Tadanori Tsugaya
MaSonar is a powerful indicator designed to automatically detect and display the relevant Moving Averages (MA) that align with the peaks of a ZigZag. It quickly searches for the most suitable MA at each ZigZag peak, helping you analyze the market trend and its momentum with ease. Please try the new, even more convenient version of "MaSonic". Key Features: ZigZag Peak Matching: Automatically identifies and displays the MAs that match the ZigZag peaks. Quick Button Search: Simply press a button to
FREE
MQLTA Currency Strength Matrix DEMO
MQL4 Trading Automation
2 (2)
Currency Strength Matrix (CSM) is an indicator that will show you the current strength of the major currencies in several timeframes allowing you to sort the currencies for strength and spot possible trading setups. This indicator is ideal for scalping and in all those events of sudden big moves. This DEMO only shows 4 currencies and 4 timeframes, for the full version please check https://www.mql5.com/en/market/product/24252 How does it work? The CSM compares the value of the current moving ave
FREE
Signals and Alerts for Accelerator/Decelerator indicator based on these MQL5 posts: Accelerator Oscillator and Signals of the Indicator Accelerator Oscillator . Note : this tool is based on the code of Accelerator 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; Customizable arrows. By d
FREE
ATR with Bands
Amirhossein Ghasemi Moroodi
经过7年的发展,我决定免费分享我的一些指标和专家顾问(EA)。 如果您觉得它们有用,请给予 五星评价支持!您的反馈将激励我继续提供免费工具。 查看我的其他免费工具 这里 _________________________________ 带有上下边界的ATR指标,用于提升外汇市场波动性分析 介绍MQL5开发的带有上下边界的ATR指标,旨在将您的外汇市场分析提升到新的水平。这一创新工具将平均真实范围(ATR)与可定制的上下边界相结合,提供对市场波动性的细致理解。 主要特点: 波动性测量: 利用ATR准确衡量市场波动性,为市场状况提供关键见解。 可定制边界: 通过调整上下边界来直观显示波动性极值和市场趋势。 突破和整固检测: 帮助识别潜在的突破或整固,促进战略性交易决策。 加强市场分析️: 通过研究波动性与市场趋势的关系,提供全面的分析工具。 使用及信号解读: 轻松集成️: 将带有上下边界的ATR指标无缝集成到您的Metatrader 5平台中。根据您的交易偏好自定义边界。 波动性趋势监控: 持续监控指标,以评估市场波动性及其对价格动向的潜
FREE
PRO VERSION This free indicator change timeframe of charts(up to 3) at the same time,by clicking a label. If you click the label(shown below),timeframe of charts will change. If you click again,timeframe of charts restore. You can change the position of the label. You can change charts up to 3 charts(a paid version enables up to15 charts). You can add second,third timeframe changer label. This indicator is very useful for speed trading. There is a more powerful PRO VERSION . The paid versio
FREE
Alternative Chart
Yevhenii Levchenko
3.5 (2)
The indicator builds alternative quotes based on the average price of a bar and shadows for a specified period of time or according to a fixed body size. Options: StartDrawing - the date from which the indicator will build quotes; PerCounting - period for calculating the average body size and shadows. If AverageBody = 0, then it builds at an average price; AverageBody - fixed candlestick body size. If greater than zero, builds on this parameter.
FREE
The technical indicator is a more advanced version of the relative strength index (RSI) that applies moving average convergence-divergence (MACD) principles to a double-smoothed RSI (DS RSI) indicator. The indicator is derived by computing the difference between a double-smoothed RSI and a simple moving average (SMA) of the DS RSI. The indicator's intent is to provide more accurate buy and sell signals than the standard RSI calculation.  The MACD is derived by subtracting the 12-period exponen
FREE
Info Symbol Bsm
Thiery Anicet Navis
Info Symbol is an indicator that will allow you to monitor up to 9 different markets. Just enter the name of the symbols and the number of decimal places. With a single click you can switch from one market to another, it will take two clicks for a chart with an expert attached to it. With this indicator, you will know how many points or pips that the monitored markets have gained or lost since the beginning of the day and you will also have the percentage.
FREE
VisualOrders and InfoAccount - an indicator for analyzing your own trading or analyzing someone else's account. Additionally, there is a possibility to quickly obtain information on the account and the terminal. Information is placed both on the chart and in the Experts tab. All displayed information is disabled in the settings, allowing the trader to leave only the necessary information.
FREE
It is the simplest indicator in existence. It has only one function: report the seconds elapsed since the last minute end in a very convenient way, with a label that can be moved in the chart, so that the trader does not have to take his eye off the forming candle. It is used on M1, but also on larger intervals, for those interested in opening/closing positions at the best time. Sometimes an intense movement in the last 10" of the minute gives indications of future trend, and can be used for sc
FREE
Sends price alerts conveniently to your Android/IOS device. Make sure push notifications are enabled in Metatrader settings and the PC/VPS is online 24/7. Price levels are updated automatically, but you can modify them in global variables, if needed. Suitable for any market instrument, but if notifications are too frequent, increase point value of the indicator parameter.
FREE
Indicator Multi Panel
Alexander Chertnik
IMP The Panel presents a number of indicators in abbreviated form: 2 oscillators, 2 trend and 1 volume indicator. Location -  upper left corner. Indicators values and colors can be customized by the user. Combined with other market analysis, can greatly improve trading results. This Indicator is a suitable tool for beginners and professional traders as one. Metta Trader 4 Indicator Version _1.0
FREE
Background color panel
Faran Ataeiraveshti
Hello again This is a free indicator that provides you with a panel at the corner of your chart to change your background. If you want to hide it, you should click on the minimize button above the buttons. Let me know what other free indicators you need! If those are easy I will make them for you ;) Many other tools are in the row. So wait and look! Hope to Enjoy it Sepehr (Faran)
FREE
Visual Range Indicator
Alexander Chertnik
"Visual Range - Spread Indicator".  This Indicator is an Essential Tool for Manual trading. it helps to avoid "off price" and "bad" entries caused by abnormally High spreads. ...................................................................................................................... At the Market Opening and News Reports - the Size of the Spread can go temporarily widely High. The Indicator shows the current Size of the Spread visually on the chart and its distance from the current pr
FREE
Всем привет. И снова, я, Вадим Сергеевич Лепехо, трейдер(частный) опыт 20 лет около. Forex в основном. Предлагаю Вам оценить, протестировать, опробовать индикатор. И дать свою оценку, заключение, РЕЗЮМЕ....)))). Итак, как он работает. Очень прост в понимании. Алгоритм такой. Индикатор на графике(chart) рисует кружки снизу сверху, разных цветов. Ждем когда появится на фоне одних красных кружков 1, 2, ну на крайняк 3 кружка зеленого цвета и + обязательно должен появится следом опять кружок красног
FREE
SalutThisVSL
Vadzim Lepekha
Всем добрый день, Это Вадим Сергеевич Лепехо. Выложил на общее обозрение очередной свой продукт(индикатор). Индикатор прост. В этом индикаторе я добавил формулу расчета точек входа. Сам индикатор я скачал в бесплатных индикаторах в mql mt4: arrows_template(шаблон стрелок). В свойствах, описании индикатора я указал имя автора. Суть индикатора рисует стрелки, знаки куда ходить, что делать и т.д...... Стратегия входа построена на пересечении двух 'машек' (MA) с разными периодами. Данный индикатор н
FREE
Magneto Line Chart
Vladimir Blednov
Идея индикатора очень проста и скорее всего пригодится тем, кто используют линейный график для технического анализа. Что-бы устранить "неровности" (-: линейного графика и был написан этот индикатор. Линия графика соединяет цены закрытия свечей, как и в классическом линейном графике, но игнорирует цены, которые шли в направлении линии и новый экстремум возникает только тогда, когда цена закрытия последней свечи явно ниже или выше предыдущего значения. Это облегчает визуальное восприятие при поиск
FREE
FFx RVI
Eric Venturi-Bloxs
5 (1)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Standard Deviation
Eric Venturi-Bloxs
5 (1)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
Growing Bands Sh
Nikolay Likhovid
3 (2)
Do you use dynamic ranges (like Bollinger Bands or Envelopes) in your trading? A fixed period is usually used for such calculations. But is such approach relevant to the very nature of the market? In fact, the price chart consists of a series of successive processes - trends and flats. In this case, we can talk about the internal development logic inside a single process only. Therefore, the nature of the market is better described by dynamic ranges designed for the processes occurring "here and
FREE
基于CCI的顺势原理,改良使其成为即可辨别趋势的反转与其发展的方向,即在趋势行情当中来识别震荡走势的顶底衰减的指标。 特征 红色、绿色立柱体部分为当前周期下的趋势多头发展或空头发展。 蓝色线条为当前周期下的当前价格走势的位置和衰减情况。 红色线段的上下轨为价格走势极值趋势,蓝色线条达到价格红色线段上方为极值超买衰减区域,蓝色线条达到价格达到红色线段下方为极值超卖衰减区域。 黄色实线的上下轨为价格走势持续方向,蓝色线条高于黄色实线为持续多头发展,下破完结。蓝色线条低于黄色实线为持续空头发展,上破完结。 右侧看板,给出的是当前走位数字提醒,同时给出了当前趋势是涨、是跌的提醒,以及给出了可入场的区域提醒。 使用 作趋势交易者建议在1H周期下使用 ; 作快进快出震荡交易者建议在5M周期下使用 ;
FREE
FxSProWPR
Sergiy Podolyak
The FxSProWPR oscillator generates signals for trend confirmation, which can also nbe used to confirm the emergence of new trends. Indicator Parameters NumberBars - the number of bars to display the indicator. Too many bars may significantly slow down the operation of the trading terminal. SignalAlert - an Alert notifying of a trend. SignalSound - sound alert to notify of a trend. The sound will be played once the histogram exceeds the level of 15. Rules to confirm position entry Green histogr
FREE
Hello, This is an easy symbol change panel. The free version only can change major pairs which are "AUDUSD, EURUSD, GBPUSD, USDCHF, USDCAD, USDJPY, NZDUSD" The full version can add your symbols. FULL version here: https://www.mql5.com/en/market/product/71176?source=Site+Market+MT4+Indicator+New+Rating005 Also, can change the TimeFrame as well. Symbols must be active on your Market Watch list. Parameters: ratio - change the size LineNumber - you can set that how many symbols are displa
FREE
CoralDash
D Armond Lee Speers
CoralDash is a simple symbol shortcut dashboard.   The Symbol List has many presets to choose from:  Market Watch Open Orders Current Chart Majors A custom list Clicking the symbol has two available actions Set the current chart symbol Filter the list of symbols shown in the dashboard based on one currency (e.g., see all EUR pairs) Click the "PAIR" cell in the header to toggle between the two available actions Click the symbol cell to apply the action For the filter, click the left side to selec
FREE
Multi Chart MT4
Tais Miranda Hoffmann
An indicator for analyzing different currency pairs simultaneously Forex is a complex market that requires several currency pairs to be analyzed simultaneously Determine the number of currency pairs yourself Determine the currency pair you want to analyze to analyze 4 of the most important and similar currency pairs at the same time. For direct and simple analysis, some currency pairs have changed (EURUSD>>>USDEUR) Do not doubt that to succeed in this market, you must analyze several currency pa
FREE
Multiple Charts Symbol Switch
Nguyen Thanh Sang
5 (4)
List of buttons to switch between symbols on multiple charts 1. Set x, y coordinates (horizontal, vertical) for list of buttons. 2. Show/hide buttons by clicking button or keypress. 3. The number of columns of the button list. 4. The color of the buttons and the color of the current symbol button. 5. The button list is separated by commas. If the list is empty, the indicator takes the list of symbols in the Market Watch. 6. Set the keypress to show and hide the list of buttons. 7. Multiple Char
FREE
Non-proprietary study of Joe Dinapoli used for trend analysis. The indicator gives trend signals when the fast line penetrates the slow line. These signals remain intact until another penetration occurs. The signal is confirmed at the close of the period. It is applicable for all timeframes.   Parameters Fast EMA: period of the fast moving average. Slow EMA: period of the slow moving average. Signal EMA: period of the signal line.                              ************************************
FREE
ZoomChart2
Sergii Krasnyi
The ZoomChart indicator works with two charts - the current chart on which it is launched and the next one. The indicator translates the second chart to the time where the first one is now. Thus, the second chart depicts the same situation on the first chart (where the indicator is launched), but on a different time-frame. In other words, this indicator serves as a magnifying glass or, on the contrary, reduces the chart to display the situation on a larger time-frame. The ZoomChar indicator au
FREE
TemplateMaker
Sergii Krasnyi
This indicator simplifies the process of creating chart templates by allowing you to save your current chart settings to a template with just one click of a button. The indicator adds a button directly to the chart that automatically saves the template with a given name and prefix, making it easy to organize and use templates. The main functions of the indicator are: Creating a template of the current chart with a single click on the button. Possibility to specify a prefix for the template na
FREE
BillWill
Iurii Tokman
BillWill   该指标基于取自书中的材料:Bill Williams。交易混乱。最大化利润的专家技术。 每个柱形顶部的指标读数是根据开盘价和收盘价相对于柱形三分之一处的位置计算的。小节分为三个部分,小节的下三分之一是三号 (3),小节的中间三分之一是二号 (2),小节的上三分之一是一号 (1)。指标读数中的第一个数字是开盘价相对于柱的三分之一的位置,第二个数字是收盘价相对于柱的三分之一的位置。 每个柱形底部的指标读数计算为柱形中间相对于前一个柱形极值的位置。 指标读数定义 1-1 开盘价和收盘价位于柱线的上三分之一 2-2 开盘价和收盘价位于柱线的中间三分之一 3-3 开盘价和收盘价位于柱线的下三分之一 3-1 开盘价在柱的下三分之一处,收盘价在柱的上三分之一处 2-1 开盘价在柱的中间三分之一,收盘价在柱的上三分之一 3-2 开盘价在柱线的下三分之一处,收盘价在柱线的中间三分之一处 1-3 开盘价在柱的上三分之一,收盘价在柱的下三分之一 2-3 开盘价在柱的中间三分之一,收盘价在柱的下三分之一 1-2 开盘价在柱的上三分之一,收盘价在柱的中间三分之一 “+”(加号)标记中间高
FREE
Bottom Background 4   该指标根据设置将某种颜色的下背景设置为当前价格。 指标设置说明: MODE - 指标的三个显示选项: Low - 显示最低价格, Open / Close - 显示开盘价或收盘价,以较低者为准, MA - 显示到移动平均线。 PeriodMA - 移动平均周期。   该指标根据设置将某种颜色的下背景设置为当前价格。 指标设置说明: MODE - 指标的三个显示选项: Low - 显示最低价格, Open / Close - 显示开盘价或收盘价,以较低者为准, MA - 显示到移动平均线。 PeriodMA - 移动平均周期。   该指标根据设置将某种颜色的下背景设置为当前价格。 指标设置说明: MODE - 指标的三个显示选项: Low - 显示最低价格, Open / Close - 显示开盘价或收盘价,以较低者为准, MA - 显示到移动平均线。 PeriodMA - 移动平均周期。
FREE
Binary Options Assistant (BOA) CHILL Signals Indicator provides signals based on Katie Tutorials Binary Options Strategy. Indicators: 3 Moving Averages & RSI Use any of the BOA Signals Indicators with the  Binary Options Assistant (BOA) Multi Currency Dashboard  so you can: Stop missing trade set-ups Stop jumping from chart to chart looking for trade set-ups Get all the signals on 1 chart All BOA Signal Indicator settings are adjustable to give you more strategy combinations. The signals can b
FREE
Shows on the chart a two moving averages histogram. It allows to send alerts to MetaTrader platform when the crossovers occurs. You can use it on any timeframe, moving averages settings can be adapted as well as the appearance and colors. The parameters for the indicator are Fast moving average period Slow moving average period Moving Average Mode Moving Average Price Alert on crossovers Histogram Bar Width Bullish Color Bearish Color
FREE
EForex Show your Trades
Veridiana Adorno Kendrick
Become a constantly profitable 5-star forex trader!  We offer a few indicators to support you understand and analyse the market! With our strategies you will improve your trading system and bacome an expert... We have indicators for trend direction, market direction and others.. for multi-time frames and that covers all majors or your favorite trading symbols! Some of them offer a customizable calculation parameters... or Graph features! See how powerful they are! The are also easy-to-use tr
FREE
AO Robex
Robert Sadamon
Everything is very simple here. I have never understood indicators without external parameters. And the Awesome Oscillator is no exception. Now you can customize this indicator to suit your needs and strategies. Reference: The Awesome Oscillator indicator shows the distance in points between two moving averages (fast and slow). The AO_Robex indicator has in its parameters a change in the period of moving averages. The default parameters are the same as in the standard indicator.
FREE
This indicator is the translated version of Kıvanç ÖZBİLGİÇ's PMAX Indicator, developed on the Matriks Data Terminal, into the MQL4 language. It is a trend-following indicator and quite successful. Its usage will be free and unlimited for a lifetime. You can click on my profile to access the MQL5 version of this indicator. You can also get your programming requests for MQL4 and MQL5 languages done at İpek Bilgisayar with an invoiced service. You can reach İpek Bilgisayar at www.ipekbilgisayar.or
FREE
SpreadFix
Oleg Shangin
This indicator collects and organizes spread data. It is an organic add-on to my news robot, ExpertNews , which can be downloaded here . You can also watch a video about news trading using the ExpertNews robot. It is available on youtube . Unfortunately, it is not possible to place the robot in the mql5.com store, because the automatic validation of ExpertNews by the mql5 service ends in failure. In reality, there are no errors in the robot. Testing fails due to the fact that the advisor is
FREE
ARR indicator is similar to ATR but it returns percent range in relation to open price of given bar. It is mostly useful for cryptocurrency symbols where ATR ranges from years ago can't be directly compare with current values. First buffer (red dotted line) represents percent range of single bar and second buffer (white solid line) represents simple average of defined number of last bars. Only one input, PERIOD relates to number of bars used for average calculation (in default equals to 14).
FREE
LyfUD指标专门 为黄金设计的趋势指标 ,也可以用于任何金融工具。用于及时反映多空力量,由U线和D线组成, 波动以0为中轴偏离运行, U线为快线D线为慢线。 LyfUD指标可以和 绝大多数策略结合使用 ,能够更加有效的把握风控。 U线和D线采用价格行为市场追踪算法,能及时反映市场方向, 可用在任意货币。 特性: 1. U线、D线在0轴上方,买入信号参考。 2. U线、D线 在0轴下方 ,卖出信号参考。 3. U线、D  线极限背离转向,行情可能出现反转。 4.  滞后性低,能及时反映趋势。 致力于结合其他指标,LyfUD和  均线、Pinbar  等搭配使用能迅速找到一些合理的关键位。 LyfUD只作为参考依据,其风险与作者无关。未经作者同意,禁止他售。
FREE
Trend easy
Wiktor Keller
1 (1)
Trend easy простой трендовый индикатор в виде гистограмы. окно индикатора разделено на две части верхняя гистограма движение в бай, нижняя гистограма движениие в сел. Кроме гистограмы, сигнал индикатора дублируется на графике стрелками. В меню индикатора имеется количество баров в истории индикатора  значения периода для определения тренда разрешение рисования стрелок на графике код и цвета стрелок алерты и отступ стрелок
FREE
PAI MkD
Mykhailo Dzyuban
Your attention is invited to the indicator Price Action Indicators. It doesn't need settings. And also it is not tied to more than one indicator, which makes it not vulnerable to different accounts or brokers. Add one setting PERIOD Regards, Mikhail Вашему вниманию предлагается индикатор Price Action Indicators. Ему не нужны настройки. А также он не привязан не к одному индикатору, что делает его не уязвимым перед разными счетами или брокерами. С Уважением Михаил 
FREE
Infometer
Wiktor Keller
Infometer индикатор для вывода информации в одном из углов - сколько пунктов  (пипсов) или в валюте депозита профита во всех отрытых ордеров данного торгового инструмента. В меню индикатора внесены такие данные 1. Угол вывода информации. 2. Цвет вывода информации. 3. вывод валюты депозита и пипсов. 4. Выбор вывода информации - профит и пункты - профит -пункты. На белом фоне автоматически информация выводится черным цветом на других фонах цвет вывода информации определяется в меню.
FREE
Triple MA Trend with alert
Mariusz Piotr Rodacki
This indicator is a histogram showing the trend based on 3 different moving averages. When all averages are set in ascending order, the indicator is green, and when in descending order, it is red. If the averages do not show a trend, the color is yellow. Additionally, each average can have different settings, such as Mode MA and Price MA. You can also set an alert and receive notifications on your phone. To enable the alert and push notification, you need to activate them first in the MT4 settin
FREE
T3IndiSlow
Ridwan Kureemun
Supporting file (1 of 2) for T3 Cloud MA Trend indicator derived from T3 moving averages. The cloud is bounded by a fast T3 and slow T3 lines. Buying/Selling opportunities above/below cloud. The fast and slow T3 MA lines can also be used as dynamic support/resistance for more aggressive entries. Use default values for best settings. The number of look back bars is user defined. This indicator can be used in combination with other strategies such as price action. Suitable for all time frames. Pr
FREE
FFx Bulls Power
Eric Venturi-Bloxs
3.67 (3)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
LevelsPivotMt4
Andrey Spiridonov
The LevelsPivotMT4 plots the pivot points and forms the support and resistance levels. The indicator does not repaint. Default colors Yellow - pivot point. Green - resistance levels R1, R2, R3. Red - support levels S1, S2, S3. Installed similar to any standard indicator. Analysis rules Trade the rebound from support or resistance lines. Accordingly, the target is the central line (the pivot point, yellow by default).
FREE
DailyTrueRange
Liu Chun Xiao
【最低10%】 统计过往100天蜡烛图的波幅并进行排序,最低10%的波幅以点数显示。 【日均波幅】 统计过往100天蜡烛图的平均波幅,并以点数显示。 【最高10%】 统计过往100天蜡烛图的波幅并进行排序,最高10%的波幅以点数显示。 【今日】 今日波幅以点数统计,箭头的位置是今日波幅相对于历史总体波幅的位置。越靠近左侧说明今日波幅越小,越有侧说明波幅越大。 波幅指标最适合用来审视当日距今为止波幅的大小,使用方法如下: 若今日时间尚早而且今日波幅尚较低,说明今日可能行情尚未启动,还有入场机会。 若今日时间尚早但今日波幅已经超过80%,说明今日趋势行情可能已经结束,接下的行情可能反弹。 若今日时间较晚,而且今日波幅已经超过60%,说明今日行情可能已经走完。 当日的止盈点位+当日已完成波幅最好不超过最高10%的波动点数。 当日的止损点位+当日已完成波幅最好超过最高10%的波动点数。 当然该指标是基于过往的100日数据进行统计,并不代表接下来今日的波幅一定不会创新低或者创新高,其作用是给日内交易者的入场时机和日内交易空间提出判断依据。 更多细节请看 http://www.sygdpx.co
FREE
Gravity Force
Salman A A A T Bakhash
Description: This indicator measures how far the price is away from Moving Average or multiple Moving Averages  (from Lowest MA Period to Highest MA Period). also you can apply  weighted factor that  increase / decrease from  lowest  MA to  highest  MA period. Inputs: Lowest MA Period Highest MA Period Weighted factor for Lowest MA Period Weighted factor for Highest MA Period MAs method MAs applied price ATR Period 1st band factor 2nd band factor 3rd band factor indicator Applied price
FREE
Индикатор сглаженных Bollinger Bands (xBB) Входные параметры: xBB Period - период усреднения xBB Price - используемая цена ( 0 - CLOSE | 1 - OPEN | 2 - HIGH | 3 - LOW | 4 - MEDIAN | 5 - TYPICAL | 6 - WEIGHTED) xBB Deviation - отклонение xBBColor - цвет индикаторных линий xBB Width - толщина индикаторных линиц Принцип работы Индикатор перерассчитывает стандартный технический индикатор Bollinger Bands (дважды усредняет получаемые значения iBands). Период усреднения индикатора соответствует двой
FREE
Starting Points
Muhammed Emin Ugur
The Starting Points indicator for MetaTrader 4 is a technical analysis tool that shows the monthly, weekly, and daily starting points, as well as the 1000-point and 500-point levels, in the forex market. The indicator is displayed as a series of horizontal lines that represent the starting points and levels. Benefits of Using the Starting Points Indicator Identify potential trend changes:   The Starting Points indicator can help traders identify potential trend changes by highlighting areas wher
FREE
Индикатор сглаженного MACD (xMACD) Входные параметры: Fast EMA Period - период быстрой EMA Slow EMA Period   - период медленной EMA Signal SMA Period   - период сигнальной SMA Applied Price - тип цены (0 - CLOSE | 1 - OPEN | 2 - HIGH | 3 - LOW | 4 - MEDIAN | 5 - TYPICAL | 6 - WEIGHTED) Принцип работы Индикатор перерассчитывает стандартный технический индикатор MACD (дважды усредняет получаемые значения). Индикаторный буфер не перерисовывается.
FREE

MetaTrader市场是您可以下载免费模拟自动交易,用历史数据进行测试和优化的唯一商店。

阅读应用程序的概述和其他客户的评论,直接下载程序到您的程序端并且在购买之前测试一个自动交易。只有在MetaTrader市场可以完全免费测试应用程序。