移动平均轨道线百分比指标显示价格所处轨道线通道的百分比。
有五个输入参数:
- Period - 计算周期;
- Deviation;
- Applied price;
- Overbought - 默认情况下,超买级别设置为轨道线通道的 100%;
- Oversold - 默认情况下,超卖级别设置为轨道线通道的 0%(下边缘)。
计算:
MAE = 100 * (Applied price - DN) / (UP - DN)
其中:
UP = MA * (1+Deviation / 100.0) DN = MA * (1-Deviation / 100.0) MA - MA(Applied price, Period)
图例 1. MAE
图例 2. MAE + Envelopes
由MetaQuotes Ltd译自俄语
原代码: https://www.mql5.com/ru/code/21648

The DZP Trend indicator displays the market state as a detrended oscillator, i.e. the trend component is removed from the price, thus showing a clearer picture of the price movement.

基于“行情捕捉”策略的剥头皮智能交易系统。

MultiWajdyss_Ichimoku_x10 使用来自十个不同时间帧的 Wajdyss_Ichimoku_Candle 指标,分别以不同颜色显示有关当前趋势的信息。

PCR(百分比回踩)指标显示价格在指定范围内偏离最高价格的最大距离。