Some more details would help. What do you exactly need?
Posts made by l'andorrà
-
RE: Inside Barposted in Questions & Answers
-
RE: Only even numbers on lotsizingposted in Questions & Answers
I'm not sure there is a block doing that. I guess you should use a varible to do it. Probably some custom code would save a lot of time. Maybe roar could help?

-
RE: "AND" Block enquiresposted in Questions & Answers
You can simply ignore them. They are useful for visual understanding only. None of my EAs include a single block like that and the all of them are using the 'AND' function.
-
RE: Please help. It doesn't open any positionsposted in Questions & Answers
I see no problem with the logic at all. Maybe your conditions are too restrictive?
-
RE: The weirdest buffers ever?posted in Questions & Answers
Great. Thank you very much to all of you.
-
RE: Trade Stocks, Forex, Options and Cryptoposted in Questions & Answers
@julian Spam, spam, spam...
-
RE: Total gains or loss operationsposted in Questions & Answers
Is this the same EA of your second thread?
-
RE: EA turns on and off, but only in backtes, demo or real market does not work.posted in Questions & Answers
Honestly, I cannot offer you an answer, sorry.

-
RE: SUPPORT RESISTANCE EAposted in Questions & Answers
I already answered your question in your previous thread. Please do not duplicate threads.
-
RE: Scale Out with Partial Close and Trailing Stopposted in Questions & Answers
Then you need to connect a 'Turn OFF block' connected below block 64 indicating block 61. That way the fist partial close will not be executed anymore. Same for the second partial close and then turn them On again once the trade is closed.
-
RE: SUPPORT AND RESISTANCE INDICATORposted in Questions & Answers
Are you asking for one? You will find a lot here:
-
RE: MultiCurrency Dashboard check 1 conditionposted in Questions & Answers
I recommend you insert a 'For each object' block between the 'Pass' block and all other selecter blocks on the 'on tick tab'.
-
RE: Settinh trailing stopposted in Questions & Answers
Siempre es recomendable que el bloque de 'Trailing stop' vaya por separado del árbol que lanza las operaciones. Quítalo de donde está ahora y crea otro árbol para él solo, conectado debajo de un bloque 'Pass'. Con eso ya te debería funcionar.
-
RE: How to setup up a close all button?posted in Questions & Answers
Sure. Take a look at this threads to find out how:
https://fxdreema.com/forum/topic/4417/buttons/3
https://fxdreema.com/forum/topic/6505/how-to-work-with-the-buttons/3 -
The weirdest buffers ever?posted in Questions & Answers
I was trying this custom indicator to do some tests:
0_1591390577100_TMA Bands nk.mq4
Initially all looked fine. The three buffers were correctly identified by fxDreema and they are selectable as usual. Then I tested some parts of my EA and weird stuff began to happen. Look for example at this part:
https://fxdreema.com/shared/d5HGz8ckd
I’m just comparing the values of the middle line’s candles 1 to 3 to be sure the trend is confirmed and this is what I get:

The left square shows wrong results. Uptrend arrows when trend is clearly downtrend and exactly the opposite on the right square. Additionally no arrow is correctly positioned as per its block settings!!
I tried to use the buffer result directly instead of storing it into variables like above, but to no avail. Even weirder results were obtained. Could someone give me some hint about what the heck is calculating this indicator in its buffers? And what about the arrows?
-
RE: Settinh trailing stopposted in Questions & Answers
Please do not duplicate the trailing stop block. Just one is enough. What formula are you reuiring the block to do exactly?

