全自动交易系统。经典指标用作信号 MACD结合趋势指标和振荡器来检测入场点。它使用平均,关闭篮子的第一个和最后一个订单的功能以及自动手数计算功能。它有一个高级信息面板和三种类型的通知。 Problem solving -> HERE / MT5 version -> HERE / Instruction -> HERE 优点:
- 全自动交易系统
- 易于设置和直观的面板界面
- 每支蜡烛只能开一个订单
- 内置自动手数计算
- 用于关闭篮子的第一个和最后一个订单的内置系统
- 三种类型的通知:推送、电子邮件、警报
战略:
EA 在收到来自指标的信号时开仓:
– 零水平:当从底部向上穿过标记“0”的快速线时 – 买入信号,打开买入订单。当从上到下穿过标记“0”时 – 卖出信号,打开卖出订单。
– 交叉线:当快线自下而上穿过慢线时 – 买入信号,开启买入订单。当快线从上到下穿过慢线时 – 卖出信号,打开卖出订单。
笔记! 指标的图形元素不会显示在“EA 交易”中!
输入变量:
MAIN SETTINGS
Size of the first order – Volume for opening the first order
Enable Autolot calculation – Use automatic lot calculation.
Autolot deposit per 0.01 lots – The amount of the deposit for every 0.01 when using an autolot. Autolot allows you to save risk settings when changing the deposit
SIGNALS
Fast EMA MACD Period – Fast moving average period
Slow EMA MACD Period – Slow Moving Average Period
Signal EMA MACD Period – Signal moving average period
Applied price – The price used to calculate the indicator
Max bars – The maximum number of candles on which calculations will be made
Signals Type – Adjustment of opening a position by signals
– Both Signals – Open orders when signals are received from both signals
– Zero Level – Open orders when crossing the zero level
– Cross Lines – Open orders when the slow and fast moving averages cross
GRIDS SETTINGS
Minimum step between average orders – A variable that regulates the step between orders, measured in points
Multiplier for average orders – Multiplier for orders. Each subsequent order 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 overlap 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 – Maximum allowable spread for opening orders
Maximum number of orders – The maximum allowable number of orders of the same type
Maximum size of orders – The maximum volume for one order. Measured in lots
Maximum 1 order per candle – Open only one order per candle
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 closing orders – notifications to the mobile version of the terminal, when orders are closed
Send mails when closing orders – Sending letters to an email address when closing orders
Send alerts when closing orders – Sending pop-up notifications on the terminal when orders are closed.