• 概述
  • 评论
  • 评论

RedeeCash AROON

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 when it isn't.

The RedeeCash AROON technical indicator adds global variables for the current strength of the UP TREND and DOWN TREND as well as the slope of the UP TREND and DOWN TREND AROON indicator lines.

Code Sample

To invoke this indicator from an EA or script, call the iCustom metatrader function,

iCustom(Symbol(),PERIOD_D1,"Market/RedeeCash AROON",25,1,0);

string AroonUpTrendVarName = StringConcatenate(Symbol(),"_aroon_UP");
string AroonDownTrendVarName = StringConcatenate(Symbol(),"_arron_DN");
string AroonUpTrendSlopeVarName = StringConcatenate(Symbol(),"_aroon_UPSlope");
string AroonDownTrendSlopeVarName = StringConcatenate(Symbol(),"_arron_DNSlope");

double upAroon = GlobalVariableGet(AroonUpTrendVarName);
double dnAroon = GlobalVariableGet(AroonDownTrendVarName);
double upSlope = GlobalVariableGet(AroonUpTrendSlopeVarName);
double dnSlope = GlobalVariableGet(AroonDownTrendSlopeVarName);

double maShort = iMA(Symbol(),PERIOD_D1,50,0,MODE_SMA,PRICE_CLOSE,0);
double maLong  = iMA(Symbol(),PERIOD_D1,200,0,MODE_SMA,PRICE_CLOSE,0);             

if (upAroon > dnAroon && upAroon < 70 && maShort > maLong && upSlope > 0) {
  OrderSend(Symbol(),OP_BUY,0.01,Ask,0,0,0);
} else if (upAroon < dnAroon && dnAroon < 70 && maShort < maLong && dnSlope > 0) {
  OrderSend(Symbol(),OP_SELL,0.01,Bid,0,0,0);
}

Usage

When the Moving Averages crosses indicate a DOWN trend, use the RedeeCash AROON indicator to confirm the entry point when the AROON DOWN TREAND value is greater than the AROON UP TREND value, while the AROON DOWN TREND value is less than 70 and the AROON DOWN TREND slop is positive (non-zero).


推荐产品
KFX Symbol Changer
Peter Kariuki Thande
4 (1)
KFX SMA: Symbol Changer + Moving Average (3x) + ATR + RSI + Candle Timer. This indicator allows you to create a Symbol list and change between symbols of the current chart or Timeframe by selecting the appropriate button. On Chart there are three(3) multi timeframe Moving Averages shown (selected by you), ATR Value MTF ( selected by you -  helps with setting SL and TP), RSI Value MTF (selected by you) and a Candle Timer.   Features: - Symbol Changer : Change Symbol and Timeframe of Chart.   (
FREE
MQLTA Support Resistance Lines is an indicator that calculates the historical levels of Support and Resistance and display them as Lines on chart. It will also Alert you if the price is in a Safe or Dangerous zone to trade and show you the distance to the next level. The indicator is ideal to be used in other Expert Advisor through the iCustom function. This DEMO only works with AUDNZD, the full product can be found at https://www.mql5.com/en/market/product/26328 How does it work? The indicato
FREE
Gold Indicator
Ahmed Alaaeldin Abdulrahman Ahmed Elherzawi
5 (1)
This indicator uses horizontal lines to identify support and resistance levels based on Zigzag legs and On-Balance Volume (OBV) analysis. Here is a summary of how the indicator works: Resistance and Support Lines : A horizontal line above the current price level indicates resistance. A horizontal line below the current price level indicates support. Drawing Horizontal Lines : Draw horizontal lines on every Zigzag leg within the last X legs, where X is a specified number (e.g., 10). Only the most
FREE
UPD1 Fibo Levels
Vitaliy Kuznetsov
5 (1)
该指标分析指定数量的蜡烛并根据高低绘制斐波那契水平。 由于级别正在重新排列,我们对范围的右侧感兴趣。 价格会吸引水平并对触摸做出反应。 使用此工具在修正后找到趋势入口点。 如果在左边我们看到水平已经完美上升,那么我们可以假设我们已经在极值点找到了运动的终点。 所有线条都通过缓冲区或对象绘制(可选)。 输入参数 。 Bars Count - 计算范围 。 Visual Button - 按钮显示(启用/禁用) 。 Corner - 按钮锚定角度 。 X indent - 以像素为单位的水平填充 。 Y indent - 以像素为单位的垂直填充 。 Label Visual - 显示级别标签 。 Label Font Size   - 字体大小 。 Label Shift Bars   - 在酒吧的铭文的缩进 。 Label Tooltip   - 在关卡上方的光标下显示文本 。 Draw Lines   -  使用缓冲区或对象绘制 。 Box Visual   - 启用/禁用框视觉 。 Box Width   - 箱线粗细 。 Box Style   - 框线样式 
FREE
This indicator is based on Mr. Mark Fisher's ACD strategy, based on the book "The Logical Trader." - OR lines - A lines - C lines - Daily pivot range - N days pivot range - Customizable trading session - Drawing OR with the desired time Drawing levels A and C based on daily ATR or constant number - Possibility to display daily and last day pivots in color zone - Displaying the status of daily PMAs (layer 4) in the corner of the chart - Show the order of daily pivot placement with multi-day
FREE
Fibo Linear Channel
Igor Semyonov
4 (1)
Colored indicator of the linear channel based on the Fibonacci sequence. It is used for making trading decisions and analyzing market sentiment. The channel boundaries represent strong support/resistance levels, as they are the Fibonacci proportion levels. Users can select the number of displayed lines of channel boundaries on the chart by means of the input parameters. Attaching multiple instances of the indicator to the chart with different calculation periods leads to displaying a system of c
UPD1 Pivot Levels
Vitaliy Kuznetsov
5 (1)
该指标在图表上显示基于前一天计算的经典枢轴水平。 您可以选择从哪个小时计算公式。 在平盘中以反转水平交易。 在趋势市场中,将它们用作目标。 结合您的成功交易策略 。 这些级别是使用缓冲区构建的,并显示在整个可用的报价历史记录中。 输入参数 。 Start Hour - 一天从几点开始。 00 - 默认 。 Show Mid Pivots - 显示中间级别 。 Visual Button - 按钮显示(启用/禁用) 。 Corner - 按钮锚定角度 。 X indent - 以像素为单位的水平填充 。 Y indent - 以像素为单位的垂直填充 。 Label Visual - 显示级别标签 。 Label Font Size   - 字体大小 。 Label Shift Bars   - 在酒吧的铭文的缩进 。 Label Tooltip   - 在关卡上方的光标下显示文本 。 Levels Style   - 线条画风格 。 Levels Width   - 宽度 。 Levels Color   - 颜色 。 Alert - 启用/禁用通知 。 Ale
FREE
SR indicator
Alexander Chertnik
SR is a support and resistance indicator, it shows major highs and lows by different colors. The color of a level is changing if the last high or low are touching it. After the closing of a bar above or below level, it will delete it. extern inputs: loop for candles / colors / drawing time *This indicator signal is not perfect and have to be used with other market analysis and confirmations.
FREE
Grapic ByArrowTrend Pro
Truong Cong Truc
1 (1)
Indicator support for only: Entry Point to Trend Pro Link indicator  support   :   https://www.mql5.com/en/market/product/70867 Supports all currency pairs declared in the definition. Help investors do not need to open many charts. Notice the DEAL:  multiple time frames confluence   M15, H1, H4. Entry Point to Trend Pro The indicator helps investors to identify the earliest and perfect reversal point. Easy to make decision to trade with the trend   Price action trading. support resistance
FREE
Period Breakout Indicator
Komang Putra Riswanjaya
5 (1)
The Period Breakout Indicator is a versatile tool designed for traders seeking to identify breakout opportunities based on customizable time periods. This indicator automatically determines the highest and lowest prices within a user-defined period, allowing you to tailor it precisely to your trading strategy. Key Features: Customizable Time Periods: Define the start and end times based on your preferred trading hours or any specific period. The indicator will then calculate the highest and low
FREE
Double Price Channel   设置中指定的特定数量柱的价格通道指标。 指标线代表动态支撑或阻力位。上限为一定周期数的最高价,下限为最低价。与基于收盘价的移动平均线不同,该指标不会因小幅波动而“分心”。仅当边界发生变化时才会重新计算。如果是后者,那么值得认真思考一个新趋势的走向。有些策略是在一张图表上同时使用两个不同时期的指标。在这种情况下,周期较短的指标位于第二个指标内。 指标设置说明: Width_Bars - 指标周期 高度 - 高度,以磅为单位 Double Price Channel   设置中指定的特定数量柱的价格通道指标。 指标线代表动态支撑或阻力位。上限为一定周期数的最高价,下限为最低价。与基于收盘价的移动平均线不同,该指标不会因小幅波动而“分心”。仅当边界发生变化时才会重新计算。如果是后者,那么值得认真思考一个新趋势的走向。有些策略是在一张图表上同时使用两个不同时期的指标。在这种情况下,周期较短的指标位于第二个指标内。 指标设置说明: Width_Bars - 指标周期 高度 - 高度,以磅为单位
FREE
MQLTA Support Resistance Lines
MQL4 Trading Automation
4.27 (11)
MQLTA Support Resistance Lines is an indicator that calculates the historical levels of Support and Resistance and display them as Lines on chart. It will also Alert you if the price is in a Safe or Dangerous zone to trade and show you the distance to the next level. The indicator is ideal to be used in other Expert Advisor through the iCustom function. This indicator can be tested LIVE on AUDNZD with the following DEMO https://www.mql5.com/en/market/product/26572 How does it work? The indicat
FREE
Download the free version   here. Divergence Divergence refers to when the price of a currency pair moves in one direction while the trend indicator is moving in the opposite direction. With divergence, there can be positive and negative signals. Divergences in Forex trading are quite common signals of technical analysis. These are basic early Forex signals indicating the trend reversal and filter false signals. Application of this indicator It is usually not easy to detect divergences by the t
FREE
Awesome Pivot Indicator
Komang Putra Riswanjaya
The Pivot Indicator is a vital tool for technical analysis used by traders in the financial markets. Designed to assist in identifying potential reversal points or trend changes, this indicator provides valuable insights into key levels in the market. Key features of the Pivot Indicator include: Automatic Calculations: The Pivot Indicator automatically calculates Pivot Point, Support, and Resistance levels based on the previous period's high, low, and close prices. This eliminates the complexity
FREE
The SFT Fibo Smart Pivot indicator is a powerful trading tool based on the Fibonacci Golden Ratio, designed to identify key support and resistance levels in the forex market. This indicator has the ability to pinpoint significant price levels that can serve as entry and exit points for trades. It enables traders to analyze the market more effectively and make well-informed decisions. The indicator uses the Fibonacci Golden Ratio to accurately determine support and resistance levels. These levels
FREE
MP Demark Pivot Levels
Pierre Ksachikian
4.5 (2)
This indicator is stand alone version from  MP Pivot Levels  (All in one) containing Demark's Pivots. Calculations:     PP = X / 4     R1 = X / 2 - LOWprev     S1 = X / 2 - HIGHprev Uses: When the pair currency price may change the direction of movement. Possible constraints of support and resistance that creates plateaus for the currency pair prices. Tendency identification by comparing the present prices according to current day's pivot point and also the prior day's pivot points. ___________
FREE
SR levels true mql4
Egidijus Bikulcius
5 (1)
Indicator SR levels true in small time frames is very useful for scalping while in bigger ones it is good for day or position trading. SR levels true can draw 4 support/resistance levels based on defined maximum rebouds from price level. Indicator scans  defined number of bars in time axis and defined number of pips in price axis (both sides - up and down) and calculates how much times price was rejected from scanned price levels. At the price levels where maximum rebounds are counted, support
FREE
!!!在 [CodeBase] 中,我发布了 Mql4 指标代码。免费下载代码!!! (您必须在更新终端时调整代码)。 该指标是交易者的工具。它显示了所有周期和符号上的随机指标的运动:М1, М5, М15, М30, Н1, Н4 每分钟(从当前到 -240 分钟的时间尺度,即过去 4 小时)。 Step_Stoch 克服了随机指标的缺点——滞后。例如,在 H1(或 M30)下跌后的上升可以在 H1 的 60 分钟后或 M30 的 30 分钟后在通常的随机指标上看到。该指示器会在一分钟内显示此信息,让您获得更好的结果。 您可以将所有随机指标组合在一起并分析它们的走势,以立即做出最佳交易决策,这可能会导致在关闭交易时损失利润或延迟开盘,此时利润(大部分)的可能性已经丧失. Step_Stoch 线可帮助您更快地看到趋势反转过程的开始。 该指标会自动调整为 4 位和 5 位报价、屏幕 DPI、图表的时间刻度。 输入值     KPeriod, DPeriod, Slowing, Mode_, - 标准随机参数。     ColorBack - 背
FREE
FREE UNLIMITED PM: https ://linktr .ee /ARFXAUTOTRADE ?utm_source =linktree_admin_share The Trend Line is an essential tool for traders, whether you're mapping trends or looking for counter-trend opportunities. I’m excited to share my custom Auto Trend Line Indicator, designed to make it easier for you to analyze the market. How to Use the Trend Line: Trend Following: Wait for the trend line to return and touch it, forming a continuation pattern on the candlestick. This is your signal to follow
FREE
The Icarus Reversals(TM) FREE Indicator is a powerful tool to identify high-probability reversal points, across all instruments.  The Reversals Indicator provides traders and investors with a simple-to-use and highly dynamic insight into points of likely price-action reversals.  Generated by a unique proprietary code-set, the Reversals Indicator (FREE version) generates long and short trade signals, which can be customised for key inputs and colourisation. Settings of the Icarus Reversals FREE h
FREE
PointsVsBars
Stanislav Korotky
This indicator provides a statistical analysis of price changes (in points) versus time delta (in bars). It calculates a matrix of full statistics about price changes during different time periods, and displays either distribution of returns in points for requested bar delta, or distribution of time deltas in bars for requested return. Please, note, that the indicator values are always a number of times corresponding price change vs bar delta occurred in history. Parameters: HistoryDepth - numbe
FREE
Pivot SR
Wartono
4.5 (2)
It identifies the pivot, support, and resistance price levels of the selected timeframe and then draws lines onto the chart. FEATURES: Option to specify the Timeframe Period in the PivotSR calculation. Option to display the PivotSR of the last candle, of every candle, or of the current candle. Options for displaying labels, line thickness, and line color. PivotSR can be interpreted as reversal levels or past price reactions that can be used as the basis for current price analysis. Some traders b
FREE
Gets
Andrey Kozak
Gets is a smart trading system with complex market analysis mechanism. The operation principle of Gets is based on neural networks and diversified collection of information from various market analyzers. Then the system analyzes the statistical databases to create a general idea of the current market situation and the further price movement. The information is displayed on the screen in a simple and intuitive way - in the form of buy and sell arrows. Also, the information on the current trend st
Indicator Support and Resistence plain in your chart seven lines; Red line=Resistence 3. Red line=Resistence 2. Red line=Resistence 1. Yellow line= Pivot. Green line= Support 1. Green line= Support 2. Green line= Support 3. adattable in all timeframe (minute 1, minute   5, minute   15, minute   30, Hour 1, Hour 4,Day 1,Week 1,Mounth 1); Buy under support and sell over the resistence;
Angle Dashboard
Taras Slobodyanik
5 (1)
This is a multicurrency and multitimeframe indicator that calculates the angle between two points. Points for measuring the angle can be taken from the ZigZag (the last two points), or from the Moving Average (between two given bars), or it can be the closing prices of bars. Angle measurement is possible in degrees or in radians. You can select the scale for the calculation. For a better understanding of the indicator, you can study the free Angle High Low indicator. In the parameters you can
Trend arrow Indicator
NGUYEN NGHIEM DUY
3.33 (9)
Trend arrow Indicator is an arrow Indicator used as an assistant tool for your trading strategy. The indicator analyzes the standard deviation of bar close for a given period and generates a buy or sell signals if the deviation increases. It good to combo with Martingale EA to follow Trend and Sellect Buy Only/Sell Only for EA work Semi-Automatic. You can use this  Indicator with any EAs in my Products.
FREE
支撑和阻力水平查找器: 支撑和阻力水平查找器是一种先进的工具,旨在增强交易中的技术分析。具有动态支撑和阻力水平,它随着图表上新的关键点的出现实时调整,提供动态和响应式分析。其独特的多时间框架功能允许用户在任何所选时间框架上显示来自不同时间框架的支撑和阻力水平,提供细致的透视,例如在五分钟图上显示每日水平。它采用智能算法,其中包含历史数据集,使其与其他S&R指标区分开来,确保综合分析。在检测水平时,该工具采用多参数计算,有助于提高准确性。用户可以单独自定义支撑和阻力水平的颜色,创建个性化的视觉体验。该工具还包括警报功能,可在价格接近关键水平时通知交易者,增强及时决策。具有方便的功能,如隐藏和显示按钮,以及用于快速切换水平可见性的热键,支撑和阻力水平查找器为寻求在其技术分析中精确性和灵活性的交易者提供了多功能且用户友好的解决方案。 特点: - 动态支撑和阻力水平:随着图表上新的重要关键点的出现进行调整。 - 多时间框架支撑和阻力水平:能够在任何其他时间框架上显示任何时间框架的水平。例如,在M5上显示每日水平。 - 使用智能算法,其中包括历史数据,与其他S&R指标不同。 - 在
FREE
Trend Ray
Andriy Sydoruk
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
Magic Pivot
Evgeny Belyaev
Magic Pivot is a professional indicator for finding the support and resistance lines; it has been developed by a group of professional traders. The indicator plots three support lines and three resistance lines, where a price reversal is highly probable. Magic Pivot is an excellent tool for scalping and intraday trading.   Advantages High accuracy of signals. Suitable for scalping and intraday trading. The indicator does not redraw. Simple indicator setup, minimum parameters. Works on any finan
剝頭皮指標。點顯示圖表上的價格反轉位置。沒有重繪。最小延遲。適用於 M1、M5、M30、H1、H4 時間框架。您可以處理所有貨幣對。該指標也適用於黃金、白銀和加密貨幣。該指標也可用於二元期權。 如何交易(GBPUSD 策略示例)? 當出現藍點時,購買。 當出現紅點時,賣出。 TakeProfit 設置為 25 點。止損設置 35 點。 TrelingStop 設置為 15 點。 指標的好處: 在 M1 時間範圍內交易 適用於所有貨幣對 可以在加密貨幣上工作 可以在金屬上工作 未重繪 延遲很小,不影響結果 非常容易使用 指標設置: period - 指定計算反轉點的結算週期。 bars - 指定圖表上顯示指標的條數。 購買後,寫信給我們,我們將免費贈送您一份禮物!
该产品的买家也购买
Gann Made Easy
Oleg Rodin
4.85 (82)
Gann Made Easy 是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我!我将免费与您分享我的交易技巧和丰厚的红利指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
- Real price is 80$ - 40% Discount ( It is 49$ now ) Contact me for instruction, add group and any questions! Related Product:  Bitcoin Expert , Gold Expert Introduction The breakout and retest strategy is traded support and resistance levels. it involves price breaking through a previous level.  The break and retest strategy is designed to help traders do two main things, the first is to avoid false breakouts. Many false breakouts start with a candlestick that breaks out of a level but ends wi
Atomic Analyst
Issam Kassas
5 (2)
首先值得强调的是,该交易指标是非重绘、非延迟的指标,这使其成为手动和机器人交易的理想选择。 用户手册:设置、输入和策略。 Atomic Analyst是一种PA价格行动指标,利用价格的力量和动量来寻找市场上更好的机会。配备了高级过滤器,可帮助去除噪音和假信号,并提高交易潜力。使用多层复杂的指标,Atomic Analyst扫描图表,并将复杂的数学计算转化为任何初学者都能理解并用来做出一致交易决策的简单信号和颜色。 “Atomic Analyst”是专为新手和经验丰富的交易者量身定制的综合交易解决方案。它将高级指标和一流功能融合为一体的交易策略,使其成为所有类型交易者的多功能选择。 日内交易和剥头皮策略:专为快速准确的日内交易和短期交易而设计。 日内和摆动交易策略:可用作追求价格大幅波动的日内和摆动交易者的可靠工具。 多货币和市场:凭借其可靠的精度,在不同的工具和市场上运作。 多个时间框架:可在多个时间框架上使用,性能良好。 稳定性:所有指标均不重绘、不重绘和不滞后,确保可靠的信号。 信号清晰度:提供箭头信号,用于清晰的入场和出场点。 实时警报:通过交易入场、SL和TP警报通知交
Scalper Inside PRO
Alexey Minkov
4.73 (56)
An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability. Scalper Inside
Gold Stuff
Vasiliy Strukov
4.89 (239)
Gold Stuff 是专为黄金设计的趋势指标,也可用于任何金融工具。 该指标不会重绘,也不会滞后。 推荐时间框架 H1。 在它指标工作全自动专家顾问 EA Gold Stuff。 你可以在我的个人资料中找到它。 重要! 购买后立即与我联系,以获得说明和奖金!   您可以免费收到我们的强力支持和趋势扫描指标的副本,请私信。大部头书! 购买后立即联系我以获得设置和个人奖励!   设置 绘制箭头 - 打开关闭。 在图表上绘制箭头。 警报 - 打开关闭声音警报。 电子邮件通知 - 打开关闭。 电子邮件通知。 Puch-notification - 打开关闭。 推送通知。 接下来,调整色域。 Gold Stuff 是专为黄金设计的趋势指标,也可用于任何金融工具。 该指标不会重绘,也不会滞后。 推荐时间框架 H1。 在它指标工作全自动专家顾问 EA Gold Stuff。 你可以在我的个人资料中找到它。 购买后立即联系我以获得设置和个人奖励!   设置 绘制箭头 - 打开关闭。 在图表上绘制箭头。 警报 - 打开关闭声音警报。 电子邮件通知 - 打开关闭。 电子邮件通
目前八折优惠! 对任何新手或专家交易者来说都是最好的解决方案! 这个仪表板软件适用于28种货币对。它基于我们的两个主要指标(高级货币强度28和高级货币冲动)。它对整个外汇市场提供了一个伟大的概述。它显示高级货币强度值,货币运动速度和28个外汇对在所有(9)时间段的信号。想象一下,当你可以使用图表上的单一指标观察整个市场,以确定趋势和或剥头皮的机会时,你的交易将得到改善 我们已经在这个指标中建立了一些功能,使你更容易识别强势和弱势货币,同时识别和确认潜在的交易。该指标以图形方式显示货币的强势或弱势是增加还是减少,以及它在所有时间段的表现。 增加的新功能是动态市场斐波那契水平,它适应当前的市场条件变化,这是一个已经在我们的高级货币强度28和高级货币冲动指标中使用的成熟的加分项。 在交易时,总是将弱势货币和强势货币配对,这个新指标将帮助你做到这一点。 用户手册:点击这里  https://www.mql5.com/en/blogs/post/708783 特点  显示每个时间段的ACS28和GAP-speed(冲动)的货币强度值。 列:颜色代码以7种颜色
Enigmera
Ivan Stefanov
5 (3)
ENIGMERA:市场核心 https://www.enigmera.com 简介 该指标和交易系统是金融市场的一种非凡方法。ENIGMERA 利用分形周期精确计算支撑位和阻力位。它能显示真实的累积阶段,并给出方向和目标。 该系统无论在趋势中还是在修正中都能发挥作用。 它是如何运行的? ENIGMERA 由三条线组成:支撑/阻力线、目标线和偏离线。与一般市场指标将过去的数据推断为现在和未来的情况不同,该系统能提供当前的完整情况。如果你处于支撑位,这意味着真正的支撑;如果你处于阻力位,这意味着真正的阻力。如果突破某一水平,则表示趋势发生变化。没有重绘。 由于市场在不断变化,ENIGMERA 不断调整其评估工具,定期修改策略。  这保证了每种情况都能得到全面评估。这一市场指标的独特性显而易见,其能力不言而喻。  ENIGMERA 为金融分析师和咨询师提供服务,他们需要可靠的见解与客户分享,也为投资者提供服务,他们需要最精确和最可靠的保证。 该系统能够达到最佳精度,使交易者能够自信、清晰地评估他们的选择。 ENIGMERA 将 20 年的交易专长和知识整合到一个综合软件
TPSproTREND PrO
Roman Podpora
4.79 (19)
TPSpro TREND PRO 是一个趋势指标,可以自动分析市场并提供有关趋势及其每次变化的信息,并给出进入交易的信号而无需重新绘制! 该指标使用每根蜡烛,分别对其进行分析。指不同的脉冲——向上或向下脉冲。货币、加密货币、金属、股票、指数交易的准确切入点! MT5版本                 指标的完整描述   我们建议将其与 指示器 -   RFI LEVELS 一起使用 主要功能: 准确的输入信号,无需渲染! 如果出现信号,它仍然相关!这是与重提指标的一个重要区别,重提指标可以提供信号然后改变信号,这可能导致存款资金的损失。现在您可以以更高的概率和准确度进入市场。还有一个功能是在箭头出现后为蜡烛着色,直到达到目标(止盈)或出现反转信号。 显示止损/获利区域 为了提高搜索切入点时的视觉清晰度,创建了一个模块,该模块最初显示买入/卖出区域,在该区域中搜索进入市场的最佳点。用于处理止损水平的附加智能逻辑有助于随着时间的推移减小其大小,从而降低进入交易(移动 sl)时的初始风险。 显示较高时间范围内的最小值/最大值(MTF 模式) 添加了一项功能,可以显示较高时间间隔的最小
Dynamic Forex28 Navigator - 下一代外汇交易工具。 当前 49% 折扣。 Dynamic Forex28 Navigator 是我们长期流行的指标的演变,将三种功能合二为一: 高级货币强度 28 指标 (695 条评论)+ 高级货币 IMPULSE 带警报 (520 条评论)+ CS28 组合信号(奖励)。 有关指标的详细信息 https://www.mql5.com/en/blogs/post/758844 下一代强度指标提供什么? 您喜欢的原始指标的一切,现在通过新功能和更高的精度进行了增强。 主要特点: 专有货币强度公式。  所有时间范围内的平滑和准确的强度线。 非常适合识别趋势和精确进入。 动态市场斐波那契水平(市场斐波那契)。  此指标独有的独特功能。 斐波那契应用于货币强度,而不是价格图表。 适应实时市场活动以获得准确的反转区域。 实时市场动量。  第 9 行显示市场是活跃还是被动。 对于定时交易至关重要。 全面的警报和显示。  每种货币最强的买入和卖出动量。 ​​28 对的双重动量买入和卖出。 超买/超卖警告外部范围
Trend Punch
Mohamed Hassan
4.95 (19)
This indicator is unstoppable when combined with our other indicator called  Support & Resistance . After purchase, send us a message and you will get it   for  FREE as a BONUS! Introducing Trend Punch , the revolutionary forex trend indicator that will transform the way you trade! Trend Punch is uniquely designed to provide precise buy and sell arrows during strong market trends, making your trading decisions clearer and more confident. Whether you're trading major currency pairs or exotic sym
Trend Screener
STE S.S.COMPANY
4.8 (87)
趋势指标,趋势交易和过滤的突破性独特解决方案,所有重要趋势功能都内置在一个工具中! 它是 100% 非重绘多时间框架和多货币指标,可用于所有符号/工具:外汇、商品、加密货币、指数、股票。 限时优惠:支撑和阻力筛选指标仅售 50美元,终身有效。(原价 250 美元)(优惠延长) 趋势筛选器是有效的指标趋势跟踪指标,它在图表中提供带有点的箭头趋势信号。 趋势分析器指标中可用的功能: 1.趋势扫描仪。 2. 具有最大利润分析的趋势线。 3.趋势货币强度计。 4. 带有警报的趋势反转点。 5. 带有警报的强趋势点。 6. 趋势箭头 每日分析示例,每日信号表现...等与我们的趋势筛选指标,可以在这里找到: 点击这里 限时优惠:Trend Screener Indicator 仅售 50 美元且终身可用。原价 125$) 通过访问我们的 MQL5 博客,您可以找到我们所有的高级指标以及分析示例、每日信号表现...等。 : 点击这里 我们的趋势系统由 2 个指标组成: 1. Trend Screener Indicator:显示趋势仪表盘、图表中的趋势线、入场点...等。 2.
FX Volume
Daniel Stein
4.58 (33)
通过 mql5 和 Telegram 上 的 " 晨间简报 "获取每日市场更新,包括详细信息和屏幕截图 ! 外汇交易量(FX Volume)是第一个也是唯一一个从经纪商角度真正洞察市场情绪的交易量指标。 直接在您的图表上看到这些信息是真正改变游戏规则和突破性的交易解决方案。 受益于独特的市场数据洞察,如 比率(Ratios )显示货币多头和空头头寸的比率(百分比 比率变化 显示所选时间段内的多头比率及其百分比变化 总交易量 显示货币的总交易量(多头和空头),以手为单位 多头 交易量显示货币所有多头头寸的交易量 空头 交易量显示所有货币空头头寸的交易量 净多头 显示净多头交易量,即所有多头头寸减去所有空头头寸(以手为单位)。 净多头百分比 显示货币净多头交易量的变化 请阅读我们的基本教程 -> "如何使用外汇交易量进行交易 " 获取更多信息,如常见问题、交易技巧和教程视频,请访问我们的 外汇交易量公共信息频道 请 安装并运行 SI Connect 以建立与我们数据中心的持续连接 背景信息 我们都知道,外汇是一个分散的市场。这就是为什么我们必须打破常规思维,开发一个独
TPSpro RFI Levels
Roman Podpora
4.82 (22)
指示       俄罗斯 -        英语   建议 与指示器一起使用     -       TPSpro 趋势专业版 -   MT4版本       交易中的一个关键要素是做出买卖交易工具决定的区域或水平。尽管主要参与者试图隐藏他们在市场中的存在,但他们不可避免地会留下痕迹。我们的任务是学习如何识别这些痕迹并正确解释它们。 主要功能: 向卖家和买家显示活跃区域! 该指标显示所有正确的初始买入和卖出脉冲水平/区域。激活这些水平/区域后,开始寻找切入点,水平会改变颜色并填充特定阴影。此外,还会显示箭头,以便更直观地了解情况。 显示更高时间范围内的级别/区域(MTF 模式) 添加了使用更高时间间隔显示级别/区域的功能。此外,该指标还具有自动趋势检测功能(   TPSproTREND PRO   )。 用于交易的单独专业的逐步算法。 该算法专为日内交易而设计,既可顺势交易,也可逆势交易。每个活动模板均提供详细说明。 适用于多种时间范围 。 TPSpro RFI 水平指标可用于图表上的任何时间范围,从一分钟(M1)开始一直到每月(MN)。 图形和声音警报。 该指标提供图形和声音指示
FX Power MT4 NG
Daniel Stein
5 (13)
通过 mql5 和 Telegram 上 的晨间简报获取每日市场更新,包括详细信息和屏幕截图 ! FX Power MT4 NG 是我们长期以来非常受欢迎的货币强度计算器 FX Power 的下一代产品。 这款下一代强度计算器能提供什么?您所喜爱的原版 FX Power 的所有功能 附加功能 黄金/XAU 强度分析 更精确的计算结果 可单独配置的分析周期 可自定义计算限制,以获得更好的性能 为希望查看更多信息的用户提供特殊的多实例设置 无尽的图形设置,可在每个图表中设置您最喜欢的颜色 无数的通知选项,让您再也不会错过任何重要信息 采用 Windows 11 和 macOS 风格的全新圆角设计 神奇的移动指标面板 FX Power 主要功能 所有主要货币的完整强势历史 所有时间框架内的货币强弱历史 所有经纪商和图表的计算结果完全相同 100% 可靠的实时计算 -> 无重绘 可通过下拉列表选择分析时段 通过自定义模式单独配置分析时段 可在一个图表中使用多个实例 可移动 FX Power 显示屏(通过拖放) 适用于高分辨率 QHD、UHD 和 4K 显示器 自动终端配置 针对平板电脑
首先,值得强调的是,这个交易工具是非重绘、非重画和非滞后的指标,非常适合专业交易。 在线课程,用户手册和演示。 智能价格行动概念指标是一个非常强大的工具,既适用于新手,也适用于经验丰富的交易者。它将超过20个有用的指标合并到一个指标中,结合了高级交易思想,如内圈交易员分析和智能资金概念交易策略。该指标侧重于智能资金概念,提供有关大型机构交易方式的见解,帮助预测它们的动向。 它在流动性分析方面尤其擅长,有助于理解机构的交易方式。它擅长预测市场趋势,并仔细分析价格波动。通过将您的交易与机构策略对齐,您可以更准确地预测市场走向。该指标多才多艺,擅长分析市场结构,识别重要的订单区块,并识别各种模式。 它擅长识别BOS和CHoCH等模式,理解动量的转变,并突出显示供需强劲的关键区域。它还擅长发现强大的不平衡,并分析价格创造更高高点或更低低点的模式。如果您使用斐波那契回撤工具,该指标可以满足您的需求。它还可以识别相等的高点和低点,分析不同的时间框架,并通过仪表板显示数据。 对于使用更高级策略的交易者,该指标提供了工具,如公平价值差指标和优惠和折扣区域的识别。它特别关注高时间框架订单
MetaTrader 4 的 Ultimate Gold Advisor Ultimate Gold Advisor 是一个先进的技术工具,旨在优化 MetaTrader 4 上的交易体验。为了满足经验丰富的交易者的需求,该指标结合了精准度、复杂的分析和多功能性,为做出明智的交易决策提供支持。它不仅适用于黄金交易,还可用于广泛的资产类别,Ultimate Gold Advisor 能帮助你提升市场策略。 Ultimate Gold Advisor 为什么是交易者的好工具? 先进的性能: 结合多个指标,清晰显示每笔交易的结果,你可以透明地查看策略的表现。这让你能够优化你的方法,做出更明智的决策。 即时和可视的交易信号: 图表上的红色和蓝色箭头标记了潜在的买入和卖出机会。 这些视觉信号易于理解,能快速帮助你识别关键行动时刻。 实时点差追踪: Ultimate Gold Advisor 以点数(pips)测量价格变动,让你能够实时评估市场变化。这有助于你更准确地计划交易,并跟踪策略的进展。 趋势检测技术: 指标通过图表上的虚线跟踪主要市场趋势。 这使你能更好地理解市场波动和方向变化,基于市场
M1 Gold
Abdulkarim Karazon
Stratos Pali
Michela Russo
5 (1)
Stratos Pali Indicator   is a revolutionary tool designed to enhance your trading strategy by accurately identifying market trends. This sophisticated indicator uses a unique algorithm to generate a complete histogram, which records when the trend is Long or Short. When a trend reversal occurs, an arrow appears, indicating the new direction of the trend. Important Information Revealed Leave a review and contact me via mql5 message to receive My Top 5 set files for Stratos Pali at no cost! D
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
Gold Channel XAUUSD
Paulo Rocha
5 (2)
Gold Channel is a volatility-based indicator, developed with a specific timing algorithm for the XAUUSD pair, which consists of finding possible corrections in the market. This indicator shows two outer lines, an inner line (retracement line) and an arrow sign, where the theory of the channel is to help identify overbought and oversold conditions in the market. The market price will generally fall between the boundaries of the channel. If prices touch or move outside the channel it is a tra
Currency Strength Wizard
Oleg Rodin
4.93 (44)
货币强度向导是一个非常强大的指标,为您提供成功交易的一体化解决方案。该指标使用多个时间范围内所有货币的数据来计算这个或那个外汇对的力量。此数据以易于使用的货币指数和货币电力线的形式表示,您可以使用它们来查看这种或那种货币的力量。 您所需要的只是将指标附加到您要交易的图表上,该指标将向您显示您交易的货币的真实强度。该指标还向您显示买卖量压力的极值,您可以在顺势交易时利用这些压力。该指标还显示了基于斐波那契的可能目标。该指标可用于各种交易时间范围。该指标支持各种货币对的交易。 该指标为您提供所有类型的警报,包括推送通知。 购买后请联系我。我将与您分享我的交易技巧,并免费为您提供丰厚的红利指标! 祝您交易愉快,获利丰厚!
GOLD Impulse with Alert
Bernhard Schweigert
4.56 (9)
这个指标是我们2个产品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics 的一个超级组合。 它适用于所有时间框架,并以图形方式显示8种主要货币和一种符号的强势或弱势冲动! 该指标专门用于显示任何符号的货币强度加速,如黄金、异国货币对、商品、指数或期货。这是它的第一个指标,任何符号都可以被添加到第9行,以显示黄金、白银、石油、DAX、US30、MXN、TRY、CNH等的真实货币强度加速(冲动或速度)。 建立在新的基础算法上,它使识别和确认潜在的交易更加容易。这是因为它以图形方式显示了一种货币的强势或弱势是否正在加速,并测量了这种加速的速度--把它想象成你汽车中的速度表。当你加速时,事情显然会发生得更快,这在外汇市场上也是一样的,即如果你配对的货币正在向相反的方向加速,你就会发现一个潜在的有利可图的交易。 动态市场斐波那契28水平被用作警报触发器,将适应市场活动。如果冲动击中黄色触发线,你将收到警报。然后你就知道作为一个交易员应该做什么。货币对和方向已经给出。只需点击警报按钮,就可以
Scalper Vault
Oleg Rodin
5 (27)
Scalper Vault 是一个专业的剥头皮系统,为您提供成功剥头皮所需的一切。该指标是一个完整的交易系统,可供外汇和二元期权交易者使用。推荐的时间范围是 M5。 该系统为您提供趋势方向的准确箭头信号。它还为您提供顶部和底部信号以及江恩市场水平。无论您拥有何种交易经验,该系统都易于使用。您只需要遵循简单的规则并每天重复该过程。 建议将此系统用于主要货币对。感谢您的关注! 请注意,该指标在策略测试器中可能无法正常工作。因此,我建议仅在模拟或真实账户的真实交易条件下使用该系统。 指示器提供所有类型的警报,包括推送通知。 购买指标后请与我联系。我将免费与您分享我的个人交易建议和出色的奖励指标! 祝您交易愉快,盈利!
Market Structure
Reza Aghajanpour
4.85 (26)
** All Symbols x All Timeframes scan just by pressing scanner button ** *** Contact me  to send you instruction and add you in "Market Structure group" for sharing or seeing experiences with other users. Introduction: Market structure is important for both new and professional traders since it can influence the liquidity and price action of a market (Breakout and Retest). It’s also one of the most commonly used techniques to understand trends, identify potential reversal points, and get a feel f
Matrix Arrow Indicator MT4
Juvenille Emperor Limited
5 (3)
矩阵箭头指标 MT4 是一种独特的 10 合 1 趋势,遵循 100% 非重绘多时间框架指标 ,可用于所有符号/工具:外汇、商品、加密货币、指数、股票。  Matrix Arrow Indicator MT4 将在其早期阶段确定当前趋势,从多达 10 个标准指标中收集信息和数据,它们是: 平均定向运动指数 (ADX) 商品渠道指数 (CCI) 经典 Heiken Ashi 蜡烛 移动平均线 移动平均收敛散度 (MACD) 相对活力指数 (RVI) 相对强弱指数 (RSI) 抛物线SAR 随机振荡器 威廉姆斯的百分比范围 当所有指标给出有效的买入或卖出信号时,相应的箭头将打印在图表上,在下一根蜡烛/柱线开盘时,指示强劲的上升趋势/下降趋势。用户可以选择使用哪些指标,并可以单独调整每个指标的参数。 Matrix Arrow Indicator MT4 仅从选定的指标中收集信息,并仅根据其数据打印箭头。 Matrix Arrow Indicator MT4 还可以为所有新信号发送终端、推送通知或电子邮件警报。无论您是黄牛、日内交易者还是波段交易者, Matrix Arrow Indicat
IX Power MT4
Daniel Stein
5 (5)
IX Power 终于将 FX Power 的无与伦比的精确性带到了非外汇交易符号中。 它能准确判断您喜爱的指数、股票、商品、ETF 甚至加密货币的短期、中期和长期趋势强度。 您可以 分析 终端提供的 一切 。试试吧,体验一下您在交易时如何把握 时机 。 IX Power 主要功能 100% 精确的非重绘计算结果 - 适用于您终端中的所有交易符号 下拉式选择预配置以及可单独配置的强度分析周期 通过电子邮件、消息和手机通知的无数种通知选项 可访问的 EA 请求缓冲区 可自定义计算限制,以获得更好的性能 为希望查看更多信息的用户提供特殊的多实例设置 无尽的图形设置,让您在每个图表中都能找到最喜欢的颜色 采用 Windows 11 和 macOS 风格的圆角新面板设计 神奇的移动指标面板,可在子窗口和主图表之间无缝移动 适用于高分辨率 QHD、UHD 和 4K 显示器,并针对平板电脑和触摸屏进行了优化 IX Power 参数 最重要的参数不言自明,但我们很快会在另一篇文章中为您提供所有 IX Power 参数的完整说明。 使用别名 "参数可为技术交易
Advanced Currency IMPULSE with ALERT
Bernhard Schweigert
4.9 (481)
目前31%的折扣!! 对任何新手或专家交易者来说都是最好的解决方案! 这个指标是一个独特的、高质量的、负担得起的交易工具,因为我们已经纳入了一些专有的功能和一个秘密的公式。只需一张图表,它就能给出所有28种货币对的警报。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点 建立在新的基础算法上,它使识别和确认潜在交易变得更加容易。这是因为它以图形方式显示了一种货币的强势或弱势是否正在加速,并测量了这种加速的速度--把它想象成你汽车中的速度表。当你加速时,事情显然会发生得更快,这在外汇市场上也是一样的,即如果你配对的货币正在向相反的方向加速,你就会发现一个潜在的有利可图的交易。 货币动量的垂直线和箭头将指导你的交易! 动态的市场斐波那契23水平被用作警报触发器,将适应市场活动。如果冲动触及黄色触发线,您将在MetaTrader或您的电子邮件或推送警报中收到警报。然后你就知道作为一个交易员应该做什么。货币对和方向已经给出。只要点击警报按钮,就可以切换到该货币对或打开一个新的图表,以便进一步分析。警报级别可以通过用户输入来改变,可以选择3个敏感度级别
Chart Patterns All in One
Davit Beridze
4.25 (8)
购买后留言即可获得4个高质量的指标作为赠品。 Chart Patterns All-in-One 指标帮助交易者可视化技术分析中常用的各种图表形态。它帮助识别潜在的市场行为,但不保证盈利。建议在购买前在模拟模式下测试该指标。 当前优惠 : “Chart Patterns All in One” 指标享受 50% 折扣。 包含的形态 : 1-2-3 形态 :通过三个关键点(高点或低点)检测市场反转。 买入 :连续两个低点后出现较低的高点。 卖出 :连续两个高点后出现较高的低点。 可视化 :线条和箭头连接识别的点。 双顶和双底 :当价格形成两个连续的高点(双顶)或低点(双底)且它们大致相等时,表明反转趋势。 双顶 :看跌反转。 双底 :看涨反转。 可视化 :线条连接峰值或低谷,箭头标记反转点。 三顶和三底 :与双顶/双底类似,但有三个连续的高点或低点,信号更强的反转趋势。 三顶 :看跌反转。 三底 :看涨反转。 可视化 :线条和箭头标记形态。 三角形 :在趋势延续前识别整合期(基于 Zig-Zag,有时可能会延迟出现或消失)。 上升三角形 :看涨延续。 下降三角形 :看跌延续。 可视化 :
Market Reversal Alerts
LEE SAMSON
4.19 (113)
成為突破者,隨著價格反轉,市場結構會改變利潤。 訂單突破者指示器可以識別趨勢或價格走勢何時接近枯竭並準備好逆轉。它會提醒您市場結構的變化,通常會在發生逆轉或重大回調時發生。 該指標使用專有計算來確定突破和價格動能。每當在可能的耗盡點附近形成新的高點時,指標就會繪製最後一個生成該高點的順序塊。然後,它將隨價格移動隨價格跟隨定單。然後,當價格轉向相反方向並突破該訂單塊時,它會提醒您,從而創建新的市場結構並開始趨勢或重大回調的可能逆轉。 訂單塊是在創建高/低之前的最後一個相反的彩色蠟燭,並且當價格跌破這些關鍵區域以下時,這表明趨勢可能會發生短期或長期反轉。 特徵 提醒您關鍵耗盡點的市場結構變化 價格接近耗盡水平時自動提取訂單塊 在一個方向繼續移動時,在價格後面跟踪定單,以提醒您最佳的反轉輸入 將顏色更改為純色塊,以顯示何時發生市場結構中斷。 適用於所有交易品種和時間範圍 內置集成的彈出窗口和電子郵件警報 策略和如何與定單破壞者指標進行交易 當斷路器塊發生時,您有兩個選擇。 看左邊!我們正在尋求供應/需求或支撐/阻力位嗎?市場結構轉變(逆轉)通常發生在價格重新測試舊水平或
Blahtech Supply Demand
Blahtech Limited
4.61 (33)
Was: $299  Now: $99   Supply Demand uses previous price action to identify potential imbalances between buyers and sellers. The key is to identify the better odds zones, not just the untouched ones. Blahtech Supply Demand indicator delivers functionality previously unavailable on any trading platform. This 4-in-1 indicator not only highlights the higher probability zones using a multi-criteria strength engine, but also combines it with multi-timeframe trend analysis, previously confirmed swings
作者的更多信息
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 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 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 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 Rate of Change
Patrick Odonnell Ingle
變化率 根據公式, ROC = (Close[n] - Close[n-lookback]) / Close[n-lookback] * 100 繪製一個貨幣對價格行為在回顧期內的變化率,並提供兩個全局變量,SYMBOL_ROC 和 SYMBOL_ROC_LOOKBACK,分別代表最新的變化率值和上一個回顧期的變化率。 使用 iCustom 函數調用指標, iCustom ( "Market/RedeeCash_Rate_of_Change.ex4" , Symbol (), 5 , 0 , 0 ); 然後檢索全局變量, double roc = GlobalVariableGet ( StringConcatenate ( Symbol (), "_ROC" )); double roc_lookback = GlobalVariableGet ( StringConcatenate (Synbol(), "_ROC_LOOKBACK" )); 並執行測試以驗證趨勢, if (roc > roc_lookback && roc > 0 ) trend= "UP" ; if (r
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 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 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 | //|       
筛选:
无评论
回复评论