Indication Collection

Indication Collection
This commit is contained in:
Coding for Dummies
2024-08-28 00:09:11 +07:00
parent 9003b29674
commit 1c95ea380b
31 changed files with 1234 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# MACD with Alert
MACD with Alert is an indicator for MT4 and MT5 by EarnForex.com. It is based on the Moving Average Convergence/Divergence (MACD) indicator. It finds points where the main line crosses either the zero level or the signal line. This indicator supports all types of alerts.
The indicator draws its arrows in the main chart window while the MACD itself is displayed in the separate chart window.
It is a non-repainting indicator.
![MACD with Alert shows some example arrows on this EUR/USD chart](https://github.com/EarnForex/MACD-with-Alert/blob/main/README_Images/macd-with-alert-example-arrows.png)
A detailed description of the indicator can be found here:
https://www.earnforex.com/metatrader-indicators/macd-alert/
Any contributions to the code are welcome!