거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
31450
평가:
(13)
게시됨:
2008.02.25 15:47
업데이트됨:
2014.04.21 14:52
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The basis of the indicator is constructing a system combining three MA indicators. Visual presentation and physical sense can be estimated when attaching them to a chart.

The first indicator: SMMA МА of High

The second indicator: SMMA МА of Low

These lines constitute a channel.

The third indicator: LWMA МА of WEIGHTED. Actually this is an impulse signal line. Here is nothing new, but the histogram construction method differs from traditional.

The main question I tried to answer: why do we always need to track MACD values and its movements even if they are useless at the moment? The solution is to remove from a chart all unnecessary values. This is done by analyzing the position of an impulse signal line relatively to the channel lines: if the impulse line is higher than High value, divergence is calculated as the difference between the impulse and the High value. If it is lower than Low, it is calculated as the difference between the impulse and Low. Consequently, intermediary movements are not shown.

And there is additional signal line of a histogram typical of MACD.

A trading system here is clear from the chart: open only when the histogram and the zero line signal cross, if direction changes place a trailing stop and wait for the next intersection if a Stop triggers. So, we use only the first price movement impulse.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/7767

Equivolume Bars Builder Equivolume Bars Builder

Another version.

SlopeDirection_MTF SlopeDirection_MTF

For those who prefer "slope trading" or other variants that imply using 3 screens. To avoid numerous screens, set up SlopeDirection MTF on a higher timeframe as you desire.

RSI DeMarker Super Position RSI DeMarker Super Position

Indicator RSI DeMarker Super Position

3_Level_ZZ_Semafor 3_Level_ZZ_Semafor

This indicator places semaphore points on the maximum and minimum of a higher, medium and lower period. Similar to Advanced Get, but without waves numeration.