已发布的产品

最多估价
ColorLine Indicator
MetaQuotes Ltd.
3.8 (5)
The ColorLine indicator shows the line of the price moving average on the chart. The line has diffrent colors (100 bars have the same color). The color settings of the line is changing every 5 ticks, there are 3 color schemes.  Indicator for demonstrating the DRAW_COLOR_LINE style. Draws a line at Close prices in colored pieces of 20 bars. The thickness, style and color of the line sections are changed randomly. The indicator code is published in the MQL5 Documentation in the section Indicator S
FREE
Expert Alligator
MetaQuotes Ltd.
3.62 (13)
基于鳄鱼技术指标的策略, 由 Bill Williams 在 "Trading Chaos - 混沌交易" 中描述。 系统基于三条移动均线 (唇线, 牙线和下颌线), 以及振荡器, 计算它们之间的差别。交易信号在鳄鱼线交叉之后生成,依据趋势,通过这些线确定交易。在上涨趋势中,唇线 (最小周期) 最高, 之后是牙线, 最低是下颌线。与此类似,但在下跌趋势中,情况相反。 交易信号: 开多头仓位: 上升趋势中,鳄鱼线交叉,且线间距离在拉开; 平多头仓位: 下颌线上穿唇线; 开空头仓位: 下跌趋势中,鳄鱼线交叉,且线间距离在拉开; 平空头仓位: 下颌线下穿唇线; 输入参数: Inp_Signal_Alligator_JawPeriod = 33; Inp_Signal_Alligator_JawShift = 8; Inp_Signal_Alligator_TeethPeriod = 28; Inp_Signal_Alligator_TeethShift  = 5; Inp_Signal_Alligator_LipsPeriod = 15; Inp_Signal_Alligator_Lip
FREE
TradeHistoryParsing
MetaQuotes Ltd.
3.5 (2)
The TradeHistoryParsing is a utility for working with the trade history obtained from the MetaTrader 5 terminal. The product is based on the " RegularExpressions in MQL5 " library. It allows to quickly get the required data on your trading history. The filtering results are displayed as a table, a summary of mathematical statistics is provided below the table. Working with the tool Export the trade report as an html file and place it into the "sandbox". After that, when launching the EA, speci
FREE
RegularExpressionsExamples — is an expert, which contains the graphical interface for running examples from the " RegularExpressions in MQL5 " library. The codes of these examples can be found in the library itself. These examples are for demonstration purposes only. They serve only to evaluate the library operation and its capabilities. They can also be found on the official Microsoft‎ website, in the descriptions of classes in the System.Text.RegularExpressions namespace. Each example can be
FREE
Reversal Composite Candles
MetaQuotes Ltd.
3.43 (23)
该系统的思路是通过计算复合蜡烛来识别反转形态。 反转形态类似日本蜡烛条分析的 "锤头" 和 "吊颈" 形态。但它使用符合蜡烛替代单一的蜡烛,并且不需要复合蜡烛的小实体来确认反转。 输入参数: Range - 最大柱线数量, 计算复合蜡烛时用。 Minimum - 最小复合蜡烛大小 (传统的点数)。 ShadowBig and ShadowSmall - 影线 (复合蜡烛单元)。 Limit, StopLoss and TakeProfit - 开盘价, 止损位和止盈位, 它们是相对于复合蜡烛的收盘价 (复合蜡烛单元)。 Expiration - 订单过期时间 (单位柱线), 用于挂单 (Limit!=0.0)。 反向蜡烛条形态的判别如下。 它计算复合蜡烛参数,其自最后的完整柱线 (索引为 1) 至由 Range 输入参数定义的柱线数量。如果复合蜡烛大小大于由 Minimum 输入参数指定的数值, 它分析复合蜡烛的影线检测反转条件。 空头能量的特征是复合蜡烛的上影线为零, 多头能量的特征是复合蜡烛的下影线为零。 为确认空头趋势反转 (且多头开始),需要以下检查: 下影线的大小 (多头能量
FREE
MA Crossover ADX
MetaQuotes Ltd.
3.65 (17)
策略基于价格与均线指标交叉, 并以 ADX 指标确认。 交易信号: 买: 最后完成的柱线收盘价高于均线, 当前以及最后完成的柱线所对应的均线在增长。 卖: 最后完成的柱线收盘价低于均线, 当前以及最后完成的柱线所对应的均线在降低。 出于过滤假信号,使用移动方向指数 (DI+ 和 DI-) 来检查趋势能量 (ADX>ADXmin) 和趋势方向。 输入参数: Inp_Signal_ADX_MA_PeriodADX = 48; Inp_Signal_ADX_MA_MinimumADX = 13.0; Inp_Signal_ADX_MA_PeriodMA = 50; Inp_Signal_ADX_MA_StopLoss = 400; Inp_Signal_ADX_MA_TakeProfit = 900; Inp_Money_FixLot_Percent = 10.0; Inp_Money_FixLot_Lots = 0.1.
FREE
DemoBitmapOffset
MetaQuotes Ltd.
3.5 (2)
The script illustrates the usage of the OBJPROP_XOFFSET and OBJPROP_YOFFSET properties. It displays the specified fragment of the .BMP image.
FREE
ColorCandlesDaily
MetaQuotes Ltd.
4.14 (7)
此指标 ColorCandlesDaily 按照周内天数绘制不同颜色的蜡烛。
FREE
Chaikin Volatility Indicator
MetaQuotes Ltd.
4.43 (7)
Chaikin 的波动指标计算最大和最小价格之间的价差。它基于最大和最小之间的幅度来判断波动性。不像 平均真实范围 , Chaikin 的指标没有将跳空考虑在内。 根据 Chaikin 的解释, 在相对较短的时间里交易量增长, 意味着价格即将抵达最低点 (就像证券的恐慌性抛盘), 而在较长的时间周期里波动降低, 意味着价格处于峰值 (比如, 在成熟的牛市条件下)。
FREE
ObjChartSample
MetaQuotes Ltd.
4.33 (3)
The script ObjChartSample.mql5 illustrates control of chart properties using the classes from the Standard Library .
FREE
SphereSample
MetaQuotes Ltd.
3.5 (2)
The script SphereSample.mq5 illustrates control of graphic objects using the classes from the Standard Library (Base class of objects array CArrayObj , CChartObjectText ).
FREE
ColorBars Indicator
MetaQuotes Ltd.
4.4 (5)
The ColorBars Indicator paints bars with different colors depending on the volume changes. If the volume has increased, the color is green, overwise the color is red.
FREE
Three Moving Averages
MetaQuotes Ltd.
3.37 (35)
交易策略基于三条移动均线。判断趋势, 使用三条指数平滑移动均线: FastEMA, MediumEMA 和 SlowEMA。 交易信号: 买信号: FastEMA>MediumEMA>SlowEMA (向上趋势)。 卖信号: FastEMA<MediumEMA<SlowEMA (向下趋势)。 输入参数: Inp_Signal_ThreeEMA_FastPeriod = 8; Inp_Signal_ThreeEMA_MediumPeriod = 38; Inp_Signal_ThreeEMA_SlowPeriod = 48; Inp_Signal_ThreeEMA_StopLoss = 400; Inp_Signal_ThreeEMA_TakeProfit = 900; Inp_Money_FixLot_Percent  = 10.0; Inp_Money_FixLot_Lots  = 0.1;
FREE