Trades Closed immediately triangle
-
Hello masters of FXdreema! Need your help with the strange behavior of my simple EA on the MT4 Charts.
The EA opens one trade at the time when two MA crosses, and closes the trade when MA crosses again.
But when i run the EA on MT4 every open trade it is closed immediately and chart draws a triangle on the same candle where the arrow of the trade is.
What does this triangle mean? What am i doing wrong? I even dont have stops or take profits on this EA.
Can someone share some light on thi issue to me please?
Thanks!!!!!!!

-
@lopezdiaz2510
Here is the project link
https://fxdreema.com/shared/MWOsojEIb -
@lopezdiaz2510 Both blocks 1 and 7 are searching for buys and sells at the same time. You should specify block 1 for buys only and blocks 7 for sells only.
-
@l-andorrà
Muchas gracias por tu respuesta!!! (se que te desenvuelves bien en el español) está funcionando bien ahora.
Pero tengo otra consulta respecto al mismo proyecto:
¿Para que sirve el Cross Width, cual es su funcionalidad?
Saludos!!!!!!! -
@lopezdiaz2510 El cross width te indica la cantidad de barras que serán tenidas en consideración bara buscar el cruce. Por defecto se usa el valor de 1 porque sólo quieres identificar si ha sucedido entre la vela actual y la inmediatamente anterior. Pero en ocasiones te basta saber si ha pasado en algún momento de las últimas 4 barras. En ese caso seleccionarías un 4.