适用于MetaTrader 5的新EA交易和指标 - 366
策略基于价格与均线指标交叉, 并以 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
交易策略基于三条移动均线。判断趋势, 使用三条指数平滑移动均线: 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
基于鳄鱼技术指标的策略, 由 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_Lips
FREE
Chaikin 的波动指标计算最大和最小价格之间的价差。它基于最大和最小之间的幅度来判断波动性。不像 平均真实范围 , Chaikin 的指标没有将跳空考虑在内。 根据 Chaikin 的解释, 在相对较短的时间里交易量增长, 意味着价格即将抵达最低点 (就像证券的恐慌性抛盘), 而在较长的时间周期里波动降低, 意味着价格处于峰值 (比如, 在成熟的牛市条件下)。
FREE
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
The script SphereSample.mq5 illustrates control of graphic objects using the classes from the Standard Library (Base class of objects array CArrayObj , CChartObjectText ).
FREE
The script illustrates the usage of the OBJPROP_XOFFSET and OBJPROP_YOFFSET properties. It displays the specified fragment of the .BMP image.
FREE
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
The script ObjChartSample.mql5 illustrates control of chart properties using the classes from the Standard Library .
FREE
MetaTrader市场是独有的自动交易和技术指标商店。
阅读MQL5.community用户备忘更多地了解我们提供给交易者的独特的服务:复制交易信号,自由职业者开发的自定义应用程序,通过支付系统完成的自动付款和MQL5云网络。
您错过了交易机会:
- 免费交易应用程序
- 8,000+信号可供复制
- 探索金融市场的经济新闻
注册
登录