PIntroducing a new user to the fxdreema community + problem with EA
-
Buenos días, me presento, me llamo Arturo y soy un nuevo usuario de esta plataforma.
Estoy intentado hacer un "EA" que consideraba sencillo de realizar y sin embargo no soy capaz de hacerlo a pesar de que tengo claro que es lo que quiero. Si alguien me puede ayudar se lo agredecería. Las condiciones del EA son las siguientes:
1º- Estrategia diaria que ocurre una vez por vela
2º- Si el precio en pips del activo (UERUSD) es inferior a un número de pips que debe de ser optimizado, entonces poner orden de compra en el open de la vela 0
3º- Si el precio en pips del activo (UERUSD) es superior a un número de pips que debe de ser optimizado, entonces poner orden de venta en el open de la vela 0.
4º- Lotes 0.1 y SL y TP 1:1 (se debería de optimizar luego en mt4)
Mi problema haciendo el robot es que no me hace todos los días una entrada no se el motivo.
Según mi lógica debería de poner los siguientes bloques para formar las compras del robot:
" NO TRADE" >" ONE PER BAR (TEMPORALIDAD: DIARIA)"> "FORMULA ( APERTURA DE LA VELA 0 - VALUE "PIPS")> "ORDEN PENDIENTE DE COMPRA ( "CUSTOM PRICE" APERTURA DE LA VELA 0) y dejar el resto como esta para optimizar.
Para las ventas sería igual solo que la parte "FORMULA" se pondría APERTURA DE LA VELA 0+ VALUE "PIPS".
Tambien he intentado hacer la parte de "FORMULA" con un bloque "CONDICIÓN" donde "VALUE "PIPS" > OPEN DE LA VELA 0" entonces orden de venta en apertura de la vela 0, para las compras. ("VALUE "PIPS" < OPEN DE LA VELA 0").Good morning, my name is Arturo and I am a new user of this platform.
I am trying to create an “EA” that I thought would be easy to do, but I am unable to do so even though I know exactly what I want. If anyone can help me, I would appreciate it. The conditions of the EA are as follows:
- Daily strategy that occurs once per candle.
- If the price in pips of the asset (EURUSD) is lower than a number of pips that must be optimized, then place a buy order at the open of candle 0.
- If the price in pips of the asset (EURUSD) is higher than a number of pips that must be optimized, then place a sell order at the open of candle 0.
- Lots 0.1 and SL and TP 1:1 (should be optimized later in MT4)
My problem with making the robot is that it does not make an entry every day, and I do not know why.
According to my logic, I should put the following blocks to form the robot's purchases:
“NO TRADE” >“ONE PER BAR (TEMPORALITY: DAILY)”> “FORMULA (OPENING OF CANDLE 0 - VALUE ‘PIPS’)> ”PENDING BUY ORDER (“CUSTOM PRICE” OPENING OF CANDLE 0) and leave the rest as it is to optimize.
For sales, it would be the same, except that the “FORMULA” part would be set to CANDLE OPENING 0+ VALUE “PIPS”.
I have also tried to do the “FORMULA” part with a “CONDITION” block where “VALUE ”PIPS“ > OPEN OF CANDLE 0” then sell order at the opening of candle 0, for purchases. (“VALUE ‘PIPS’ < OPEN OF CANDLE 0”).
-
Add a shared link to see what you are doing, any once per bar needs to go under the conditions that create a trade, if 1st then once per bar will activate before the conditions to create the trade are checked to see if they are right.
-
El proyecto que pides no es trivial de construir. Si, además, eres nuevo en fxDreema, te recomiendo que intentes antes aprender los elementos básicos de la plataforma. Ya te adelanto que el volumen de tiempo a dedicar puede ser enorme.
Si estás dispuesto a aprender durante semanas, estaré encantado de ayudarte.