请观看如何免费下载自动交易
请在Facebook上找到我们!
加入我们粉丝页
有趣的脚本?
因此发布一个链接 -
让其他人评价
喜欢这个脚本? 在MetaTrader 5客户端尝试它
指标

ang PR (Din)-v1 - MetaTrader 4脚本

显示:
2859
等级:
(3)
已发布:
2006.11.17 12:35
已更新:
2014.04.21 14:56
需要基于此代码的EA交易或指标吗?请在自由职业者服务中订购 进入自由职业者服务

Indicator ang_PR (Din)-v1 represents an indicator based on polynomial regression.

External variables:
hours - initial amount of hours elapsed;
i - bar number, at which the right part of the indicator is anchored;
m - degree of regression.

If m = 1, then it is a linear regression. If m = 2, then it is a parabolic regression. If m = 3, then it is a cubic one. It makes no sense to use m exceeding 3.

After the indicator has been drawn, one can select the red circle in the left part of the line and drag it to the desired date. The chart will be re-drawn
when a new quote incomes. The right end remains anchored to value i.




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

ang AutoCh HL-v1 ang AutoCh HL-v1

The Indicator ang_AutoCh_HL-v1 automatically forms up the equidistant price channel from givenned points.

Signal to noise filter Signal to noise filter

The purpose of this indicator is to identify market fases that have too small amplitudes. These fases are useless even for systems designed for trading ranges markets. When the green line is BELOW the gray line - DON'T trade.

ang Zad(C) ang Zad(C)

The Indicator ang_Zad(C) helps to define the dominant trend.

ang AZad(C) ang AZad(C)

The Indicator ang_AZad(C) helps to define the dominant trend as ang_Zad(C).