ATR Moving Average MT4

4

ATR Moving Average draws a moving average of the standard Average True Range( ATR ) in the same window.


Settings

Name Description
ATR period
Set Price period for ATR calculation 
ATR level Set ATR value for thresholding( only whole number, ignore leading zeros e.g. 0.00089 = 89 )
MA Period Set moving Average Period
MA Method Set moving average method( Simple, Exponential, Smoothed and Linear Weighted )
MA Shift
Set moving average shift
Enable Alerts ? Generate Alert when ATR Crosses Moving Average
Enable Icons ? Show Alert Icons


Example Use 


Volatility Filter

The ATR is a technical analysis indicator that measures market volatility by decomposing the entire range of an asset price for that period. Higher ATR values means higher market volatility.

By thresholding these values, we can create a filter that shows when the market is volatile.


Method 1 : 

a. Identify a region on chart where the market is less volatile( price is moving slowly or sideways ).

b. Check the ATR value e.g 0.00089

c. Set the ATR level to the whole number starting on right, ignore leading zeros e.g 0.00089 = 89


Every time the ATR value is above the threshold then the price movement must be more volatile than the region we started with in a. 

The points where the ATR crosses the level can be used to generate signals.

This method is useful if you want to filter volatility when you have specific ATR values.


Method 2:

a. Identify a region on the chart where the market is volatile( price is increasing or decreasing rapidly ). 

b. Identify the number of candles( period ) in the region e.g. 5

c. Set ATR MA Period to this number and ATR Period to a higher number e.g 10


Every time the moving average( ATR MA ) is above the ATR the market is volatile for the given period.

The points where the ATR and MA cross can be used to generate signals.

This method is useful if you want to filter volatility without specific ATR values.


//---

For MT5: ATR Moving Average

//---

Enjoy

评分 3
akeks-
84
akeks- 2024.10.07 15:35 
 

Полезный индикатор.

推荐产品
MACD in MA
Nikolaos Pantzos
iMACD in iMA is indicator to change color in iMA if iMACD is upper of zero (up trend) or lower of zero (down trend). It is a useful tool to track when the upside and the downside iMACD on iMA. You can to get source code from here . Parameters MA_Periods — Period for iMA. MA_Method — Method for iMA. MACD_FastEMA — Fast EMA for MACD. MACD_SlowEMA — Slow EMA for MACD. MACD_SignalSMA — SMA signal for MACD. MACD_ApliedPrice — Price used for MACD. BarsCount — How many bars will show the line. Revers
FREE
Trend MA Candles
Claus Dietrich
4.14 (7)
COLORED TREND MA / MACD CANDLES draw MA Candles above/below Moving Average in a single color draw MA as a leading Line like a Supertrend draw MA as a Channel => MA High and Low draw MACD Candles above and below 0 and Signal-Line Your  Advantage: a simple view of the trend direction a simple view over the higher trend direction a calmer chart for the eye clear rules can be defined Settings: Bars to process : 6000 is my default, this value is up to you Value Quick-Set : pre-Settings MACD 12 / 26
FREE
Turtle ATR
Yupeng Xiao
根据海龟交易法则对MT4自带的ATR指标进行了修改。ATR指标可以作为设置止损或止盈距离的参考,判断当日的波动情况(同理也可应用于其他周期)。 计算方法 当前K线的真实波动幅度 TR = MAX(H-L, H-PDC, PDC-L) 其中: H=当前K线最高价 L=当前K线最低价 PDC=前一根K线收盘价 海龟交易法则中ATR的计算公式如下: ATR = ((period-1)*PDN+TR)/period 其中: PDN=前一根K线的ATR值 TR=当前K线的真实波动幅度 由于公式中需要前一根K线的ATR值,因此,在首次计算ATR的时候不能用这个公式,只能计算真实波动幅度的简单平均值。 参数 ATR Period - 设置指标的计算周期,默认周期为14。
FREE
CCFp for MT4 Free
Norio Takahashi
5 (3)
CCFp (Complex_Common_Frames percent) is a measure of currency strength. Shows the total rate of change of “short-term moving average” and “long-term moving average” for each currency. Supports eight major currencies: USD, EUR, JPY, CHF, GBP, AUD, CAD and NZD. 1). Displays the currency name at the right end of the graph. 2). You can change the display color of each currency. 3). Moving average smoothing type (ENUM_MA_METHOD) can be selected. 4). Price constant (ENUM_APPLIED_PRICE) can be c
FREE
SpectorMA
Sergii Krasnyi
5 (1)
We present you an indicator that not only improves the visual aspect of the chart, but also gives it a lively, dynamic character. Our indicator is a combination of one or more Moving Average (MA) indicators, which constantly change their color, creating an interesting and colorful look. This product is a graphical solution, so it is difficult to describe what it does in text, it is easier to see by downloading it, besides the product is free. This indicator is suitable for bloggers who want to
FREE
Free automatic fibonacci
Tonny Obare
4.68 (50)
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
======================================================== GOLD WAVE LEVELS (ELLIOTT-ALIGNED) - MQL5/MT4 MARKET DESCRIPTION (formatting: **bold** = Bold button; lines with • = bullet list; UPPERCASE = heading) ======================================================== OVERVIEW ------------------------------------------------------- **Gold Wave Levels** draws a tested wave backbone for gold and validates signals against **Elliott theory hard-rules**, with higher-timeframe context and per-timeframe
FREE
MASi Impulse System
Aleksey Terentev
5 (1)
The implementation of the impulse system described by Dr. Alexander Elder. The indicator colors the bars according to the following pattern: Moving average and MACD histogram increase - green bar, it is forbidden to sell; Moving average and MACD histogram have different directions - blue bar, the ban is removed; Moving average and MACD histogram decrease - red bar, it is forbidden to buy. Indicator Parameters EMA - period of the indicator's moving average MACD Fast - period of the fast moving a
FREE
SuperTrend V
Muhammad Hassaan
*This is TradingView indicator converted to mql4* The SuperTrend V indicator is a popular technical analysis tool used to identify trends and potential trend reversals in financial markets. It is based on the concept of the SuperTrend indicator but incorporates additional features and variations. The SuperTrend V indicator uses a combination of price action and volatility to determine the trend direction and generate trading signals. Here are the key components and features of the indicator: Ca
FREE
Plot results
Vladimir Tkach
4 (4)
The indicator displays on a chart trading results. You can configure the color and font of displayed results, as well as filter trades based on the magic number. If multiple trades were closed within one bar of the current timeframe, the result is summed and output in one value. Utility parameters Plot profit in - the format of output results: wither in deposit currency taking onto account commission and swap, or in points. Start from - start processing data at the specified time. Plot last dea
FREE
Follow The Line
Oliver Gideon Amofa Appiah
3.94 (16)
FOLLOW THE LINE GET THE FULL VERSION HERE: https://www.mql5.com/en/market/product/36024 This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL.  It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more
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
A simple crosshair indicator for MT4. Main features Displays crosshair guidelines (price/time) that follow your mouse cursor, allowing you to check chart information intuitively. Designed to minimize calculations, so it runs lightweight and has minimal impact on chart performance. When the mouse cursor leaves the chart area, the crosshair automatically disappears, so unnecessary lines won’t remain on the chart. Recommended for Those who want to improve the efficiency of top-down analysis and ov
FREE
Step RSI AM
Andrii Matviievskyi
5 (2)
所呈现的指标是基于经典技术分析指标 RSI 的原创开发。 为了平滑指标值的急剧波动,我们使用了一个过滤器来消除微弱的变化,并将交易者的注意力集中在值的剧烈波动上。 指标不会在形成的条形上重新绘制。 为了提高该指标的有效性,应将其与识别趋势方向以及支撑/阻力位的指标结合使用。 指标信号在指标直方图与指标信号线相交的点处给出。 当价格突破发出信号的柱状图的最大值/最小值时,即确认信号。 该指标允许向移动终端和电子邮件发送信号通知。 可配置参数: Style  - 指标信号的风格(指标的主要信号是振荡器穿过信号线或振荡器穿过零线; Number_of_bars_calculated - 计算并显示指标的条数; RSI_Price - 用于计算指标的价格; RSI_Period - 指标周期; Shift_Signal_Line - 信号线相对于指标的平移; Method_Signal_Line - 平滑信号线的方法; Period_Signal_Line - 信号线的平滑周期; M_Signal_on_Chart - 在价格图表上显示主要信号; A_Signal_on_Chart - 在价格
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
Trend Quorum MT4
Kestutis Balciunas
Trend Quorum   是一款自适应趋势跟踪指标,将动态SuperTrend引擎与专有趋势质量指数(TQI)及3个可选汇聚过滤器相结合。只有当足够多的独立因素"投票"达成一致时,信号才会触发——就像一个法定人数。 查看 MT5 版本:  Trend Quorum MT5 查看更多产品:   全部产 品 欢迎访问我的主页查看实盘案例和新工具,并发送好友申请以及时获取最新更新! 工作原理 自适应 SuperTrend 引擎 与使用固定ATR乘数的标准SuperTrend指标不同,Trend Quorum使用趋势质量指数(TQI)实时动态调节通道宽度。TQI是一个0到1的连续评分,由四个加权因素计算得出: 效率比率   — 衡量方向性运动的纯粹度(价格运动中方向性成分与噪音成分的比例) 波动率机制   — 检测波动率扩张或收缩的市场状态 价格结构   — 价格在近期高低点范围内的位置 动量持续性   — 与整体方向保持一致的K线占比百分比 当趋势质量较高时,通道收窄以更早捕捉行情。当质量下降时,通道扩宽以避免震荡市场中的虚假信号。非对称通道逻辑进一步增强了这一效果:活跃侧(趋势方向一侧
FREE
Calculator of Lot Size
Mihails Babuskins
4.52 (23)
Calculation of Lot Size for many traders is a big challenge. A case that is very important in money management. What many traders ignore. Choosing an appropriate Lot Size in trades can improve results and it will ultimately lead to success. This indicator calculates the authorized Lot Size for your trades. The indicator uses the following values to get the appropriate Lot Size for positioning: The distance of Stop Loss. The Pip Value. The amount of Risk Allowed For Each Trade. The amoun
FREE
Smart RSI MT4
Mostafa Saad Saeed Shawara
产品标题 Smart RSI (MT4) – SmartView 系列的一部分 简短描述 具有独特用户体验的 RSI 指标,在 MetaTrader 平台上提供。提供以前不可用的高级功能,例如双击打开设置、隐藏和显示指标而无需删除它们,以及以全图表大小显示指标窗口。设计用于与 SmartView 指标系列的其余部分无缝协作。 概述 SmartView 系列通过创新功能为 MetaTrader 平台上的指标提供独特且与众不同的用户体验,使指标管理更快、更轻松。每个指标都配备了图表上的智能控制面板,显示基本信息并提供对所有重要功能的快速访问。 以前不可用的独特功能 SmartView 系列提供使指标工作更简单、更快速的高级功能: 双击打开设置: 无需在指标列表中搜索,双击面板上的指标名称即可直接打开设置窗口。 隐藏和显示指标: 一键隐藏和显示指标,无需从指标列表中删除和重新添加它们。 以全图表大小显示指标窗口: 在子窗口中,您可以最大化指标窗口以全图表大小显示,并临时隐藏其他窗口。 折叠和展开子窗口: 折叠子窗口以减少其高度并节省屏幕空间,然后在需要时将其展开回全尺寸。 重新排列子窗口:
FREE
A ratio between 0 and 1 with the higher values representing a more efficient or trending market,  It is used in the calculation of Perry J. Kaufman Adaptive Moving Average (KAMA), dividing the price change over a period by the absolute sum of the price movements that occurred to achieve that change. The Fractal Efficiency or also known as Efficiency Ratio was first published by Perry J. Kaufman in his book ‘Smarter Trading‘. This is mostly considered a filter for volatile markets none the less
FREE
Didta
Mykhailo Zakervashevych
5 (1)
Indicator Description: DISH X Imbalance (DIDTA/DIDFA) 1. Overview The   DISH X Imbalance   indicator is a sophisticated volume-based technical analysis tool for MetaTrader 4 that analyzes market order flow imbalance to identify potential trend reversals and fair value deviations. The indicator calculates two core values:   DIDTA (Daily Imbalance Delta)   and   DIDFA (Daily Imbalance Delta Fair Value) , providing traders with insights into buying/selling pressure and market valuation. 2. Core Com
FREE
Traditional MACD MT4
Daniel Lewis
4.59 (56)
MetaTrader 4/5 中的 MACD 指标看上去与其它许多图表软件里的 MACD 不同。这是因为 MetaTrader 4/5 版本的 MACD 显示 MACD 曲线作为直方图,而传统上显示为曲线。此外,MetaTrader 4/5 版本使用 SMA 计算信号线,而根据 MACD 的定义,它应该使用 EMA。MetaTrader 4/5 版本也不计算实际的 MACD 直方图 (即 MACD 与信号线之间的差异)。这可能对那些 MetaTrader 4/5 的新手带来困惑,因为将 MACD 线显示为直方图,而未提供实际的 MACD 直方图。 这款指标按照其创造者 (Gerald Appel) 的定义显示 MACD,如同其它图表软件里显示的那样。而 MACD 线的计算采用 "快速" EMA 和 "慢速" EMA 之间的差异。信号线是 MACD 线的 EMA。MACD 直方图是MACD 和信号线之间的差异 (MACD 直方图可自行作为可靠的用作背离信号)。 True/False 启用开关,您可以显示/隐藏 MACD/信号线,以及 MACD 直方图。
FREE
Strength Scalper Pro
Jose Ramon Miranda Ramos
3 (1)
PLEASE TAKE NOTICE: This indicator is in current development. final version will be free. This is a simple indicator that uses 3 timeframes in its formula to create Possible buy and sell signals. This indicator is optimized for the M1 timeframe Only. It has 2 types of Alerts: Push Notifications Audio Alerts UPDATES: 3/19/24: Still testing the final code Troubleshooting: When loading the indicator, if you don't see the arrows on the current chart that means that MT4 has not loaded all the high
FREE
Indicator to be placed in the same folder as Dash to activate the alert filter with Heiken Aish. After downloading the indicator, copy it to the same folder so Dash can read the indicator. It is not necessary to insert it into the chart, this is only for Dash to search for signals and inform the direction of buying and selling of the Indicator. Check if the indicator's path is correct within Dash.
FREE
FFx Williams Percent Range
Eric Venturi-Bloxs
4 (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 ADX
Eric Venturi-Bloxs
2.5 (2)
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
Forex Market Profile and Vwap
Lorentzos Roussos
4.86 (7)
外汇市场概况(简称FMP) 这不是什么: FMP 不是经典的字母编码 TPO 显示,不显示整体图表数据配置文件计算,并且不将图表分段并计算它们。 它能做什么 : 最重要的是,FMP 指示器将处理位于用户定义频谱左边缘和用户定义频谱右边缘之间的数据。 用户只需用鼠标拉动指示器的每一端即可定义频谱。 当指标右边缘被拉到实时柱并进一步(到未来)时,指标被认为是“实时的”(它会更新新柱) 该指标将一个“锚点”对象放在它所附加的图表上,然后将该锚点与硬盘驱动器上的文件相关联。 这允许您在图表上运行一个持续的 FMP,您的设置在重新启动时持续存在,直到图表 - 或指标 - 关闭。 FMP 指标可以在一个图表上运行多个自身实例,并且您可以命名它们。(名称在指标数据中显示为半透明,以便您能够区分它们) 指标的数据窗口被快速切换控件包围,当它们的状态发生变化时,这些控件会更新该图表的指标设置的“内存”。 左手柄、右手柄和数据窗口的显示可以自定义。您可以从 13 种不同的样式组合中进行选择,或者选择每个部分的单独样式(从 13 种中选择)。 您可以选择显示与光谱左侧对齐、在中间对称居中、与光谱右侧
FREE
Magnet Price
Ramiz Mavludov
5 (1)
磁性价格发现指标,即价格倾向于回归的平均价格。 针对XAUUSD H1优化。它有3条线,中间线是需要重点关注的价格。 根据历史数据,在默认设置下,价格回归到平均价格的成功率超过92%;在其他情况下,默认设置的止损会被触发。 入场点和入场时间大致在新的一天开始时,为方便起见,新一天的第一根K线会根据其开盘价是低于还是高于磁力线而用箭头标记。 该指标适用于日内单次入场的交易策略,重点关注价格回归,也适用于网格策略。 可用设置: Candles:用于精细调整的K线数量。建议使用12-24-48的值或保持默认设置。 ATR设置:用于根据您的策略精细调整止损。 ShowLabels:显示线条右侧的标记文本。 LabelOffsetBars:文本缩进。 ArrowOffset_Multiplier:箭头缩进。
FREE
Multi TF MA Levels
Luke Anthony Caras
Multi-TF MA Levels plots a single moving average across multiple timeframes directly on your chart, giving you instant context at every level of the market. No switching charts. No mental maths. Just clean, flat lines showing exactly where the MA sits on M15, M30, H1, H4 and D1 — all updated on confirmed bar close so there is no repainting. Features Plots the local timeframe MA plus up to 5 higher timeframe MAs simultaneously HTF lines only update on confirmed bar close — no repainting Higher ti
FREE
FFx DeMarker
Eric Venturi-Bloxs
5 (2)
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
Enhanced Volume Profile: The Ultimate Order Flow & Liquidity Analysis Tool Overview Enhanced Volume Profile   is an indicator for MetaTrader 5 that displays the traded volume at specific price levels over a defined period. It separates the total volume into buy and sell components, presenting them as a side-by-side histogram on the chart. This allows users to observe the volume distribution and the proportion of buy and sell volumes at each price level. Graphics Rendering The indicator uses t
FREE
该产品的买家也购买
SR Liquidity
Oleg Rodin
5 (2)
SR Liquidity 是一款旨在揭示市场流动性高度集中且价格反应最剧烈的隐蔽区域的交易指标。这些特殊的流动性区域充当着强有力的支撑位与阻力位,为您清晰呈现市场最可能发生反转的位置。 SR Liquidity 指标并非简单地绘制常规的支撑/阻力线,而是通过分析实际的价格行为,识别买卖压力积聚的区域。这些区域实际上是推动市场真实波动的流动性池。通过在图表上直观呈现这些区域,该指标能助您在价格反应发生前预判走势——这意味着它实际上能够预测价格方向可能发生的变化。它将原始的价格行为转化为清晰且具实操价值的市场蓝图,标示出那些可能成为市场转折点的关键价位。 该指标适用于任何交易品种和时间周期——包括外汇、指数、金属、加密货币等。支持任意时间周期。 购买后请联系我,以获取交易指南及免费赠送的优质附加指标!
Trend SniperX MT4
Sarvarbek Abduvoxobov
5 (2)
Trend Sniper X 是一款用于 MetaTrader 5 的多周期趋势追踪指标,旨在帮助交易者清晰、精准地识别趋势方向及潜在的反转点。 适用于 MT5: https://www.mql5.com/en/market/product/181101 价格信息: 当前价格为促销价,随着后续更新和新功能的推出,价格可能会发生变动。 Code2Profit 频道 通过多周期分析掌控市场! 如何使用 Trend Sniper X 最大化胜率:关键规则与交易时段技巧 技术规格 交易平台 MetaTrader 5 指标类型 多周期趋势指标 运行时间周期 任意图表周期,支持独立选择更高周期(M1–MN1) 主要交易品种 外汇、黄金 (XAUUSD) 及其他 CFD 差价合约 推荐账户 任何账户类型 可视化呈现 彩色趋势 K 线(买入/卖出/弱势/转变)+ 买入/卖出信号箭头 附加模块 市场交易时段框(悉尼、东京、伦敦、纽约) 核心功能 多周期趋势分析: 将更高周期的趋势方向直接投影到当前图表上,提供清晰的宏观视角。 弱势/不确定 K 线检测: 高亮显示趋势状况不明确的 K 线,帮助交易者远离震
M1 Sniper
Oleg Rodin
4.97 (29)
M1 SNIPER 是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
Neuro Poseidon MT4
Daria Rezueva
4.74 (46)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for all
DayTrader PRO MT4
Davit Beridze
4.43 (7)
DayTrader PRO MT5:  https://www.mql5.com/en/market/product/186222 DayTrader PRO 是一款先进的交易指标,它结合了约翰·埃勒斯 (John Ehlers) 的 Laguerre 滤波器与强大的自动优化引擎。该指标不依赖固定的参数,而是根据最新的市场状况自动搜寻最佳设置,帮助您在无需手动调整的情况下适应不断变化的市场波动。 该指标可生成清晰的买入 (BUY) 和卖出 (SELL) 信号,并提供根据当前市场波动率计算得出的自适应止损 (Stop Loss) 和止盈 (Take Profit) 水平。内置的趋势、效率系数 (Efficiency Ratio)、波动率和蜡烛图过滤功能,有助于剔除低质量的交易设置,从而提高信号的准确性。 实时性能面板会显示当前已优化的设置、利润因子 (Profit Factor)、胜率 (Win Rate)、回撤 (Drawdown) 以及其他交易统计数据。DayTrader PRO 还支持弹出窗口、推送、邮件和声音提醒,确保您不会错过任何交易机会。 主要功能 全自动参数优化 自适应买入
PZ Trend Trading
PZ TRADING SLU
4.8 (5)
许多盈利交易者不仅知道如何识别市场趋势,而且也能把握趋势建立后的交易机会。 Pz 趋势交易 指标设计用来在趋势行情中尽可能的赚取利润。 已建立的趋势提供了一揽子交易机会,但大多数趋势交易指标完全忽视了它们,让交易者在趋势行情时完全不知道该如何做!一般趋势指标只通知有关的趋势变化,但根本不足以得到卓越的回报. Pz 趋势交易 指标比一般趋势指标显示多达 20 倍的交易 , 因为它注重所谓的市场时机。它不仅显示当前的市场趋势,也有回调,内柱线的突破和调整。它令您在趋势回调之后介入,安全的柱线内突破金字塔加仓,以及发现潜在的反转,和已知的调整。 趋势改变 一个趋势改变在市场方向变化时发生。趋势变化在图表上用带数字的彩色圆圈显示。蓝色 (1) 信号为上涨开始, 而红色 (1) 信号为下跌开始。趋势变化并非评估当前价格动作的结果, 它意味着交易设置是不定时地。如果您正确使用本指标, 在趋势变化时, 您将将已经入场 (参看下面的调整)。 回调 但凡趋势在运动中,行情上下抖动,盈利者收割利润,且其它参与者入场。趋势回调代表好的买入机会,通常是由主力获利离场导致。如果行情在回调后回归上行, 指标将
Quantum Breakout Indicator PRO
Bogdan Ion Puscasu
4.96 (26)
介绍     Quantum Breakout PRO   ,突破性的 MQL5 指标,正在改变您交易突破区域的方式!   Quantum Breakout PRO 由拥有超过 13 年交易经验的经验丰富的交易者团队开发,旨在通过其创新和动态的突破区域策略将您的交易之旅推向新的高度。 量子突破指标将为您提供带有 5 个利润目标区域的突破区域的信号箭头,以及基于突破框的止损建议。 它既适合新手交易者,也适合专业交易者。 量子 EA 通道:       点击这里 MT5版本:   点击这里 重要的!购买后请私信我领取安装手册。 建议: 时间范围:M15 货币对:GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD 账户类型:ECN、Raw 或 Razor,点差极低 经纪商时间:GMT +3 经纪商:IC Markets、Pepperstone with Raw 和 Razor 的点差最低 规格: 不重漆! 最多 5 个建议利润目标区域 建议止损水平 可定制的盒子。您可以设置自己的 Box Time Start 和 Box Time End。 接触 如果您
Currency Strength Exotics
Bernhard Schweigert
4.88 (33)
目前8折优惠! 对任何新手或专家交易者来说都是最好的解决方案! 这个指标是专门用来显示任何符号的货币强度,如异国货币对、商品、指数或期货。它是同类产品中的第一个,任何符号都可以添加到第9行,以显示黄金、白银、石油、DAX、US30、MXN、TRY、CNH等的真实货币强度。这是一个独特的、高质量的、负担得起的交易工具,因为我们已经纳入了一些专有的功能和一个新的公式。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点? 用户手册:点击这里   https://www.mql5.com/en/blogs/post/708876 它适用于所有时间框架。你将很快能够看到TREND! 根据新的基础算法设计,它使识别和确认潜在交易变得更加容易。这是因为它以图形方式显示了8种主要货币和一种符号的强弱。 该指标显示了8种主要货币(澳元加元瑞士法郎欧元英镑日元新西兰美元)的强弱线,再加上一个符号! 该指标显示了符号的真实价值。例如:对于XAUUSD(黄金):价格以美元报价。如果黄金在上涨,你怎么能知道是黄金的强势还是美元的弱势?只有当黄金走强时,我们才会进行交易。该指
Smart Trend Trading System
Issam Kassas
4.8 (10)
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Smart Trend Trading System 目前价格为 $99 。 接下来的 30 次购买 后,价格将上涨至 $199 。 特别优惠: 购买 Smart Trend Trading System 后,请发送私信给我,即可免费领取 Smart Universal EA ,并将您的 Smart Trend 信号转换为自动交易。 Smart Trend Trading System 是一套完整的交易系统,具备不重绘、不回绘、不延迟的特点,专为希望获得更清晰信号、更准确趋势方向以及更有组织交易方式的交易者打造。 Online course , manual and [download presets] . 它将 10 多种交易工具 整合到一个系统中,包括趋势检测、反转区域、Smart Cloud、移动止损逻辑、支撑与阻力、K线着色、提醒以及多周期分析。 该系统旨在帮助您应对不同的市场环境: 趋势市场: 识别主要趋势,发现回调,跟随动能,并通过止损指导和移动止损选项寻找更清晰的入场机会。
Gann Made Easy
Oleg Rodin
4.84 (172)
Gann Made Easy 是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,即可免费获得交易指导和超棒的额外指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
I have been trading for some time now and always find it a difficulty remembering the timing of the various market opening hours at the other part of the world (especially, when it comes to daylight saving), but could not find any decent indicator online that could help. And it is for this reason that gives birth to this indicator, which I have spent much time, effort and thinking. As many already know that opening of a certain marketplace, depending on which currency pair, has an impact on the
PZ Turning Points MT4
PZ TRADING SLU
1 (1)
该指标检查不同时期分形的价格结构,以确定市场中可能的反转点,从而为已经具有基本或技术估值模型的仓位交易者提供时机。与它的弟弟 Reversal Fractals不同 ,该指标不会因为所选时期而错过反转,并且会以之字形方式找到反转分形,而忽略那些没有足够动量来引发持续价格波动的反转。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 转折点可以开始长期趋势 指示器不重涂 它实现了各种警报 可自定义的颜色和尺寸 该指示符是无功或滞后信号,因为分形是奇数个条形的地层,是中间地带中最高或最低的条形,并且指示符在分形中的所有条形都闭合时绘制。但是,具有预先设定的方向偏差的交易者会发现该指标非常有用,可以提早进入切入点。 该指标既不是下探信号指标,也不是完整的交易系统。请不要这样评价或审查它。 输入参数 最小分形数:分形上的最小条形数。必须为奇数,例如3、5、7、9、11、13,... 最大分形:分形上的最大条形数量。必须为奇数,例如3、5、7、9、11、13 ... 最大历史柱数:指标加载时评估的过去柱数。 颜色:自定义箭头和线条的颜色和大小。 警报:启用或禁用各
Neo Wave PRO
Nikolay Raykov
5 (1)
Price & Time Market Structure Indicator A professional market structure tool that analyzes waves through both price and time — not price alone. Main Description NeoWave PRO is a professional market structure indicator for MetaTrader 4 designed for traders who want to move beyond traditional one-dimensional wave tools such as ZigZag, swing indicators, and basic high/low systems. Most wave indicators analyze only one thing: Price. But a real market wave is not only a price movement. A true wave de
Zoryk Gold mt4
Reda El Koutbane
5 (1)
折扣将在 24 小时后结束——下一价格为 69 美元 联系我获取推荐设置 首发名额有限 ZORYK — MetaTrader 4 专业 XAUUSD 黄金信号与交易计划系统 你一定经历过这种感觉。 你花时间分析黄金,等待入场,终于打开交易后,价格却立即向相反方向移动。你过早平仓,移动止损,或者因为犹豫几秒而错过机会。随后市场在没有你的情况下,准确到达你最初预期的目标。 问题并不总是方向错误。 真正的问题是不确定性。 你不知道真正的入场位置在哪里,不知道交易逻辑在什么位置失效,也不知道应该先保护较小的利润,还是继续等待更大的行情。你甚至不知道当前信号是否足够强,还是自己只是在勉强寻找一笔交易。 黄金移动速度非常快。没有明确计划的正确判断,也可能在几秒钟内变成错误决定。 ZORYK 正是为了解决这个问题而开发。 什么是 ZORYK ZORYK 是一套专门为 MetaTrader 4 和 XAUUSD M5 周期开发的完整黄金信号与交易计划系统。 它不是一个只显示 BUY 或 SELL 箭头,然后让你独自处理所有后续决定的普通指标。 每个确认信号都可以在图表上显示
Apollo SR Master
Oleg Rodin
5 (3)
Apollo SR Master 是一款支撑/阻力指标,其特殊功能使利用支撑/阻力区域进行交易更加便捷可靠。该指标通过检测局部价格顶部和底部,实时计算支撑/阻力区域,没有任何时间延迟。为了确认新形成的支撑/阻力区域,该指标会显示特殊信号,表明该支撑/阻力区域可以作为实际的卖出或买入信号。在这种情况下,支撑/阻力区域的强度会增强,因此从该区域进行交易的成功率也会更高。这正是该指标的核心理念。 SR区域也使止损和止盈的操作更加便捷。根据信号方向,可以将SR区域上方或下方的空间用作止损位。此外,相对的SR区域也可以用作潜在的止盈区域。 我还免费向所有 Apollo SR Master 指标的用户提供我的“Apollo 价格行为系统”指标。这两个指标结合使用将帮助您找到更好的入场点。 购买后请联系我,即可免费获得交易指导和超棒的额外指标!
RFI levels PRO
Roman Podpora
5 (1)
RFI LEVELS PRO 可识别反转结构以及关键的价格回归区域,这些区域可能出现大型市场参与者的活跃行为。 指标可以帮助您识别新趋势的形成、寻找潜在入场点,并提前控制风险和利润目标。 MT5 版本   —   与 TREND LINES PRO 配合使用时,可充分发挥指标的功能。 指标显示内容: 在新趋势开始阶段激活的反转结构和反转水平。 沿已识别趋势方向的潜在入场点。 可视化的 TAKE PROFIT 和 STOP LOSS 水平。 基础最低风险收益比为 RR 1:2 。 随着行情发展,Stop Loss 可根据智能逻辑进行动态调整。 趋势分析 RFI LEVELS PRO 可以根据以下两个指标的数据生成反转结构: TREND LINES PRO — 用于识别全局趋势反转。 TREND PRO — 用于识别更快速的趋势反转。 SCANNER 扫描器 内置扫描器实时运行,可帮助快速发现当前活跃的交易机会。 多时间周期品种过滤。 搜索当前激活的反转结构。 显示 LOGIC AI 信号触发后的结果。 显示当日信号已产生盈利的交易品种列表 — RB 按钮。 支持交易终端提醒。 支持向移动
目前八折优惠! 对任何新手或专家交易者来说都是最好的解决方案! 这个仪表板软件适用于28种货币对。它基于我们的两个主要指标(高级货币强度28和高级货币冲动)。它对整个外汇市场提供了一个伟大的概述。它显示高级货币强度值,货币运动速度和28个外汇对在所有(9)时间段的信号。想象一下,当你可以使用图表上的单一指标观察整个市场,以确定趋势和或剥头皮的机会时,你的交易将得到改善 我们已经在这个指标中建立了一些功能,使你更容易识别强势和弱势货币,同时识别和确认潜在的交易。该指标以图形方式显示货币的强势或弱势是增加还是减少,以及它在所有时间段的表现。 增加的新功能是动态市场斐波那契水平,它适应当前的市场条件变化,这是一个已经在我们的高级货币强度28和高级货币冲动指标中使用的成熟的加分项。 在交易时,总是将弱势货币和强势货币配对,这个新指标将帮助你做到这一点。 用户手册:点击这里  https://www.mql5.com/en/blogs/post/708783 特点  显示每个时间段的ACS28和GAP-speed(冲动)的货币强度值。 列:颜色代码以7种颜色显示货币强度:强势
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
现在优惠 30%! 任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供需
KURAMA GOLD SIGNAL PRO(MT4)— 7层过滤 · 自动止盈止损 · 质量评分 · 信号历史保存 | 完整的XAUUSD交易系统 实时不重绘。信号出现的瞬间,箭头、入场、止盈、止损当场锁定,之后绝不移动。你交易的就是这个实时信号。而且在v7.20中,每一个真正发出的信号都会自动保存,并在重启后精确还原。 购买者专属赠品 购买永久授权,即可免费获得 AI Zone Radar(价值$59)+ 完整PDF手册。在产品价格之外,额外附赠价值$59的赠品。购买后在MQL5上给我留言即可。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 在黄金交易者社区中被实际使用,因精度与易用性而广受好评。 你的难题 —— 以及解决方案 黄金一天波动$30–$50。你知道机会就在那里。但这些情况是否似曾相识: - 入场太早,价格逆行$10后才朝你的方
CRT Candle Range Theory HTF MT4.   Ultimate CRT Indicator: Advanced ICT Concepts and Malaysian SnR Trading System Master the Market Maker's Footprints with the Most Advanced Candle Range Theory Indicator Unlock the true power of  Smart Money Concepts (SMC)  and trade precisely like the institutions with the  Ultimate CRT Indicator . Built exclusively for serious traders, this indicator automates the highly effective  Candle Range Theory (CRT) , a core pillar of  ICT Concepts (Inner Circle Trader
Market Reversal Alerts
Lee Samson
4.19 (114)
成為突破者,隨著價格反轉,市場結構會改變利潤。 訂單突破者指示器可以識別趨勢或價格走勢何時接近枯竭並準備好逆轉。它會提醒您市場結構的變化,通常會在發生逆轉或重大回調時發生。 該指標使用專有計算來確定突破和價格動能。每當在可能的耗盡點附近形成新的高點時,指標就會繪製最後一個生成該高點的順序塊。然後,它將隨價格移動隨價格跟隨定單。然後,當價格轉向相反方向並突破該訂單塊時,它會提醒您,從而創建新的市場結構並開始趨勢或重大回調的可能逆轉。 訂單塊是在創建高/低之前的最後一個相反的彩色蠟燭,並且當價格跌破這些關鍵區域以下時,這表明趨勢可能會發生短期或長期反轉。 特徵 提醒您關鍵耗盡點的市場結構變化 價格接近耗盡水平時自動提取訂單塊 在一個方向繼續移動時,在價格後面跟踪定單,以提醒您最佳的反轉輸入 將顏色更改為純色塊,以顯示何時發生市場結構中斷。 適用於所有交易品種和時間範圍 內置集成的彈出窗口和電子郵件警報 策略和如何與定單破壞者指標進行交易 當斷路器塊發生時,您有兩個選擇。 看左邊!我們正在尋求供應/需求或支撐/阻力位嗎?市場結構轉變(逆轉)通常發生在價格重新測試舊水平或在該支撐或
M1 箭頭倒賣 - 顯示 M1 週期的信號,不重新繪製入場點,並且適用於所有主要貨幣對 + 金屬(黃金/白銀)。該指標使用確定價格模式的算法分析市場,並向交易者顯示圖表上的價格反轉點。紅點表示價格會下跌,藍點表示價格會上漲。該指示器還以 PUSH 通知的形式向手機發送信號。因此,您無需一天 24 小時都坐在 PC 附近。您可以開展業務,但當出現價格反轉時刻時,指標會在您的手機上向您發送通知。您不會在 Internet 上免費找到這樣的指標。指標信號在不同貨幣對上的準確率從 71% - 94%。該指標適用於 M1 週期,但如果您在 H1 和 H4 等大周期進行交易,該指標也會很好地顯示它們的信號。 指標的好處: 取決於貨幣對的信號准確度從 71 - 94% 不重繪其信號 適合在 M1 期間剝頭皮 可以確定所有主要貨幣對的價格反轉點 通過電話向交易者發送信號 如何使用該指標進行​​交易: 當指標畫出紅點時,價格下跌的可能性為 71 - 94% 。 當指標在圖表上畫一個藍點時,價格有 71 - 94% 的機會上漲。 指標設置: Gap - 從價格點到點的距離。在這裡,您可以設置指標在離價
TrendLine PRO MT4
Evgenii Aksenov
4.83 (168)
Trend Line PRO   指标是一个独立的交易策略。 它显示趋势变化,交易的入口点,以及自动计算三个级别的止盈和止损保护 Trend Line PRO  非常适合所有元交易者符号:货币,金属,加密货币,股票和指数 该指标用于真实账户交易,这证实了该策略的可靠性 您可以在这里找到使用   Trend Line PRO   和真实信号的机器人:   https://robomarket.org/product-category/signals/ 目前,Trend Line PRO指标的售价为75美元。 促销后价格为 149 美元 。 趋势线专业的优点 永远不要重绘它的信号; 将其作为独立策略的可能性; 它有三个自动水平止盈和止损水平  该指标具有iCustom信号缓冲区,允许您基于它创建交易机器人 具有通知功能 该指标已证明其在真实账户交易中的有效性 如何设置和优化趋势线PRO指标: 通过更改幅度参数以及 TP 和 SL 水平,将重点放在指标面板上的利润上 您可以使用以下方式自动优化指标参数: Optimizer Utility 详细说明(ENG): 这里 趋势线PRO指标如
Atomic Analyst
Issam Kassas
5 (13)
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Atomic Analyst 目前价格为 $99 。 接下来的 30 次购买 后,价格将上涨至 $199 。 特别优惠: 购买 Atomic Analyst 后,请发送私信给我,即可免费领取 Smart Universal EA ,并将您的 Atomic Analyst 信号转换为自动交易。 Atomic Analyst 是一款不重绘、不回绘、不延迟的 Price Action 交易指标,专为手动交易、清晰信号和 EA 自动化而设计。 User manual: settings, inputs and strategy.      &   User Manual PDF . 它分析价格行为、强度、动能、多周期方向和高级过滤器,帮助交易者减少噪音,避免弱势交易机会,并做出更有结构的交易决策。 该指标将复杂的市场计算转换为简单的视觉信号、彩色K线、趋势读数、止损水平和多个止盈区域,使交易者能够快速理解并应用于真实市场环境。 主要交易用途: 剥头皮和日内交易: 专为快速决策、清晰箭头、提醒、K线
TPSproTREND PrO
Roman Podpora
4.67 (27)
TPSproTrend PRO     这是一个趋势指标,它可以自动分析市场,提供有关趋势及其变化的信息,并显示交易入场点。     无需重绘! ИНСТРУКЦИЯ RUS   -   英文 说明 -   MT5 版本 主要功能: 准确的进入信号   无需重新粉刷! 一旦信号出现,它就始终有效!这与会重绘的指标有着显著的区别,后者可能会发出信号后又改变信号,从而导致资金损失。现在,您可以以更高的概率和精度进入市场。此外,还有一个功能可以在箭头出现后为K线着色,直到达到目标价位(止盈价)或出现反转信号为止 。 显示止损/止盈区域 为了在寻找入场点时提升视觉清晰度,我们创建了一个模块,用于初始显示买入/卖出区域,以便寻找市场中的最佳入场点。此外,我们还运用智能逻辑来管理止损位,使其随时间推移而减小,从而降低入场时的初始风险(移动止损位)。 显示更高时间周期内的最小值/最大值(MTF 模式) 新增功能可显示更高时间间隔内的最小值/最大值修正区域,并指示趋势变化。此外,最小值/最大值现在带有编号,指示修正的顺序。 风险回报比(RR) 利用该指标的算法,可以识别出精确的入场点,平均风险回报比
Prop Firm Sniper
Mohamed Hassan
4.33 (6)
Prop Firm Sniper MT4  is a professional market structure indicator that automatically identifies high-probability BUY and SELL opportunities using BOS and CHoCH analysis. Recommended Timeframes: For backtesting, use the indicator on   M5 or M15   for Gold (XAUUSD), and   M15 or H1   for more volatile Forex pairs such as   GBPUSD, USDJPY, EURGBP , and similar markets. CONTACT ME AFTER PURCHASE TO CLAIM YOUR FREE BONUSES! Prop Firm Sniper  is a professional market structure indicator designed t
IQ Gold Gann Levels
INTRAQUOTES
5 (5)
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calculation
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
Dynamic Forex28 Navigator - 下一代外汇交易工具。 当前 49% 折扣。 Dynamic Forex28 Navigator 是我们长期流行的指标的演变,将三种功能合二为一: 高级货币强度 28 指标 (695 条评论)+ 高级货币 IMPULSE 带警报 (520 条评论)+ CS28 组合信号(奖励)。 有关指标的详细信息 https://www.mql5.com/en/blogs/post/758844 下一代强度指标提供什么? 您喜欢的原始指标的一切,现在通过新功能和更高的精度进行了增强。 主要特点: 专有货币强度公式。  所有时间范围内的平滑和准确的强度线。 非常适合识别趋势和精确进入。 动态市场斐波那契水平(市场斐波那契)。  此指标独有的独特功能。 斐波那契应用于货币强度,而不是价格图表。 适应实时市场活动以获得准确的反转区域。 实时市场动量。  第 9 行显示市场是活跃还是被动。 对于定时交易至关重要。 全面的警报和显示。  每种货币最强的买入和卖出动量。 ​​28 对的双重动量买入和卖出。 超买/超卖警告外部范围和止损。 反转
BTMM State Engine Pro MT4
Garry James Goodchild
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 4. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status,
Legacy of Gann
Pavel Zamoshnikov
4.83 (12)
The indicator very accurately determines the levels of the possible end of the trend and profit fixing. The method of determining levels is based on the ideas of W.D.Gann, using an algorithm developed by his follower Kirill Borovsky. Extremely high reliability of reaching levels (according to K. Borovsky  - 80-90%) Indispensable for any trading strategy – every trader needs to determine the exit point from the market! Precisely determines targets on any timeframes and any instruments (forex, met
作者的更多信息
Chart Link
David Gitau Gakunga
4.83 (12)
Chart Link  allows you to control multiple charts from one chart or multiple charts from multiple charts. Features 1. Synchronised Scrolling :     Scrolling the master chart also scrolls all linked sub charts to the same position.     Sub charts inherit offset and auto-scroll settings from the master chart. 2. Synchronised Timeframe :     Switching the master chart timeframe also switches all linked sub charts. 3. Synchronised   Symbol   :     Switching the master chart symbol also switches all
FREE
ATR Moving Average
David Gitau Gakunga
4 (2)
ATR Moving Average draws a moving average of the standard Average True Range( ATR ) in the same window. Settings Name Description ATR period Set Price per iod for ATR calculation ATR level Set ATR value for thresholding( only whole number, ignore leading zeros e.g. 0.00089 = 89 ) MA Period Set moving Average Period MA Method Set moving average method( Simple, Exponential, Smoothed and Linear Weighted ) MA Shift Set moving average shift Enable Alerts ? Generate Alert when ATR crosses Moving
FREE
Chart Link MT4
David Gitau Gakunga
5 (2)
Chart Link MT4  allows you to control multiple charts from one chart or multiple charts from multiple charts. Features 1. Synchronised   Scrolling   :     Scrolling the master chart also scrolls all linked sub charts to the same position.     Sub charts inherit   offset   and   auto-scroll   settings from the master chart. 2. Synchronised   Timeframe   :     Switching the master chart timeframe also switches all linked sub charts. 3. Synchronised   Symbol   :     Switching the master chart symbo
FREE
Smooth Aroon MT4
David Gitau Gakunga
5 (1)
Smooth Aroon MT4 is a version of the Aroon Up and Down with smoothing and filtering. Features :  Smoothing : You have smoothing from 0 to 99 . To smooth a signal, find the maximum value of the points in question then set the smoothing level above the maximum value. For example : If you want to smooth all signals below 30, then you should set the smoothing level above 30  This also smooths all signals above 70, since the Aroon Up and Down Oscillates between 0 and 100.   Filtering : If you only
Stochatic Pivot MT4
David Gitau Gakunga
Stochastic Pivot   draws a point on the chart at Stochastic overbought or oversold. During overbought periods, this indicator will draw the pivot point at the high of the highest candle and at the low of the lowest candle during oversold periods. NB :   All pivots are updated 'on tick' and 'on any chart event' immediately Settings Name Description Upper Limit Set Stochastic Overbought Level Lower Limit Set Stochastic Oversold Level %KPeriod Set Stochastic K Period %DPeriod Set Stochastic D Per
Any Moving Average MT4
David Gitau Gakunga
1 (1)
Any Moving Average   draws a moving average of   * any indicator in a sub-window. Many Indicators included with MT4 are supported by default. You can add custom indicators as well. Settings Name Description Timeframe  Select timeframe for calculation Source Indicator Select Indicator Custom Indicator Name Enter Custom Indicator Name ( when Source Indicator is set to Custom) Indicator Settings Source Indicator   parameters ( separated by comma ) Moving Average Settings Moving Average parameters (
Smooth Aroon
David Gitau Gakunga
5 (1)
Smooth Aroon  is a version of the Aroon Up and Down with smoothing and filtering. Features :  Smoothing : You have   smoothing from 0 to 99 . To smooth a signal, find the maximum value of the points in question then set the smoothing level above the maximum value. For example : If you want to smooth all signals below 30, then you should set the smoothing level above 30  This also smooths all signals above 70, since the Aroon Up and Down Oscillates between 0 and 100.   Filtering : If you only w
Stochatic Pivot
David Gitau Gakunga
Stochastic Pivot   draws a point on the chart at Stochastic overbought or oversold. During overbought periods, this indicator will draw the pivot point at the high of the highest candle and at the low of the lowest candle during oversold periods. NB : All pivots are updated 'on tick' and 'on any chart event' immediately Settings Name Description Upper Limit Set Stochastic Overbought Level Lower Limit Set Stochastic Oversold Level %KPeriod Set Stochastic K Period %DPeriod Set Stochastic D Perio
AnyMA
David Gitau Gakunga
Any MA Any Moving Average   draws a moving average of   * any indicator in a sub-window. Many Indicators included with MT5 are supported by default. You can add custom indicators as well. Settings Name Description Timeframe  Select timeframe for calculation Source Indicator Select Indicator Custom Indicator Name Enter Custom Indicator Name ( when Source Indicator is set to Custom) Indicator Settings Source Indicator   parameters ( separated by comma ) Moving Average Settings Moving Average para
筛选:
viatrufka
24
viatrufka 2024.12.27 12:53 
 

This script contains small error. Even after setting "Enable Alerts" and "Show Icons" to false, it will still try to show icons sometimes.

akeks-
84
akeks- 2024.10.07 15:35 
 

Полезный индикатор.

EduardRy
24
EduardRy 2021.06.25 11:15 
 

用户没有留下任何评级信息

回复评论