Hello, is it possible to have 2 CALL functions in the same Screener? Like: myValue1 = CALL “myIndicator1” myValue2 = CALL “myIndicator2” cond = myValue1+myValue2=2 Screener [cond] Thanks