Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

RSI Bot MT5 - MetaTrader 5 Expert | MT5 EA Download - MetaTrader 5 Resources

author EAcpu | 4 reads | 0 comments |

RSI Bot, sends a buy reminder when RSI<=20, and sends a sell reminder when RSI>=80

Input group "RSI settings"

Input int Inp_RSI_ma_period = 30; // RSI: average period

Input ENUM_APPLIED_PRICE Inp_RSI_applied_price= PRICE_WEIGHTED; // RSI: price type

Input double Inp_RSI_LevelUP = 80; // RSI fast and slow: upgrade

Input double Inp_RSI_LevelDOWN = 20; // RSI fast and slow: horizontal down

Input string Inp_RSI_stringUP ="Signal Sell"; // RSI fast and slow: level up label

Input string Inp_RSI_stringDOWN = "Signal to buy"; // RSI fast and slow: horizontal down labels


Attachment download

📎 rsi_alert.mq5 (44.54 KB)

Source: MQL5 #41739

Verification code Refresh