당사 팬 페이지에 가입하십시오
- 게시자:
- Nikolay Kositsin
- 조회수:
- 9678
- 평가:
- 게시됨:
- 2011.09.05 16:15
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Real author:
Vladimir Kravchuk
"New Adaptive Method of Following the Tendency and Market Cycles"
RSTL (Reference Slow Trend Line) is a response "slow" trend line. It is a response of FLF-1 and FLF-2 digital filters to the input discrete sequence. The filters are set with the delay equal to the Nyquist TNi range.
RSTL reference line is an equivalent of simple moving "averages" from the viewpoint of their delay relative to the current prices. Mentioned similarity would have been complete, in case we use an impulse parameter having 1/N weights that corresponds to the procedure of the dotted moving smoothing instead of the complicated FLF impulse parameters.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/406

While creating Kairi (KRI) oscillator, deviation of a price from its simple moving average is calculated. The result is shown in percentage of the average.

Moving average indicator with the linear regression smoothing algorithm.

The indicator generates market entry signals and draws the line of Stop Loss orders positioning.

2pbIdeal1MA.mq5 and 2pbIdeal3MA.mq5 indicators are the moving averages with the smoothing algorithm developed by Neutron.