Very good result so far. Impressed
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;

Overall this EA is still one of the best around, but be careful. The highest risk mode 30 or 35 is extremely dangerous. It just wiped out one third of my account in two hours, by entering a SELL trade at the very very lowest point of the EURUSD, from where it raced up 260 points. The Stop Loss was at 26 pips. It doesn't sound high, but this is a single trade EA trading high lots, and risk setting 30 means it RISKS 30% of your account, so we are talking lots of 25 or more (!!!) here on a 10k account - be careful. Also with high lots like this of course the slippage is much higher. You will be filled with counter orders from the bottom of the stack, which means that sometimes you will get prices under / over the current high / low - with a highly price sensitive EA of this type of course this can be very dangerous. I personally would not operate this EA with orders larger than 5 lots.
The author doesn't explain this well enough in the overview section here. Also there is no .pdf with instructions.
I wouldn't go over risk 10. Or would you risk more than 10% of your account in a single trade? If you loose, the money is gone.
Generally this year 2021 it wasn't as successful as in 2020, when it was really rocking it. I guess it doesn't like sideways markets.
It trades quite rarely, I would say every second day or so. You can only use it one pair, EURUSD.
You MUST use with a low spread account with little slippage. On ICMArkets you MUST use the raw account type, NOT the standard account type !!
And also you need fast VPS !
One disadvantage of this EA is that it is using STOP BUY and STOP SELL orders. As you know there are always market participants who see your open orders and make use of that. Especially with big lots like this EA is using, you can get effed easily. I have no idea why the author is not switching to HIDDEN stop orders, like the others do, it's easy to code.
Anyway, like I said, you do need a ECN account from a good and liquid broker for this EA.
And don't use the Auto SL settting. Use your own manual SL that you find out after testing. You can set the SL lower than the author withouth losing more trades. I use 20, but that can vary depending on your broker, so better test yourself.

Very recommended EA. It uses a very profitable unique breakout strategy. Depending on the market volatility you can expect up to 10 trades in a month, but this is not important. More important is the simple incredible profitability of ATS Advisor. Keep up good work.

Great EA. Very stable if you have the correct Broker and VPS. Thanks Ivan. Really good job.

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
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"
Very recommended EA. It uses a very profitable unique breakout strategy. Depending on the market volatility you can expect up to 10 trades in a month, but this is not important. More important is the simple incredible profitability of ATS Advisor. Keep up good work.