@lopezdiaz2510 Yes, it is possible. What that nice graph you should be able to implement it yourself in fxDreema! 
Posts made by l'andorrà
-
RE: Cross MA and returning triggerposted in Questions & Answers
-
RE: como puedo hacer que funcionen los bloques por separadoposted in Questions & Answers
@ivan-a El problema con un indicador que repinta es que nunca podrás hacer un backtest fiable. Lo que obtengas en una cuenta demo o real nunca coincidirá con lo que puedas obtener con un backtest. te recomiendo que encuentres otra alternativa a ese indicador pero que no repinte.
-
RE: Delete object after second object is created/creating only one object at beginning of indicatorposted in Questions & Answers
@mannybear1 You can create two variables. Then store the price value of the recently created line into it. Then you can use an 'For each object' block searching for thet line with that variable to be deleted while the new one created is stored the same way.
-
RE: Necesito ayuda para hacer una cobertura simple.posted in Questions & Answers
@bruno-4 El enlace que has subido es el del builder. El enlace para compartir lo puedes conseguir así:

-
RE: Post problemsposted in Questions & Answers
@xyon126 Cierto, no recordaba que tienes un panel alucinante.
Pues entonces es aun más raro todavía. Me temo que tendrás que cargarte de paciencia yo contactar con el admin. Más allá de eso no tengo ni idea del motivo de por qué te hace eso. 
-
RE: un triggered conditionposted in Questions & Answers
@kenneth-gituro Can you please share the link to your project?
-
RE: How to open a new trade if existing one still active ?posted in Questions & Answers
@saeed-2 Can you please share the link to your project?
-
RE: Close position by SMA crossoverposted in Questions & Answers
@kayngondo I guess you mean closing a sell. Here you have the way to do it:

-
RE: Cross MA and returning triggerposted in Questions & Answers
@lopezdiaz2510 The problem in this case is that price can cross up and down the SMA within the same candle. I recommend you to use the close price of a lower timeframe in order to define when proce hs crossed or not the SMA.
-
RE: Necesito ayuda para hacer una cobertura simple.posted in Questions & Answers
@bruno-4 ¿Te importaría compartir el enlace para visualizar tu proyecto, por favor?
-
RE: No TradeStatistics option for MT5?posted in Questions & Answers
@anuffi Thanks man, don't hesitate to ask anything you need in these forums.
-
RE: Trade Reentryposted in Questions & Answers
@jsauter86 Exactly. Obviously the number of variables will depend on your max open trades, their simultaneity, etc.
-
RE: Trade Reentryposted in Questions & Answers
@jsauter86 Then you will need as many of them as required and store the values as soon as the trade is open.
-
RE: Trade Reentryposted in Questions & Answers
@jsauter86 Easy. Add this to your EA:

This tree should have the lowest number in the 'On tick tab' so that is it executed first every day. Then all your variables should be reinitiaded to 0 in the 'Modify variables' block.
-
RE: Take Profit Trailposted in Questions & Answers
@jsauter86 Never forget to read all the Instructions pages in this site!

-
RE: Server Time / GMTposted in Bug Reports
@jsauter86 Man, you should have spedcified you were testing it!

-
RE: Bro, Help!posted in Questions & Answers
@dealastor Do you mean as a condition? What do you exactly mean by the BB 'width'? Both upper and lower bands maybe?