당사 팬 페이지에 가입하십시오
- 조회수:
- 33757
- 평가:
- 게시됨:
- 2010.07.14 17:17
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Now it's two-color (or two-mode) trend indicator, the number of calculated bars can be specified.
Also you can select the mode (one or two color) and the uptrend and downtrend color.
The number of bars to plot is also can be changed.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/135

Bollinger Bands +-3sigma. You can change period and sigma ratio (Proper size of Deviation is 0.5~1.0)

This indicator finds the nearest neighbor by using a weighted correlation coefficient, in which more recent prices have larger weights. The weight decays linearly from newer to older prices within a price pattern.

The Moving Average indicator, based on the Quasi-Digital Filter. The MACD indicator as example of its use is presented.

The Hodrick-Prescott Filter.