@gligroup Not sure what you mean. Defining groups allows the EA to specify different conditons for buys and sells, yes. Is that what you asked for?
Posts made by l'andorrà
-
RE: only sell condition (8) executes? can anyone help please?posted in Questions & Answers
-
RE: EA para varios pares de divisas al tiempoposted in Questions & Answers
@deiby De nada. Dime si te funciona.
-
RE: ERRORS IN PIPS INCREASE IN RELATION TO STOP LOSSposted in Bug Reports
@molibedium Ok. In that case you will need two blocks like this one. In one of them you will select 'Stop-loss' option and the other one select 'Take profit'. Considering that I have no idea what previous conditions wil be required in your EA to open trades, I suggest you to connect both blocks below a 'Pass' block. Obviously, you will need to specify the setting for both of them (trailing stop and trailing step), as you can see immediately below in my previous image. Ok?
-
RE: sequence of tradesposted in Questions & Answers
@osamaababneh If I understand it correctly, the first trade of the sequence is open manually and then all other subsequent tardes are automatic. Correct?
-
RE: sequence of tradesposted in Questions & Answers
@osamaababneh Do you need to open a new buy no matter what? I mean just another buy after the previous one hit the SL? No more conditions?
-
RE: EA para varios pares de divisas al tiempoposted in Questions & Answers
@deiby Entonces eso es más complejo. Es posible, pero hacé falta coordinar las conditiones de lanzamiento y gestión debajo de este bloque:

Ahí puedes especificar los pares a operar.
-
RE: only sell condition (8) executes? can anyone help please?posted in Questions & Answers
@gligroup Blocks 1, 9, 17 and 24 are not specified to any group. You need to coordinate them with the respective group number at the botom of each tree block.
-
RE: Compilation Error Custom indicatorposted in Questions & Answers
@creus93 I'm not a programmer but I guess the problem is that custom indicator. Probaly it is coded in a way that fxDreema cannot recognise correctly and thus those errors are generated. I'm afraid you need a real programmer to give you an answer.
-
RE: AFTER EVERY LOOSING BUY TRADE I WANT THE EA TO PLACE A SELLposted in General Discussions
@balonginkosi-buthelezi I recommend you to specify candle ID 1 on all operands of all 'Condition' blocks. On the other hand, why are so many blocks OFF? I don't see any way to switch then ON. What's the logic behind that?
-
RE: EA para varios pares de divisas al tiempoposted in Questions & Answers
@deiby Es muy sencillo. Programas tu bot para que pueda actuar en cualquier par o cruce (opción Specified) y en él programas las condiciones de lanzamiento de operaciones que necesitas. Luego activas ese mismo robot en tantos gráficos como pares o cruces quieras operar. ¡Y ya está! Así de fácil.

-
RE: ERRORS IN PIPS INCREASE IN RELATION TO STOP LOSSposted in Bug Reports
@molibedium Sure! let's do it step by step. This is one of the easiets ways to deal with trailing stops:

Do you need to trail both SL and TP?
-
RE: Show indicator value on chartposted in Questions & Answers
@fenixtrading What do you mean by '%B' exactly? The upper band, maybe?
-
RE: making a trade immediately in the first second after running EAposted in Questions & Answers
@rajab I answered you in your previous thread. Please don't duplicate threads.
On your question, substitute the 'fixed pips' stop loss option on both buy/sell now blocks by 'No stop loss' instead.
-
RE: need advice on using variables to select buffers of a custom indicator...posted in Questions & Answers
@zackry None of us will ever be grateful enough to miro.

-
RE: 2 Bulls followed by 2 bearsposted in Questions & Answers
@mikeforrest18 That block order is correct but probably the settings within are wrong. Can you please share the link of the project?