당사 팬 페이지에 가입하십시오
- 조회수:
- 4662
- 평가:
- 게시됨:
- 2017.08.10 12:53
- 업데이트됨:
- 2023.03.29 13:48
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The indicator implements a breakthrough system using the Color_PEMA_Envelopes_Digit channel.
When price exits the gray channel, the candlestick color changes to the color corresponding to trend direction. Aquamarine is used for the growth of a financial asset, yellow color means fall. Bright colors denote coincidence of trend direction and direction of a candlestick. Dark colors correspond to the situation when the direction of a candlestick is opposite to trend.
The indicator uses the SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\MQL5\Include). The detailed description of the classes is available in the article Averaging Price Series for Intermediate Calculations Without Using Additional Buffers.
Fig. 1. Color_PEMA_Envelopes_Digit_System
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/18656

The indicator implements a breakthrough system using the Color_QEMA_Envelopes_Digit channel.

A channel based on peaks and troughs of the Zigzag2_R_Color indicator.

The EA uses the following indicators: CCI, fast and slow MA, Larry Williams' WPR.

The Color_PEMA_Envelopes_Digit indicator with the timeframe selection option available in the indicator input parameters.