Hi How can I create an alert on my indicator, without having to return my “MyCondition” variable ? SMA20 = Average[20](close) SMA50 = Average[50](close) MyCondition = SMA20 Crosses Over SMA50 Return Best Reguards, ZeroCafeine