-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# RSI-with-Alert | ||
RSI with Alert is a basic alert indicator for Relative Strength Index with a high level of customization possible. | ||
# RSI with Alert | ||
|
||
RSI with Alert is an indicator for MT4 and MT5 by EarnForex.com. It is based on the Relative Strength Index (RSI) indicator. It finds points where the RSI line either goes out of the boundary levels or returns into the boundary levels. It can also detect crosses of arbitrarily drawn horizontal lines in its subwindow. This indicator supports all types of alerts. | ||
|
||
The indicator draws its arrows in the main chart window while the RSI itself is displayed in the separate chart window. | ||
|
||
It is a non-repainting indicator. | ||
|
||
![RSI with Alert shows some example arrows on this EUR/USD chart](https://github.com/EarnForex/RSI-with-Alert/blob/main/README_Images/rsi-alert-example-signals-eurusd.png) | ||
|
||
A detailed description of the indicator can be found here: | ||
https://www.earnforex.com/metatrader-indicators/rsi-alert/ | ||
|
||
Any contributions to the code are welcome! |