@khacdiepvnc I don't fully understand what you need. Can you please be more specific?
Posts made by l'andorrà
-
RE: Help! The EA is not work with Bucket of Closed Trades (posted in Questions & Answers
-
RE: store obj timestamp to a variableposted in Questions & Answers
@cristian-0 Como sospechaba, era necesario custom code. El problema es que no soy programador, con lo que no tengo ni idea de cómo hacerlo, pero asumo que hará falta más custom code.
-
RE: Color in the chartposted in General Discussions
@skauch You need something triggering that colour configuration. When is that change supposed to happen?
-
RE: Falla al tratar de compilarposted in Questions & Answers
@lmolgocu Por desgracia es un problema un tanto habitual. La causa es que el servidor de fxDreema está llegando a su límite. Me cista que el admin está trabajando en ello.
-
RE: Buy at 3min before the next 15min candleposted in Questions & Answers
@barenyb No. That will not work. All those time variables should be of a string type and then specifed like this: 00:04, 00:49, and so on.
-
RE: Trading between 2 horizontal trend linesposted in Questions & Answers
@ladydolares You can stor the value of a horizontal line by creating a variable and then doing this:

You will need two different variables, one for each line. Then be sure to select the correct name of that line where indicated.
-
RE: almacenar datos de tiempo en variableposted in Bug Reports
@cristian-0 Me temo que eso no es posible en fxDreema. Para transformar esa información de tiempo en el formato que quieres necesitas custom code.
-
RE: position mismatch errorposted in Questions & Answers
@sosel I'm afraid he never reads any thread here. Please open a new thread on the 'Bugs' Forum. That one he checks.
-
RE: no se activa el bloque para cada barra en ocasiones se salta una barra en on tick en demo tiempo real en el probador siposted in Questions & Answers
@cristian-0 En ese caso es posible que hayas encontrado un bug. Te recomiendo que se lo comuniques para que lo solucione.
-
RE: Testing pass stopped due to a critical error in the EAposted in Bug Reports
@kekhumbo Is the EA maybe opening trades with no SL? That is a common reason for that error to happen.
-
RE: Hi Bro! How to input setting Trading Hours like this ?posted in Questions & Answers
@khacdiepvnc You should create them this way instead:
https://fxdreema.com/instructions/builder/constants-and-variables
-
RE: Lines on high and low of rangeposted in Questions & Answers
@jstap Probably the easiest solution is a custom indocator doing that job. You'll avoid all this headache for sure.
-
RE: Line cross entry EA to close trade if the lines uncrossposted in Questions & Answers
@johntyr This raises anew problem. I don't know how to find two lines are crossed in fxDreema. An interesting question. Does anyone know?
-
RE: no se activa el bloque para cada barra en ocasiones se salta una barra en on tick en demo tiempo real en el probador siposted in Questions & Answers
@cristian-0 Estás usando mchos bloques de bucle conectados en cascada. Eso crea subrutinas que no son fáciles de prever. Antes de entrar en el problema de los filtros de tiempo sugiero que desconectes esos bucles y los uses en ramas de EA separadas. ¿Estás seguro de que necesitas esos bucles dentro de bucles?
-
RE: Hi Bro! How to input setting Trading Hours like this ?posted in Questions & Answers
@khacdiepvnc I'm not a programmer so the only option I can offer is:
- Create as many Input parameters as week days to select which ones are active:
- Create as many Input parameters as time periods you want teh EA to work.
I'm sure there must be more efficient ways to do it via custom code, but I can't help, I'm afraid.
-
RE: Create indicators in fxdreema without importposted in Questions & Answers
@rkokishan What do you need exactly?.
-
RE: Help me figure out how to include PA, Fibo, Trend line in EA.posted in Questions & Answers
@judgedread You will need to use a custom indicator to identify the engulfings. Do you have any whose buffers can be indentified in fxDreema? That would be the first step.
Then we need to know how that trend line is plotted. Will you do it manually or ny using another custom indicator?
-
RE: Hyperlink from MT4 Chartposted in Questions & Answers
@mantadiver That's for real coders. Is that even possible?
-
RE: Lines on high and low of rangeposted in Questions & Answers
@jstap I don't fully understand what you need. I see you selected lines to be redrawn. Are you sure you need them? Where are the vertical lines supposed to be exactly?