请观看如何免费下载自动交易
请在Twitter上找到我们!
加入我们粉丝页
有趣的脚本?
因此发布一个链接 -
让其他人评价
喜欢这个脚本? 在MetaTrader 5客户端尝试它
显示:
5707
等级:
(20)
已发布:
2005.12.07 10:30
已更新:
2016.11.22 07:33
envelopes.gif (10.26 KB)
Envelopes.mq4 (2.76 KB) 预览
需要基于此代码的EA交易或指标吗?请在自由职业者服务中订购 进入自由职业者服务


Envelopes Technical Indicator is formed with two Moving Averages one of which is shifted upward and another one is shifted downward. The selection of optimum relative number of band margins shifting is determined with the market volatility: the higher the latter is, the stronger the shift is.

Envelopes define the upper and the lower margins of the price range. Signal to sell appears when the price reaches the upper margin of the band; signal to buy appears when the price reaches the lower margin.

The logic behind envelopes is that overzealous buyers and sellers push the price to the extremes (i.e., the upper and lower bands), at which point the prices often stabilize by moving to more realistic levels. This is similar to the interpretation of Bollinger Bands.

Calculation

Upper Band = SMA(CLOSE, N)*[1+K/1000]

Lower Band = SMA(CLOSE, N)*[1-K/1000]

Where:
SMA — Simple Moving Average;
N — averaging period;
K/1000 — the value of shifting from the average (measured in basis points).

Technical Indicator Description

Full description of Env is available in the Technical analysis: Envelopes

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

DeMarker, DeM DeMarker, DeM

Demarker Indicator is based on the comparison of the period maximum with the previous period maximum

Average Directional Movement Index, ADX Average Directional Movement Index, ADX

Average Directional Movement Index Indicator (ADX) helps to determine if there is a price trend.

Fractals Fractals

Fractals Indicator it is a series of at least five successive bars, with the highest HIGH in the mid

Gator Oscillator, Gator Gator Oscillator, Gator

Gator Oscillator is based on the Alligator and shows the degree of convergence/divergence of the bal