MercatorLite
- Experts
- Yuriy Bykov
- Version: 1.2
- Updated: 12 January 2022
- Activations: 10
Examples of work can be viewed on the following signals:
When developing this Expert Advisor, the main goal was to achieve smooth growth with a low drawdown. Therefore, the Expert Advisor does not show exorbitant results in profitability and has quite long (2 months - 1 year) periods when the yield remains near zero during testing. But they are replaced by periods with a more favorable market situation, in which profitability increases.
Parameters
- curenciesSet: A set of currency pairs and the number of strategies.
- depoPart: An indicator of the use of the available part of the funds. With a value of 1.0, the expected drawdown during testing was about 10%. When it changes, the drawdown and profitability will change proportionally.
- fixedBalance: Determines the amount of funds in the account that will participate in trading. The value 0 corresponds to the use of all funds ("auto lot") and with an increase in the account balance, the position sizes will increase. If a specific value is set, for example 10000 ("fixed lot"), then the position sizes will be calculated based on the fact that there are only 10000 on the account.
Recommendations for setting parameters will be published in this blog.
Additional features:
After testing in the strategy tester, the EA saves the transaction history in the format
used to repeat it on any other trading server using Simple History Receiver.
When working, the EA constantly saves information about open positions to a file in the shared folder of terminals.
This file can be used to organize copying transactions to other accounts using the appropriate utility (to be posted later).