RSI Alert is a signal monitoring tool for MetaTrader 5 that identifies potential market reversals and divergences across up to four timeframes simultaneously.
RSI Alert utilizes the Relative Strength Index alongside Average Directional Index filtering to detect oversold and overbought conditions while attempting to filter out false signals during strong trends. The expert advisor features visual chart markers, sound alerts, and a signal fusion mechanism to eliminate duplicate notifications. It includes an interactive interface with one-click buttons to clear markers or manually close all current positions for the symbol. It does not open trades automatically.
Read from RSI Alert.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
RSI_Period
int
14
Oversold_Level
double
30.0
Overbought_Level
double
70.0
Extreme_Oversold
double
20.0
极端?
Extreme_Overbought
double
80.0
极端?
Lookback_Bars
int
30
MinDivergenceGap
int
5
顶/底背离最小间隔
MinSignalInterval
int
8
最小信号重复间隔(K线)
ADX_Period
int
14
ADX_Threshold
double
25.0
ADX阈值(只在ADX均值<阈值时?
ADX_Avg_Window
int
5
ADX窗口均值长度
TF1
ENUM_TIMEFRAMES
PERIOD_M30
Show all 18 inputs
Name
Type
Default
Description
TF2
ENUM_TIMEFRAMES
PERIOD_H1
TF3
ENUM_TIMEFRAMES
PERIOD_H4
TF4
ENUM_TIMEFRAMES
PERIOD_D1
Sound_Alerts
bool
true
Sound_File
string
alert.wav
Use_Chinese
bool
false
手动语言切换
How to Install It
1Download the sourceUse "Download source (.zip)" above, or clone qqqcat/RSI-Alert from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
3Copy the filesCopy the .mq5 file into Experts.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.
This MetaTrader 5 utility is a comprehensive manual trading panel and risk management suite. It simplifies order execution by calculating lot sizes based on a defined risk percentage of account equity. Users can manage trades via automated break-even points, multi-mode trailing stops including Fractals, Moving Averages
This MetaTrader 5 expert advisor scans over 60 financial instruments to identify Turtle Soup reversal setups based on Candle Range Theory. It monitors price action for specific three-candle patterns involving a range, a false breakout with a long wick, and a subsequent reversal. The EA operates as an alert-only utility
Acteck QA5 is an analytical tool for MetaTrader 5 that performs quantitative analysis on historical price movements to identify trend segments and potential reversal zones. It utilizes a user-defined volatility filter in pips to categorize waves and calculates the mathematical probability of price exhaustion based on h
EA31337 Libre is an open-source, multi-strategy trading robot for MetaTrader 4 and MetaTrader 5. It functions as a simplified implementation of the EA31337 framework, providing a collection of over 35 built-in strategies based on technical indicators. The expert advisor performs independent market analysis across vario
This repository provides a collection of Expert Advisors for MetaTrader 5 and Python trading scripts developed for an educational YouTube series. It features various technical indicator-based strategies, including MACD, Relative Strength Index, Stochastic, and Bollinger Bands. The included MQL5 files implement multi-ti
MT5CollectionIndicator crossoverMean reversionTrend following
This repository is a collection of educational expert advisors for MetaTrader 5, developed as part of an introductory MQL5 programming series. It includes multiple standalone robots utilizing common technical indicators such as moving average crossovers, Bollinger Bands, and the Relative Strength Index. The primary exp