problem with 3 timeframe confirmation together then trade
-
Hello.i want to makw my EA on this rules:
candle close > EMA200 IN H4+H1+M15(alltogether not only 1) >>> BUY;
candle close < EMA200 IN H4+H1+M15 (alltogether not only 1)>>> SELL;
////please consider all 3 timeframe conditions must be true then executes the trade , not just 1 timeframe.i know i must use (counters blocks),but they have not conclusion=true for X timeframe confirmation.
please see my project and help me with that exactly with right blocks explanation.
please share the link.thank you so much.
my EA is here:
https://fxdreema.com/shared/W3ToO5s5 -
@ali-pahlawan Remove block 2 and add two more condition blocks like those with numbers 3 and 4. This time specify those timeframes you want on the 'Timeframe' display menu you will find on the 'More settings' tab of each right operand.
-
thanks alot.
-
@ali-pahlawan You're welcome.