당사 팬 페이지에 가입하십시오
- 조회수:
- 7242
- 평가:
- 게시됨:
- 2012.12.20 07:25
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The main idea is to consider that the change of a trend is not MA crossing, but the output prices of a flat zone. In other words, in flat (perhaps more appropriately be called "dead") zone, deals are not concluded, which can serve as a kind of filter to filter out false crossings of the Moving Average.
Recommendations:
- Make sure that in the chart properties (F8) on "General" tab the check mark stands opposite to properties "Chart on top".
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/1270

The Price Channel indicator. It draws the line of high and low price values for the last N bars from high timeframe

The OsHMA oscillator is the indicator of the difference between two HMA (between two Hull Moving Averages).

The breakthrough system using the XMA_Ishimoku_Channel indicator.

The indicator calculates the Moving Average using a modified algorithm of the linearly weighed Moving Average.