Two indicators at the same time
-
Hi! I have the problem that i do not know how to check if 2 indicators get a signal at the same time (!), but only once per candle. How do i have to connect them? Thank you!
-
once per bar
condition 1
condition 2
do somethingyou can connect one block after another ...
-
Hello! Thank you for your answer. Is this sure? I think that with your suggestion the EA waits for condition 1 and then it will wait for condition 2. But: both conditions have to be fulfilled at the same time (tick). So i think the connection with the "AND"-Block is the right solution, isn't it?
Thank you.
-
AND is almost never needed, but many people use it and I don't know why. Connecting 2 Condition blocks one after another is a natural AND. Here is something about Once per bar: https://fxdreema.com/demo/mt4-once-per-bar