The problem is that there can always be a new candle later with a higher higher volume. You can never be sure the highest now will be the highest today.
Posts made by l'andorrà
-
RE: how I can identify the candlestick with the highest volume during the dayposted in Questions & Answers
-
RE: break even no vuelva abrir operacionposted in Questions & Answers
@ivan-a ¿Quieres decir que a) no abra otra operación en la misma barra en la que se serró la operación anterior en break even, o b) que espere un cierto tiempo a que abra la siguiente, independientemente de la barra en la que cerró la anterior por break even?
-
RE: want to set a timer— one, two, or three hours—so that it can activate stoped block againposted in Questions & Answers
@merajmusic You can also do it this way (for buys only):

-
RE: How to avoid holiday trading ?posted in Questions & Answers
@mdjaveed123 You didn't use the correct link. This is the way to do it:

-
RE: How to construct a universal lot size calculation in fxDreema?posted in Questions & Answers
I'm afraid no fxDreema bloak can do that as a whole. Some parts could definitely be done, but not everything. You will need a programmer to do the calculation part for all charts and then you can embed it into your fxDreema project. The SL line distance calculation can be done with fxDreema, though.
-
RE: modify stop loss in percent calculation?posted in Questions & Answers
@salek Lo que dice Ipod es cierto. No hay ningún bloque en fxDreema que haga eso exactamente. Para ello necesitas un pedazo de código programado con ese propósito explícitamente. Necesitarás que un programador (yo no lo soy, lo siento) lo prepare y entonces podrás añadirlo a tu proyecto de fxDreema.
-
RE: My project just crashedposted in Bug Reports
That's a very weird situation. Never herad of it. I recommend you to contact the admin directly and let him know:
-
RE: modify stop loss in percent calculation?posted in Questions & Answers
¿Te refieres a tener diversas operaciones abiertas a la vez y que la suma de ellas no supere un riesgo de capital concreto?
-
RE: Me sale este error: '|' - illegal operation useposted in Questions & Answers
@javi0030 Hay que usar este signo:

En este ejemplo, se le dice al bloque que confirme el cruce de la media de 5 por encima de la media de 20 entre las barras 0 y 1 (el número debajo del signo). Si quieres que lo busque en una franja más amplia, se puede cambiar dicho a número. Si usas, por ejemplo, 3, buscará el cruce en cualquier lugar entre las barras 0 y 3.
-
RE: Me sale este error: '|' - illegal operation useposted in Questions & Answers
@javi0030 Entonces ese era el problema. Por desgracia, de tanto en tanto, algún bloque de fxDreema se corrompe y hay que substituirlo. No pasa a menudo, pero sucede.
-
RE: Me sale este error: '|' - illegal operation useposted in Questions & Answers
En tanto que lo que están haciendo esos bloques es decirle a una variable que tome el valor de otra, substitúyelos por un bloque 'modify variables' que haga lo mismo a ver si así ten funciona.
-
RE: payment 1Y by tether but my accont doesnt charge yet.posted in Questions & Answers
That's weird, because I replied to me yesterday for another issue. Are you sure you contacted him correctly?
-
RE: array out of range errorposted in Questions & Answers
I know the admin is modifying the platform code because of an error I found some days ago. I have no idea if it is related to your issue or not. You'd better contact him to let him know just in case.
-
RE: Me sale este error: '|' - illegal operation useposted in Questions & Answers
@javi0030 No has subido el enlace correcto. La forma de hacerlo es esta:

-
RE: gestión del riesgoposted in Questions & Answers
Yo he tenido ese mismo problema y la verdad es que no es de fácil solución. La solución (parcial) que encontré és usar siempre el mismo porcentaje de riesgo por operación (por ejemplo un 0.5% del capital), pero hacer el SL variable mediante el ATR, que lo mueve en función de ese respiro que mencionas. No es una solución perfecta, pero da resultados razonables a ese problema.
-
RE: Help with adding an input of "Applied Price" to "WILLIAM PERCENTAGE RANGE INDICATOR"posted in General Discussions
That is not possible by using fxDreema standard blocks. The only option is using a custom indicator including that option that can be integrated into fxDreema, I'm afraid.
-
RE: Need help with my Project ,Will Pay (USD) for collaboration. English preferred.posted in Questions & Answers
Before trying to us any custom indicator you need to check this:
- Does the indicator repaint?
- Are the necessary buffers available for fxDreema?
If the answer for any of the questions above is no, I'm afraid you will not be able to make a fully functional bot with that indicator here in fxDreema. If the answer is yes for both, just share the project here and I will take a look at it for free.
-
RE: Draw line - Psychology/Whole numberposted in Questions & Answers
You need to specify the grid size like 0.0100, for example. In your example it is 0.0.