Hi fredrick
very good appreciation, that's right, this happens a lot in the original boss version, it does not have a profit control and it does not close when there is a good profit and it is lost.
Hello Edgae,
need your ea version 2.1 please mail me.
[email protected]
luckily we have it detected and solved since version 2.1
EVoss EA 2.2 Premium
Parameters
BaseBalance: is the base value $ for EVoss to calculate the lot.
MLole: the initial lot, for the calculation of the final lot. The Balance of the account is divided between the BaseBalance parameter and the value is multiplied by Mlote, eg: Account Balance $ 1000 / (BaseBalance = 500) = 2
2 * (Mlote = 0.1) = 0.2 Lot
MaxSpread: Maximum spread allowed to open an operation.
GMT_offset: hours starting at 00:00, in which EVoss opens operations, for example: 1 operations will be opened until 01:30
Start_hours: start time of operation for the session America, if
Before_time = true, the start time is:
Start_hours + GMT_offset.
StopLoss: the maximum loss accepted per operation in% on the account balance.
Space_minute:minutes of waiting, after the start of the session Asia, to start opening operations, this will avoid the gap, opening.
Before_time: this option is used to operate at the end of the American session and before the Asian session, activate it only for pairs: GBPCHF, EURCHF, EURGBP
profit_control:control to protect profits in%, example if you are earning $10 (CtrlProfit) if the operation goes against, sell when the profit goes down to $7 if profit_control =70, if operation goes up to $12 sells when the profit goes down to $8.4. If you do not want to use this option, simply define it as zero 0.
profit_factor:is the base amount in $, to calculate the value to be controlled by the profit_control, its operation is as follows: CtrlProfit = (AccountBalance () / BaseBalance) * profit_factor, this value is shown on the screen in CtrlProfit.
MagicNumber