Simple 3 MA Crossover problems
-
Sorry Accidently Posted,
...As the chart above shows it has identified the 5MA crossing above the 50MA above the Trend line and opened a long position. But it then dosent identify the rest of the crosses either way until the end of January when it works again. But intermittently.
It may be setup of the ea?
http://fxdreema.com/shared/3J2YU2K0b
Love your Work.
Cheers
......
audusdh1.png -
Things are not "now and then", they are always "now". And you can expect that as I can see, because you are using "Once per tick" block, which is actually not needed.
So, when you have conditions like this - one after another - if the first one is not true, the next one will not be checked at all. Let's take "5 MA x> 50 MA" for example - this condition can be true (the block can pass) multiple times in one specific candle, but not all the time after that condition. "5 MA > 200 MA" can, it is always true and the block always passes (if executed) when MA5 is above MA200.Play with this to see different crossover situations and what is going on: http://fxdreema.com/shared/tpuyHHxdb