RedeeCash Rate of Change

變化率

根據公式,

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 (roc < roc_lookback && roc < 0) trend="DOWN";


推荐产品
Pin Bars
Yury Emeliyanov
5 (5)
主要用途:"Pin Bars"旨在自动检测金融市场图表上的pin bars。 针杆是具有特征主体和长尾的蜡烛,可以发出趋势反转或修正的信号。 它是如何工作的:指标分析图表上的每个蜡烛,确定蜡烛的身体,尾巴和鼻子的大小。 当检测到与预定义参数相对应的引脚柱时,指示器会根据引脚柱的方向(看涨或看跌)在图表上用向上或向下箭头标记它。 参数: TailToBodyRatio-定义尾部长度和针杆主体尺寸之间的最小比率。 NoseToTailRatio-设置"鼻子"和销杆尾部之间的最大允许比率。 ArrowSize-定义标记的pin条与图表上指向它的箭头之间的距离。 应用:"Pin Bars"指标可用于识别潜在的趋势反转点,并产生进入市场或平仓的信号。 当正确使用并与其他技术指标和分析方法相结合时,该指标能够改善交易结果。 其他产品 :   https://www.mql5.com/ru/users/yura1994ru/seller#products 重要事项: 该指标不是一个现成的交易系统,应该与其他分析工具结合使用。 建议在真实账户上使用指标之前,先在历史数据上测试和优化指标的参数。
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
Show Pips
Roman Podpora
4.26 (58)
对于那些总是想了解帐户当前情况的人来说,此信息指示器将很有用。该指标显示诸如利润点数、百分比和货币等数据,以及当前货币对的点差以及柱在当前时间范围内收盘的时间。 MT5版本 -   更多有用的指标 有多种选项可用于在图表上放置信息线: 价格右侧(运行在价格后面); 作为评论(在图表的左上角); 在屏幕的选定角落。 还可以选择信息分隔符: | / 。 \ # 该指标具有内置热键: 键 1 - 退一步显示信息类型(价格、评论或角落的右侧) 关键2——信息显示类型的进步 键 3 - 更改信息行显示的位置 可以在设置中重新分配热键。 该指标易于使用且信息丰富。可以在设置中禁用不必要的信息项目。 设置 替换显示信息的热键(向后)   - 后退信息显示类型 用于替换显示信息的热键(前进)       - 信息显示类型向前迈进了一步 用于更改外观/角信息字符串类型的热键     - 更改信息行显示的位置 文字颜色     - 文字颜色 盈利颜色     - 有浮动利润时的文字颜色 失色     - 存在浮动损失时的文本颜色 分离器     - 一行中的数据分隔符。可以采用五个值:“|”、“/”、
FREE
Shadow Flare MT4
Kestutis Balciunas
Shadow Flare 指标是一款适用于 MetaTrader 4 的 非重绘型趋势与流动性工具 。它基于可配置的移动平均基线(可选 HMA、EMA、SMA 或 RMA),在其外侧包裹一层平均真实波幅(ATR)通道,只在价格收盘有效突破上/下包络带时才切换“黏性”趋势状态。同一套趋势引擎还驱动自动供需区模块,用于检测枢轴高点和枢轴低点,在其周围绘制彩色矩形,并在价格收盘穿透该区域时立即将该区域标记为失效并移除。 买卖信号在趋势状态翻转的那一根 K 线上触发,可选的成交量与 RSI 过滤器帮助交易者屏蔽弱势或逆动能的入场。内置仪表盘会实时显示趋势偏向(Trend Bias)、动能(基于 RSI)以及成交量状态。完整的提醒组件——弹窗、声音、手机推送和电子邮件——在每次信号出现时于收盘触发一次,从而确保实盘交易与回测的信号数量完全一致。 MT5 版本请查看:  Shadow Flare MT5 更多作者产品:   查看所有产 品 想查看实盘示例和最新工具,请访问我的个人主页并发送好友请求,以免错过更新! 工作原理 自适应趋势引擎 指标首先根据用户选择的方法(HMA、EMA、SMA 或
FREE
FFx Awesome Oscillator
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 Bears Power
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
Matrix Arrow Indicator Multi Timeframe Panel MT4 是一个免费的附加组件,是您的 Matrix Arrow Indicator MT4 的重要资产。它显示了当前 Matrix Arrow Indicator MT4 信号,用于 5 个用户自定义的时间范围和总共 16 个可修改的符号/工具。用户可以选择启用/禁用 Matrix Arrow Indicator MT4 包含的 10 个标准指标中的任何一个。所有 10 个标准指标属性也是可调整的,如 Matrix Arrow Indicator MT4 。 Matrix Arrow Indicator Multi Timeframe Panel MT4 还提供了更改它所附加的当前图表的选项,方法是单击 16 个可修改符号按钮中的任何一个。这将使您能够更快地在不同符号之间工作,并且不会再次错过交易机会。 如果您想使用这个免费的 Matrix Arrow Indicator Multi Timeframe Panel MT4 插件,您需要在此处单独购买 Matrix Arrow Indicato
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
PPR and Engulfing
Yury Emeliyanov
5 (3)
PPR 和 Engulfing 是一个独特的技术指标,设计用于在 MetaTrader 4 (MT4) 交易平台上的货币图表中识别 "PPR" 和 "吞没" 模式。这些模式可以指示潜在的趋势反转或延续,为交易者提供宝贵的入市和出市信号。 主要特点: 自动模式检测 :指标自动识别并在图表上用箭头标记 PPR 和 吞没模式。 视觉信号 :绿色向上箭头表示买入点,而红色向下箭头表示卖出点。 可自定义箭头颜色 :用户可以通过指标设置选择看涨和看跌信号的箭头颜色。 模式选择 :三种操作模式——仅 PPR、仅 吞没或两种模式同时。 如何使用: 附加到图表 :将指标应用到所需的货币对或金融工具图表。 分析信号 :监控图表上箭头的出现,以确定买入和卖出机会。 做出决定 :结合其他分析工具使用指标信号,以提高交易决策的准确性。 交易策略: PPR 和 Engulfing 可以集成到各种交易策略中。交易者可以将此指标与其他技术指标和趋势分析方法结合使用,以提高交易效率。 其他产品: 您可以在 卖家页面 找到其他有用的工具和指标。 参数: 模式选择 :选择要分析的模式(PPR、吞没、两者)。 UpArrow
FREE
FFx Ichimoku
Eric Venturi-Bloxs
4.5 (4)
在您的平台上提供新版 MT4 标准指标的目的,是在子窗口里显示多时间帧的相同指标。参看下面例中的图片。 但是它的显示不像简单的多时间帧指标。它是指标在其时间帧的实际显示。 在 FFx 指标里提供了一些选项: 选择显示的时间帧 (M1 至 每月) 定义每个时间帧箱体的宽度 (柱线数量) 提示弹出/声音/邮件/推送 (价格穿越云 并/或 Tenkan 穿越 Kijun) 直接在图表上激活/停用提示 修改所有颜色 ... 当然还有所有标准指标的常用设置 如何设置提示: 在弹出的参数设置 : 选择您希望的提示和模式 (弹出、声音、邮件或推送通知) 之后在图表上 : 选择铃铛图标 (双击) 然后将其拖拽到任意位置。在下一个报价来临,它将恢复它的原始位置,但用不同颜色信号改变它的状态。红到绿意为它现在已激活 … 绿到红意为它现在未激活。
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
Wise Men Indicator demo
Bohdan Kasyanenko
3 (2)
The indicator displays signals according to the strategy of Bill Williams on the chart. Demo version of the indicator has the same features as the paid, except that it can work only on a demo account . Signal "First Wise Man" is formed when there is a divergent bar with angulation.  Bullish divergent bar - with lower minimum and closing price in the upper half. Bearish divergent bar - higher maximum and the closing price at the bottom half. Angulation is formed when all three lines of Alligator
FREE
FFx Moving Average
Eric Venturi-Bloxs
4.67 (3)
在您的平台上提供新版 MT4 标准指标的目的,是在子窗口里显示多时间帧的相同指标。参看下面例中的图片。 但是它的显示不像简单的多时间帧指标。它是指标在其时间帧的实际显示。 在 FFx 指标里提供了一些选项: 选择显示的时间帧 (M1 至 每月) 定义每个时间帧箱体的宽度 (柱线数量) 提示弹出/声音/邮件/推送 (价格穿越 MA 并/或 两条 MA 交叉) 直接在图表上激活/停用提示 修改所有颜色 ... 当然还有所有标准指标的常用设置 如何设置提示: 在弹出的参数设置 : 选择您希望的提示和模式 (弹出、声音、邮件或推送通知) Then On Chart : 选择铃铛图标 (双击) 然后将其拖拽到任意位置。在下一个报价来临,它将恢复它的原始位置,但用不同颜色信号改变它的状态。红到绿意为它现在已激活 … 绿到红意为它现在未激活。
FREE
Note: this product is a free limited version of the full featured product Currency Timeframe Strength Matrix . It only includes AUD, CAD, CHF currencies instead of all 8 currencies. It includes only 5S, 1M, 5M time frames instead of all 8 (5S, 1M, 5M, 15M, 30M, 1H, 4H, 1D). What is it? The Currency TimeFrame Strength Matrix is a simple and comprehensive Forex map that gives a snapshot of what is happening in the Forex market at the very present time. It illustrates the strength and momentum ch
FREE
FFx MACD
Eric Venturi-Bloxs
4.2 (5)
在您的平台上提供新版 MT4 标准指标的目的,是在子窗口里显示多时间帧的相同指标。参看下面例中的图片。 但是显示结果不像简单的多时间帧指标。它是指标在其时间帧的实际显示。 在 FFx 指标里提供了一些选项: 选择显示的时间帧 (M1 至 每月) 定义每个时间帧箱体的宽度 (柱线数量) 弹出提示/声音/邮件/推送 (直方图与信号线检查,且/或直方图与 0 轴交叉) 直接在图表上激活/停用提示 修改所有颜色 ... 当然还有所有标准指标的常用设置 如何设置提示: 在弹出的参数设置 : 选择您希望的提示和模式 (弹出、声音、邮件或推送通知) 之后在图表上 : 选择铃铛图标 (双击) 然后将其拖拽到任意位置。在下一个报价来临,它将恢复它的原始位置,但用不同颜色信号改变它的状态。红色变为绿色表示现在激活,而从绿色变为红色意思是停用了。
FREE
Smart MACD MT4
Mostafa Saad Saeed Shawara
产品标题 Smart MACD (MT4) – SmartView 系列的一部分 简短描述 具有独特用户体验的 MACD 指标,在 MetaTrader 平台上提供。提供以前不可用的高级功能,例如双击打开设置、隐藏和显示指标而无需删除它们,以及以全图表大小显示指标窗口。设计用于与 SmartView 指标系列的其余部分无缝协作。 概述 SmartView 系列通过创新功能为 MetaTrader 平台上的指标提供独特且与众不同的用户体验,使指标管理更快、更轻松。每个指标都配备了图表上的智能控制面板,显示基本信息并提供对所有重要功能的快速访问。 以前不可用的独特功能 SmartView 系列提供使指标工作更简单、更快速的高级功能: 双击打开设置: 无需在指标列表中搜索,双击面板上的指标名称即可直接打开设置窗口。 隐藏和显示指标: 一键隐藏和显示指标,无需从指标列表中删除和重新添加它们。 以全图表大小显示指标窗口: 在子窗口中,您可以最大化指标窗口以全图表大小显示,并临时隐藏其他窗口。 折叠和展开子窗口: 折叠子窗口以减少其高度并节省屏幕空间,然后在需要时将其展开回全尺寸。 重新排列子窗口
FREE
FFx Force Index
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
Basic Supply Demand
Mehran Sepah Mansoor
4.33 (3)
基本供求指标是 一款功能强大的工具,旨在加强您的市场分析,帮助您在任何图表上识别关键机会区域。这款免费的 Metatrader 指标拥有直观易用的界面,能让您清楚地了解供需区域,从而做出更明智、更准确的交易决策/ 免费 MT5 版本 该指标的仪表盘扫描器: ( Basic Supply Demand Dashboard ) 功能特点 该指标可自动扫描图表中的供需区,无需进行繁琐的手动分析 图形显示距离最近的供应区和需求区的剩余距离 供应区以一种独特的颜色突出显示,而需求区则以另一种颜色显示,便于快速准确地进行解读 该指标会自动计算最近的供应区或需求区与图表上当前价格之间的距离(以点为单位),为您提供清晰、可量化的参考。以点数为单位的距离会清晰地显示在图表上,让您可以快速识别与当前价格有较大或较小距离的区域 在接近或突破供需区时发出警报 适用于任何时间框架 可选择深色或浅色主题,自定义图表显示效果 如何使用 建议使用 M1 和 M5 时间框架。观看下面的视频,了解其工作原理。
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
Visual correlation
Andrey Tatarinov
4 (2)
不同货币对的行为是相互关联的。 Visual Correlation 指标允许您在一张图表上显示不同的工具,同时保持比例。 您可以定义正相关、负相关或无相关。 有些仪器比其他仪器更早开始移动。 这样的时刻可以通过叠加图来确定。 要在图表上显示工具,请在 Symbol 字段中输入其名称。 亲爱的朋友! 我们提请您注意视觉相关性指标。 主要优点及其工作原理: 不同貨幣對的行為是相互關聯的。 Visual Correlation 指標允許您在一張圖表上顯示不同的工具,同時保持比例。 您可以定義正相關、負相關或無相關。 有些儀器比其他儀器更早開始移動。 這樣的時刻可以通過疊加圖來確定。 要在圖表上顯示工具,請在 Symbol 字段中輸入其名稱。 Version for MT5  https://www.mql5.com/zh/market/product/109155
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
FFx CCI
Eric Venturi-Bloxs
4.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
Extremum Reverse Bar
Yurij Izyumov
2.8 (5)
This indicator has been created for finding the probable reversal points of the symbol price. A small candlestick reversal pattern is used it its operation in conjunction with a filter of extremums. The indicator is not redrawn! If the extremum filter is disabled, the indicator shows all points that have a pattern. If the extremum filter is enabled, the condition works – if the history Previous bars 1 candles back contains higher candles and they are farther than the Previous bars 2 candle, such
FREE
Austin Currency Strength
Augustine Kamatu
5 (1)
Check out other great products from  https://www.mql5.com/en/users/augustinekamatu/seller   This indicator is the best so far at determining the currency strength of each pair. It provides stable values and is highly adaptive to market changes. It is a great tool to add to your arsenal to make sure you are on the right side of the trend at all times. No inputs required, it is simple plug and play. A Winning Trading Strategy This article describes the components and logic needed to develop a tra
FREE
Lines Profit Loss
Taras Slobodyanik
4.65 (17)
该指标显示当前交易品种的盈利(亏损)。 您可以自由拖放线条来显示当前的盈利或亏损。 You can find my products   here . 参数 Calculation in money or in points — 以点数或货币计算利润/损失。 Add pending orders to calculate — 在计算中考虑挂单。 Magic Number (0 - all orders on symbol) — 幻数,如果需要评估特定订单。 Offset for first drawing (points from the average price) — 线距第一次开始时的平均价格的偏移量。 Decimal places for calculating the Sum — 显示总和的小数点后的位数。 Decimal places for calculating the Percentage — 显示百分比的小数点后的位数。 Tuning 调音 Color of the profit line — 利润线的颜色。 Color of the loss line
FREE
FFx Fractals
Eric Venturi-Bloxs
4.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
Free automatic fibonacci
Tonny Obare
4.67 (49)
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
FFx Momentum
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
Indicator measures strength of each currency in your list. Main idea: It simply iterates through all combinations of pairs and adds difference between open and close in percent. Parameters: List of currencies - what currencies will be calculated (maximum is 8) Calculation type - from which data will be strength calculated Calculation data input - used as input related to calculation type Symbol suffix - used in case of suffix on symbols, e.g: when your symbols look like EURUSDm, EURUSDmicro etc
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
该产品的买家也购买
Neuro Poseidon MT4
Daria Rezueva
4.95 (37)
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
Gann Made Easy
Oleg Rodin
4.84 (165)
Gann Made Easy 是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,即可免费获得交易指导和超棒的额外指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
Trend Catcher ind
Ramil Minniakhmetov
5 (3)
趨勢捕捉指標 趨勢捕捉指標結合了作者獨有的客製化自適應趨勢分析指標,用於分析市場價格趨勢。它透過過濾掉短期噪音,並專注於潛在的動能強度、波動性擴張和價格結構行為,來識別真實的市場方向。此外,它還結合了平滑和趨勢過濾等客製化指標,例如移動平均線、相對強弱指標 (RSI) 和波動率過濾器。 您可以在這裡查看實際運行情況以及我的其他產品: https://www.mql5.com/en/users/mechanic/seller 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。 重要提示!購買後請立即聯繫我,以獲取使用說明和額外獎勵! 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。
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 对的双重动量买入和卖出。 超买/超卖警告外部范围和止损。 反转
M1 Sniper
Oleg Rodin
5 (24)
M1 SNIPER 是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
MetaBands M4
Vahidreza Heidar Gholami
3.5 (6)
MetaBands使用强大且独特的算法绘制通道并检测趋势,以便为交易者提供进出交易的潜在点。它是一个通道指标和强大的趋势指标。它包括不同类型的通道,可以通过使用输入参数简单地合并以创建新通道。MetaBands使用所有类型的警报通知用户市场事件。 功能 支持大多数通道算法 强大的趋势检测算法 能够合并不同类型的通道 多时间帧和多货币(信号矩阵) 所有类型的警报功能(声音、屏幕闪烁、推送通知、电子邮件、弹出窗口、箭头) 它永远不会重绘 趋势检测 MetaBands使用在通道内振荡的蓝色线来检测趋势。当该线遇到通道的上界时,表明开始下跌趋势,当它遇到下界时,表明开始上涨趋势。如果蓝线接近中线,则市场处于整理期。 该指标使用独特的方法来检测趋势。一开始可能看起来有些复杂,但如果您观看视频教程,您就会意识到它是多么强大且易于使用。 入场和出场信号 当趋势变化或价格穿过上下通道时,MetaBands会立即通过不同的方法提醒交易者,这些方法可以在指标设置中启用。 信号矩阵 要监视来自不同时间框架的多个符号并在一个地方查看信号,请单击右上角按钮或按键盘上的M键以打开信号矩阵。该矩阵可以快速概览
本产品已针对 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线着色、提醒以及多周期分析。 该系统旨在帮助您应对不同的市场环境: 趋势市场: 识别主要趋势,发现回调,跟随动能,并通过止损指导和移动止损选项寻找更清晰的入场机会。 震荡
Advanced Supply Demand
Bernhard Schweigert
4.91 (300)
现在优惠 30%! 任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供需
Scalper Inside PRO
Alexey Minkov
4.68 (69)
Scalper Inside PRO Scalper Inside PRO 是一款日内趋势与剥头皮指标,采用独家的内置算法来评估市场方向和关键目标位。该指标会自动计算进场点、出场点以及多个止盈目标位,并显示详细的绩效统计数据,让您能够看到不同品种和策略在历史数据上的表现。这有助于您选择符合当前市场状况的交易品种。您还可以将自己的箭头指标连接到 Scalper Inside PRO,并快速查看它们的统计数据和历史信号。 Scalper Inside PRO 使用手册及参数说明: 点击阅读 该指标适用于任何品种和时间周期(日内交易推荐使用 M5),并包含多种内置策略。它既可作为独立的剥头皮工具使用,也可作为您交易系统的分析组件。 主要功能 基于独家的新一代趋势检测算法 Next-Generation Trend Detection Algorithm (NG TDA) 进行趋势识别。 自动计算进场点和出场点,并提供多级止盈目标(TP1、TP2、TP3)。 三种内置策略和一个优化器,用于将信号适配到当前品种和时间周期(仅在实时模式下可用)。 提供品种和策略在历史数据上的详细绩效统计。 提
Genesis Matrix Pro is a professional multi-timeframe trend detection indicator designed to help traders identify high-quality market alignment with clarity and structure. It combines 12 different technical indicators into one visual alignment matrix, allowing traders to quickly see when market conditions are bullish, bearish, or neutral. A signal is generated only when the selected strategies are aligned, helping reduce noise and improve decision-making. PLEASE CONTACT ME AFTER PURCHASE TO GET
Gann 方块指标是一种强大的市场分析工具,基于 W.D. Gann 在其“市场预测数学公式”一文中介绍的数学概念。该指标融合了与平方数(如 144、90 和 52)有关的 Gann 技术,以及平方 9。此外,它还融入了  关于如何将平方 9 与通道和星形图案结合使用的方法。 用户手册和使用方式: 在使用该指标之前,我们建议您阅读用户手册,并与我们联系以获得任何澄清。您可以在我们的网站上找到完整的用户手册。 该指标提供了 MT5 的完整版本供购买,也提供了 MT4 的免费版本供测试。提供了两个版本的链接供您方便使用。 主要特点和功能: Gann 方块指标为您的交易环境提供了全套工具,使您能够基于几何图案和 Gann 的概念做出明智的决策。以下是主要特点: 平方 9 分析: 该指标可以绘制与平方 9 有关的各种元素,包括水平线、星形图案、网格、Gann 扇形等。这在您的图表上提供了 Gann 的几何概念的视觉表示。 Gann 方块: 该指标绘制了 Gann 方块 52、90 和 144,使您能够可视化和分析它们与价格走势的关系。 自由 Gann 星形图案: 该指标使您能够直接在图表上绘制
Breakout Arrows Mt4
Michael Oko Oboh
5 (1)
Trend Breakout Arrows Indicator The Trend Breakout Arrows Indicator is a momentum-based signal tool designed to identify potential bullish and bearish breakout opportunities. It displays clear arrow signals directly on the price chart, helping traders quickly recognize possible trend changes and continuation setups. Up Arrow (Buy Signal) A magenta up arrow appears below a candle when bullish momentum begins to strengthen. This signal indicates that buying pressure may be overtaking selling press
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
BTMM State Engine Pro MT4
Garry James Goodchild
BTMM State Engine Pro is a MetaTrader 4 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
GOLD Impulse with Alert
Bernhard Schweigert
4.67 (12)
这个指标是我们2个产品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics 的一个超级组合。 它适用于所有时间框架,并以图形方式显示8种主要货币和一种符号的强势或弱势冲动! 该指标专门用于显示任何符号的货币强度加速,如黄金、异国货币对、商品、指数或期货。这是它的第一个指标,任何符号都可以被添加到第9行,以显示黄金、白银、石油、DAX、US30、MXN、TRY、CNH等的真实货币强度加速(冲动或速度)。 建立在新的基础算法上,它使识别和确认潜在的交易更加容易。这是因为它以图形方式显示了一种货币的强势或弱势是否正在加速,并测量了这种加速的速度--把它想象成你汽车中的速度表。当你加速时,事情显然会发生得更快,这在外汇市场上也是一样的,即如果你配对的货币正在向相反的方向加速,你就会发现一个潜在的有利可图的交易。 动态市场斐波那契28水平被用作警报触发器,将适应市场活动。如果冲动击中黄色触发线,你将收到警报。然后你就知道作为一个交易员应该做什么。货币对和方向已经给出。只需点击警报按钮,就可以切换到该货
PRO Renko System
Oleg Rodin
5 (30)
PRO Renko Arrow Based System for trading renko charts.  准确的信号交易任何外汇工具. 另外,我将免费提供系统的附加模块! PRO Renko系统是RENKO图表上高度准确的交易系统。该系统是通用的。 该交易系统可应用于各种交易工具。 该系统有效地中和了所谓的市场噪音,打开了获得准确反转信号的通道。 该指标易于使用,只有一个参数负责产生信号。 您可以很容易地使算法适应您感兴趣的交易工具和renko酒吧的大小。 我很乐意通过提供任何咨询支持来帮助所有客户有效地使用该指标。 祝您交易成功!购买后,立即写信给我! 我将与您分享我的建议和我的renko发电机。 另外,我将免费提供系统的附加模块!
Advanced Currency Strength28 Indicator
Bernhard Schweigert
4.91 (657)
目前40%的折扣 任何新手或专家交易者的最佳解决方案! 这个指标是一个独特的、高质量的、可负担得起的交易工具,因为我们纳入了一些专有的功能和一个新的公式。只需一个图表,你就可以读出28个外汇对的货币强度!想象一下,你的交易将如何得到改善,因为你的交易是在你的手中进行的。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点? 用户手册:点击这里  https://www.mql5.com/en/blogs/post/697384 这是第一本,原版的! 不要买一个毫无价值的崇拜者的克隆品。 特别的 子窗口中的箭头显示强劲的货币势头GAP将指导你的交易! 当基础货币或报价货币处于超卖/超买区域(外盘斐波那契水平)时,在个人图表的主窗口中出现警告信号。 当货币力量从外围区间回落时,回撤/反转警报。 十字星模式的特别警报 可选择多个时间框架,以快速查看趋势! 货币强度线在所有的时间框架中都非常平稳,当使用较高的时间框架来识别总体趋势,然后使用较短的时间框架来确定精确的入口时,效果非常好。你可以根据自己的意愿选择任何时间框架。每个时间框架都由其自身进行了优化。
The indicator scans for Dinapoli thrust pattern in multiple timeframes for the all markets filtered and shows the results on Dashboard. Key Features Dashboard can be used for all markets It can scan for thrust pattern on MN1, W1, D1, H4, H1, M30, M15 ,M5, M1 timeframes Ability to choose number of bars required above/below displaced moving average to define thrust Parameters UseMarketWatch: Set true to copy all symbols available in market watch MarketWatchCount : Set the number of symbols that
本指标是实践实战交易完善的波浪自动分析的指标 !  案例... 注: 波浪分级用西方叫法不习惯,因受到缠论(缠中说禅)命名方式习惯的影响,我是将基础波浪命名为 笔 ,将二级波段命名为 段 ,同时具有趋势方向的段命名为 主趋段 (以后笔记中都是这种命名方式,先告知大家),但是算法上和缠论关系不大切勿混淆.反映的是本人分析盘面总结的 千变万化纷繁复杂的运行规律 . 对波段进行了标准化定义,不再是不同人不同的浪  ,    对人为干扰的画法进行了排除,在严格分析进场起到了关键的作用 . 使用这个指标,等于将交易界面提升美感,抛弃最原始的K线交易带你进入新的交易层次.如果不是为了交易,在宣传上也将使客户观感提升层次. 指标内容: 1. 基础波浪 (笔) : 首先我们找出了价格波动过程中的基础波动拐点,当然他的有序性低,为下一步的计算提供基础. 2. 二级波段( 段 ) :在基础波浪的基础上,通过算法分析得到层级更明显的二级波段,二级波段为波浪提供了分析基础 3. 波浪( 浪 ): 有着更清晰的趋势,更清晰直观的方向.分析一个波浪是否延续,需要看二级波段的形态,分析二级的构成,可以得出波浪
Harmonic Pattern Plus MT4
Young Ho Seo
4.44 (18)
Introduction Harmonic Patterns are best used to predict potential turning point. Traditionally, Harmonic Pattern was identified manually connecting peaks and troughs points in the chart. Manual harmonic pattern detection is painfully tedious and not suitable for everyone. You are often exposed under subjective pattern identification with manual pattern detection. To avoid these limitations, Harmonic Pattern Plus was designed to automate your harmonic pattern detection process. The functionality
Current event:  https://c.mql5.com/1/326/A2SR2025_NoMusic.gif A. 什么是 A2SR ?   * 这是一个领先的技术指标(没有重绘,没有滞后)。  -  指导 : -- 在  https://www.mql5.com/en/blogs/post/734748/page4#comment_16532516 -- 和  https://www.mql5.com/en/users/yohana/blog A2SR 在确定支撑(需求)和阻力(供应)水平方面有一种特殊的技术。 与我们在网上看到的普通方式不同,A2SR 在确定实际 SR 级别时有一个独创的概念。 原技术不是从网上拿来的,也没有在网上公开过。 A2SR 将根据您的交易风格自动选择 SR 级别。 即使您正在更改时间范围,但 SR 级别仍将保留在其位置上。 因为实际的 SR 不是从你使用的时间范围内获得的。 A2SR 拥有完整的交易工具 。 实际支持(需求)和阻力(供应)的真正概念。 新闻事件和央行讲话的市场情绪。 新闻事件和趋势的主要货币强度 (MCS) 的真正概念
KT Alpha Hunter Arrows MT4
KEENBASE SOFTWARE SOLUTIONS
大多数箭头指标只给你一个信号,然后把剩下的判断全部留给你自己。KT Alpha Hunter Arrows 给你的,是一套完整的交易计划。 每一个信号箭头出现时,图表上都会同时绘制完整计划:入场线、止损位、四个止盈目标,以及实时 Edge 结论,告诉你当前品种和时间周期是否值得交易。套装中还包含 Trade Manager EA,在你手动入场后负责后续执行,让你在市场波动和情绪干扰下依然保持纪律。非重绘。只在K线收盘后给出信号。适用于 Forex、黄金、指数,以及你交易的其他任何品种。 核心功能 非重绘买入和卖出箭头,只在K线收盘后出现。 每个信号都带有入场线、结构性止损和四个止盈目标。 Edge Dashboard 会分别评估当前图表上的买入和卖出机会。 结论系统:No Edge、Marginal、Tradeable、Good 或 Strong。 一键 Auto Optimize 按钮,可根据当前品种和时间周期自动调整设置。 完整套装包含 Trade Manager EA,并内置五种专为本指标设计的交易管理方案。 Prop Firm Risk Panel 可在图表上实时追踪日内回撤
Market Structure Patterns MT4
Samuel Manoel De Souza
5 (18)
Market Structure Patterns   is an indicator based on   smart money concepts   that displays   SMC/ICT   elements that can take your trading decisions to the next level. Take advantage of the   alerts ,   push notifications   and   email messages   to keep informed from when an element is formed on the chart, the price crosses a level and/or enters in a box/zone. Developers can access the values of the elements of the indicator using the   global variables  what allows the automation of trading d
PZ ABCD Retracement
PZ TRADING SLU
4 (5)
该指标找到AB = CD回撤形态。 AB = CD回调模式是一种4点价格结构,其中初始价格区间被部分回调,然后与回调完成后等距移动,这是所有谐波模式的基本基础。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 可定制的图案尺寸 可定制的AC和BD比率 可定制的突破时间 可定制的线条,颜色和大小 它根据CD纤维水平显示SL和TP水平 视觉/声音/推送/邮件警报,用于模式和突破 AB = CD Retracements可以扩展和重新绘制很多内容。为了使事情变得更容易,该指标实施了一个转折:它在向交易发出信号之前等待正确方向的Donchian突破。最终结果是带有非常可靠的交易信号的重新粉刷指示器。输入donchian突破时段作为输入。 看涨回撤是蓝色的 空头回撤是红色的 请注意,价格模式(例如AB = CD)可以扩展,指标必须重新绘制以跟随该模式的扩展。如果图案重涂超出了参数中输入的AC / BD / AB = CD比率,则该图案将消失,因为它将不再有效。要交易这些模式,请求助于donchian突破信号。 输入参数 幅度:AB = CD模式的大小 突围
Trend Lines PRO
Roman Podpora
5 (1)
TREND LINES PRO 帮助您了解市场真正的方向转变点。该指标显示真实的趋势反转点以及主要参与者重新入场的时机。 您可以看到 BOS线、 趋势变化和更高时间框架的关键水平——无需复杂的设置或不必要的干扰。信号不会重绘,并在K线收盘后仍然保留在图表上。 VERSION MT 5    -   与……搭配使用时,可发挥其最大潜力   RFI LEVELS PRO 指示器 该指标显示的内容: 实际变化 趋势(BOS 线) 一旦信号出现,它就始终有效!这与会重绘的指标有着重要的区别,后者可能会发出信号后又改变信号,从而导致资金损失。现在,您可以更精准、更准确地进入市场。此外,还有一个功能,会在箭头出现后为K线着色,直到达到目标价位(止盈)或出现反转信号为止。 重复条目   以及主要玩家的充值 为了提高寻找入场点时的视觉清晰度,我们创建了一个模块,该模块首先显示买入/卖出区域,并在该区域内寻找最佳入场点。此外,我们还加入了智能逻辑来管理止损位,该逻辑会随着时间的推移逐步降低止损位的大小,从而降低入场交易时的初始风险(移动止损位)。 信号强度水平(BOS) 该指标采用三个显著性等级来衡量
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
RFI levels PRO
Roman Podpora
5 (1)
该指标能够准确显示反转点和价格回落区域。     行业领军人物 。您能洞察新趋势的形成,并以最高的精准度做出决策,掌控每一笔交易。 与……结合时,展现其最大潜力     趋势线专业版   指标  VERSION MT5 该指标显示的内容: 新趋势开始时的反转结构和反转水平及其激活。 显示屏   获利了结   和   止损   风险回报比最低的水平     RR 1:2       。 具有智能减值逻辑的止损。 显示指定指标中两种趋势类型的反转形态。 指标: 根据     趋势线     (全球趋势变化) 潮流专业版     (趋势快速变化) 简单有效   扫描器   实时趋势(新增)。 多时间框架工具筛选。 展示   利润   在 LOGIC AI 信号之后。 以下列出今日走势积极的金融工具。(RB键) 能够为终端启用通知(警报)功能,并向移动设备推送通知。 逻辑人工智能     — 利用人工智能寻找最佳切入点。 只有在启用 MTF(多时间框架分析)模式时,该功能才可用。 兼容性。 当与趋势线指标结合使用时,该指标能发挥其最大潜力。 这     RFI LEVELS PRO    
Advanced Currency IMPULSE with ALERT
Bernhard Schweigert
4.9 (490)
目前40%的折扣!! 对任何新手或专家交易者来说都是最好的解决方案! 这个指标是一个独特的、高质量的、负担得起的交易工具,因为我们已经纳入了一些专有的功能和一个秘密的公式。只需一张图表,它就能给出所有28种货币对的警报。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点 建立在新的基础算法上,它使识别和确认潜在交易变得更加容易。这是因为它以图形方式显示了一种货币的强势或弱势是否正在加速,并测量了这种加速的速度--把它想象成你汽车中的速度表。当你加速时,事情显然会发生得更快,这在外汇市场上也是一样的,即如果你配对的货币正在向相反的方向加速,你就会发现一个潜在的有利可图的交易。 货币动量的垂直线和箭头将指导你的交易! 动态的市场斐波那契23水平被用作警报触发器,将适应市场活动。如果冲动触及黄色触发线,您将在MetaTrader或您的电子邮件或推送警报中收到警报。然后你就知道作为一个交易员应该做什么。货币对和方向已经给出。只要点击警报按钮,就可以切换到该货币对或打开一个新的图表,以便进一步分析。警报级别可以通过用户输入来改变,可以选择3个敏感度级别。 尽
Day Trader Master
Oleg Rodin
5 (15)
Day Trader Master 是一个完整的日间交易者交易系统。该系统由两个指标组成。一个指标是买入和卖出的箭头信号。这是你得到的箭头指示器。我将免费为您提供第二个指标。第二个指标是专门设计用于与这些箭头结合使用的趋势指标。 指标不重复也不迟到! 使用这个系统非常简单。您只需按照当前趋势方向的箭头信号,显示为双色线。蓝色是买入趋势。红色是一种销售趋势。蓝色箭头是买入信号。红色箭头是卖出信号。您需要箭头的颜色和信号的方向来匹配趋势线的颜色。 箭头指标主要是为 M5 和 M15 时间间隔的日内交易而创建的。但从技术上讲,该系统可以用于其他时间间隔。 指示器配备带有推送消息功能的弹出警报。 购买后一定要写信给我!我将为您提供与系统交易的个人建议,以及我的趋势指标。此外,还有丰厚的奖励等着您!
IQ FX Strength  answers the single most important question in trading: "Who is truly driving the market right now?" Designed with a stunning Hybrid UI, this tool separates true trend moves from market noise, allowing you to catch "Explosive" moves before the crowd sees them. System Requirement: For higher accurate signal and optimal, smoother performance of this indicator without any lag, a good CPU (with   RAM of  atleast 8GB or above) and fast internet connection is highly recommended. IQ FX
作者的更多信息
RedeeCash 三角套利機會將可用的貨幣三元組和每個貨幣交易頭寸設置顯示為全局變量,格式為 AAA/BBB、CCC/AAA、CCC/BBB:AAA/BBB -1|0|1 AAA/BBB、CCC/AAA、CCC/BBB:CCC/AAA -1|0|1 AAA/BBB、CCC/AAA、CCC/BBB:CCC/BBB -1|0|1 其中值是 OP_BUY 或 OP_SELL 的交易方向。 如果交易方向指示 -1,則該貨幣對不應發生交易。 三角套利交易對於不再允許對沖的美國賬戶很有用。 實際上有更多的套利機會,該指標以交易設置的形式顯示所有這些機會。 您只需要讀取全局變量並決定交易哪個機會? 當您開倉時,您應該使用至少 200 PIPS 的止盈,否則交易可能會在沒有止盈值的情況下開倉。
FREE
RedeeCash AROON
Patrick Odonnell Ingle
Version History Date Version Changes 07/08/2022 1.00 Initial Release Description The Aroon indicator is a technical indicator   that is used to identify trend changes in the price of an asset, as well as the strength of that trend. In essence, the indicator measures the time between highs and the time between lows over a time period. The idea is that strong uptrends will regularly see new highs, and strong downtrends will regularly see new lows. The indicator signals when this is happening, and
FREE
RedeeCash WilliamsX50
Patrick Odonnell Ingle
基於 https://tradingstrategyguides.com/williams-percent-range-strategy/ 中確定的策略,但自動支持來自單個專家顧問實例的多種貨幣。還使用 SMA 慢速和快速交叉來確定趨勢方向。 外部策略的基礎是當 Williams %R 在上升趨勢中穿過 -50 時進行買入交易,並在下跌趨勢中進行賣出交易。 您可以控制趨勢週期和 Williams %R 範圍從中點到外部參數,        SINGLE_CURRENCY = true,此參數用於交易單一貨幣,但是,如果您想最大化您的盈利潛力,請將此參數設置為 false 並僅附加到一個圖表,此 EA 將交易在市場觀察窗口中選擇的那些貨幣在您的 Metatrader 4 終端上。        CONCURRENT_ORDERS = 0,此參數是您的策略管理,您可以在其中定義一次可以打開多少並發交易。        TREND_PERIOD = PERIOD_D1,此參數設置趨勢和威廉姆斯%R週期        SLOW_MA_PERIOD = 200,此參數設置慢移平均週
FREE
RedeeCash Volumes Indicator
Patrick Odonnell Ingle
Version History : Date Version Changes 6/20/2022 1.00 Initial release 6/21/2022  1.10 Add global variables for Minimum (SYMBOL_volume_min) and Maximum (SYMBOL_volume_max) History Volumes  Description : RedeeCash Volumes Indicator is the Volumes indicator that you have come to trust for market entry and exit with the added benefit of exposing key metrics as global variables. Including global variables in an indicator permits easier interaction with expert advisors (EA) and scripts. When attaching
FREE
RedeeCash Multime XMA
Patrick Odonnell Ingle
在多個時間範圍內交叉移動平均線。 雖然傳統的趨勢策略會選擇像每日這樣的時間框架來估計趨勢,但當從 5M 到每月的所有時間框架都顯示相同的趨勢時,該專家顧問將在趨勢方向上進行交易。       SINGLE_CURRENCY = true,允許對單一貨幣進行操作,當禁用 (FALSE) 時,將交易在 metatrader 的市場觀察窗口中選擇的貨幣。       CONCURRENT_ORDERS=0,限制多個訂單同時開倉的數量。       PIPS=100,盈利PIPS       DODDFRANK_COMPLAINCE = false,如果在美國賬戶上交易,您需要啟用 FIFO 以防止接收 FIFO 違規?       LOTS=-1,當 LOTs 參數小於零(或負數)時,使用基於每 100 美元賬戶淨值 0.01 手(非餘額)的內部算法計算手數。 如果賬戶貨幣不是美元,則賬戶淨值轉換為美元進行計算(v1.30)       MAX_AUTOLOTS_TRADE=2,使用自動手數算法的最大交易手數=-1 當 LOTS=0 時,交易將失敗(例如在沒有資金風險的情況下在
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 RSI
Patrick Odonnell Ingle
Version History Date Version Changes 07/09/2022 1.10 Initial released Description The RedeeCash RSI is your typical RSI indicator with the three latest RSI calculations exposed as global variables for easier integration with scripts and expert advisors. Code Sample To invoke this indicator from an EA or script, call the iCustom metatrader function, iCustom ( Symbol (), PERIOD_CURRENT , "Market/RedeeCash RSI" , 14 , 1 , 0 ); string RSIVarName = StringConcatenate ( Symbol (), "_rsi" ); string RSIP
FREE
RedeeCash Interest
Patrick Odonnell Ingle
此智能交易系統 (EA) 就像一個高收益儲蓄賬戶,因為交易將發生在支付(賺取)隔夜利息的貨幣對上。進入和退出頭寸分別基於買入和賣出訂單的最低/最高和最高/最低價格的回溯期。 公共輸入, SINGLE_CURRENCY = true,允許對單一貨幣進行操作,當禁用 (FALSE) 時,將交易在 metatrader 的市場觀察窗口中選擇的貨幣。 CONCURRENT_ORDERS=0,限制多個訂單同時開倉的數量。 PIPS=100,盈利PIPS MAX_PIPS=1000,最高點和最低點與賣價和買價之間的最大 PIPS 距離。 MAX_LOTS=100,您的交易賬戶允許的最大手數。 DODDFRANK_COMPLIANCE=false,如果在美國賬戶上交易,您需要啟用 FIFO 以防止接收 FIFO 違規? LOTS=-1,當 LOTs 參數小於零(或負數)時,使用基於每 100 美元賬戶淨值 0.01 手(非餘額)的內部算法計算手數。如果賬戶貨幣不是美元,則賬戶淨值轉換為美元進行計算(v1.31) MAX_AUTOLOTS_TRADE=2,使用自動手數算法的最大交易手
FREE
RedeeCash Statistics
Patrick Odonnell Ingle
1 (1)
Version History Date Version Changes 07/10/2022 1.00 Initial release Description A collection of modern statistical functions that can be integrated into your own strategy. The included functions are, Mean Median Range Skew Max Min IRange Deviations AbsoluteDeviations MAD StandardDeviation Variance GetCorrelation SamplingDistributionStandardDeviation ZScore CorrelationCoefficient CoVariance Beta Confidence SNormInv PercentOfValue ValueOfPercent MQL Header (mqh) The required header is //+--------
FREE
RedeeCash 4XLOTS
Patrick Odonnell Ingle
RedeeCash 4XLOTS 庫是基於 4xlots.com WEB API 算法的本地化風險管理庫。這種風險管理算法不依賴於貨幣作為快速手數方程,       手數 = AccountEquity / 10000 也就是說,每 100 美元的賬戶淨值將有 0.01 手。 RedeeCash 4XLOTS 庫使用 2011 年首次開發的更詳細和增強的算法作為手動計算。 RedeeCash 4XLOTS 有一個稱為LotsOptimize 的函數。在您的項目中復制並包含以下 RedeeCash_4XLOTS.mqh 文件。 //+------------------------------------------------------------------+ //|                                             RedeeCash_4XLOTS.mqh | //|   Copyright 2011-2022, PressPage Entertainment Inc DBA RedeeCash | //|            
筛选:
无评论
回复评论