당사 팬 페이지에 가입하십시오
- 조회수:
- 4522
- 평가:
- 게시됨:
- 2018.07.13 15:50
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Indicator VC (Volatility Channel by Larry Williams).
It has one input parameter:
- Period - calculation period.
Calculations:
Top = Maximum(MaxT, T), Bottom = Minimum(MinB, B)
where:
T = 2 * Typical - High, B = 2 * Typical - Low, MinB = the lowest B value within the Period MaxT = the highest T value within the Period Typical = SMA(1, PRICE_TYPICAL)
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/21270

Oscillator TTF (Trend Trigger Factor) was developed as a method to identify market trends and reversals.

Oscillator TCF (Trend Continuation Factor) was developed to help identify the trend and direction of the market.

Indicator CMH (Clear Method Histogram) displays a color histogram of the current market trend.

Indicator CMC (Clear Method Candles) displays colored candlesticks, based on the existing market trend. It is calculated by the "pure" method (without using any other indicators, only price) and has no configurable parameters. It is based on indicator Clear Method Histogram.