Are you sure no more conditions are applied to your EA? I can't see any reason why it should work as intended. Try contact the admin. Honestly, I cannot help you anymore, sorry.
Posts made by l'andorrà
-
RE: Indicator Crosswidth problem.posted in Questions & Answers
-
RE: mt 5 supportposted in Questions & Answers
I answered your question in your previous thread. Please do not duplicate threads.
-
RE: how do i make indicater support mt5posted in Questions & Answers
Do you mean creating an indicator? That is not possible with fxDreema.
-
RE: indicators to generate signal in forexposted in General Discussions
@ddoc That is easy to define when looking at the chart, but we need numerical points to define the high and the low of the trend. What points should be considered?
-
RE: Scale Out with Partial Close and Trailing Stopposted in Questions & Answers
You can try this:

You need to specify the second pips distance from open price. Otherwise you are simpli duplicating the first step.
-
RE: Draw Fibonacci based on high and low ZigZag indicatorposted in Questions & Answers
That looks good initially. Have you read some threads about zigzag indicator. It is not a trivial thing to incorporate. I strongly recommend you to read these threads before even considering to use it:
https://fxdreema.com/forum/topic/5060/how-to-use-zigzag-advanced
https://fxdreema.com/forum/topic/6412/aaaaand-the-zigzag-indicator-again/2 -
RE: Candle Formations with candle colorposted in Questions & Answers
Try this:

Please note that you need the 10:55 candle to be closed to be sure it is a bull candle. This is why the condition is check at the next 5M candle at 11:00.
-
RE: Wait for all conditions to agree before opening a trade?posted in Questions & Answers
I answered this same question in the other thread you asked for. You will find it there. So please don't duplicate threads.
-
RE: Indicator is "on/off" after satisfyng certain conditionposted in Questions & Answers
Yes, of course. You don't need to delete the indicator. You just need to select the 'on/off' option of the condition block after conditions are met:

-
RE: Draw Fibonacci based on high and low ZigZag indicatorposted in Questions & Answers
That is a real complex EA to do. Do you have any project to begin with?
-
RE: Conflict EA between two different chartposted in Bug Reports
@xfire I guess you should try to contact the admin.
-
RE: Integration of EA fxdreema and telegram.posted in Questions & Answers
I was going to recommend you to search in the forums. If you already did it, someone else will have to be asked for help, I'm afraid.
-
RE: MultiCurrency Dashboard check 1 conditionposted in Questions & Answers
It depends on the custom indicator. Can you please share it in mq4 format?
-
RE: open sell trade after every three green candles ?posted in Questions & Answers
What varso means is this:

-
RE: Trailing Stopposted in Questions & Answers
@mabora No. Si el precio ha avanzado 5 pips a tu favor, el SL sólo habrá avanzado también 5 pips desde su posición inicial.
-
RE: how to specify wait conditionposted in Questions & Answers
@alfredinho50 Sure. No problem. Here you have a simplified version of it with just one variable. The more conditions to use the more variables you will need.
-
RE: 3 Line Break Chartposted in Questions & Answers
It depends. Is there an mq4 version for that custom indicator? If so, it is extremely easy.
-
RE: restart loop conditionposted in Questions & Answers
A few points first:
-
Pink blocks need to be connected below a 'For each trade' block. Pleas eadd it to the second tree.
-
You are comparing the open of candle ID 1 with the proce level of the MW on candle ID 0. I guess you want the CLOSE of candle ID1 to be below the MA on cnadle ID 1 too.
Let's begin with those changes and then we can continue with the variables.
-
Good for you!