try creating variable. If red line = true.
then if red line = true and yellow line = true -> sell
then remember to reset the variables
Posts made by Vespera
-
RE: 2 Indicator Confirmationsposted in Questions & Answers
-
RE: Eliminar orden pendiente a una distancia de x pips / Delete Pending order at x pips distanceposted in Questions & Answers
¡Entiendo! Pensaba que el bloque, al estar precedido por "pending orders" ya trabajaba acorde a lo que se le pide.
¿Qué tal así?
-
Eliminar orden pendiente a una distancia de x pips / Delete Pending order at x pips distanceposted in Questions & Answers
Hola, me estoy volviendo loco para lograr una condición simple
Si una orden pendiente se distancia x pips del precio, se borre. a ver si me podéis echar un cable porque le he dado mil vueltas
Hello, I am going crazy to achieve a simple condition
If a pending order moves x pips away from the price, it is deleted. Let's see if you can give me a cable because I've given it a thousand thoughts.!
-
RE: how can i encrypt an EA with some custom code or license / como puedo encriptar un EA con algún código personalizado o licenciaposted in Questions & Answers
cierto, pero una vez sueltes el EA, lo que el cliente haga con él y a donde vaya a parar no es controlable. Y eso es lo q quiero remediar de alguna manera
-
how can i encrypt an EA with some custom code or license / como puedo encriptar un EA con algún código personalizado o licenciaposted in Questions & Answers
quiero poder encriptar los EAs en caso de venderlos, para que no salgan del control de la persona que lo ha comprado
I want to be able to encrypt the EAs in case of selling them, so that they do not leave the control of the person who bought it
-
RE: How can I condition the operation of the EA to an account owner? // como puedo condicionar el funcionamiento del EA a un propietario de una cuenta?posted in Questions & Answers
@ehsan1362 yes, i know i can do that. But i wanna do the same, but not with number account, with the owner´s name account
-
How can I condition the operation of the EA to an account owner? // como puedo condicionar el funcionamiento del EA a un propietario de una cuenta?posted in Questions & Answers
I know that in "value" there is the account number as an option to condition the operation. But that means making a change in each EA according to the account number that the same client wants to use.
If it is possible to condition that the owner is XXXX XXXX XXXX, this problem is no longer present.
Is there a way to accomplish this?
Sé que en "value" existe el número de cuenta como opción para condicionar el funcionamiento. Pero eso supone hacer una modificación en cada EA según el número de cuenta que un mismo cliente desee usar.
Si se logra condicionar a que el propietario sea XXXX XXXX XXXX ya no se tiene dicho problema.
¿Hay alguna manera de llevar a cabo esto?
-
RE: cerrar solo operación más antiguaposted in Tutorials by Users
quizás con un bloque de "counter: pass once"
-
Problema con la creación de líneasposted in Questions & Answers
Estoy atascado en lo que seguro es una tontería.
Quiero dibujar una línea de partida (llamémosla línea base) que se corresponde con el precio de la vela anterior al filtro de tiempo establecido. Hasta aquí bien.Luego quiero dibujar 2 líneas más, paralelas entre sí a la línea base, con distancia de XX pips entre la base y la línea baja, y a su vez, los mismos pips entre la línea base y la línea alta.
En principio añadir los pips para que la dibuje no sería problema, pero al querer parametrizar esos xx pips es donde viene el problema. No sé como realizar la fórmula correctamente, pese a que las fórmulas parecen bien planteadas
-
RE: Alguien sabe como representar este patrón? / Does anyone know how to represent this pattern?posted in Tutorials by Users
@jstap and the others like "bull candle total size, wick size,..."? whers is the diference?
-
Alguien sabe como representar este patrón? / Does anyone know how to represent this pattern?posted in Tutorials by Users
Me hago un poco un lío con las distintas opciones que hay en el bloque de condición, en cuanto a velas.
I get a bit confused with the different options that are in the condition block, in terms of candles!

-
RE: how to condition in determined TF - newbieposted in Tutorials by Users
@jstap thx very much! i understand finally this!
-
RE: how to condition in determined TF - newbieposted in Tutorials by Users
@jstap I actually don't know how to do that. it gives me errors when compiling
-
RE: how to condition in determined TF - newbieposted in Tutorials by Users
@jstap i don't know if i understand correctly, i only play with fxdreema and programation for a 3 days jejeje. I'll try to do that
-
RE: how to condition in determined TF - newbieposted in Tutorials by Users
shared/cMENVdL4
I want if the indicator marks buys on D1 TF it only makes buys. and the same with sales.
I try to incorporate it through variants but they do not work capping trades against the trend
-
how to condition in determined TF - newbieposted in Tutorials by Users
Hi, I've been with fxdreema for a very short time, watching all the tutorials I can.
I want to make my EA, intended for H1, look at an indicator in daily TF, to determine the trend in some way, and condition whether it discriminates operations by only buys or only sells.
I have tried to put the indicator in the conditioner in the buy line indicating in settings that its TF is daily but it does nothing
Any ideas plzz
