You're welcome.
Posts made by l'andorrà
-
RE: Need help to complete this as a indicatorposted in Questions & Answers
Sadly, fxDreema cannot be used to create indicators, but EAs only.
-
RE: Fibonacci Expansion Price Levelsposted in Questions & Answers
@jstap That is exactly what I was planning to suggest.
Thanks -
RE: Fibonacci Expansion Price Levelsposted in Questions & Answers
You will need variable to do it. Are you familiar with them?
-
RE: Ver flotante en el backtestposted in Questions & Answers
Sí, claro. Necesitas una segunda variable destinada a registrar precisament el valor máximo que ha tenido la variable del flotante. Obviamente, hay que reinicializarla también cada día.
-
RE: Data backtestposted in Questions & Answers
@Mitchp Agreed. Don't even try any serious backtest without a quality level below 99%.
-
RE: EA almost finished, can't seem to fix two things.posted in Questions & Answers
Not sure I fully get it. Could you please upload a screenshot showing what you exactly need to happen on the chart?
-
RE: Need help detecting candle close above/below swing-point.posted in Questions & Answers
@Mitchp You need to identify each line. I usually do it with different colours. Once identified, you need to do this:

-
RE: RSI Level trigger Sell and then RSI level trigger closeposted in Questions & Answers
@Vortrexcian You need a 'no position' block on top of your launcher.
-
RE: need help resolving error issueposted in Questions & Answers
It is on MT5, right? Are you using custom indicators, maybe?
-
RE: Condition check before allowing entryposted in Questions & Answers
That's not a trivial question. Not only those indicators can be used/not used. The order in which they are used is also determining, which one will be checked before all the other. Did you consider that?
-
RE: Crear y compartir enlace de EA detector de DD% maximo, que nos indique en el grafico en la pantalla, de cuanto ha sido el maximo DD y el DD actual, en cada activo donde estes ejecutando el EAposted in Questions & Answers
Para integrar código de un indicador en fxDreema hace falta un programador. La plataforma no está diseñada para hacer lo que pides, lo siento.
-
RE: Filtro de noticias, que cierre todas las operaciones abiertas y suspenda el EA con X tiempo antes para reactivar el EA X tiempo despues de las noticiasposted in Questions & Answers
@DragonZueloTrends Impresionante. Permíteme añadir que el bloque 2760 puede dar problemas en esta situación. Es un bucle que tiene otro bucle de trailing stop conectado debajo. Sería mejor eliminarlo. No afectará en nada a su funcionamiento y ahorarrá muchos problemas.

-
RE: How to import and use custom indicator?posted in Questions & Answers
That's not possible in fxDreema. You will need custom code from a programmer to do that.
-
RE: As the snow increases, the trail stop gets narrowerposted in General Discussions
You need to use a condition block right above each trailing stop block telling when it should work. Now both are working at the same time.
-
RE: What am I doing wrong here?posted in Questions & Answers
Again, I should see the inner config of your blocks. Could you please share the link to the project?
-
RE: Error, opens operations contrary to the construction conditionposted in Questions & Answers
Then I misunderstood your screenshot, sorry. Here you have some hints.
- Substitute both 'for each trade' blocks by 'pass' blocks instead. You are connecting a loop block to another loop block.
- Use a 'once per bar' block just above both 'buy/sell now' blocks. Not on top of the block tree.
That should stop opening many trades
-
RE: I want 2 indicators to confirm first before orderingposted in Questions & Answers
@NamiyrD You need to create two separate structures. The first one will be checking when a crossing happens. As soon as it happens, a bool variable will be 'true'. Then in the second structure you search for the RSI condition to be true, but with a condition block on top of it requiring the bool variable to be true.
-
RE: How can i count all trades that broke even and put it in a variable if my robot that has a single condition on multiple currencies??? any one can help with this?posted in Questions & Answers
@Rem1978 No hay de qué. Si tienes algún otro problema, vuelve al hilo para copartirlo.