Great EA. Very stable if you have the correct Broker and VPS. Thanks Ivan. Really good job.
ATS Advisor MT5
The MT4 version of the expert Advisor is here - https://www.mql5.com/en/market/product/49187
(In MT5 and MT4 versions, there may be slight differences due to the implementation of the code on MT5)
-------------------------------------------------------------------------------------------------------------------------------------------------------------
I recommend testing on a broker like my report (IC Market. s). (ECN account (Raw spread/Razor etc.))
The period for testing with 100% quality is no more than 2-3 years, depending on the broker, because older quotes are not quite high-quality, you can see this in the log at the beginning of testing (no tick data in some intervals).
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Fully automatic adviser, with a system for recovering from losses.
- Always use stop loss
- Not used martingale / grid/ hedging, etc. (the recovery function uses a 1-time lot increase)
- Complies with FIFO rules
- Risk = 3-5 - Low risk;
- Risk = 7-10-Average risk;
- Risk = 15-25 - High risk;
Recommended-ECN / STP Broker with a minimum StopLoss level of 0-1 pips/spread of 0-5 pips (5 characters) /VPS server.
Trading leverage is 1: 100 or higher (you can use a smaller leverage but with a lower Risk value)
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Parameters
- Show EA Comment - show EA comments;
- Magic Number - transaction ID;
- EA Comment - comment to trades.
- Lots (or "Lots">0 and "Risk"==0 or "Lots"==0 and "Risk">0)
- Risk (or "Lots">0 and "Risk"==0 or "Lots"==0 and "Risk">0)
- Take Profit (in pips) - take-profit;
- AutoSL - automatic calculation of SL;
- Stop Loss (in pips) - stop-loss;
- Max Spread (in pips) – maximum spread control;
- Buy Pending Shift (in pips) - shift to place a buy order;
- Sell Pending Shift (in pips) - shift to place a sell order;
- Winter GMT Offset - server winter time zone;
- Auto Min Profit(On/Off)- automatic calculation of the minimum profit for a trailing stop;
- Minimal Profit for TrailingStop (in pips) - number of pips required to start a trailing stop;
- Trailing Stop (in pips) - the size of the trailing stop;
- Trailing Step (in pips) - the step of the trailing stop;
- Recovery mode (On/Off) – drawdown recovery function (on/off);
- Multiple start recovery (trailing)– coefficient for trailing/no loss for recovery function;
- Multiple lot for recovery mode – lot calculation factor for recovery function;
- Activate Recovery Force - forced activation of recovery mode.
- Split Pending Orders (use only if need (test before)) - Enable splitting a position into several orders (I didn't test it on a real account, you need to check it!) By default, the function is not needed, only if desired and necessary!;
- Split to "X" orders - split position into " X " orders;


Great EA. i use in live account. in end of week i make back test and every time results whit test is same like in my account. so i trust the back test.

I have tested (Back Test) the EA. It looks Very good , and you can manage your risk level. Highly recommended

Great EA. i use in live account. in end of week i make back test and every time results whit test is same like in my account. so i trust the back test.

Great EA. Very stable if you have the correct Broker and VPS. Thanks Ivan. Really good job.
You don't need to update your EA (unless you need to)
- Added display in the info panel of the account's trading leverage.
- Added display of information about the start time of the expert Advisor on the current day.
- Updated the code to prevent possible discrepancies in transactions on the real account and the tester.
- added the ability to use a negative value for the "Winter GMT Offset" parameter"
O EA trabalha semelhante ao BACKTEST! grande trabalho