- 6월 20, 2021
- 게시자:: 외환 위키 팀
- 범주: 무료 외환 EA
안녕하세요 외환 위키 친구들,
Multiple Tech EA Description :
The Expert Advisor helps reduce the account drawdown.
이를 수행하려면, the losing deal is split into multiple small parts, each of these parts is closed separately.
The EA can interact with other experts. 예를 들어, when a certain drawdown is reached, This EA can disable the other expert and start working with its orders.
Methods used by the 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.
브로커 요구 사항 :
Multiple Tech EA Settings:
Expert Advisor Parameters
- 언어 - interface language of the control panel
- 매직넘버 - unique identifier of averaging orders. It must not coincide with the magic numbers of other EAs
- 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)
- 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)
- 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)
- Equity level in percent - drawdown percentage. If higher than 0, 그리고 Action when the risk limit is reached - None, the drawdown value will be displayed on the control panel
- Maximal lot in average ord (0-not used) - the maximum lot to be opened by the EA in an averaging order. 만약에 0, the lot size is not limited
- Maximal number average ord in one direction (0-not used) - the maximum number of averaging orders in one direction
- Maximal step (0-not used) - the maximum step (in pips) that can be set between averaging orders. 만약에 0, the step is not limited. This parameter is only used if the dynamic step is enabled
- Settings - how to set the EA parameters
- 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
Multiple Tech EA Testing :
When you start the Expert Advisor, it opens a deal and then tries to close it with a profit.
To open additional market orders, you can use buttons on the control panel.