MACD SIGNAL LINE ISSUE
-
Hi,
Good day,
https://fxdreema.com/shared/8V6LGl6ieI am working on EA where MACD signal line involves.
I want EA to open trade once signal value increases.
But EA is not working properly.
It is not opening trade accordingly.Below is the proof.
Can anyone help in this regards?1.614
1.648
1.647
My EA opens trade after 3rd value. Don't know why EA opens the trade while value decreases.-5.308
-5.538
-5.719
-5.913
-6.080
-6.160EA opens the trade after this value but I want EA to open trade once value of last candle increases.
-
..... I want EA to open trade once value of last candle increases....
I think this is impossible.
-
@safeer992 You selected the crossing line to happen on the signal line on both operands of the condition block. That can never happen. You need to select the '>' symbol instead.