- 显示:
- 3015
- 等级:
- 已发布:
- 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

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

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.

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

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