Maybe you shlud create thread on the Bug subforum.
Posts made by l'andorrà
-
RE: fxdreema timer is a bit slowposted in Questions & Answers
-
RE: how to achieve this?posted in Questions & Answers
Maybe the master of loops, Mr. roar, could help.

-
RE: fxdreema timer is a bit slowposted in Questions & Answers
Didn't know that. Apparently it is a platform programming issue. I never use that tab so I had no idea.
-
RE: Error Unmatched data while testingposted in General Discussions
This is a question for real programmers. Any hint for this gentleman?

-
RE: Prevent view & Modify of EAposted in Questions & Answers
Yes. If you share the mq4 file everyone will be able to open it. However, the ex4 file will require a decompiler, and ony a few ones are really good for that.
-
RE: Ayuda apertura con la misma condicion en distinto diaposted in Questions & Answers
No acabo de entender la lógica del EA. ¿Quieres lanzar nuevas operaciones una vez has modificado el SL de las viejas? Por cierto, esos bloque 'AND' son innecesarios. Al conectarlo en vertical ya obtienes la función de 'and'.
Es extraño que no te deje optimizar el TP y la MM. Veo que has creado constantes que las definen. ¿Qué error te sale para que no te haga la optimización?
-
RE: How to open trade every time price moves a pip?posted in Questions & Answers
You can try this to begin with:
-
RE: Is there a way I can compare buy order counts to sell order counts??posted in Questions & Answers
You can also use the block called 'Check trades count'.
-
RE: How to protect coppy the EAposted in Questions & Answers
Try this on the 'on Init' tab:

You will need to initialize the variable with the account number.
-
RE: why some trade not close on renko chartposted in Questions & Answers
Yes, some additional info would appreciated. However, I strongly recommend you to search 'renko' in the forums. You will find t's a tricky indocator to deal with in fxDReema.
-
RE: Negative Volume Index (NVI) indicator with MQ4 and fxDreemaposted in Questions & Answers
Wow! That real coding stuff! This is a task for roar or trader.philipps. Any help for this buddy, guys?

-
RE: Applying an indicator to Previous / First Indicator's Data in fxDreemaposted in Questions & Answers
AFAIK, it is still impossible in fxDreema.
-
RE: Current candle size open position.posted in Questions & Answers
Are all those conditions dupposed to be happening on the same candle ID 0?
-
RE: can i build ea with indicator through together ?posted in Questions & Answers
Ambrogio is right. You will need a custom indicator doing that. fxDReema cannot superimpose indicators.
-
RE: Martingale helpposted in Questions & Answers
I strongly recommend you to read the following threads before doing it:
https://fxdreema.com/forum/topic/8493/martingale/2
https://fxdreema.com/forum/topic/5500/reset-martingale/6
https://fxdreema.com/forum/topic/6624/problem-in-martingale/6 -
RE: How to check for the Biggest candle of the Day?posted in Questions & Answers
This is a way to do it (not tested).
https://fxdreema.com/shared/B8ZI5TRad
This will draw an arrow on top of the biggest candle of the day for the current candle.
-
RE: how to achieve this?posted in Questions & Answers
Interesting question. I guess (and it's just a guess) that if the logic is independent of the next candle value, it should be possible with a loop. Can you please define the exact logic involved in each candle's calculation?
-
RE: How to open trade every time price moves a pip?posted in Questions & Answers
Yes, almost everuthing is possible in fxDreema but one question first. What if price moves up 1 pip and then moves down another pip. Do you want another trade then?
-
RE: how to place progressive alternating pending orders till TP is hitposted in Questions & Answers
You need to do it on the 'on Trade' tab. There you can specify that each new trade created (excet the first one) will launch a pending order. Ypu ca also use group numbers to distinguish that fisrt order from all the later ones.