3 x moving average EA
-
I am not sure if this is a bug or not, but the EA will work with just the first block (Condition; 200 EMA cross 50 EMA - SELL)
However if I add a second condition (IF 50 SMA crosses 20 EMA), it will not open a trade.
Am I doing something wrong? spent a few hours on this!
-
situation is, that you have 2 crosses in one time - you are looking for situation where these crosses happen in one time and it is rare ... instead of 2 crosses, use only second cross and first one give > or < ....

-
That seems too of worked Miro, I will need to add other parameters to the EA. Thanks!
Can you tell me why this EA is not working? It should open when the 1hr candle closes above the EMA , but the low of the candle is BELOW the EMA
Once that is confirmed, open a trade once the 5min candle closes above the EMA and candle low is below EMA.
It should of opened a trade this morning USDJPY this morning but it didn't
Pulling my hair out here!
-
can you post also chart here with all indicators to comparing your conditions? maybe one of them was not triggered
-
See screenshots here: http://imgur.com/a/Vqhac
-
I would suggest to connect for example "Draw arrow" block after some of the Condition blocks to check if everything is fine until that Condition. And then to try on the next condition... and on the next... until you find the one that could not pass at the same time as the others. At least this is how I do it

-
great tip! fixed! thanks