당사 팬 페이지에 가입하십시오
- 조회수:
- 4718
- 평가:
- 게시됨:
- 2014.06.02 11:07
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Real author:
Nick A. Zhilin
A trend indicator of the series of indicators without averaging.
Yellow color occurs when the trend changes. The growing trend colors the line in purple, and falling trend - in pink.
This indicator was first implemented in MQL4 and published in CodeBase at mql4.com on 12.09.2007.
Figure 1. The DynamicRS_C indicator
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/2329

The indicator implements a breakthrough system using a channel drawn on extrema for a period.

A candlestick chart, all the Open prices of which are shifted to zero.

The MultiHighsLowsSignal indicator shows information on active trends using the values of seven HighsLowsSignal indicators from different timeframes.

The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the values of the StepMA_Stoch_KV1 indicator.