@ttu22 You're welcome.

Posts made by l'andorrà
-
RE: EXPERTS, PLEASE HELP and SHARE
@tradeandearn-0 And isn't it doing that right now? Because that's what the logic of your project says.
-
RE: Why "DELAY" stops the tester ??
@gaper If I remember correctly, the answer is no. The delay block works with time, and the tester cannot do it. May someone correct me if I'm wrong?
-
RE: Multiple entry once condition met
@syukran Do you mean opening more than one trade at the same time? That will never happen. MT4 opens them one after another, never all of them simultaneously.
-
RE: Is there a contact person here at FXDREEMA? I have sent in a question...no answer
Yes, Mr. Rastev always answers all questions. However, he takes his time to do it. Some times, more than one week.
-
RE: Mr fxDreema - Trade Comment is missing for Close Position & Trailing Stop Blocks etc
@fxfun I support this motion. I would also would like to know the plans for fxDreema.
-
RE: zigzag project
@gunji80 fxDreema cannot be used to create an indicator. The best you can do is an EA tryiny to emulate an indicator, but never an indicator itself.
-
RE: Backtest vs demo
@subotai Both 'if trade' blocks are specified for buys only, not sells. Additionally, both 'pips away from open price' blocks are using different 'adjust' multipliers.
-
RE: EA using conditions based on different time scales
@papaskindog The logic is correct. However, I would remove the '*10000' part in the 'adjust' box.I guess the ATR value doesn't need any modification.
-
RE: alerts message
@ttu22 You need to add a 'once per bar' block below each 'no trade' or 'if trade' bloak to get just one alert. You need to write any text on all 'label' boxes for the block to show that info.
-
RE: PRIMERO ACTIVAR BREAK EVEN Y DESPUES TRAILING STOP
@deiby Excelente. Aquí tienes la alternativa para el trailing stop. Elimina todos los bloques rosa y usa este inmediatamente conectado debajo del bloque 'Pass':
Ahora tendrás dos bloques azules conectados al bloque gris de Pass. Este bloque de trailing stop debe tener un número ID superior al del break even, eso garantizará que primero se ejecutará el break even y luego el trailing.
-
RE: EXPERTS, PLEASE HELP and SHARE
@tradeandearn-0 Ok Now I see the problem. fxDreema cannot increase the amount of lots of an open trade. What it does is opening a new trade with a new lot size. Is that what you want?
-
RE: Como hacer cierre por velas
@diazoviedo Crea una variable de contador e inicialízala a 1 en la vela de apertura. Vas anadiendo +1 a dicha variable por cada nueva vela pasada y finalmente usas un bloque condicion para comparar si el valor de la viariable ha alcanzado en número de velas que quieres. Si es así, cierras la operación.
-
RE: 2 Take Profit Levels for one trade
@tfulls12 No, do not remove block Id 6. Its current settings are correct. That is exactly the way to find the distance at which the partial close is expected to happen.
-
RE: PRIMERO ACTIVAR BREAK EVEN Y DESPUES TRAILING STOP
@deiby De acuerdo. Te sugiero quie confirmes que el braek even funciona correctamente. Elimina los bloques de color rosa y deja todos los demás. Testea el bot y confírmame que el break even por sí solo funciona, por favor. Luego añadiremos el trailing.
Y por favor, no dupliques hilos. Te he contestado en el otro y ahora veo que está duplicado. Sólo te contestaré en este. ¿de acuerdo?
-
RE: BREAK EVEN Y TRAILING STOP
@deiby Sí, que la tiene, pero no es trivial de crear. ¿Puedes compartir tu proyecto, por favor?
-
RE: 1 buy 1 sel line
@yazar-ilyas Please do not share personal emails in public. You can do it via private message.