The Expert Advisor helps reduce the account drawdown.
EA 交易有助于减少账户回撤。 To do this, the losing deal is split into multiple small parts, each of these parts is closed separately.
为此,亏损的交易被分成多个小部分,每个小部分都单独关闭。 The EA can interact with other experts. For example, when a certain drawdown is reached, Open Lock can disable the other expert and start working with its orders.
EA 可以与其他专家进行交互。例如,当达到一定的回撤时,Open Lock 可以禁用其他 EA 交易并开始处理其订单。 Open lock for MetaTrader 5 is available here
MetaTrader 5 的开锁功能可在此处获取
Methods used by the EA
EA 使用的方法- Locking to prevent a drawdown increase
锁定以防止回撤增加 - Averaging orders used to cover the loss
用于弥补损失的订单平均数 - Partial closure to reduce the load on deposit
部分闭合,减少存款负担
Averaging orders are opened with a small lot so as not to load the deposit.
平均订单是以小手数开立的,以免加载存款。 Profit of these orders is used to partially close the losing position.
这些订单的利润用于部分平仓亏损头寸。 Recommendations on setting up and using Open Lock are described in the blog
博客中介绍了有关设置和使用 Open Lock 的建议
Expert Advisor Parameters
EA 交易参数- Language - interface language of the control panel
Language - 控制面板的界面语言 - Magic Number - unique identifier of averaging orders. It must not coincide with the magic numbers of other EAs
幻数 - 平均订单的唯一标识符。它不能与其他 EA 的幻数重合 - Start work - when to start working
开始工作 - 何时开始工作
- At startup - right after starting
启动时 - 启动后立即 - By drawdown level - after reaching the drawdown level
按回撤水平 - 达到回撤水平后
- Drawdown in currency - drawdown value in the deposit currency(it must be specified in case 'By drawdown level' is selected)
Drawdown in currency - 存款货币的回撤值(如果选择了“按回撤水平”,则必须指定) - Stop another advisors - stop the operation of other experts in the terminal (works only when the drawdown level is reached)
停止其他顾问 - 停止终端中其他专家的操作(仅在达到回撤水平时才起作用)
- Not use - disable this feature
不使用 - 禁用此功能 - Close chart with same symbol (for single currency advisor's) - close charts of the current symbol. Charts of other symbols will not be closed
使用相同符号的收盘图表(对于单一货币顾问) - 当前交易品种的收盘图表。其他交易品种的图表将不会被关闭 - Close all other charts (for multicurrency advisor's) - close other charts to disable the operation of other experts
关闭所有其他图表(适用于多币种顾问) - 关闭其他图表以禁用其他专家的操作
- Action when the risk limit is reached - actions for critically low level of free margin (action is activated 30 seconds after the drawdown is reached)
达到风险限制时的行动 - 对极低可用保证金水平的行动(在达到回撤后 30 秒激活行动)
- Nothing 无
- Locking all positions and stop
锁定所有位置并停止 - Сlose all position and stop
失去所有位置并停止
- Equity level in currency - equity level, below which the actions from the previous parameter are triggered (if 0, not used)
以货币表示的净值水平 - 净值水平,低于该净值水平将触发前一个参数的操作(如果为 0,则不使用) - Equity level in percent - drawdown percentage. If higher than 0, and Action when the risk limit is reached - None, the drawdown value will be displayed on the control panel
净值水平百分比 - 回撤百分比。如果大于 0,并且达到风险限制时的操作 - 无,则回撤值将显示在控制面板上 - Maximal lot in average ord (0-not used) - the maximum lot to be opened by the EA in an averaging order. If 0, the lot size is not limited
平均 ord 中的最大手数 (0 - 未使用) - EA 以平均顺序打开的最大手数。如果为 0,则手数不受限制 - Maximal number average ord in one direction (0-not used) - the maximum number of averaging orders in one direction
Maximal number average in one direction (0-not used) - 一个方向上的最大平均订单数 - Maximal step (0-not used) - the maximum step (in pips) that can be set between averaging orders. If 0, the step is not limited. This parameter is only used if the dynamic step is enabled
最大步长 (0 - 未使用) - 平均订单之间可以设置的最大步长(以点为单位)。如果为 0,则步长不受限制。仅当启用动态步骤时,才使用此参数 - Settings - how to set the EA parameters
设置 - 如何设置 EA 参数
- Use control panel 使用控制面板
- Use expert inputs - parameters must be set in the EA inputs. This mode should be used when working with VPS by MetaQuotes
使用专家输入 - 必须在 EA 输入中设置参数。在使用 MetaQuotes 的 VPS 时,应使用此模式
Testing 测试When you start the Expert Advisor, it opens a deal and then tries to close it with a profit.
当您启动 EA 交易时,它会打开一个交易,然后尝试以盈利结束它。 To open additional market orders, you can use buttons on the control panel.
要打开其他市价单,您可以使用控制面板上的按钮。 |