@timmyhanke Then you should try other browsers maybe.
Posts made by l'andorrà
-
RE: Loading issue Firefoxposted in Bug Reports
-
RE: Building an EAposted in Questions & Answers
@don-fabi Thensubstitute your 'No trade' block by this one:

-
RE: Morning s gisted need help to setup my robotposted in General Discussions
@stephen-0 Can you please share your project?
-
RE: How can I download an indicatorposted in Questions & Answers
@nexti095 An interesting suggestion for the administrator, certainly.
-
RE: Loading issue Firefoxposted in Bug Reports
@timmyhanke Man, that's weird. Never heard something like that. Did you try Chrome?
-
RE: Fractals And Alligator Problemposted in Questions & Answers
@alisargun You need the EA to know that 1 crossong means one trade and no more than that. The best way is bu using a boolean variable (true/false) connected to the crossing and then use it in a condition block in the launching block tree.
-
RE: Experts, please Helpposted in Questions & Answers
@tradeandearn-0 I answered your previous thread with the same question. Please don't duplicate threads.
-
RE: EXPERTS, PLEASE HELP and SHAREposted in General Discussions
@tradeandearn-0 For point 2 you can read this:
https://fxdreema.com/forum/topic/6416/close-all-trades-when-open-trades-are-in-profitFor point 1 you need to be more specific, please. What parameters would you need to be selectable?
-
RE: PRIMERO ACTIVAR BREAK EVEN Y DESPUES TRAILING STOPposted in Questions & Answers
@deiby Veamos. Primero el punto de equilibrio. Desconecta la conexión amarilla y conecta ese bloque a un bloque de color gris llamado 'Pass'. El bloque Pass debe ir arriba y no estar conectado a nadie. Debajo de él conectas mediante conexión naranja el bloque azul de punto de equilibrio. Pruébalo y dime si te funciona bien.
-
RE: 1 buy 1 sel lineposted in Questions & Answers
@yazar-ilyas Ok. So initially you launch two pending orders (buy and sell). Then depending on which one is hit, a new pending one in the same direction is programmed. Correct?
What I'm not sure about yet is diagram 4. What's happening exactly with that pending buy on top?
-
RE: 1 buy 1 sel lineposted in Questions & Answers
@yazar-ilyas I'm not sure I fully understand you. Are you opening two buys at the same time and then two sells at the same time too and at the exact price level of the buys? That will not be possible at any broker. Spread and other limitations will aply.
-
RE: When have two criteria and one need to be true "OR" funtionposted in Questions & Answers
@conrad666 That block distribution will not work. Which of those condition is required to be always true and the other one optional?
-
RE: How can I download an indicatorposted in Questions & Answers
@nexti095 fxDreema is not designed to download custom indicators. Just the EA itself.
-
RE: candle above / below EMAposted in Questions & Answers
@roey-szymon Try this for above candles only (not tested):
https://fxdreema.com/shared/Q6QF0xpA
Substitute the grey block for whatever you need once all candles are confirmed to be above.
-
RE: Basic Condition will not always work (candles and MA's)posted in Questions & Answers
@julianrbach Two suggestions:
-
Are you reaklly planning to manage manually opened trades? If not, modify the 'All(automated...' option to the strandar 'Group' option.
-
Yot are comparing candle ID 1 close price with MA candle's 0 value. Are you sure that is what you want? I suggest to modify all candle ID of all condition operands to candle Id 1.
-
-
RE: Trailing Profit without Stop Lossposted in Questions & Answers
@m_imran79 This is an interesting question. I never tried but I would say you can 'modify' an unexistent stop loss by using a 'modify stop' block. Can anyone confirm it, please?
Why do you need a trailing profit? Just select a target in pips and close the trade when price hits it.