@l-andorrà Dear admin, can you please fix this?
Posts made by l'andorrà
-
RE: Bug when summing up pips in MQ5posted in Bug Reports
-
RE: ganancia no realizada solo con la orden más antigua y la más recienteposted in Questions & Answers
@yzzbl2023 Can you please share it of you don't mind?
-
RE: requestposted in General Discussions
@luca-7 Did you pay with Bitcoin? Then confirmation lasts up to one week. Please contact the admn to let him know. He doesn't review his crypto wallet every day.
-
RE: custom indicatorposted in Questions & Answers
@harshalr5556 Yes, but it is very risky. It will not work all the time. Better try to import mq4 files only.
-
RE: Heiken Ashi with no tailposted in Questions & Answers
@fxgump You are requiring that two prices on candle ID 1 are exactly equal (one of them is open price). Additionally, block 128 is looking for Bull candles whereas it counterpart is not doing the same for bears.
-
RE: Simple Moving Average in the same directionposted in Questions & Answers
@alvantai You can use this block to determine if SMA 41 is moving up, for example. Then you can combine as many blocks as per your conditions.

-
RE: EA in another EA (Solved)posted in General Discussions
@xyon126 Es que la función no existe. Debes copias los bloques uno por uno de un EA al otro. Eso es lo que quiero decir. Lo que pasa es que luego hay el trabajazo de reajustarlo todo.
-
RE: Moving trade panel as a block to anywhere on the chartposted in Questions & Answers
@xyon126 Excelente, porque la verdad es que los paneles no son lo mío.
-
RE: Trading Panel on mt4posted in Questions & Answers
@xyon126 fxDReema ejecuta los bloques del siguiente modo:
- Primero el bloque en cabeza del árbol con el valor más bajo.
- Luego todos los bloques conectado bajo el mismo, independientemente del valor que tenga.
- Cuando ya no hay más bloqus conectados, entonces el bloque en cabeza del árbol con el segundo valor más bajo.
- Como en el punto 2
...y así sucesivamente.
-
RE: no quiere funcionar el bloque formulaposted in Questions & Answers
@cristian-0 No te funciona porque en el bloque de modificar variables estás inicializando cada vez el valor de los lotes al valor inicial. No hay "memoria" del último valor de los lotes. Debes hacer la reinicialización fuera de ese bucle.
-
RE: variable almacena ganancia o pérdidaposted in Questions & Answers
@cristian-0 Con esta estructura sencilla puedes conseguir almacenar los pips abiertos en este momento, tanto positivos como negativos.
-
RE: trend lineposted in Questions & Answers
@alphaomega Techically, ot os not extending the line but drawing points. Not sure the effect is the same.
-
RE: Indicator doesnt appear in real tradingposted in Questions & Answers
@fieriz Honestly, I have no idea.
Errors are usually detailed there. If nothing appears, I simply surrender. I hope other users can provide more help. -
RE: Parámetros de orden pendiente tomados de la operación inicialposted in Questions & Answers
@deiby Hay bloques que no están conectados. Entre ellos los 46 y 47, que programan operaciones del grupo 1.
-
RE: design expertposted in Questions & Answers
@salem Can you please share your project to take a look at it?
-
RE: design expertposted in Questions & Answers
@salem This means the conditions were met at those symbols only and not in the others.
-
RE: trend lineposted in Questions & Answers
@gunji80 This is an easy exmple in with the EA will draw a trend line connecting candles ID 10's low with candle is 0's low. Sadly fxDreema cannot draw extended lines:
-
RE: How to detect more than one position on the same symbol on a positions loopposted in General Discussions
@nilsen Do you mean a kind of 'open trades counter'?
-
RE: EA it carries out 1 order only.posted in General Discussions
@xfire Trailing stops should not be conditioned by 'once per bar' blocks. Instead, you should be using just one block for both buys ans sells ans separated from its current position. Put it below a 'pass' block alone.