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

Description:

ZigZag Indicator tracks and connects extreme points of the chart, the distance between these points being equal or higher than the percentage specified for the price scale.

Depth is the minimal amount of bars where there will not be the second maximum (minimum) Deviation pips higher or lower than the previous one. I.e., ZigZag can always diverge, but it can converge (or completely draw together) more than at the Deviation value only after Depth bars. Backstep is the minimal amount of bars between maximums/minimums.

After the ZigZag has captured the lowest point, it starts to search for the turn point until the rollback down from the maximum value exceeds the parameter. As soon as rollover down exceeds the parameter, the second (in this case, the upper) point is considered for captured, and ZigZag starts to search for the third one (in this case, for the lower one), etc.

Full description of ZigZag is available in the Technical analysis: ZigZag

Image:

ZigZag indicator

ZigZag indicator

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

Stochastic Oscillator, Stochastic Stochastic Oscillator, Stochastic

The Stochastic Oscillator Indicator compares where a security’s price closed relative to its price range over a given time period.

相对强弱指数指标(Relative Strength Index, RSI) 相对强弱指数指标(Relative Strength Index, RSI)

相对强弱指数 (RSI) 技术指标是在0到100之间跟随价格的震荡指标.

Trade Trade

Trade - script sending BUY order and printing selected order data to the log.

关闭(Close) 关闭(Close)

Close - 如果在列表中存在, 就关闭第一个市场订单的脚本.