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
4.83 (6)
主要用途:"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.27 (59)
对于那些总是想了解帐户当前情况的人来说,此信息指示器将很有用。该指标显示诸如利润点数、百分比和货币等数据,以及当前货币对的点差以及柱在当前时间范围内收盘的时间。 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
================================================================   TradeInfoS_en  -  Trade Statistics Indicator for MT4   Copyright (C) 2014 fx-mt4ea.com ================================================================ OVERVIEW -------- Displays trade history statistics and market info in a separate indicator window. Shows results for All-time, This Month, and This Week in three columns. DISPLAY LAYOUT -------------- [ S ]  T:xx/W:xx/L:xx/R:xx%/PL:xx    <- All-time stats [ M ]  T:xx/W:xx/L:xx
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
First 20 Downloads FREE ## 1. Overview $2014 MA Perfect Order All-Currency Scanner Detects "Perfect Order" moving average alignment across all currency pairs simultaneously. A Perfect Order occurs when 3-5 moving averages of increasing periods are stacked in a single, uninterrupted order $2014 proof that price is trending cleanly with no conflicting timeframes.   BUY  signal : Shorter-period MAs are all above longer-period MAs (fast-to-slow stack) -> strong uptrend   SELL signal : Shorte
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
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
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.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
该产品的买家也购买
Gann Made Easy
Oleg Rodin
4.84 (168)
Gann Made Easy 是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,即可免费获得交易指导和超棒的额外指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
Super Signal – Skyblade Edition 專業級無重繪 / 無延遲趨勢信號系統,擁有卓越勝率 | 適用於 MT4 / MT5 在較低的時間週期上效果最佳,例如 1 分鐘、5 分鐘與 15 分鐘圖表。 核心特色: Super Signal – Skyblade Edition 是一套專為趨勢交易設計的智能信號系統。 其採用多重濾波邏輯,僅篩選出具有明確方向性、動能強勁且波動結構健康的走勢進場點。 本系統 不預測高點或低點 ,只有在同時滿足以下三項條件時才會觸發交易信號: 趨勢方向明確 動能持續增強 波動率結構穩定 此外,系統還結合市場流動性分析,以進一步提升信號的準確性與觸發時機。 信號特性: 所有箭頭信號皆為 100% 無重繪,無延遲 信號一旦出現即固定於圖表,不會閃爍或消失 提供圖表箭頭、資訊面板、彈出通知、聲音提示及推播訊息 支援 EA 呼叫(Buffer 輸出),可整合至自動化交易或信號跟單系統 提供預設參數模板,免調整即可使用,適合新手快速上手 總結: Super Signal – Skyblade Edition 是一款邏輯清晰、穩定高效的專業趨勢型
Neuro Poseidon MT4
Daria Rezueva
4.8 (45)
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
Prop Firm Sniper
Mohamed Hassan
5 (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
M1 Sniper
Oleg Rodin
5 (26)
M1 SNIPER 是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
Scalper Inside PRO
Alexey Minkov
4.74 (68)
Scalper Inside PRO 帮助您读懂日内趋势,并在入场前规划好交易。它使用独家内置算法来判断市场方向,并在信号出现的那一刻计算出关键目标位,因此您总能提前看到可能的入场点、止损和获利目标。 该指标还会显示基于历史数据的详细业绩统计,让您看到不同品种和策略过去的表现,从而选择适合当前市场状况的方案。您甚至可以接入自己的箭头指标,用同样的方式查看它们的统计数据。 Scalper Inside PRO 使用手册和参数说明: 点击阅读(英文) 该指标适用于任何品种和任何时间周期(日内交易推荐使用 M5),并内置三种策略。它既可以作为独立的剥头皮工具使用,也可以作为您交易系统的分析组件。适合新手和有经验的交易者,不过和任何工具一样,需要一些练习才能充分发挥它的作用。 购买后请直接联系我,即可获得免费的额外插件和上手小贴士。 主要功能 三种内置独家交易策略。 新一代趋势识别算法(Next-Generation Trend Detection Algorithm, NG TDA),用于判断市场方向。 箭头信号出现后立即计算价位:入场点和多级获利目标(TP1、TP2、TP3)会马上显示
Zoryk Gold mt4
Reda El Koutbane
折扣将在 24 小时后结束——下一价格为 69 美元 联系我获取推荐设置 首发名额有限 ZORYK — MetaTrader 4 专业 XAUUSD 黄金信号与交易计划系统 你一定经历过这种感觉。 你花时间分析黄金,等待入场,终于打开交易后,价格却立即向相反方向移动。你过早平仓,移动止损,或者因为犹豫几秒而错过机会。随后市场在没有你的情况下,准确到达你最初预期的目标。 问题并不总是方向错误。 真正的问题是不确定性。 你不知道真正的入场位置在哪里,不知道交易逻辑在什么位置失效,也不知道应该先保护较小的利润,还是继续等待更大的行情。你甚至不知道当前信号是否足够强,还是自己只是在勉强寻找一笔交易。 黄金移动速度非常快。没有明确计划的正确判断,也可能在几秒钟内变成错误决定。 ZORYK 正是为了解决这个问题而开发。 什么是 ZORYK ZORYK 是一套专门为 MetaTrader 4 和 XAUUSD M5 周期开发的完整黄金信号与交易计划系统。 它不是一个只显示 BUY 或 SELL 箭头,然后让你独自处理所有后续决定的普通指标。 每个确认信号都可以在图表上显示
Trend Catcher ind
Ramil Minniakhmetov
5 (11)
趨勢捕捉指標 趨勢捕捉指標結合了作者獨有的客製化自適應趨勢分析指標,用於分析市場價格趨勢。它透過過濾掉短期噪音,並專注於潛在的動能強度、波動性擴張和價格結構行為,來識別真實的市場方向。此外,它還結合了平滑和趨勢過濾等客製化指標,例如移動平均線、相對強弱指標 (RSI) 和波動率過濾器。 您可以在這裡查看實際運行情況以及我的其他產品: https://www.mql5.com/en/users/mechanic/seller 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。 重要提示!購買後請立即聯繫我,以獲取使用說明和額外獎勵! 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。
Atomic Analyst
Issam Kassas
5 (11)
本产品已针对 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线
Currency Strength Wizard
Oleg Rodin
4.85 (60)
货币强度向导是一个非常强大的指标,为您提供成功交易的一体化解决方案。该指标使用多个时间范围内所有货币的数据来计算这个或那个外汇对的力量。此数据以易于使用的货币指数和货币电力线的形式表示,您可以使用它们来查看这种或那种货币的力量。 您所需要的只是将指标附加到您要交易的图表上,该指标将向您显示您交易的货币的真实强度。该指标还向您显示买卖量压力的极值,您可以在顺势交易时利用这些压力。该指标还显示了基于斐波那契的可能目标。该指标可用于各种交易时间范围。该指标支持各种货币对的交易。 该指标为您提供所有类型的警报,包括推送通知。 购买后请联系我。我将与您分享我的交易技巧,并免费为您提供丰厚的红利指标! 祝您交易愉快,获利丰厚!
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
Smart Trend Trading System
Issam Kassas
4.71 (7)
本产品已针对 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线着色、提醒以及多周期分析。 该系统旨在帮助您应对不同的市场环境: 趋势市场: 识别主要趋势,发现回调,跟随动能,并通过止损指导和移动止损选项寻找更清晰的入场机会。
MTF Supply Demand Zones
Georgios Kalomoiropoulos
4.82 (22)
下一代自动化供需区。适用于任何图表的创新算法。所有区域都是根据市场的价格行为动态创建的。 两种类型的警报 --> 1) 当价格触及区域时 2) 当新区域形成时 你不会再得到一个无用的指标。您将获得一个完整的交易策略和经过验证的结果。     新的功能:     价格触及供需区时发出警报     创建新的供应/需求区时发出警报     推送通知警报     以点为单位的区域宽度标签     关于 MTF 的又一个时间表。因此,现在您将能够看到高于当前 3 个时间帧,而不是高于当前 2 个时间帧     启用/禁用警报/区域/MTF 功能的按钮 您获得的优势:     消除交易中的情绪。     客观化您的交易条目。     通过高概率设置提高您的利润。     节省绘图区域的时间。     像专业人士一样交易金融市场。     任何市场的即时多时间框架分析。 你在图表上看到了什么?     蓝色和红色矩形是当前时间范围的供需区。     虚线样式线是当前上方第一个时间范围内的供需区域。     实线样式线是当前上方第二个时间范围内的
Congestioni
Stefano Frisetti
5 (1)
This indicator is very usefull to TRADE Trading Ranges and helps identify the following TREND. Every Trader knows that any market stay 80% of the time in trading ranges and only 20% of the time in TREND; this indicator has been built to help traders trade trading ranges. Now instead of waiting for the next TREND, You can SWING TRADE on trading ranges with this simple yet very effective indicator. TRADING with CONGESTIONI INDICATOR: The CONGESTIONI Indicator identify a new trading range and ale
SR Liquidity 是一款旨在揭示市场流动性高度集中且价格反应最剧烈的隐蔽区域的交易指标。这些特殊的流动性区域充当着强有力的支撑位与阻力位,为您清晰呈现市场最可能发生反转的位置。 SR Liquidity 指标并非简单地绘制常规的支撑/阻力线,而是通过分析实际的价格行为,识别买卖压力积聚的区域。这些区域实际上是推动市场真实波动的流动性池。通过在图表上直观呈现这些区域,该指标能助您在价格反应发生前预判走势——这意味着它实际上能够预测价格方向可能发生的变化。它将原始的价格行为转化为清晰且具实操价值的市场蓝图,标示出那些可能成为市场转折点的关键价位。 该指标适用于任何交易品种和时间周期——包括外汇、指数、金属、加密货币等。支持任意时间周期。 购买后请联系我,以获取交易指南及免费赠送的优质附加指标!
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(黄金):价格以美元报价。如果黄金在上涨,你怎么能知道是黄金的强势还是美元的弱势?只有当黄金走强时,我们才会进行交易。该指
Gold Signal Swing Pro XAUUSD with Auto TP SL (MT4) — 7层过滤器 + RR保证系统的XAUUSD摆动交易完整系统 无重绘。无重画。无延迟。所有信号在确认后锁定。 买家奖励:购买现货许可证可免费获得AI Zone Radar(价值$59)+ PDF手册。购买后在MQL5上向我发送消息。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 MT5版本也已发售: https://www.mql5.com/en/market/product/170916?source=Site +Profile+Seller 在活跃的交易社区中被黄金交易者使用和信赖。专为精确度和易用性而构建。 这是为谁设计的 工作或生活太忙无法盯盘M5/M15的交易者 只想交易经过过滤的高质量信号的人 隔夜持仓或离开屏幕时持仓的交易者 想要每个信号获得更大波动的交易者(M30上$8-$25,H1上$15-$40,H4上$30-$150) 厌倦了猜测TP/SL设置位置的人 因低时间框架虚假信号而疲惫的交易者
Hydra Trend Rider
INTRAQUOTES
5 (4)
Hydra Trend Rider is a non-repainting, multi-timeframe trend indicator that delivers precise buy/sell signals and real-time alerts for high-probability trade setups. With its color-coded trend line, customizable dashboard, and mobile notifications, it's perfect for traders seeking clarity, confidence, and consistency in trend trading. Setup & Guide:  Download  MT5 Version here. To learn how to use the Indicator: Indicator Manual & Guide -   Read Here Exclusively for you: It's your chance to st
Supply and Demand Dashboard PRO
Bernhard Schweigert
4.81 (21)
目前八折优惠! 这个仪表板是一个非常强大的软件,可用于多个符号和多达9个时间段。 它是基于我们的主要指标(最佳评论:高级供应需求)。 Advanced Supply Demand 该仪表板提供了一个伟大的概述。它显示。   筛选后的供需值,包括区域强度评级。 区间内和区间外的点位距离。 它突出了嵌套的区域。 在所有(9个)时间段内,它对所选符号发出4种警报。 它是高度可配置的,以满足您的个人需求! 您的利益! 对每个交易者来说,最重要的问题是。 什么是入市的最佳水平? 在强大的供应/需求区域内或附近进入你的交易,以获得最佳的成功机会和风险/回报。 我的止损的最佳位置是哪里? 把你的止损放在强势供应/需求区的下方/上方是最安全的。 我的最佳盈利目标是什么? 你的退出策略和你的进入策略一样重要,了解更高的时间框架图可以帮助你。对于买入,使用下一个供应区作为目标,对于卖出,使用下一个需求区作为目标。在回撤到供应区或需求区时进场,以确保有足够的利润空间,达到更高的时间框架的供应和需求,将增加你的利润。 为什么我们要过滤强区和弱区? 不平衡性越大,价格的变动就
BlueDigitsFx Easy 1 2 3 System
Ziggy Janssen
4.87 (299)
BlueDigitsFx 官方生态系统入口 获取基础设施更新、交易资源、产品发布信息以及 BlueDigitsFx 官方生态系统访问权限。 Telegram 生态系统 官方网站 MT5 版本 BlueDigitsFx Easy 123 System —— 强大的 MT4 反转与突破识别系统 一体化无重绘交易系统,专为识别市场反转与突破而设计 —— 适合重视市场结构、清晰信号以及确认型交易流程的交易者。 BlueDigitsFx Easy 123 System 是一款可视化 MT4 指标,并带有提醒功能,可帮助交易者轻松识别市场结构变化、突破以及趋势反转。 该指标遵循结构化的“123”交易模型: 步骤 1 :通过大箭头识别潜在衰竭区域中的新高或新低。 步骤 2 :发出市场结构突破信号,确认潜在趋势反转。 步骤 3 :通过小箭头和支撑/阻力点提供入场确认。 注意 :大箭头在K线收盘前可能会重绘,因为它会根据实时市场结构变化进行调整。 小箭头一旦出现后则为 100% 无重绘信号。 功能特点 大箭头:识别强烈的市场结构变化及潜在反转机会。 小箭头:100% 无重绘趋势信号。 支撑与阻力点
Day Trader Master
Oleg Rodin
5 (15)
Day Trader Master 是一个完整的日间交易者交易系统。该系统由两个指标组成。一个指标是买入和卖出的箭头信号。这是你得到的箭头指示器。我将免费为您提供第二个指标。第二个指标是专门设计用于与这些箭头结合使用的趋势指标。 指标不重复也不迟到! 使用这个系统非常简单。您只需按照当前趋势方向的箭头信号,显示为双色线。蓝色是买入趋势。红色是一种销售趋势。蓝色箭头是买入信号。红色箭头是卖出信号。您需要箭头的颜色和信号的方向来匹配趋势线的颜色。 箭头指标主要是为 M5 和 M15 时间间隔的日内交易而创建的。但从技术上讲,该系统可以用于其他时间间隔。 指示器配备带有推送消息功能的弹出警报。 购买后一定要写信给我!我将为您提供与系统交易的个人建议,以及我的趋势指标。此外,还有丰厚的奖励等着您!
Master Volume profile
Israr Hussain Shah
Money Flow Profile MT5 HERE   Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis This Master Edition is engineered for clarity and speed, featuring a unique Auto-Theme Sync system that instantly beautifies your chart layout upon loading. Key Features: True Money Flow Calculation: Goes beyond stand
Gold Trend M1
Van Minh Nguyen
Gold Trend M1 - Optimized Scalping Tool for Gold (XAUUSD) Gold Trend M1 is a high-frequency trading indicator for the MetaTrader 4 platform, specifically optimized for the M1 timeframe on the Gold market. It combines a powerful SuperTrend trend filter with buy/sell signals derived from Heiken Ashi calculation logic, helping traders identify precise and disciplined entry points for optimal trading performance. Key Features Optimized for M1 Scalping: Specifically developed for high-speed scalping
TrendMaestro
Stefano Frisetti
4 (4)
Attention: beware of SCAMS, TRENDMAESTRO is only ditributed throught MQL5.com market place. note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes a
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
TrendDecoder Premium
Christophe Pa Trouillas
5 (8)
确定范围和下一步可能的走势   |  获得早期信号和趋势强度   |  在反转之前获得明确的退出   |  了解价格将测试哪些斐波水平 非重绘、非延迟指标 - 手动和自动交易的理想选择 - 适用于所有资产和所有时间单位 购买后,请联系我以获取您的 免费 TrendDECODER_Scanner MT5   版本: 点击此处 使用   BladeSCALPER   和   PowerZONES   获取我们的完整方法 它是什么? TrendDECODER 集多种创新于一身,使趋势监测变得简单易行。 投射趋势线(Projective TrendLine)--快速参考即将到来的趋势 实时趋势线(RealTime TrendLine)与投射趋势线(Projective TrendLine)的对比 - 与之前的同方向走势相比,市场是加速还是放缓? 实时趋势线交叉 - 趋势正在偏离轨道 使用 GreyBox - 市场不再是趋势并进入新的过渡序列 使用 DecoderSignals 和 Blue/Orange Clouds - 利用作为动态支撑/阻力的 Blue/Orange Cloud
M1 Arrow
Oleg Rodin
4.81 (21)
M1 Arrow 指标基于市场自然交易原则,包括波动性和成交量分析。该指标适用于任何时间框架和外汇货币对。指标中一个易于使用的参数即可让您根据想要交易的任何外汇货币对和时间框架调整信号。 除了基于买卖信号的主要算法外,该指标还内置了多种额外的策略,您可以在输入参数中选择。这些策略无需任何设置。指标会根据您在指标中使用的策略模式自动选择设置。 该算法基于对成交量和价格波动的分析,并使用额外的过滤器。该指标的智能算法仅在两个市场因素结合为一个时才发出信号。该指标计算特定范围的波动,并使用成交量分析来确认波动。 购买后请联系我,即可免费获得我的交易技巧和超棒的额外指标! 祝您在生活的各个方面都取得巨大成功,万事如意!
停止猜测,开始用统计优势交易 股票指数的交易方式与外汇不同。它们有固定的交易时段,隔夜会出现跳空,并遵循可预测的统计模式。这个指标为您提供所需的概率数据,让您能够自信地交易DAX、标普500和道琼斯等指数。 与众不同之处 大多数指标向您展示已经发生的事情。而这个指标向您展示接下来可能发生什么。每个交易日,指标都会根据100天的历史数据分析您当前的设置。它会找到具有相似跳空、相似开盘位置的日子,并准确计算价格到达关键水平的频率。不再猜测跳空是否会回补,或者昨天的高点是否会被测试。您将获得基于真实数据的精确百分比。 完整手册及所有参数说明请访问: https://www.mql5.com/en/blogs/post/766370 帮助您找到优质设置的策略指南: https://www.mql5.com/en/blogs/post/766371 搭配风险回报计算 + 快速交易管理按钮EA,轻松进行股指日内交易 - https://www.mql5.com/en/market/product/78020 MT5 Version:  https://www.mql5.com/en/market/
PZ Day Trading
PZ TRADING SLU
3.67 (3)
该指标仅使用价格行为分析和donchian渠道以锯齿形检测价格反转。它是专门为短期交易而设计的,根本不需要重新粉刷或补漆。对于精明的交易者来说,这是一个绝佳的工具,旨在增加他们的运作时间。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 极易交易 它在每个时间段都提供价值 实施自我分析统计 它实现了电子邮件/声音/视觉警报 基于可变长度的突破和拥挤区域,该指标仅使用价格行为来选择交易并对市场快速做出反应。 显示过去信号的潜在利润 该指标分析其自身的质量和性能 突围的损失突出显示并解决 该指标是不可重涂和不可重涂的 该指标将帮助盘中交易者不要错过单个价格反转。但是,并非所有价格反转都是一样的,也不是具有相同的可行质量。决定要突破哪些突破而忽略哪些取决于交易者的良好判断。 如何解释统计数据 该指标研究其自身信号的质量,并在图表上绘制相关信息。将分析每笔交易,并在图表的左上角显示总体历史结果,这使您可以针对任何给定的工具和时间范围自行优化指标参数。每个乐器和时间表都有其自己的最佳设置,您可以自己找到它们。 最大优惠交易:对于任何给定的交易,MFE都是最好的结
Binary Trader Master
Oleg Rodin
3.5 (2)
Binary Trader Master 是一个基于箭头的指标,可预测蜡烛的收盘价。它仅在一根蜡烛内进行分析。当蜡烛打开时,需要一些时间来进行分析并预测蜡烛的收盘价。然后它产生一个信号。该指标还允许您应用可用于分析的时间限制,这意味着您实际上可以告诉指标允许在蜡烛内进行分析的时间。该指标监控蜡烛中的特殊交易量模式。该分析实际上预测了当前 (0) 蜡烛的收盘价。由于此类蜡烛通常具有强劲的成交量,因此这些信号也具有良好的获利潜力,也可用于外汇交易。二元和外汇交易者都可以从该指标中受益。 由于指标与单个蜡烛的主体一起使用,因此指标仅在实时或视觉策略测试模式下提供信号! 信号不要重绘! 购买后请联系我!我会为您提供交易说明,免费赠送您丰厚的红利!
作者的更多信息
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 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 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 三角套利機會將可用的貨幣三元組和每個貨幣交易頭寸設置顯示為全局變量,格式為 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 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 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 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 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 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 | //|            
筛选:
无评论
回复评论