Angle of Moving Averages
This indicator is very simple yet powerful concept which constantly calculate the slope of the current bar moving average with respect to the N bar before moving average value. This no only give a good entry and exit signal but also it shows traders the strength of the signal. It shows positive green histogram when market is moving toward upward direction and red histograms for downtrend. When large histograms found means market has very strong trend.
Inputs Available
- MA Method
| ID | Value | Description | 
|---|---|---|
| MODE_SMA | 0 | Simple averaging | 
| MODE_EMA | 1 | Exponential averaging | 
| MODE_SMMA | 2 | Smoothed averaging | 
| MODE_LWMA | 3 | Linear-weighted averaging | 
- MA Period
- MA Shift
- MA Price Type
| ID | Description | 
|---|---|
| PRICE_CLOSE | Close price | 
| PRICE_OPEN | Open price | 
| PRICE_HIGH | The maximum price for the period | 
| PRICE_LOW | The minimum price for the period | 
| PRICE_MEDIAN | Median price, (high + low)/2 | 
| PRICE_TYPICAL | Typical price, (high + low + close)/3 | 
| PRICE_WEIGHTED | Average price, (high + low + close + close)/4 | 
- Bars Before Slope will be calculated
- Signal above positive angle
- Signal below negetive angle
- Allow Notification
- Allow Email
- Allow Alert
 ![图片[1]-Mql5官网 Angle of Averages 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站](https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.mql5.vip/wp-content/uploads/2024/05/20240516223029-66468905f2317.png)
 





























































