在两条移动平均线的交叉点交易的 Expert Advisor 使用第三条移动平均线来过滤当前趋势方向。它具有灵活但同时简单的输入设置。
问题解决 -> 这里/MT5版本 -> 这里/使用说明-> 这里
好处:
- 直观简单的设置
- 适用于任何类型的工具和任何时间范围
- 具有三种类型的通知
- 将第一个订单与最后一个订单重叠的可插拔系统
- 能够自动计算交易量
专家顾问策略。
EA 使用三个移动平均线来开仓。主要的是两个移动的,快的和慢的。第三个是过滤掉市场噪音的幻灯片。
如果快速移动的信号从下向上穿过慢速移动的信号,那么这是一个买入信号。
如果快速移动的信号从上到下穿过慢速移动的信号,那么这是一个卖出信号。
使用第三次滑动时:
当快速和慢速移动平均线低于过滤移动平均线(下降趋势)时,只有卖出信号有效。
当过滤移动平均线低于(上升趋势)快速和慢速移动平均线时,只有买入信号起作用。
最快的周期最小,最慢的周期更长,滤波器滑动周期最大。
如果禁用过滤,则:
在快速和慢速移动平均线的每个交叉点,EA 将打开交易
Input variables:
Main settings
Size of the first order – Volume for opening the first order
Enable Autolot calculation – Use automatic lot calculation. Autolot allows you to save risk settings when changing the deposit
Autolot deposit per 0.01 lots – The amount of the deposit for every 0.01 when using an autolot
Signals
Fast / Slow / Filtering MA Period – The period of the corresponding moving
Fast / Slow / Filtering MA Method – The method of the corresponding sliding
Fast / Slow / Filtering MA Applied Price – Applied price for moving
Use Third MA Filter – TRUE or FALSE to turn on or off the filter slide
Grids settings
Minimum s tep between average orders – A variable that regulates the step between orders, measured in points
Multiplier for average orders – Each subsequent order opened by the advisor in the order grid will be larger than the previous one by a given coefficient
Take Profit settings
Size of Virtual TakeProfit (In points) – The size of the virtual Take Profit. It is calculated for the current group of orders from the breakeven price
Use overlap last and first orders – Use the first order overlap by the last one
Use overlap after that number of orders – Use the overlap of the first order by the last one after a given number of open orders
Protection settings
Maximum slippage in points – Maximum allowable slippage in points for opening and closing orders
Maximum spread in points – The maximum allowable spread for opening orders. Measured in points
Maximum number of orders – The maximum allowable number of orders of the same type
Advisor settings
Orders Magic number – MagicNumber of the advisor’s orders
Comments of the EA’s orders – Commentary for advisor orders
Allow to open OP_BUY orders – Allow the advisor to open orders of the OP_BUY type
Allow to open OP_SELL orders – Allow advisor open orders of type OP_SELL
Allow to open new orders after close – Allow new orders to be sent after all orders are closed
Show panel of advisor – Ability to show or hide the advisor panel
Font size in panel – Adjust the font size on the panel
Notifications settings
Send push notifications when close orders – Notifications to the mobile version of the terminal, when orders are closed
Send mails when close orders – Sending letters to an email address when orders are closed
Send alerts when close orders – Sending pop-up notifications on the terminal when orders are closed