请观看如何免费下载自动交易
请在Twitter上找到我们!
加入我们粉丝页
有趣的脚本?
因此发布一个链接 -
让其他人评价
喜欢这个脚本? 在MetaTrader 5客户端尝试它
显示:
1129
等级:
(11)
已发布:
2018.10.02 09:08
DZP_Trend.mq5 (11.58 KB) 预览
需要基于此代码的EA交易或指标吗?请在自由职业者服务中订购 进入自由职业者服务

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.

There are four input parameters:

  • Period - calculation period;
  • Shift;
  • Applied price;
  • Mode view - display mode:
    • Line
    • Histogram

Calculations:

DZP = 100*(A-B)

where:

A = (Price - Price(Shift)) / Price(Shift)
B = (MA - MA(Shift)) / MA(Shift)
Price - SMA(Applied price, 1)
Price(Shift) - SMA(Applied price, 1) Shift bars back
MA - EMA(Applied price, Period)
MA(Shift) - EMA(Applied price, Period) Shift bars back
The indicator has the following specific feature: indicator line reversal, which forms its local extremum, often occurs a little earlier than the price moves towards this reversal. This allow placing a pending order in the desired direction in advance.

Fig. 1. Displayed as a line

Fig. 1. Displayed as a line

Fig. 2. Displayed as a histogram

Fig. 2. Displayed as a histogram

由MetaQuotes Ltd译自俄语
原代码: https://www.mql5.com/ru/code/21643

行情捕捉 行情捕捉

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

RSI_Histogram_Vol_HTF RSI_Histogram_Vol_HTF

RSI_Histogram_Vol 指标,可在输入参数种更改时间帧。

MAE MAE

MAE(移动平均轨道线百分比)指标显示价格所处轨道线通道的百分比。

MultiWajdyss_Ichimoku_x10 MultiWajdyss_Ichimoku_x10

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