@Jaico Esa es la parte más complicada, sin duda. Necesitarás a un programador que te lo haga. Ningún bloque de fxDreema puede hacerlo de forma automática.
Posts made by l'andorrà
-
RE: help Indicador 2 buy and sellposted in Questions & Answers
-
RE: input my indicator name in the input settingposted in Questions & Answers
@sktsec Interesting. Thank you.
-
RE: Variables in blocksposted in Questions & Answers
Very briefly, you can use any variable (not constants) on those positions. If you use a variable on the white dot, it will be modified BEFORE executing the block. If you use it on the orange one it will be modified IF the block condition is true AND AFTER the execution of the block. Finally if you use the yellow one, the variable will be modified IF the block condition is false AND AFTER the execution of the block. I hope this helps.
-
RE: All Comment add on the chart ?posted in Questions & Answers
@ItzShahzad-X Well, if you create a first version I will be glad to help instead of building it from scratch.

-
RE: salida cronometrada en perdidasposted in Questions & Answers
@salek De acuerdo. Entones puedes usar esta estructura:
-
RE: New to fxdreema and need some helpposted in Questions & Answers
@Fisher In order to check if the values of the variables are correct, I recommend to use a 'comment' block on a separate block tree. You can select both variables there and you'll see if the values are correct.
-
RE: Variables in blocksposted in Questions & Answers
That depends on what you need. Are you planning to use the tab in any specific way?
-
RE: New to fxdreema and need some helpposted in Questions & Answers
@Fisher Do you really need those lines? I mean, if the bot is 100% automatic it will never need them because you can store the values into variables instead.
-
RE: All Comment add on the chart ?posted in Questions & Answers
@ItzShahzad-X You need variables to get that info and then use the 'comment' block to make them visible or as roar suggested.
-
RE: Change a Timeframe Variable Using Modify Variablesposted in Questions & Answers
@roar Welcome back, Mr. roar!

-
RE: One action per candle stickposted in Questions & Answers
@Saesint Can you please share the link to your project?
-
RE: Past copyposted in Questions & Answers
Do you mean from one bot to another? The only way is downloading it first, then change its name and upload the new bot with all constants in it.
-
RE: Variables in blocksposted in Questions & Answers
@amiinkiaei You need to create at least 1 constant/variable to see that tab's functionality:

-
RE: input my indicator name in the input settingposted in Questions & Answers
@sktsec Yes, I get the idea. I was just asking the way to get that.
-
RE: salida cronometrada en perdidasposted in Questions & Answers
De acuerdo. Por lo tanto, si lo entiendo correctamente, sólo se abrirá una única operación cada día y, pasadas 11 horas desde su apertura, habrá que comprobar si está en ganancias o pérdidas. Eso lo puede llevar a ser comprobada en la sesión del día siguiente, con lo que podría interferir con la apertura de la de ese nuevo día. ¿Lo has tenido en cuenta?
-
RE: Moving average line distance calculatorposted in Questions & Answers
@HELLOTB9JA You can get the value into a variable like this:

-
RE: help Indicador 2 buy and sellposted in Questions & Answers
La lógica de la estructura es correcta, con lo que debería funcionar. Si no lo hace, se me ocurren tres motivos:
- El valor de spread que usas es el que no permite abrir.
- fxDreema no puede identificar correctamente el buffer del indicador.
- Se ha seleccionado el buffer incorrecto.
- Hay otras partes del bot que interfieren con esta que has compartido.
Espero que pueda ser de ayuda.