📝 产品详情
MAPC
| 作者 | Pavel Gotkevitch |
| 版本 | v1.1 |
| 更新 | 2014-07-16T08:47:48 |
| 激活数 | 0 |
MAPC (Moving Average Percent's Change) shows the Moving Average's percent change from one period to another selected period allowing you to track the smoothed price change rate.
MAPC is calculated according to the following equation:
MAPC[i] = 100 * (MA[i] - MA[i - n]) / MA[i],
where:
- MA[i] - current Moving Average value;
- MA[i - n] - value of the Moving Average that is n periods away from the current Moving Average value.
Input Parameters
- Period - Moving Average period; Method - smoothing method (Simple, Exponential, Smoothed, Linear weighted);
- Applied Price - applied price (Close, Open, High, Low, Median, Typical, Weighted);
- Displacement - shifting the Moving Average from one period to another selected period (Displacement = n in the above equation).
Note: if Displacement is less than 1 or more than Period, the following alert appears: "Incorrect Displacement value. Indicator will use value Displacement=Period".
安全须知
本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。
EA 配置
| 交易品种 | XAUUSD |
| 时间框架 | H1 (推荐) |
| 推荐经纪商 | IC Markets, IC Trading |
| 最低存款 | $300 / 0.01手 |
📸 截图预览