당사 팬 페이지에 가입하십시오
- 조회수:
- 11363
- 평가:
- 게시됨:
- 2010.08.30 11:01
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
There is a Price Channel indicator, but I don't like it, because it fills all the space between the upper and lower boundaries:
This version of Price Channel looks like in MetaTrader 4:
Also you can combine both them together:
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/181
![Moving Averages, multi-timeframe [v03]](https://c.mql5.com/i/code/indicator.png)
Moving Average indicator, can be applied to any timeframe (higher or lower than the current chart's timeframe). Includes: SMA, EMA, SMMA, LWMA, AMA, DEMA, TEMA, FRAMA, and VIDYA
![Stochastic multi-timeframe [v04]](https://c.mql5.com/i/code/indicator.png)
Stochastic indicator, can be applied to any timeframe (higher or lower than the current chart's timeframe).

The indicator allows to perform any arithmetic action with prices of two symbols and plot result on any other chart. It allows to calculate crosses (using multiplication and division), spread (subtract) or just to plot the other symbol's data on the chart.

The Improved version of MаrtGreg Expert Advisor.