telehessy / Publications
Forum
RSI alert ERROR in MT5!
Hi! I need a simple RSI alert ea in MT5: if the RSI is higher than 70 or lower than 30 then it makes an alert! I've tried to make it, but it's not working properly: input int RSI_Upper_Level = 70 ; input int RSI_Lower_Level = 30 ;