There's a problem both condition not working with each other
-
https://fxdreema.com/shared/bj8G4HYWb
The two condition are not working with each other for example one of the indicator are giving a buy signal without the other indicator giving out the buy signal I want both to reach the requirements then enter the trade.

-
@zae detach the "break even" block and put it under a "pass" block or a "if trade" block, and specify candle ID 1 everywhere

-
@ambrogio so put the one on the candle on all of the conditions?
-
@zae Yes, you need to specify candle ID 1 on all operands of all 'condition' blocks.