Underground
- Experten
- Dmitry Shutov
- Version: 1.0
- Aktivierungen: 15
Background
The Expert applies the martingale principle. The main task was to reduce drawdown and obtain a balanced chart by trading on 4-6 charts simultaneously.
Monitoring of my accounts: https://www.mql5.com/en/signals/author/mizrael
Recommendations
- The EA is recommended for use on 4-6 currency pairs.
- It is recommended to trade pairs with 4 or 5 decimal places.
- Using pairs containing the JPY currency is not advisable.
- The Step parameter is determined experimentally. In general, when trading 6 pairs, it is recommended to set Step=50. The greater the value, the fewer orders are opened.
- It is not recommended to simultaneously trade using the expert and testing it in the strategy tester due to the use of Global variables.
Preparation for work
Do exactly as written below. Step by step.
- Disable AutoTrading.
- Before the first start, press F3 and delete all existing global variables.
- Open the required number of charts for the EA to work with.
- Drag the EA to each of the charts. Set the value of Graph according to the number of the chart. Example: EURUSD - value of Graph = 1; GBPUSD - value of Graph = 2; EURGBP - value of Graph = 3; and so on.
- Enable AutoTrading.
Everything is ready - the expert is set up and ready to work.
Input parameters
- Profit - the desired profit in the deposit currency to be locked when a series of orders is closed. Recommended value is Profit = 10;
- Step - distance between orders in points of the chart. Recommended value is Step = 50;
- Lot - the volume of market orders. Recommended value is Lot = 0.01;
- Martingale - value of the martingale parameter. Recommended value is Martingale = 1.3;
- Graph - number of the chart.
Best regards, Dmitriy.