Experts: Multicurrency Expert

 

Multicurrency Expert:

A multi-currency (10 currency pairs) Expert Advisor that does not use indicators. Upon launch, the Expert Advisor opens positions of all the specified currency pairs with the minimum volume. Once a position becomes losing, it is reversed. If a position is profitable, its volume is increased. Upon reaching the total profit or loss value specified in the parameters, all positions are closed.

The following figure shows the Expert Advisor testing results.

Fig. 1. Test results for February, 2016

Fig. 1. Test results for February, 2016

Author: Sergey Pavlov

 
can someone explain the settings?
 

Вот эти входные параметры нужно настраивать (выделены желтым цветом)

input int      loss=1900;   // loss of deposit currency
input int      profit=4000; // profit in the deposit currency
input int      margin=5000; // the minimum deposit amount at which the possible trade
input double   minLot=0.01; // the minimum volume position
input int      k_change=2100; // the coefficient for the calculation of the loss when changing position
input int      k_closse=4600; // the coefficient for the calculation of the profit at the closing position

Диапазоны:

 

Reason: