Комментарии могут оставлять пользователи, купившие или арендовавшие продукт
Vasile Verdes  

DrivePoints represents the number of points by which a pending order should be repositioned from the current price.

It acts as a drive factor that controls how aggressively or conservatively the pending order is moved in the market.

Vasile Verdes  
I will also answer here the common questions I receive on chat. Yes, the default settings are for DAX, ICMarkets, GMT+2, 1 Minute. However, the EA is not optimized — there was only a quick optimization for this year.
For those who want to run optimizations, I recommend optimizing each strategy separately, out of the 7 that currently exist (0–6). I will do optimizations and provide recommendations after I implement all the strategies I consider suitable in the EA.

I will not create dozens of EAs in MT5 just to resell the same ideas under different names. Instead, I will gradually implement pretty much everything that exists in trading into this one.
For this reason, the price of the EA will gradually increase.

Unfortunately, the same won't apply to MT4 — there I will create separate EAs, because in MT4 it is impossible to optimize something like this.

To see the results of my live strategies tests, you can find the link in my profile.
Vasile Verdes  

There are no hidden parameters in the EA, all parameters are accessible to everyone.

There are no limitations or restrictions, such as functioning only on certain symbols or specific timeframes. Everyone can configure absolutely everything as they wish.

Vasile Verdes  
ReverseDeals = true/false means whether the EA will close positions on exit signals or not. There are only two reverse modes available for all strategies: ReverseMode = 0 or 1.
Of course, you can also try optimizations with ReverseDeals = false, and optionally optimize an exit value using DoLimitLoss = true, based on percentage, points, or a fixed amount of money. If DoLimitLoss = true, the specified criterion will be applied, as long as it is not equal to 0. LossPercent, LossMoney, LossPoints.
Vasile Verdes  
"I’m not a seller — I’m a trader and a programmer. This Expert Advisor was created primarily for my own use. Every improvement that will be made is, first and foremost, made for myself.

Why is it for sale, and why does the price increase? You can think of this project as a kind of startup — you’re investing in it and, in return, you receive the product. My goal is to build, for myself, the best trading robot possible.

Why so many strategies, so many indicators, so many formulas? Because in my experience, this is the best solution: deep optimization.

At first, the robot was designed to be fully self-optimizing, self-adaptive, AI-driven, etc. But the results were not satisfactory. That’s why I decided to include everything that exists in the field of trading into one single EA — but still verifying on demo whether the strategies are viable.

(You can find the live monitoring from my tests on my profile.)

Then, through optimization and result analysis, the most stable strategy can be identified. That’s why strategies will appear in the EA, some will be removed, and the process will continue like this until the goal is reached.

So far, Strategy 1 has proven to be the most profitable."

Vasile Verdes  

The Excel formula and explanation for selecting the best optimization settings, based on:

  • Profit Factor (PF)

  • Max Drawdown % (DD%)

  • Number of Trades (N)

with higher weight given to the number of trades.

=(A2^1.5) / (1 + (B2^1.2)) * LOG(10 + C2)
  • A2 = Profit Factor

  • B2 = Max Drawdown percentage (0–100)

  • C2 = Number of trades

  • ^1.5 = emphasizes the Profit Factor

  • ^1.2 = penalizes higher drawdowns

  • LOG(10 + C2) = gives increasing but controlled weight to trade count

  • Комментарии могут оставлять пользователи, купившие или арендовавшие продукт