Three moving averages
-
can this work as what I am asking for the three moving averages ea which closes the current position after the two short moving average have recrossed -

-
So guys how can I make it to close a buy trade after the 1 period moving average cross below the 80 and close the current sell position after the 1 period moving average has crossed above remember all buy trades must be when the 1 and 80 moving averages are above the 500 moving average and all sell trades must be after when both the 1 and 80 moving averages are below the 500 moving average
-
You need to add a 3rd condition blocks where the 1 MA needs to be above the 500 MA. That is missing in your project.