@mantadiver I guess no one cares about it. 
Posts made by l'andorrà
-
RE: Re-Initialize after settings changeposted in Questions & Answers
-
RE: Indicator behaviorposted in Questions & Answers
I can importi it and visualize it correctly. Can you?
-
RE: How do I do this simple custom code?posted in Questions & Answers
@yoloyacht Can you then please share your project?
-
RE: 3 EMAposted in Questions & Answers
@ramimoujaes Unless there is another issue within the blocks (and that I don't know), yes, that should be all.
-
RE: only sell condition (8) executes? can anyone help please?posted in Questions & Answers
@gligroup This is weird. Maybe it will sound silly bit I recommend you to remove all blocks from 1 to 5 and create them again with exactly the same numbers. Try it and let me know.
-
RE: ayuda robotposted in Questions & Answers
@jandrisa El problema es el indicador. Ninguno de los buffers es identificado correctamente por fxDreema. Si te fijas, todos salen de color gris cuando se debería ver cada uno con su color correspondiente. Eso lo complica todo muchísimo. ¿No tendrás por casualidad otro indicador que haga lo mismo y esté también en formato mq4?
-
RE: EA Smart Martingaleposted in General Discussions
@cupricfoild Martingales never work in the long run. Are you sure you want to spend time and efforts to do it?
-
RE: EA based on London breakout and Percentagesposted in Questions & Answers
@mudiaikpasa Do you have an initial project to begin with?
-
RE: How do I do this simple custom code?posted in Questions & Answers
@yoloyacht I see you are using a custom indicator. Are you sure it is correctly uploaded to your fxDreema account?
-
RE: Bucket of trades not workingposted in Questions & Answers
@jsauter86 I always recommend to work with groups instead of buckets of trades.
-
RE: TRAILING STOP - NOT TRAILING (link attached)posted in Questions & Answers
@nande-designs Then split ip the EA. Launch your trades on the 'on init' tab and move your trailing stop block (cinnected to a Pass block) to the 'on tick' tab. That way you will get both effects.
-
RE: Problems with post method for http requestposted in Questions & Answers
@fabiobioware Both blocks are on the 'on trade' tab. This means they will not be executed until a trade is open. I see no blocks on the 'on tick' tab so I guess all trades are manually opened. Am I right? If not the EA will never work.
-
RE: Indicator behaviorposted in Questions & Answers
@alphaomega MT5 custom indicators are terribly integrated in fxDreema. Don't you have the mq5 version?
-
RE: Trading Panel on mt4posted in Questions & Answers
@xyon126 Sí, hablo español. Si quieres, podemos continuar el hilo en español.
-
RE: ESPERAR UNA VELA PARA ABRIR LA SIGUIENTE OPERACIONposted in Questions & Answers
@deiby Perdón. Es cierto que lo entendí mal. Para eso debes usar el bloque 'Once per bar' en la posición más elevada del árbol de bloques que incluye las condiciones de apertura que necesitas. De ese modo te aseguras que el primer pip que crea la nueva vela sea el que ejecute la compra/venta si se dan todas las condiciones.
-
RE: Send HTTP Request - Post Methodposted in Questions & Answers
@fabiobioware Hard programming again. I'm afraid I can't offer any help.
-
RE: slow update data in apiposted in Questions & Answers
@fabiobioware That's hard programming, I'm afraid. I ahev no idea what an API is, sorry.