I cannot see that change on the screenshot.
Can you please share the link to your ptoject to check it out?
Posts made by l'andorrà
-
RE: https://fxdreema.com/forum/topic/9092/there-are-software-errors-on-the-site-i-thinkposted in Bug Reports
-
RE: Setting the SL to break even once the price goes 1X the ATR in your favorposted in Questions & Answers
You always can use the 'on Trade' tab to do that.
-
RE: Heiken Ashi candle as mainposted in General Discussions
Is it for visual reasons only? You can create a template in yor MT4 platform. A different thing is if you need your EA to work on HA candles only.
-
RE: Is there a way to display historic Chart markers?posted in Questions & Answers
Thechnically it is possible. You need to create the conditions trees looking back instead of just beiong active from the current candle on.
-
RE: Conflict EA between two different chartposted in Bug Reports
Ther can be several reasons. Is it the exactly same EA on both charts?
-
RE: What is the meaning of this symbol: ==, >=, <=, != ?posted in Questions & Answers
Can you please share the indicator?
-
RE: Possible basic errors in my program structure causing issuesposted in Questions & Answers
I can't fully see the logic of all those 'turn on/off' actions. My bet is that the issue should be there. Have you checked all of them, one by one?
-
RE: Ayuda apertura con la misma condicion en distinto diaposted in Questions & Answers
Vamos por partes. Lo primero que debes hacer es desconectar los bloques 59 y 57 en compra (con sus equivalentes en venta) y crear un árbol por separado que esté encabezado por un bloque 'For each trade'.
Una vez lo tengas, pruébalo a ver si funciona bien y luego ya trabajaremos la parte de la variable.
-
RE: good evening some of you know how to set the conditions that my action should be composed as soon as two other actions go down or up Example: I have to open on the ruble as soon as the oil price goes up thanksposted in Questions & Answers
I need to see all blocks settings. Can you please share you project?
-
RE: TRACE - EAposted in Questions & Answers
Those lines are connecting points. This means that you do not need the lines at all, but the points they are uniting. If you know how those points on top/bottom of each candle are created, you can use them as your condition to know if price i crossing up/donw them.
-
RE: how to keep the distance between 2 prices in a variable?posted in Questions & Answers
I recommend you to connect a 'Comment block at the bottom of both blocks like this:

Insert the three variable inside each blank box. That will shoe the values stored on each one. Check them out to be sure they are correct. As fas as I see, they should.
-
RE: RSI At the candle open of the dayposted in Questions & Answers
Ok. Now I understand that 50 line part. Now I need more details about what does 'Price goes bearish' mean. The EA need detailed information to define that condition. How would you define it?
-
RE: There are software errors on the site, I think.posted in Questions & Answers
Please don't duplicate threads and follow seb0's advice. Open a new thread on the 'bug reports' forum.
-
RE: https://fxdreema.com/forum/topic/9092/there-are-software-errors-on-the-site-i-thinkposted in Bug Reports
I don't see any problem in that screenshot.
-
RE: Multi symbols conditionsposted in Questions & Answers
Ok. Then try this block on top of the whole project:

-
RE: %lote en aumento cuando mi saldo este en perdidaposted in Questions & Answers
No es tan sencillo como dices. LO que pides necesita de un registro de las órdenes precedentes para así condicionar las siguientes. Efectivamente, es posible de hacer en fxDReema, pero no es un proyecto trivial. Si quieres, lo podemos trabajar aquí conjuntamente, pero ya te adelanto que será algo rápido de hacer.
¿Has comenzado a crear algún proyecto a partir del cual poder partir?
-
RE: Setting the SL to break even once the price goes 1X the ATR in your favorposted in Questions & Answers
You need to change this block's setting:

-
RE: Is there a way i can have a screen shot of a chart sent to my email address on every 30 min candle closeposted in Questions & Answers
I wanted to rcommend you the screenhot block, but I can't find it. Has it been removed?
-
RE: Possible basic errors in my program structure causing issuesposted in Questions & Answers
I see you use many Pass blocks. Are you really sure you need all of them? They are adding more code to the EA that maybe can be saved. I also guess that parto of your problem is nor turning on/off some of them correctly. Are you maybe using them as switches?