Exp Assistant 5
FREE
Pubblicato:
26 maggio 2014
Versione attuale:
26.524
Non hai trovato un robot adatto?
Ordina il tuo
su Freelance
Vai alla sezione Freelance
Ordina il tuo
su Freelance
Come acquistare un Robot di Trading o un indicatore
Esegui il tuo EA
hosting virtuale
hosting virtuale
Prova un indicatore/robot di trading prima di acquistarlo
Vuoi guadagnare nel Market?
Come presentare un prodotto per venderlo con successo
Ti stai perdendo delle opportunità di trading:
- App di trading gratuite
- Oltre 8.000 segnali per il copy trading
- Notizie economiche per esplorare i mercati finanziari
Registrazione
Accedi
Accetti la politica del sito e le condizioni d’uso
Se non hai un account, registrati

Hi, I am looking for a trailing stop loss which is activated after after the TP and it moves repetitively.
I try to explain with an example: I buy XAU/USD from 2025.0, SL to 2023.0 (20PIPS) and traling stop loss from 2028.1 (30 PIPS). When the profit reach 31 PIPS (2028.1) the bot put the stop loss to 30 PIPS (2028.00), when the price reach 2029.1 (41 PIPS) the stop loss becomes 2029.0 (40 PIPS) and so on.
Is it possibile to do with this ea?
Because in description I can see the "trailing profit" mode but in EA there is not
How I can avoid that box minimize every few minutes when I use 2 boards en in the Metatrader installation ?
set to 0
Hi,
I am not sure whether if these are bugs or features. But I am facing some issues using the EA while ProfitTrailing is set to false. I am facing specifically two problems and how they can be reproduced is mentioned here. In both cases ProfitTrailing is set to false and starttrailpoint is set to 0.
Can you check once again in your setup?
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 20.0px 'Helvetica Neue'} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'; min-height: 15.0px} p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} li.li3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} ol.ol1 {list-style-type: decimal}
Hi,
I am not sure whether if these are bugs or features. But I am facing some issues using the EA while ProfitTrailing is set to false. I am facing specifically two problems and how they can be reproduced is mentioned here. In both cases ProfitTrailing is set to false and starttrailpoint is set to 0.
Can you check once again in your setup?
Thanks for the comment.
There is a function conflict here.
on the first question.
The assistant checks, for example for buy:
If the stop loss (300) is less than the current price - trailing stop - trailing step, then it modifies the stop loss.
But there is a conflict of functions.
If the stop loss is not yet in profit (by trailing stop), then it is set again.
To do this, I introduced a separate function SetSLTPonlytoZEROprices
on the second question:
the instructions say:
"If false , then TrailingStop starts immediately after placing position and pulls it after the price"
It was meant that the trailing stop starts working after the trade has reached a profit greater than 0, i.e. 1 point and above.
I'll change this in the instructions to make it clearer.
If false, then TrailingStop starts immediately after placing position and pulls it after the price. Only if position profit>0
Attention! If you use ProfitTrailing=false and stoploss !=0, enable SetSLTPonlytoZEROprices = true, so that the utility does not conflict between negative trailing stop and stoploss.
Thanks for the comment.
There is a function conflict here.
on the first question.
The assistant checks, for example for buy:
If the stop loss (300) is less than the current price - trailing stop - trailing step, then it modifies the stop loss.
But there is a conflict of functions.
If the stop loss is not yet in profit (by trailing stop), then it is set again.
To do this, I introduced a separate function SetSLTPonlytoZEROprices
on the second question:
the instructions say:
"If false , then TrailingStop starts immediately after placing position and pulls it after the price"
It was meant that the trailing stop starts working after the trade has reached a profit greater than 0, i.e. 1 point and above.
I'll change this in the instructions to make it clearer.
If false, then TrailingStop starts immediately after placing position and pulls it after the price. Only if position profit>0
Attention! If you use ProfitTrailing=false and stoploss !=0, enable SetSLTPonlytoZEROprices = true, so that the utility does not conflict between negative trailing stop and stoploss.
Ah thanks for the details. Works like a charm. :D
Hola Vladislav, he intentado hacerlo yo mismo pero no lo consigo. Puedes ayudarme si es posible? Quiero colocar una orden con SL 4300 y TP 1500. Cuando el precio llegue a 700 puntos, quiero que el SL se coloque en +600 puntos y que vaya haciendo trailing de 1 punto a medida que se va incrementando el beneficio. Es esto posible en Mt5?
Hola.
Sí, puede probar esta opción:
Hola.
Sí, puede probar esta opción:
Muchas gracias. Lo voy a probar y te cuento.
Muchas gracias. Lo voy a probar y te cuento.
He probado, pero no es exactamente lo que necesito. Lo que realmente necesito es que el SL pase directamente desde los -4300 puntos a +600 puntos, cuando el precio llegue a +700 puntos y que ese nivel de SL (+600) haga trainling de +1 punto.
He probado, pero no es exactamente lo que necesito. Lo que realmente necesito es que el SL pase directamente desde los -4300 puntos a +600 puntos, cuando el precio llegue a +700 puntos y que ese nivel de SL (+600) haga trainling de +1 punto.
Agregue un archivo de registro para ver esto.
Excume sir, now is working fine. Thank you very much.
Why does Exp Assistant 5 MT5 on my VPS MQL5 seem not to work as expected? When I enable algo trading on the MT5 desktop (without using VPS), everything works normally.
Why does Exp Assistant 5 MT5 on my VPS MQL5 seem not to work as expected? When I enable algo trading on the MT5 desktop (without using VPS), everything works normally.
Unfortunately, half a year ago - All panels stopped working on VPS from MQL.
It is not possible to transfer panel settings to the server.
Unfortunately, half a year ago - All panels stopped working on VPS from MQL.
It is not possible to transfer panel settings to the server.
Oh, okay. You've made such a great EA, but it's very unfortunate that it can't be used on VPS MQL5.
Thank you for your response, Vlad.
Oh, okay. You've made such a great EA, but it's very unfortunate that it can't be used on VPS MQL5.
Thank you for your response, Vlad.
🔹 ASSISTANT: MT4: https://www.mql5.com/en/market/product/14623
🔹 ASSISTANT: MT5: https://www.mql5.com/en/market/product/4477
📰↔️↔️↔️FULL GUIDE for ASSISTANT: https://www.mql5.com/en/blogs/post/718537
🌐↔️↔️↔️FULL GUIDE for ASSISTANT: https://www.expforex.com/?p=73
▶️YouTube: https://www.youtube.com/watch?v=lc3hG7xgehc
Una duda que tengo es sobre el Virtual Stop, ya que si le doy ON me elimina los SL y SP de la operación pero no del gráfico y cuando llega a esos niveles se ejecutan como si los tuviera puesto, me lo podrías explicar más en detalle su uso? Muchas gracias por tu trabajo.
Una duda que tengo es sobre el Virtual Stop, ya que si le doy ON me elimina los SL y SP de la operación pero no del gráfico y cuando llega a esos niveles se ejecutan como si los tuviera puesto, me lo podrías explicar más en detalle su uso? Muchas gracias por tu trabajo.
Gracias por la retroalimentación.
Así es. Los niveles virtuales funcionan ocultos a su corredor. Cuando el precio toque estos niveles en el gráfico, las posiciones se cerrarán.
¡Administre niveles de parada virtuales/reales en el panel de control del Asistente!
El parámetro VirtualStops (VirtualSLTP) se muestra en el gráfico del panel de control.
¡Ahora puede habilitar/deshabilitar la función Virtual Stop Loss / Take Profit / Trailing Stop desde el panel de control!
Trabajar con stoploss virtual / takeprofit / trailingstop / breakeven.
—— Trabajo completo con niveles Virtual Stop Loss y Take Profit. Prender apagar.
——– Todos los niveles serán virtuales y se mostrarán en el gráfico como líneas.
--- ¡Atención! Este es un cierre virtual de Posiciones (Deal). Esto significa que cuando el precio cruza la línea de stop loss/takeprofit virtual, el asesor envía un comando para cerrar el servidor.
——– Puede haber desvíos en el cierre de las cotizaciones y otros retrasos de los corredores.
--- ¡Atención! Funciona solo en una computadora encendida y un terminal conectado.
--- ¡Atención! En MT4, los niveles virtuales funcionan tanto con Posiciones (Tratos) como con órdenes.
--- ¡Atención! ¡En MT5, los niveles virtuales funcionan solo con Posiciones (Oferta)!
Las órdenes pendientes y limitadas funcionarán con niveles reales de stop loss y toma de ganancias.
--- ¡Atención! Puede haber deslices al cerrar Posiciones (Deal).
Depende de las cotizaciones del corredor y los retrasos!!!
---- ¡Atención! Cuando hace clic en el botón "Encendido/Apagado", el asesor modifica todos los niveles de stoploss y takeprofit a niveles virtuales/reales.
Al modificar, puede haber restricciones del corredor sobre el nivel mínimo de parada, y entonces el asesor no podrá modificar algunas paradas de pérdidas y ganancias.