3 Moving Average
-
Good morning, I can't do it and I don't understand why.
Example:
MA10> MA20
MA20> MA30
When MA10 crosses down MA20 must open a position in SELL, if after MA10 crosses down also MA30 must close the position, this will be the Take Profit. If MA10 after having crossed downwards MA20 returns upwards without crossing MA30 and crosses again MA20 upwards must close the position, this will be the Stop Loss.
Can you please help me?
Thank you.Buen día, no puedo hacerlo y no entiendo por qué.
Ejemplo:
MA10> MA20
MA20> MA30
Cuando MA10 cruza hacia abajo MA20 debe abrir una posición en VENTA, si después de MA10 cruza hacia abajo también MA30 debe cerrar la posición, este será el Take Profit. Si MA10 después de haber cruzado hacia abajo MA20 regresa hacia arriba sin cruzar MA30 y cruza nuevamente MA20 hacia arriba debe cerrar la posición, este será el Stop Loss.
¿Podrías ayudarme?
Gracias. -
These obviously are not the real numbers, I just need to understand how to set the EA.
Thank you.Obviamente, estos no son los números reales, solo necesito entender cómo configurar el EA.
Gracias. -
you would have to share your project in order to see what you actually did
-
I've tried several ways, I can show you any of them. How can I share the project? I have never done it and it is little that I am on this site.
What language do you prefer? I use google translate.
Thank you. -
I forgot, I have to do it in MT5
-
VOUS DEVEZ ECRIRE ICI LE LIENS VERS VOTRE CONSTRUCTION POUR QU'ON PUISSE VOIR DIRECTEMENT ET VOIR QUEL EST LE SOUCI.
-
https://fxdreema.com/shared/oVG0dOiC
I hope it is correct.
-
We need to add the Stop Loss which must be when the EMA9 returns above but MA20
-
@ricky-0 I recommend you to specify candle ID 1 on all operands of all condition blocks. Additionally the 'no position' block on top is specified for buys and sells whereas you are opening a sell. This means you should select sells only on it.
-
It must work in both Sell and BUY.
I presented the version in Sell but then it must be joined to the blocks with Buy. -
@ricky-0 It doesn't matter. If both blocks are searching for buys and sells at the same time, you will never get both trades, just the first one appearing on the chart. You should specify just one option one each block.
-
Ok, I see that I can't explain myself, unfortunately I only speak Italian and probably the translator doesn't translate as I would like.
-
@ricky-0 Can you please then include some images to better understand what you need?