Rover Pro EA MT5
199 USD
Démo téléchargée:
232
Publié:
31 décembre 2023
Version actuelle:
2.0
Vous ne trouvez aucun robot qui vous convient ?
Commandez le vôtre
dans la section Freelance
Aller à la section Freelance
Commandez le vôtre
dans la section Freelance
Comment acheter un robot de trading ou un indicateur
Exécutez votre EA sur
hébergement virtuel
hébergement virtuel
Test un indicateur/robot de trading avant d'acheter
Vous voulez gagner de l'argent sur Market ?
Comment présenter un produit pour qu'il se vende bien
Vous manquez des opportunités de trading :
- Applications de trading gratuites
- Plus de 8 000 signaux à copier
- Actualités économiques pour explorer les marchés financiers
Inscription
Se connecter
Vous acceptez la politique du site Web et les conditions d'utilisation
Si vous n'avez pas de compte, veuillez vous inscrire

Hello. Add a trailing stop with dynamic steps to the Expert Advisor. Then there will be much more profit.
Hi, I added trailing in the newest version.
Hello. And what is the principle of the trailing stop now? Can you insert an extended trailing stop into your advice, such as this one https://www.mql5.com/en/code/15848 ?
Trailing was changed to PSAR based in the latest version.
You can add a trailing stop in which you can specify the settings: 1) The start of the trailing stop in points, 2) The step of the trailing stop in points 3) the distance of the trailing stop in points.
do you mean by dragging SL based on step in points ?
in the current version, it drags SL based on PSAR.
example for dragging SL based on previous High/Low candlesticks, see my latest EA.
PSAR trailing does not give good results, I connected an additional adviser with a trailing stop to your adviser and the situation became better. Please add such a trailing stop to your Expert Advisor so that you can test the optimal level and step of the trailing stop in points.
changed the trailing SL method. this drags the SL for each step.
Add more settings: 1) Start of the trailing stop (distance in points from the order opening price) and 2) step of the trailing stop in points
It’s been added. By default, if the price has reached a step of 25 pips, the SL is also dragged 25 pips from its initial value.
I mean another trailing stop. For example, the start of the trailing stop is 25 points from the order opening price, the trailing stop size is 15 points and the trailing stop step is 5 punts. When the price reaches 25 points, a trailing stop is activated and it is 15 points from the current price, then when the price increases towards take profit, the trailing stop moves every 5 points of price change.
I mean another trailing stop. For example, the start of the trailing stop is 25 points from the order opening price, the trailing stop size is 15 points and the trailing stop step is 5 punts. When the price reaches 25 points, a trailing stop is activated and it is 15 points from the current price, then when the price increases towards take profit, the trailing stop moves every 5 points of price change.
So, when the price reaches the Trailing Start point, SL is set at the breakeven point at the Order Opening Price.
then if the price moves further along the Trailing Step, the SL is dragged up to the Trailing Step point.
In my opinion, it is less profitable, because profits are getting smaller, and the break-even point is triggered more often.
We tried it on version 1.3 before the PSAR version.
Do you have a set file for the new release?
I see basket close is set to $25. For what account size is that for?
Do you have a set file for the new release?
I see basket close is set to $25. For what account size is that for?
default setting is the optimal setting for lot size 0.01. If there are only a few open orders, it may take a long time to reach it. but this EA has the potential to open 20 orders simultaneously. so, target 25$ for maximum lot size 0.01 x 20 = 0.2 lot size, it is safe enough for drawdown problem. I recommend, with default setting, account balance minimum 500$.
default setting is the optimal setting for lot size 0.01. If there are only a few open orders, it may take a long time to reach it. but this EA has the potential to open 20 orders simultaneously. so, target 25$ for maximum lot size 0.01 x 20 = 0.2 lot size, it is safe enough for drawdown problem. I recommend, with default setting, account balance minimum 500$.
Thanks. Makes it easier to calculate target for larger lot sizes.