거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

ang PR (Din)-v1 - MetaTrader 4용 지표

조회수:
16711
평가:
(3)
게시됨:
2006.11.17 12:35
업데이트됨:
2014.04.21 14:55
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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).