거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

ChannelsFIBO_MTF - MetaTrader 4용 지표

조회수:
19015
평가:
(21)
게시됨:
2016.02.08 12:51
업데이트됨:
2016.02.15 10:56
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The multitimeframe version of the ChannelsFIBO indicator. Differs from the original version with the "Source data timeframe" parameter. As a result, the indicator will display the same situation regardless of the current chart period. For example, the current period — M15, and the "Source data timeframe" — "1 Hour":

Limitation: the current period of the chart can not be higher than the value specified in the "Source data timeframe" parameter, as in this case multiple values of the same line of the channel will correspond to one bar. For example, if the "Source data timeframe" — "1 Hour", and the current chart period if H4 or higher, then the indicator simply will not display anything on the screen.

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

Stream Stream

The indicator marks the bars, the size of which exceeds the value specified in the settings.

Stochastic Only Stochastic Only

The arrow indicator that displays the potential market entry points based on the simultaneous presence of three Stochastic indicators with different periods in the overbought/oversold areas.

FloatingSpread FloatingSpread

The indicator for the floating spread. Displays the change in spread of multiple currency pairs.

Example of RSI Automated Example of RSI Automated

This is my 1st published code, it is very simple code example: RSI 14 (price close) — open buy when it is < 25, close buy when it is > 50, open sell when it is > 75, close sell when it is < 50.